Home
last modified time | relevance | path

Searched refs:_nPageId (Results 1 – 7 of 7) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx393 …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 Dpropertyeditor.hxx111 void ShowPropertyPage( sal_uInt16 _nPageId, bool _bShow );
113 …sal_uInt16 InsertEntry( const OLineDescriptor&, sal_uInt16 _nPageId, sal_uInt16 n…
/trunk/main/reportdesign/source/ui/dlg/
H A Ddlgpage.cxx46 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()
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbadmin.cxx122 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()
/trunk/main/reportdesign/source/ui/inc/
H A Ddlgpage.hxx44 ORptPageDialog( Window* pParent, const SfxItemSet* pAttr,sal_uInt16 _nPageId);
/trunk/main/dbaccess/source/ui/inc/
H A Ddbadmin.hxx109 void addDetailPage(sal_uInt16 _nPageId,sal_uInt16 _nTextId,CreateTabPage pCreateFunc);
/trunk/main/cui/source/options/
H A Dtreeopt.cxx468 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 39 milliseconds