Searched refs:aInsertEnd (Results 1 – 2 of 2) sorted by relevance
2821 SwPosition aInsertEnd( rPos ); in PrepareRedline() local2827 --aInsertEnd.nNode; in PrepareRedline()2828 pTxt = aInsertEnd.nNode.GetNode().GetTxtNode(); in PrepareRedline()2831 aInsertEnd.nContent.Assign( pTxt, pTxt->GetTxt().Len() ); in PrepareRedline()2839 aInsertEnd.nContent = SwIndex( 0 ); in PrepareRedline()2843 SwPosition aDeleteStart( rJoin ? aInsertEnd : rPos ); in PrepareRedline()2871 if( aCellStart != aInsertEnd ) // An empty insertion will not been marked in PrepareRedline()2873 SwPaM aTmpPam( aCellStart, aInsertEnd ); in PrepareRedline()
881 ::std::vector< ::rtl::OUString>::iterator aInsertEnd = aInsertList.end(); in createPreparedStatment()882 …l::OUString>::iterator aInsertIter = aInsertList.begin(); aInsertIter != aInsertEnd; ++aInsertIter) in createPreparedStatment()
Completed in 33 milliseconds