[otrs-cvs] CVS: otrs/Kernel/System PDF.pm,1.2,1.3

cvs-log at otrs.org cvs-log at otrs.org
Fri Aug 4 15:45:13 CEST 2006


Update of /home/cvs/otrs/Kernel/System
In directory lancelot:/tmp/cvs-serv22153

Modified Files:
	PDF.pm 
Log Message:
fixed some typos in perldoc

Index: PDF.pm
===================================================================
RCS file: /home/cvs/otrs/Kernel/System/PDF.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** PDF.pm	31 Jul 2006 15:22:25 -0000	1.2
--- PDF.pm	4 Aug 2006 12:45:11 -0000	1.3
***************
*** 1432,1436 ****
  
  #
! # _TableCalculate ()
  #
  # calculate params of table
--- 1432,1436 ----
  
  #
! # _TableCalculate()
  #
  # calculate params of table
***************
*** 1617,1621 ****
  
  #
! # _TableCellOnCount ()
  #
  # count all aktive cells
--- 1617,1621 ----
  
  #
! # _TableCellOnCount()
  #
  # count all aktive cells
***************
*** 1624,1628 ****
  #        $CellCount
  #
! #    $Count = $PDFObject->_TableCellOnCount (
  #        CellData => $CellData,  # 2D arrayref
  #    );
--- 1624,1628 ----
  #        $CellCount
  #
! #    $Count = $PDFObject->_TableCellOnCount(
  #        CellData => $CellData,  # 2D arrayref
  #    );
***************
*** 1663,1667 ****
  
  #
! # _TableOutputCalculate ()
  #
  # calculate what cells can output and some attributes
--- 1663,1667 ----
  
  #
! # _TableOutputCalculate()
  #
  # calculate what cells can output and some attributes
***************
*** 1674,1678 ****
  #        $Return{ReturnColumns}  # (Array Ref)
  #
! #    %Return = $PDFObject->_TableOutputCalculate (
  #        %Param
  #    );
--- 1674,1678 ----
  #        $Return{ReturnColumns}  # (Array Ref)
  #
! #    %Return = $PDFObject->_TableOutputCalculate(
  #        %Param
  #    );
***************
*** 1797,1801 ****
  
  #
! # _TableCellOutput ()
  #
  # output a cell of a table
--- 1797,1801 ----
  
  #
! # _TableCellOutput()
  #
  # output a cell of a table
***************
*** 1804,1808 ****
  #        $Return{State}
  #
! #    %Return = $PDFObject->_TableCellOutput (
  #        Width => 70,
  #        Height => 40,
--- 1804,1808 ----
  #        $Return{State}
  #
! #    %Return = $PDFObject->_TableCellOutput(
  #        Width => 70,
  #        Height => 40,
***************
*** 1925,1929 ****
  
  #
! # _TextCalculate ()
  #
  # calculate required values of given text
--- 1925,1929 ----
  
  #
! # _TextCalculate()
  #
  # calculate required values of given text
***************
*** 1936,1940 ****
  #        $Return{PossibleRows}  # (Array Ref)
  #
! #    %Return = $PDFObject->_TextCalculate (
  #        Text => $Text,      # text
  #        Type => 'Cut',      # (ReturnLeftOver|ReturnLeftOverHard|Cut)
--- 1936,1940 ----
  #        $Return{PossibleRows}  # (Array Ref)
  #
! #    %Return = $PDFObject->_TextCalculate(
  #        Text => $Text,      # text
  #        Type => 'Cut',      # (ReturnLeftOver|ReturnLeftOverHard|Cut)
***************
*** 2139,2147 ****
  
  #
! # _StringWidth ()
  #
  # calculate width of given text
  #
! #    $Width = $PDFObject->_StringWidth (
  #        Text => 'Text',     # text
  #        Font => 'Courier',  # font of text
--- 2139,2147 ----
  
  #
! # _StringWidth()
  #
  # calculate width of given text
  #
! #    $Width = $PDFObject->_StringWidth(
  #        Text => 'Text',     # text
  #        Font => 'Courier',  # font of text
***************
*** 2191,2199 ****
  
  #
! # _CurPageNumberSet ()
  #
  # set number of current page
  #
! #    $PDFObject->_CurPageNumberSet (
  #        ShowPageNumber => 0,  # (optional) default 1
  #    );
--- 2191,2199 ----
  
  #
! # _CurPageNumberSet()
  #
  # set number of current page
  #
! #    $PDFObject->_CurPageNumberSet(
  #        ShowPageNumber => 0,  # (optional) default 1
  #    );
***************
*** 2243,2251 ****
  
  #
! # _CurPageDimSet ()
  #
  # Set current Page Dimension
  #
! #    $PDFObject->_CurPageDimSet (
  #        Width => 123,                    # (optional) default 595 (Din A4)
  #        Height => 321,                   # (optional) default 842 (Din A4)
--- 2243,2251 ----
  
  #
! # _CurPageDimSet()
  #
  # Set current Page Dimension
  #
! #    $PDFObject->_CurPageDimSet(
  #        Width => 123,                    # (optional) default 595 (Din A4)
  #        Height => 321,                   # (optional) default 842 (Din A4)
***************
*** 2332,2336 ****
  
  #
! # _CurPageDimGet ()
  #
  # Get current Page Dimension (Width, Height)
--- 2332,2336 ----
  
  #
! # _CurPageDimGet()
  #
  # Get current Page Dimension (Width, Height)
