Searched refs:pLastLine (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/filter/source/graphicfilter/itiff/ |
H A D | ccidecom.cxx | 583 pLastLine ( NULL ) in CCIDecompressor() 611 delete[] pLastLine; in ~CCIDecompressor() 678 if ( pLastLine == NULL || nLastLineSize != ( ( nTargetBits + 7 ) >> 3 ) ) in DecompressScanline() 680 if ( pLastLine == NULL ) in DecompressScanline() 681 delete[] pLastLine; in DecompressScanline() 683 pLastLine = new sal_uInt8[ nLastLineSize ]; in DecompressScanline() 684 pDst = pLastLine; in DecompressScanline() 713 pDst = pLastLine; in DecompressScanline() 1055 nRun=CountBits(pLastLine,nTargetBits,nBitPos,~nBlackOrWhite); in Read2DScanlineData() 1056 nRun = nRun + CountBits(pLastLine,nTargetBits,nBitPos+nRun,nBlackOrWhite); in Read2DScanlineData() [all …]
|
H A D | ccidecom.hxx | 115 sal_uInt8 * pLastLine; member in CCIDecompressor
|
/aoo4110/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 408 LineStructure::const_iterator pLastLine = rSource.maLines.end(); in assignBoxes() local 409 if( pFirstLine == pLastLine ) in assignBoxes() 483 if( pCurrLine == pLastLine ) in assignBoxes()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 930 SwFrm* pLastLine = GetLastLower(); in RemoveFollowFlowLine() local 934 pLastLine, "There should be a flowline in the follow" ) in RemoveFollowFlowLine() 942 if ( !pFollowFlowLine || !pLastLine ) in RemoveFollowFlowLine() 946 lcl_MoveRowContent( *pFollowFlowLine, *(SwRowFrm*)pLastLine ); in RemoveFollowFlowLine() 2229 SwFrm* pLastLine = const_cast<SwFrm*>(GetLastLower()); in MakeAll() local 2232 if ( pLastLine ) in MakeAll() 2234 ::SwInvalidateAll( pLastLine, LONG_MAX ); in MakeAll() 2236 lcl_RecalcRow( static_cast<SwRowFrm&>(*pLastLine), LONG_MAX ); in MakeAll()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 1734 EditLine* pLastLine = pParaPortion->GetLines().GetObject( pParaPortion->GetLines().Count()-2 ); in CreateAndInsertEmptyLine() local 1735 DBG_ASSERT( pLastLine, "Weicher Umbruch, keine Zeile ?!" ); in CreateAndInsertEmptyLine() 1736 DBG_ASSERT( pLastLine->GetEnd() == pParaPortion->GetNode()->Len(), "Doch anders?" ); in CreateAndInsertEmptyLine()
|
/aoo4110/main/svtools/source/edit/ |
H A D | texteng.cxx | 1772 …TextLine* pLastLine = pTEParaPortion->GetLines().GetObject( pTEParaPortion->GetLines().Count()-2 ); in CreateAndInsertEmptyLine() local 1773 DBG_ASSERT( pLastLine, "Weicher Umbruch, keine Zeile ?!" ); in CreateAndInsertEmptyLine()
|
Completed in 80 milliseconds