Lines Matching refs:SvXPropertyEdit

55 SvXPropertyEdit::SvXPropertyEdit( Window* pParent, WinBits nWinStyle)  in SvXPropertyEdit()  function in SvXPropertyEdit
61 LINK( this, SvXPropertyEdit, ModifiedHdl )); in SvXPropertyEdit()
63 LINK( this, SvXPropertyEdit, GetFocusHdl)); in SvXPropertyEdit()
65 LINK( this, SvXPropertyEdit, LoseFocusHdl)); in SvXPropertyEdit()
70 SvXPropertyEdit::SvXPropertyEdit( Window* pParent, const ResId& rResId) in SvXPropertyEdit() function in SvXPropertyEdit
76 LINK( this, SvXPropertyEdit, ModifiedHdl )); in SvXPropertyEdit()
78 LINK( this, SvXPropertyEdit, GetFocusHdl)); in SvXPropertyEdit()
80 LINK( this, SvXPropertyEdit, LoseFocusHdl)); in SvXPropertyEdit()
87 void SvXPropertyEdit::SetSvXPropertyCtrListener(SvXPropertyCtrListener* pCtrListener) in SetSvXPropertyCtrListener()
92 SvXPropertyCtrListener* SvXPropertyEdit::GetSvXPropertyCtrListener() in GetSvXPropertyCtrListener()
98 void SvXPropertyEdit::SetCtrSize(const Size& rSize) in SetCtrSize()
107 void SvXPropertyEdit::SetLocked(sal_Bool bLocked) in SetLocked()
115 void SvXPropertyEdit::SetProperty(const String &rString) in SetProperty()
120 String SvXPropertyEdit::GetProperty() const in GetProperty()
125 sal_Bool SvXPropertyEdit::HasList() in HasList()
131 void SvXPropertyEdit::ClearList() in ClearList()
135 void SvXPropertyEdit::InsertEntry( const String&,sal_uInt16 ) in InsertEntry()
140 void SvXPropertyEdit::SetMyName(const String &rString) in SetMyName()
145 String SvXPropertyEdit::GetMyName()const in GetMyName()
150 void SvXPropertyEdit::SetMyData(void* pDat) in SetMyData()
155 void* SvXPropertyEdit::GetMyData() in GetMyData()
161 IMPL_LINK( SvXPropertyEdit, ModifiedHdl, Edit*, EMPTYARG ) in IMPL_LINK() argument
168 IMPL_LINK( SvXPropertyEdit, GetFocusHdl, Edit*, EMPTYARG ) in IMPL_LINK() argument
175 IMPL_LINK( SvXPropertyEdit, LoseFocusHdl, Edit*, EMPTYARG ) in IMPL_LINK() argument
967 new SvXPropertyEdit(pPropLine,WB_TABSTOP)); in ChangeEntry()