Searched refs:aOldTextAfterStartPos (Results 1 – 7 of 7) sorted by relevance
135 String aOldTextAfterStartPos; member152 : aOldTextAfterStartPos( rOldTextAfterStartPos ) in Impl_IMEInfos()2273 ( nNewIMETextLen < mpIMEInfos->aOldTextAfterStartPos.Len() ) ) in Command()2277 …maText.Insert( mpIMEInfos->aOldTextAfterStartPos.Copy( nNewIMETextLen, nRestore ), mpIMEInfos->nPo… in Command()2280 ( nOldIMETextLen < mpIMEInfos->aOldTextAfterStartPos.Len() ) ) in Command()2284 if ( ( nOldIMETextLen + nOverwrite ) > mpIMEInfos->aOldTextAfterStartPos.Len() ) in Command()2285 nOverwrite = mpIMEInfos->aOldTextAfterStartPos.Len() - nOldIMETextLen; in Command()
483 String aOldTextAfterStartPos = aPaM.GetNode()->Copy( aPaM.GetIndex() ); in Command() local484 sal_uInt16 nMax = aOldTextAfterStartPos.Search( CH_FEATURE ); in Command()486 aOldTextAfterStartPos.Erase( nMax ); in Command()487 mpIMEInfos = new ImplIMEInfos( aPaM, aOldTextAfterStartPos ); in Command()553 ( nNewIMETextLen < mpIMEInfos->aOldTextAfterStartPos.Len() ) ) in Command()559 … ImpInsertText( aPaM, mpIMEInfos->aOldTextAfterStartPos.Copy( nNewIMETextLen, nRestore ) ); in Command()562 ( nOldIMETextLen < mpIMEInfos->aOldTextAfterStartPos.Len() ) ) in Command()566 … if ( ( nOldIMETextLen + nOverwrite ) > mpIMEInfos->aOldTextAfterStartPos.Len() ) in Command()567 nOverwrite = mpIMEInfos->aOldTextAfterStartPos.Len() - nOldIMETextLen; in Command()
880 : aOldTextAfterStartPos( rOldTextAfterStartPos ) in ImplIMEInfos()
141 String aOldTextAfterStartPos; member
980 … ( nNewIMETextLen < mpImpl->mpTextEngine->mpIMEInfos->aOldTextAfterStartPos.Len() ) ) in Command()986 …extEngine->ImpInsertText( aPaM, mpImpl->mpTextEngine->mpIMEInfos->aOldTextAfterStartPos.Copy( nNew… in Command()989 … ( nOldIMETextLen < mpImpl->mpTextEngine->mpIMEInfos->aOldTextAfterStartPos.Len() ) ) in Command()993 …( ( nOldIMETextLen + nOverwrite ) > mpImpl->mpTextEngine->mpIMEInfos->aOldTextAfterStartPos.Len() ) in Command()994 … nOverwrite = mpImpl->mpTextEngine->mpIMEInfos->aOldTextAfterStartPos.Len() - nOldIMETextLen; in Command()
328 : aOldTextAfterStartPos( rOldTextAfterStartPos ) in TEIMEInfos()
145 String aOldTextAfterStartPos; member
Completed in 81 milliseconds