Searched refs:SvXPropertyEdit (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/svtools/source/dialogs/ |
| H A D | property.cxx | 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() [all …]
|
| /AOO41X/main/svtools/source/inc/ |
| H A D | property.hxx | 110 class SvXPropertyEdit : public SvXPropertyControl class 124 SvXPropertyEdit( Window* pParent, WinBits nWinStyle = 0 ); 125 SvXPropertyEdit( Window* pParent, const ResId& rResId );
|