Lines Matching refs:SvXPropertyListBox

184 SvXPropertyListBox::SvXPropertyListBox( Window* pParent, WinBits nWinStyle)  in SvXPropertyListBox()  function in SvXPropertyListBox
190 LINK( this, SvXPropertyListBox, ModifiedHdl )); in SvXPropertyListBox()
192 LINK( this, SvXPropertyListBox, GetFocusHdl)); in SvXPropertyListBox()
194 LINK( this, SvXPropertyListBox, LoseFocusHdl)); in SvXPropertyListBox()
198 SvXPropertyListBox::SvXPropertyListBox( Window* pParent, const ResId& rResId) in SvXPropertyListBox() function in SvXPropertyListBox
204 LINK( this, SvXPropertyListBox, ModifiedHdl )); in SvXPropertyListBox()
206 LINK( this, SvXPropertyListBox, GetFocusHdl)); in SvXPropertyListBox()
208 LINK( this, SvXPropertyListBox, LoseFocusHdl)); in SvXPropertyListBox()
215 void SvXPropertyListBox::SetSvXPropertyCtrListener(SvXPropertyCtrListener* pCtrListener) in SetSvXPropertyCtrListener()
220 SvXPropertyCtrListener* SvXPropertyListBox::GetSvXPropertyCtrListener() in GetSvXPropertyCtrListener()
226 void SvXPropertyListBox::SetCtrSize(const Size& rSize) in SetCtrSize()
235 void SvXPropertyListBox::SetLocked(sal_Bool bLocked) in SetLocked()
243 void SvXPropertyListBox::SetProperty(const String &rString) in SetProperty()
248 String SvXPropertyListBox::GetProperty()const in GetProperty()
253 sal_Bool SvXPropertyListBox::HasList() in HasList()
259 void SvXPropertyListBox::ClearList() in ClearList()
264 void SvXPropertyListBox::InsertEntry( const String& rString,sal_uInt16 nPos) in InsertEntry()
269 void SvXPropertyListBox::SetMyName(const String &rString) in SetMyName()
274 String SvXPropertyListBox::GetMyName()const in GetMyName()
279 void SvXPropertyListBox::SetMyData(void* pDat) in SetMyData()
284 void* SvXPropertyListBox::GetMyData() in GetMyData()
289 IMPL_LINK( SvXPropertyListBox, ModifiedHdl, ListBox*, EMPTYARG ) in IMPL_LINK() argument
296 IMPL_LINK( SvXPropertyListBox, GetFocusHdl, ListBox*, EMPTYARG ) in IMPL_LINK() argument
303 IMPL_LINK( SvXPropertyListBox, LoseFocusHdl, ListBox*, EMPTYARG ) in IMPL_LINK() argument