***************
*** 2340,2344 ****
  #        $CurPageDim{Height}
  #
! #    %CurPageDim = $PDFObject->_CurPageDimGet ();
  #
  
--- 2340,2344 ----
  #        $CurPageDim{Height}
  #
! #    %CurPageDim = $PDFObject->_CurPageDimGet();
  #
  
***************
*** 2376,2384 ****
  
  #
! # _CurPageDimCheck ()
  #
  # Check given X an/or Y if inside the page dimension
  #
! #    $True = $PDFObject->_CurPageDimCheck (
  #        X => 200,  # (optional)
  #        Y => 100,  # (optional)
--- 2376,2384 ----
  
  #
! # _CurPageDimCheck()
  #
  # Check given X an/or Y if inside the page dimension
  #
! #    $True = $PDFObject->_CurPageDimCheck(
  #        X => 200,  # (optional)
  #        Y => 100,  # (optional)
***************
*** 2424,2432 ****
  
  #
! # _CurPrintableDimSet ()
  #
  # Set current Printable Dimension
  #
! #    $True = $PDFObject->_CurPrintableDimSet (
  #        Top => 20,     # (optional)
  #        Right => 20,   # (optional)
--- 2424,2432 ----
  
  #
! # _CurPrintableDimSet()
  #
  # Set current Printable Dimension
  #
! #    $True = $PDFObject->_CurPrintableDimSet(
  #        Top => 20,     # (optional)
  #        Right => 20,   # (optional)
***************
*** 2517,2521 ****
  
  #
! # _CurPrintableDimGet ()
  #
  # Get current Printable Dimension
--- 2517,2521 ----
  
  #
! # _CurPrintableDimGet()
  #
  # Get current Printable Dimension
***************
*** 2529,2533 ****
  #        $CurPrintableDim{Height}
  #
! #    %CurPrintableDim = $PDFObject->_CurPrintableDimGet ();
  #
  
--- 2529,2533 ----
  #        $CurPrintableDim{Height}
  #
! #    %CurPrintableDim = $PDFObject->_CurPrintableDimGet();
  #
  
***************
*** 2565,2573 ****
  
  #
! # _CurPrintableDimCheck ()
  #
  # Check given X an/or Y if inside the printable dimension
  #
! #    $True = $PDFObject->_CurPrintableDimCheck (
  #        X => 200,  # (optional)
  #        Y => 100,  # (optional)
--- 2565,2573 ----
  
  #
! # _CurPrintableDimCheck()
  #
  # Check given X an/or Y if inside the printable dimension
  #
! #    $True = $PDFObject->_CurPrintableDimCheck(
  #        X => 200,  # (optional)
  #        Y => 100,  # (optional)
***************
*** 2613,2621 ****
  
  #
! # _CurContentDimSet ()
  #
  # Set current Content Dimension
  #
! #    $True = $PDFObject->_CurContentDimSet (
  #        Top => 20,     # (optional)
  #        Right => 20,   # (optional)
--- 2613,2621 ----
  
  #
! # _CurContentDimSet()
  #
  # Set current Content Dimension
  #
! #    $True = $PDFObject->_CurContentDimSet(
  #        Top => 20,     # (optional)
  #        Right => 20,   # (optional)
***************
*** 2699,2703 ****
  
  #
! # _CurContentDimGet ()
  #
  # Get current Content Dimension
--- 2699,2703 ----
  
  #
! # _CurContentDimGet()
  #
  # Get current Content Dimension
***************
*** 2711,2715 ****
  #        $CurContentDim{Height}
  #
! #    %CurContentDim = $PDFObject->_CurContentDimGet ();
  #
  
--- 2711,2715 ----
  #        $CurContentDim{Height}
  #
! #    %CurContentDim = $PDFObject->_CurContentDimGet();
  #
  
***************
*** 2747,2755 ****
  
  #
! # _CurContentDimCheck ()
  #
  # Check given X an/or Y if inside the content dimension
  #
! #    $True = $PDFObject->_CurContentDimCheck (
  #        X => 200,  # (optional)
  #        Y => 100,  # (optional)
--- 2747,2755 ----
  
  #
! # _CurContentDimCheck()
  #
  # Check given X an/or Y if inside the content dimension
  #
! #    $True = $PDFObject->_CurContentDimCheck(
  #        X => 200,  # (optional)
  #        Y => 100,  # (optional)
***************
*** 2795,2803 ****
  
  #
! # _CurPositionSet ()
  #
  # Set current Position
  #
! #    $True = $PDFObject->_CurPositionSet (
  #        X => 20,  # (optional)
  #        Y => 20,  # (optional)
--- 2795,2803 ----
  
  #
! # _CurPositionSet()
  #
  # Set current Position
  #
! #    $True = $PDFObject->_CurPositionSet(
  #        X => 20,  # (optional)
  #        Y => 20,  # (optional)
***************
*** 2859,2863 ****
  
  #
! # _CurPositionGet ()
  #
  # Get current Position
--- 2859,2863 ----
  
  #
! # _CurPositionGet()
  #
  # Get current Position
***************
*** 2867,2871 ****
  #        $CurPosition{Y}
  #
! #    %CurPosition = $PDFObject->_CurPositionGet ();
  #
  
--- 2867,2871 ----
  #        $CurPosition{Y}
  #
! #    %CurPosition = $PDFObject->_CurPositionGet();
  #
  



More information about the cvs-log mailing list