Home
last modified time | relevance | path

Searched refs:nTmpPos (Results 26 – 28 of 28) sorted by relevance

12

/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx2966 sal_uInt16 nTmpPos = lcl_FindName( aLst, pStyle->GetFamily(), in Notify() local
2968 if( nTmpPos < aLst.Count() ) in Notify()
2969 aLst.DeleteAndDestroy( nTmpPos ); in Notify()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx761 xub_StrLen nTmpPos = aLeftText.Len(); in FlushInBuffer() local
772 …nPrevPos = static_cast<xub_StrLen>(xISC->correctInputSequence( aNewText, nTmpPos - 1, cChar, nChec… in FlushInBuffer()
776 nTmpPos = nPrevPos + 1; in FlushInBuffer()
805 if (xISC->checkInputSequence( aNewText, nTmpPos - 1, cChar, nCheckMode )) in FlushInBuffer()
809 ++nTmpPos; in FlushInBuffer()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx2704 xub_StrLen nTmpPos = aPaM.GetIndex(); in InsertText() local
2710 rtl::OUString aOldText( aPaM.GetNode()->Copy(0, nTmpPos) ); in InsertText()
2714 …os = static_cast< xub_StrLen >*/( _xISC->correctInputSequence( aNewText, nTmpPos - 1, c, nCheckMod… in InsertText()
2740 if (!_xISC->checkInputSequence( aOldText, nTmpPos - 1, c, nCheckMode )) in InsertText()

Completed in 65 milliseconds

12