Searched refs:OBrowserPage (Results 1 – 4 of 4) sorted by relevance
88 OBrowserPage* pPage = static_cast<OBrowserPage*>(m_aTabControl.GetTabPage(nID)); in ClearAll()124 … OBrowserPage* 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()176 OBrowserPage* OPropertyEditor::getPage( const ::rtl::OUString& _rPropertyName ) in getPage()178 OBrowserPage* pPage = NULL; in getPage()181 … pPage = static_cast< OBrowserPage* >( m_aTabControl.GetTabPage( aPropertyPageIdPos->second ) ); in getPage()186 const OBrowserPage* OPropertyEditor::getPage( const ::rtl::OUString& _rPropertyName ) const in getPage()192 OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) in getPage()194 return static_cast< OBrowserPage* >( m_aTabControl.GetTabPage( _rPageId ) ); in getPage()[all …]
42 OBrowserPage::OBrowserPage(Window* pParent,WinBits nWinStyle) in OBrowserPage() function in pcr::OBrowserPage52 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()
44 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 …]
38 class OBrowserPage : public TabPage class48 OBrowserPage(Window* pParent, WinBits nWinStyle = 0);49 ~OBrowserPage();