Searched refs:OPropertyEditor (Results 1 – 5 of 5) sorted by relevance
53 DBG_NAME(OPropertyEditor) in DBG_NAME() argument55 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 …]
51 class OPropertyEditor : public Control class81 … OPropertyEditor (Window* pParent, WinBits nWinStyle = WB_DIALOGCONTROL);83 ~OPropertyEditor();139 typedef void (OPropertyEditor::*PageOperation)( OBrowserPage&, const void* );
39 class OPropertyEditor;48 OPropertyEditor* m_pPropBox;63 OPropertyEditor& getPropertyBox() { return *m_pPropBox; } in getPropertyBox()
83 class OPropertyEditor;268 OPropertyEditor& getPropertyBox() { return m_pView->getPropertyBox(); } in getPropertyBox()
54 m_pPropBox = new OPropertyEditor( this ); in DBG_NAME()