Home
last modified time | relevance | path

Searched refs:IsEntrySelected (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svtools/inc/svtools/
H A Dctrlbox.hxx201 sal_Bool IsEntrySelected( const XubString& rStr ) const in IsEntrySelected() function in ColorListBox
202 { 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 ColorListBox
285 …inline sal_Bool IsEntrySelected( const XubString& rStr ) const { return ListBox::IsEntrySelected(… in IsEntrySelected() function in LineListBox
286 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
H A Dsvxbox.hxx68 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 SvxListBox
115 { return ListBox::IsEntrySelected( aEntry.aName ); } in IsEntrySelected()
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.cxx729 if ( !getTypedControlWindow()->IsEntrySelected( aRgbCol ) ) in setValue()
743 if ( !getTypedControlWindow()->IsEntrySelected( sNonColorValue ) ) in setValue()
857 if ( !getTypedControlWindow()->IsEntrySelected( sSelection ) ) in setValue()
/trunk/main/vcl/inc/vcl/
H A Dlstbox.hxx145 virtual sal_Bool IsEntrySelected( const XubString& rStr ) const;
/trunk/main/vcl/inc/
H A Dilstbox.hxx158 sal_Bool IsEntrySelected( const XubString& rStr ) const;
/trunk/main/vcl/source/control/
H A Dlstbox.cxx1196 sal_Bool ListBox::IsEntrySelected( const XubString& rStr ) const in IsEntrySelected() function in ListBox
H A Dilstbox.cxx472 sal_Bool ImplEntryList::IsEntrySelected( const XubString& rStr ) const in IsEntrySelected() function in ImplEntryList
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx3083 return aFamList.IsEntrySelected( String::CreateFromInt32(i) ); in IsCheckedItem()

Completed in 46 milliseconds