Lines Matching refs:getPage
176 OBrowserPage* OPropertyEditor::getPage( const ::rtl::OUString& _rPropertyName ) in getPage() function in pcr::OPropertyEditor
186 const OBrowserPage* OPropertyEditor::getPage( const ::rtl::OUString& _rPropertyName ) const in getPage() function in pcr::OPropertyEditor
188 return const_cast< OPropertyEditor* >( this )->getPage( _rPropertyName ); in getPage()
192 OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) in getPage() function in pcr::OPropertyEditor
198 const OBrowserPage* OPropertyEditor::getPage( sal_uInt16& _rPageId ) const in getPage() function in pcr::OPropertyEditor
200 return const_cast< OPropertyEditor* >( this )->getPage( _rPageId ); in getPage()
396 OBrowserPage* pPage = getPage( _nPageId ); in InsertEntry()
413 OBrowserPage* pPage = getPage( _rName ); in RemoveEntry()
427 OBrowserPage* pPage = getPage( rData.sName ); in ChangeEntry()
435 OBrowserPage* pPage = getPage( rEntryName ); in SetPropertyValue()
444 const OBrowserPage* pPage = getPage( rEntryName ); in GetPropertyPos()