Lines Matching refs:BasicCheckBox
167 BasicCheckBox::BasicCheckBox( Window* pParent, const ResId& rResId ) in BasicCheckBox() function in BasicCheckBox
180 __EXPORT BasicCheckBox::~BasicCheckBox() in ~BasicCheckBox()
195 void BasicCheckBox::Init() in Init()
209 void BasicCheckBox::SetMode( sal_uInt16 n ) in SetMode()
221 SvLBoxEntry* BasicCheckBox::DoInsertEntry( const String& rStr, sal_uLong nPos ) in DoInsertEntry()
228 SvLBoxEntry* BasicCheckBox::FindEntry( const String& rName ) in FindEntry()
243 void BasicCheckBox::CheckEntryPos( sal_uLong nPos, sal_Bool bCheck ) in CheckEntryPos()
259 sal_Bool BasicCheckBox::IsChecked( sal_uLong nPos ) const in IsChecked()
268 void BasicCheckBox::InitEntry( SvLBoxEntry* pEntry, const XubString& rTxt, const Image& rImg1, cons… in InitEntry()
287 sal_Bool __EXPORT BasicCheckBox::EditingEntry( SvLBoxEntry* pEntry, Selection& ) in EditingEntry()
346 sal_Bool __EXPORT BasicCheckBox::EditedEntry( SvLBoxEntry* pEntry, const String& rNewText ) in EditedEntry()
1605 BasicCheckBox* pLibBox, BasicTreeListBox* pBasicBox ) in createLibImpl()