Home
last modified time | relevance | path

Searched refs:_rPageId (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx192 OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) in getPage() argument
194 return static_cast< OBrowserPage* >( m_aTabControl.GetTabPage( _rPageId ) ); in getPage()
198 const OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) const in getPage()
200 return const_cast< OPropertyEditor* >( this )->getPage( _rPageId ); in getPage()
H A Dpropertyeditor.hxx131 OBrowserPage* getPage( sal_uInt16& _rPageId );
132 const OBrowserPage* getPage( sal_uInt16& _rPageId ) const;

Completed in 21 milliseconds