Home
last modified time | relevance | path

Searched refs:pLastLine (Results 1 – 6 of 6) sorted by relevance

/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.cxx583 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()
1061 nRun=CountBits(pLastLine,nTargetBits,nBitPos,~nBlackOrWhite); in Read2DScanlineData()
1062 nRun = nRun + CountBits(pLastLine,nTargetBits,nBitPos+nRun,nBlackOrWhite); in Read2DScanlineData()
[all …]
H A Dccidecom.hxx115 sal_uInt8 * pLastLine; member in CCIDecompressor
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx930 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()
/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx408 LineStructure::const_iterator pLastLine = rSource.maLines.end(); in assignBoxes() local
409 if( pFirstLine == pLastLine ) in assignBoxes()
483 if( pCurrLine == pLastLine ) in assignBoxes()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1734 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()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1772 …TextLine* pLastLine = pTEParaPortion->GetLines().GetObject( pTEParaPortion->GetLines().Count()-2 ); in CreateAndInsertEmptyLine() local
1773 DBG_ASSERT( pLastLine, "Weicher Umbruch, keine Zeile ?!" ); in CreateAndInsertEmptyLine()

Completed in 100 milliseconds