Lines Matching refs:SvXPropertyComboBox
313 SvXPropertyComboBox::SvXPropertyComboBox( Window* pParent, WinBits nWinStyle) in SvXPropertyComboBox() function in SvXPropertyComboBox
319 LINK( this, SvXPropertyComboBox, ModifiedHdl )); in SvXPropertyComboBox()
321 LINK( this, SvXPropertyComboBox, GetFocusHdl)); in SvXPropertyComboBox()
323 LINK( this, SvXPropertyComboBox, LoseFocusHdl)); in SvXPropertyComboBox()
327 SvXPropertyComboBox::SvXPropertyComboBox( Window* pParent, const ResId& rResId) in SvXPropertyComboBox() function in SvXPropertyComboBox
333 LINK( this, SvXPropertyComboBox, ModifiedHdl )); in SvXPropertyComboBox()
335 LINK( this, SvXPropertyComboBox, GetFocusHdl)); in SvXPropertyComboBox()
337 LINK( this, SvXPropertyComboBox, LoseFocusHdl)); in SvXPropertyComboBox()
344 void SvXPropertyComboBox::SetLocked(sal_Bool bLocked) in SetLocked()
352 void SvXPropertyComboBox::SetSvXPropertyCtrListener(SvXPropertyCtrListener* pCtrListener) in SetSvXPropertyCtrListener()
357 SvXPropertyCtrListener* SvXPropertyComboBox::GetSvXPropertyCtrListener() in GetSvXPropertyCtrListener()
363 void SvXPropertyComboBox::SetCtrSize(const Size& rSize) in SetCtrSize()
373 void SvXPropertyComboBox::SetProperty(const String &rString) in SetProperty()
378 String SvXPropertyComboBox::GetProperty() const in GetProperty()
383 sal_Bool SvXPropertyComboBox::HasList() in HasList()
388 void SvXPropertyComboBox::ClearList() in ClearList()
393 void SvXPropertyComboBox::InsertEntry( const String& rString,sal_uInt16 nPos) in InsertEntry()
398 void SvXPropertyComboBox::SetMyName(const String &rString) in SetMyName()
403 String SvXPropertyComboBox::GetMyName()const in GetMyName()
408 void SvXPropertyComboBox::SetMyData(void* pDat) in SetMyData()
413 void* SvXPropertyComboBox::GetMyData() in GetMyData()
418 IMPL_LINK( SvXPropertyComboBox, ModifiedHdl, ComboBox*, EMPTYARG ) in IMPL_LINK() argument
425 IMPL_LINK( SvXPropertyComboBox, GetFocusHdl, ComboBox*, EMPTYARG ) in IMPL_LINK() argument
432 IMPL_LINK( SvXPropertyComboBox, LoseFocusHdl, ComboBox*, EMPTYARG ) in IMPL_LINK() argument
957 new SvXPropertyComboBox(pPropLine,WB_TABSTOP)); in ChangeEntry()
962 new SvXPropertyComboBox(pPropLine,WB_TABSTOP)); in ChangeEntry()