Searched refs:SvXPropertyControl (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/svtools/source/inc/ |
| H A D | property.hxx | 73 class SvXPropertyControl : public Control class 76 … SvXPropertyControl( Window* pParent, WinBits nWinStyle = 0 ); 77 SvXPropertyControl( Window* pParent, const ResId& rResId ); 103 virtual void Modified (SvXPropertyControl *pSvXPCtr)=0; 104 virtual void GetFocus (SvXPropertyControl *pSvXPCtr)=0; 105 virtual void LoseFocus(SvXPropertyControl *pSvXPCtr)=0; 106 virtual void KeyInput (SvXPropertyControl *pSvXPCtr ,const KeyCode&)=0; 110 class SvXPropertyEdit : public SvXPropertyControl 150 class SvXPropertyListBox : public SvXPropertyControl 192 class SvXPropertyComboBox : public SvXPropertyControl [all …]
|
| /AOO42X/main/svtools/source/dialogs/ |
| H A D | property.cxx | 43 SvXPropertyControl::SvXPropertyControl( Window* pParent, WinBits nWinStyle) in SvXPropertyControl() function in SvXPropertyControl 48 SvXPropertyControl::SvXPropertyControl( Window* pParent, const ResId& rResId ) in SvXPropertyControl() function in SvXPropertyControl 56 : SvXPropertyControl(pParent,nWinStyle), in SvXPropertyEdit() 71 : SvXPropertyControl(pParent,rResId), in SvXPropertyEdit() 185 : SvXPropertyControl(pParent,nWinStyle), in SvXPropertyListBox() 199 : SvXPropertyControl(pParent,rResId), in SvXPropertyListBox() 314 : SvXPropertyControl(pParent,nWinStyle), in SvXPropertyComboBox() 328 : SvXPropertyControl(pParent,rResId), in SvXPropertyComboBox() 479 void SvPropertyLine::SetSvXPropertyControl(SvXPropertyControl* pXControl) in SetSvXPropertyControl() 486 SvXPropertyControl* SvPropertyLine::GetSvXPropertyControl() in GetSvXPropertyControl() [all …]
|