Home
last modified time | relevance | path

Searched refs:OPropertyEditor (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx53 DBG_NAME(OPropertyEditor) in DBG_NAME() argument
55 OPropertyEditor::OPropertyEditor( Window* pParent, WinBits nWinStyle) in DBG_NAME()
63 DBG_CTOR(OPropertyEditor,NULL); in DBG_NAME()
66 m_aTabControl.SetDeactivatePageHdl(LINK(this, OPropertyEditor, OnPageDeactivate)); in DBG_NAME()
67 m_aTabControl.SetActivatePageHdl(LINK(this, OPropertyEditor, OnPageActivate)); in DBG_NAME()
73 OPropertyEditor::~OPropertyEditor() in ~OPropertyEditor()
77 DBG_DTOR(OPropertyEditor,NULL); in ~OPropertyEditor()
81 void OPropertyEditor::ClearAll() in ClearAll()
111 sal_Int32 OPropertyEditor::getMinimumHeight() in getMinimumHeight()
135 sal_Int32 OPropertyEditor::getMinimumWidth() in getMinimumWidth()
[all …]
H A Dpropertyeditor.hxx51 class OPropertyEditor : public Control class
81OPropertyEditor (Window* pParent, WinBits nWinStyle = WB_DIALOGCONTROL);
83 ~OPropertyEditor();
139 typedef void (OPropertyEditor::*PageOperation)( OBrowserPage&, const void* );
H A Dbrowserview.hxx39 class OPropertyEditor;
48 OPropertyEditor* m_pPropBox;
63 OPropertyEditor& getPropertyBox() { return *m_pPropBox; } in getPropertyBox()
H A Dpropcontroller.hxx83 class OPropertyEditor;
268 OPropertyEditor& getPropertyBox() { return m_pView->getPropertyBox(); } in getPropertyBox()
H A Dbrowserview.cxx54 m_pPropBox = new OPropertyEditor( this ); in DBG_NAME()