Home
last modified time | relevance | path

Searched refs:aCurText (Results 1 – 9 of 9) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbasicbox.cxx167 aCurText = GetEntry( 0 ); in BasicLibBox()
187 aCurText = pItem->GetValue(); in Update()
188 if ( aCurText.Len() == 0 ) in Update()
189 aCurText = String( IDEResId( RID_STR_ALL ) ); in Update()
192 if ( GetSelectEntry() != aCurText ) in Update()
193 SelectEntry( aCurText ); in Update()
216 aCurText = GetSelectEntry(); in FillBox()
238 SelectEntry( aCurText ); in FillBox()
242 aCurText = GetSelectEntry(); in FillBox()
285 SelectEntry( aCurText ); in PreNotify()
[all …]
H A Dmoduldlg.cxx111 String aCurText( GetEntryText( pEntry ) ); in EditedEntry() local
112 if ( aCurText == rNewText ) in EditedEntry()
125 ? BasicIDE::RenameModule( this, aDocument, aLibName, aCurText, rNewText ) in EditedEntry()
126 : BasicIDE::RenameDialog( this, aDocument, aLibName, aCurText, rNewText ); in EditedEntry()
H A Dbasicbox.hxx81 String aCurText; member in BasicLibBox
H A Dmoduldl2.cxx349 String aCurText( GetEntryText( pEntry, 0 ) ); in EditedEntry() local
350 if ( bValid && ( aCurText != rNewText ) ) in EditedEntry()
354 ::rtl::OUString aOUOldName( aCurText ); in EditedEntry()
H A Dbaside2b.cxx1506 String aCurText( aXEdit.GetText() ); in IMPL_LINK_INLINE_END() local
1507 if ( aCurText.Len() ) in IMPL_LINK_INLINE_END()
1509 AddWatch( aCurText ); in IMPL_LINK_INLINE_END()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx771 String aCurText = GetText(); in TryAutoComplete() local
773 if( aSelection.Max() != aCurText.Len() && !bForce ) in TryAutoComplete()
776 aCurText.Erase( nLen ); in TryAutoComplete()
777 if( aCurText.Len() && bIsAutoCompleteEnabled ) in TryAutoComplete()
784 pCtx = new SvtMatchContext_Impl( this, aCurText ); in TryAutoComplete()
/trunk/main/svx/source/sidebar/text/
H A DSvxSBFontNameBox.hxx57 String aCurText; member in svx::sidebar::SvxSBFontNameBox
H A DSvxSBFontNameBox.cxx125 aCurText = GetText(); in FillList()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx189 String aCurText; member in SvxFontNameBox_Impl
648 aCurText = GetText(); in FillList()
707 SetText( aCurText ); in Notify()

Completed in 72 milliseconds