Home
last modified time | relevance | path

Searched refs:aInsertEnd (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2821 SwPosition aInsertEnd( rPos ); in PrepareRedline() local
2827 --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()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx881 ::std::vector< ::rtl::OUString>::iterator aInsertEnd = aInsertList.end(); in createPreparedStatment()
882 …l::OUString>::iterator aInsertIter = aInsertList.begin(); aInsertIter != aInsertEnd; ++aInsertIter) in createPreparedStatment()

Completed in 39 milliseconds