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()
73 OPropertyEditor::~OPropertyEditor() in ~OPropertyEditor()
77 DBG_DTOR(OPropertyEditor,NULL); in ~OPropertyEditor()
81 void OPropertyEditor::ClearAll() in ClearAll()
154 void OPropertyEditor::CommitModified() in CommitModified()
170 void OPropertyEditor::GetFocus() in GetFocus()
204 void OPropertyEditor::Resize() in Resize()
292 void OPropertyEditor::EnableUpdate() in EnableUpdate()
[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()

Completed in 35 milliseconds