Searched refs:_nPageId (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/extensions/source/propctrlr/ |
H A D | propertyeditor.cxx | 393 …sal_uInt16 OPropertyEditor::InsertEntry( const OLineDescriptor& rData, sal_uInt16 _nPageId, sal_uI… in InsertEntry() argument 396 OBrowserPage* pPage = getPage( _nPageId ); in InsertEntry() 405 m_aPropertyPageIds.insert( MapStringToPageId::value_type( rData.sName, _nPageId ) ); in InsertEntry() 451 void OPropertyEditor::ShowPropertyPage( sal_uInt16 _nPageId, bool _bShow ) in ShowPropertyPage() argument 455 sal_uInt16 nPagePos = m_aTabControl.GetPagePos( _nPageId ); in ShowPropertyPage() 458 …DBG_ASSERT( m_aHiddenPages.find( _nPageId ) == m_aHiddenPages.end(), "OPropertyEditor::ShowPropert… in ShowPropertyPage() 460 … m_aHiddenPages[ _nPageId ] = HiddenPage( nPagePos, m_aTabControl.GetTabPage( _nPageId ) ); in ShowPropertyPage() 461 m_aTabControl.RemovePage( _nPageId ); in ShowPropertyPage() 465 … ::std::map< sal_uInt16, HiddenPage >::iterator aPagePos = m_aHiddenPages.find( _nPageId ); in ShowPropertyPage()
|
H A D | propertyeditor.hxx | 111 void ShowPropertyPage( sal_uInt16 _nPageId, bool _bShow ); 113 …sal_uInt16 InsertEntry( const OLineDescriptor&, sal_uInt16 _nPageId, sal_uInt16 n…
|
/aoo4110/main/reportdesign/source/ui/dlg/ |
H A D | dlgpage.cxx | 46 ORptPageDialog::ORptPageDialog( Window* pParent, const SfxItemSet* pAttr,sal_uInt16 _nPageId) : in ORptPageDialog() argument 47 SfxTabDialog ( pParent, ModuleRes( _nPageId ), pAttr ), in ORptPageDialog() 52 switch( _nPageId ) in ORptPageDialog()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | dbadmin.cxx | 122 void ODbAdminDialog::addDetailPage(sal_uInt16 _nPageId, sal_uInt16 _nTextId, CreateTabPage _pCreate… in addDetailPage() argument 127 AddTabPage(_nPageId, String(ModuleRes(_nTextId)), _pCreateFunc, NULL); in addDetailPage() 128 m_aCurrentDetailPages.push(_nPageId); in addDetailPage()
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | dlgpage.hxx | 44 ORptPageDialog( Window* pParent, const SfxItemSet* pAttr,sal_uInt16 _nPageId);
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | dbadmin.hxx | 109 void addDetailPage(sal_uInt16 _nPageId,sal_uInt16 _nTextId,CreateTabPage pCreateFunc);
|
/aoo4110/main/cui/source/options/ |
H A D | treeopt.cxx | 468 static sal_Bool lcl_getStringFromID( sal_uInt16 _nPageId, String& _rGroupName, String& _rPageName ) in lcl_getStringFromID() argument 475 if ( _nPageId == OptionsMap_Impl[nIdx].m_nPageId ) in lcl_getStringFromID() 489 static sal_Bool lcl_isOptionHidden( sal_uInt16 _nPageId, const SvtOptionsDialogOptions& _rOptOption… in lcl_isOptionHidden() argument 493 if ( lcl_getStringFromID( _nPageId, sGroupName, sPageName ) ) in lcl_isOptionHidden()
|
Completed in 70 milliseconds