Home
last modified time | relevance | path

Searched refs:aOldTextAfterStartPos (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/source/control/
H A Dedit.cxx135 String aOldTextAfterStartPos; member
152 : 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx483 String aOldTextAfterStartPos = aPaM.GetNode()->Copy( aPaM.GetIndex() ); in Command() local
484 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()
H A Dimpedit5.cxx880 : aOldTextAfterStartPos( rOldTextAfterStartPos ) in ImplIMEInfos()
H A Dimpedit.hxx141 String aOldTextAfterStartPos; member
/trunk/main/svtools/source/edit/
H A Dtextview.cxx980 … ( 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()
H A Dtextdata.cxx328 : aOldTextAfterStartPos( rOldTextAfterStartPos ) in TEIMEInfos()
/trunk/main/svtools/inc/svtools/
H A Dtextdata.hxx145 String aOldTextAfterStartPos; member

Completed in 70 milliseconds