Searched refs:IsEntrySelected (Results 1 – 8 of 8) sorted by relevance
201 sal_Bool IsEntrySelected( const XubString& rStr ) const in IsEntrySelected() function in ColorListBox202 { return ListBox::IsEntrySelected( rStr ); } in IsEntrySelected()204 sal_Bool IsEntrySelected( const Color& rColor ) const;222 inline sal_Bool ColorListBox::IsEntrySelected( const Color& rColor ) const in IsEntrySelected() function in ColorListBox285 …inline sal_Bool IsEntrySelected( const XubString& rStr ) const { return ListBox::IsEntrySelected(… in IsEntrySelected() function in LineListBox286 sal_Bool IsEntrySelected( long nLine1, long nLine2 = 0, long nDistance = 0 ) const;338 inline sal_Bool LineListBox::IsEntrySelected( long nLine1, long nLine2, long nDistance ) const in IsEntrySelected() function in LineListBox
68 using ListBox::IsEntrySelected;88 inline sal_Bool IsEntrySelected( const SvxBoxEntry& rEntry ) const;114 inline sal_Bool SvxListBox::IsEntrySelected( const SvxBoxEntry& aEntry ) const in IsEntrySelected() function in SvxListBox115 { return ListBox::IsEntrySelected( aEntry.aName ); } in IsEntrySelected()
729 if ( !getTypedControlWindow()->IsEntrySelected( aRgbCol ) ) in setValue()743 if ( !getTypedControlWindow()->IsEntrySelected( sNonColorValue ) ) in setValue()857 if ( !getTypedControlWindow()->IsEntrySelected( sSelection ) ) in setValue()
145 virtual sal_Bool IsEntrySelected( const XubString& rStr ) const;
158 sal_Bool IsEntrySelected( const XubString& rStr ) const;
1196 sal_Bool ListBox::IsEntrySelected( const XubString& rStr ) const in IsEntrySelected() function in ListBox
472 sal_Bool ImplEntryList::IsEntrySelected( const XubString& rStr ) const in IsEntrySelected() function in ImplEntryList
3083 return aFamList.IsEntrySelected( String::CreateFromInt32(i) ); in IsCheckedItem()
Completed in 82 milliseconds