Lines Matching refs:aCurText
167 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()
319 SelectEntry( aCurText ); // Seit 306... (Select nach Escape) in Select()