Searched refs:_rPageId (Results 1 – 2 of 2) sorted by relevance
192 OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) in getPage() argument194 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()
131 OBrowserPage* getPage( sal_uInt16& _rPageId );132 const OBrowserPage* getPage( sal_uInt16& _rPageId ) const;
Completed in 18 milliseconds