Home
last modified time | relevance | path

Searched refs:OBrowserPage (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx88 OBrowserPage* pPage = static_cast<OBrowserPage*>(m_aTabControl.GetTabPage(nID)); in ClearAll()
124OBrowserPage* pPage = static_cast< OBrowserPage* >( m_aTabControl.GetTabPage( nFirstID ) ); in getMinimumHeight()
142 OBrowserPage* pPage = static_cast<OBrowserPage*>(m_aTabControl.GetTabPage(nID)); in getMinimumWidth()
162 OBrowserPage* pPage = static_cast< OBrowserPage* >( m_aTabControl.GetTabPage( nID ) ); in CommitModified()
178 OBrowserPage* pPage = NULL; in getPage()
227 OBrowserPage* pPage = new OBrowserPage(&m_aTabControl); in AppendPage()
254 OBrowserPage* pPage = static_cast<OBrowserPage*>(m_aTabControl.GetTabPage(nID)); in RemovePage()
286 OBrowserPage* pPage = static_cast<OBrowserPage*>(m_aTabControl.GetTabPage(nID)); in Update()
309 OBrowserPage* pPage = static_cast< OBrowserPage* >( m_aTabControl.GetTabPage( nID ) ); in forEachPage()
504OBrowserPage* pPage = static_cast<OBrowserPage*>(m_aTabControl.GetTabPage(m_aTabControl.GetCurPage… in GetPropertyControl()
[all …]
H A Dbrowserpage.cxx42 OBrowserPage::OBrowserPage(Window* pParent,WinBits nWinStyle) in OBrowserPage() function in pcr::OBrowserPage
52 OBrowserPage::~OBrowserPage() in ~OBrowserPage()
57 void OBrowserPage::Resize() in Resize()
66 OBrowserListBox& OBrowserPage::getListBox() in getListBox()
72 const OBrowserListBox& OBrowserPage::getListBox() const in getListBox()
78 void OBrowserPage::StateChanged(StateChangedType nType) in StateChanged()
86 sal_Int32 OBrowserPage::getMinimumWidth() in getMinimumWidth()
92 sal_Int32 OBrowserPage::getMinimumHeight() in getMinimumHeight()
H A Dpropertyeditor.hxx44 class OBrowserPage;
131 OBrowserPage* getPage( sal_uInt16& _rPageId );
132 const OBrowserPage* getPage( sal_uInt16& _rPageId ) const;
134 OBrowserPage* getPage( const ::rtl::OUString& _rPropertyName );
135 const OBrowserPage* getPage( const ::rtl::OUString& _rPropertyName ) const;
139 typedef void (OPropertyEditor::*PageOperation)( OBrowserPage&, const void* );
142 void setPageLineListener( OBrowserPage& _rPage, const void* );
143 void setPageControlObserver( OBrowserPage& _rPage, const void* );
144 void enableHelpSection( OBrowserPage& _rPage, const void* );
145 void setHelpSectionText( OBrowserPage& _rPage, const void* _pPointerToOUString );
[all …]
H A Dbrowserpage.hxx38 class OBrowserPage : public TabPage class
48 OBrowserPage(Window* pParent, WinBits nWinStyle = 0);
49 ~OBrowserPage();

Completed in 12 milliseconds