/aoo4110/main/svtools/inc/svtools/ |
H A D | tabbar.hxx | 424 void RemovePage( sal_uInt16 nPageId ); 427 Color GetTabBgColor( sal_uInt16 nPageId ) const; 437 TabBarPageBits GetPageBits( sal_uInt16 nPageId ) const; 443 Rectangle GetPageRect( sal_uInt16 nPageId ) const; 447 void SetCurPageId( sal_uInt16 nPageId ); 450 void SetFirstPageId( sal_uInt16 nPageId ); 452 void MakeVisible( sal_uInt16 nPageId ); 471 sal_Bool StartEditMode( sal_uInt16 nPageId ); 512 XubString GetPageText( sal_uInt16 nPageId ) const; 514 XubString GetHelpText( sal_uInt16 nPageId ) const; [all …]
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | tabctrl.hxx | 134 void RemovePage( sal_uInt16 nPageId ); 140 sal_uInt16 GetPagePos( sal_uInt16 nPageId ) const; 143 void SetCurPageId( sal_uInt16 nPageId ); 146 void SelectTabPage( sal_uInt16 nPageId ); 154 TabPage* GetTabPage( sal_uInt16 nPageId ) const; 158 XubString GetPageText( sal_uInt16 nPageId ) const; 161 const XubString& GetHelpText( sal_uInt16 nPageId ) const; 164 rtl::OString GetHelpId( sal_uInt16 nPageId ) const; 167 const Image* GetPageImage( sal_uInt16 nPageId ) const; 196 Rectangle GetTabPageBounds( sal_uInt16 nPageId ) const; [all …]
|
/aoo4110/main/svtools/source/control/ |
H A D | tabbar.cxx | 1616 mnCurPageId = nPageId; in InsertPage() 1629 sal_uInt16 nPos = GetPagePos( nPageId ); in GetTabBgColor() 1639 sal_uInt16 nPos = GetPagePos( nPageId ); in SetTabBgColor() 1664 sal_uInt16 nPos = GetPagePos( nPageId ); in RemovePage() 1669 if ( mnCurPageId == nPageId ) in RemovePage() 1836 if ( pItem->mnId == nPageId ) in GetPagePos() 1884 if ( nPageId == mnCurPageId ) in SetCurPageId() 1910 mnCurPageId = nPageId; in SetCurPageId() 1917 SetFirstPageId( nPageId ); in SetCurPageId() 1975 SetFirstPageId( nPageId ); in MakeVisible() [all …]
|
/aoo4110/main/vcl/source/control/ |
H A D | tabctrl.cxx | 1687 mnCurPageId = nPageId; in InsertPage() 1690 pItem->mnId = nPageId; in InsertPage() 1820 if ( it->mnId == nPageId ) in GetPagePos() 1858 if ( nPageId == mnCurPageId ) in SetCurPageId() 1861 mnActPageId = nPageId; in SetCurPageId() 1866 mnActPageId = nPageId; in SetCurPageId() 1871 mnCurPageId = nPageId; in SetCurPageId() 1891 if ( nPageId && (nPageId != mnCurPageId) ) in SelectTabPage() 1898 mnActPageId = nPageId; in SelectTabPage() 1901 nPageId = mnActPageId; in SelectTabPage() [all …]
|
/aoo4110/main/cui/source/options/ |
H A D | treeopt.cxx | 1854 sal_uInt16 i, nPageId; in Initialize() local 1874 if( RID_SVXPAGE_ONLINEUPDATE == nPageId ) in Initialize() 1892 if( RID_SVXPAGE_IMPROVEMENT == nPageId ) in Initialize() 1898 AddTabPage( nPageId, sNewTitle, nGroup ); in Initialize() 1911 nPageId = RID_SVXPAGE_IMPROVEMENT; in Initialize() 1934 AddTabPage( nPageId, sNewTitle, nGroup ); in Initialize() 1962 nPageId = (sal_uInt16)rLangArray.GetValue(i); in Initialize() 2140 nPageId = (sal_uInt16)rDSArray.GetValue(i); in Initialize() 2154 nPageId = (sal_uInt16)rChartArray.GetValue(i); in Initialize() 2169 nPageId = (sal_uInt16)rInetArray.GetValue(i); in Initialize() [all …]
|
/aoo4110/main/accessibility/source/extended/ |
H A D | accessibletabbarpagelist.cxx | 256 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() 266 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() 281 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() 291 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() 301 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() 312 if ( nPageId == TabBar::PAGE_NOT_FOUND ) in ProcessWindowEvent() 325 if ( pAccessibleTabBarPage && pAccessibleTabBarPage->GetPageId() == nPageId ) in ProcessWindowEvent() 345 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 346 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() 487 sal_uInt16 nPageId = m_pTabBar->GetPageId( (sal_uInt16)i ); in getAccessibleChild() local [all …]
|
/aoo4110/main/sd/source/ui/view/ |
H A D | tabcontr.cxx | 251 sal_Int32 nPageId = GetPageId( aPos ) - 1; in AcceptDrop() local 253 if( ( nPageId >= 0 ) && pDoc->GetPage( (sal_uInt16)nPageId ) ) in AcceptDrop() 255 nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, (sal_uInt16)nPageId, SDRLAYER_NOTFOUND ); in AcceptDrop() 278 sal_uInt16 nPageId = ShowDropPos( aPos ) - 1; in ExecuteDrop() local 283 if( pDrViewSh->IsSwitchPageAllowed() && pDoc->MovePages( nPageId ) ) in ExecuteDrop() 307 sal_uInt16 nPageNum = nPageId; in ExecuteDrop() 332 sal_Int32 nPageId = GetPageId( aPos ) - 1; in ExecuteDrop() local 334 if( ( nPageId >= 0 ) && pDoc->GetPage( (sal_uInt16)nPageId ) ) in ExecuteDrop() 336 nRet = pDrViewSh->ExecuteDrop( rEvt, *this, NULL, (sal_uInt16)nPageId, SDRLAYER_NOTFOUND ); in ExecuteDrop()
|
H A D | drviewsb.cxx | 726 bool DrawViewShell::RenameSlide( sal_uInt16 nPageId, const String & rName ) in RenameSlide() argument 737 pPageToRename = GetDoc()->GetSdPage( nPageId - 1, ePageKind ); in RenameSlide() 760 SdPage* pNotesPage = GetDoc()->GetSdPage( nPageId - 1, PK_NOTES ); in RenameSlide() 767 pPageToRename = GetDoc()->GetMasterSdPage( nPageId - 1, ePageKind ); in RenameSlide() 776 maTabControl.SetPageText( nPageId, rName ); in RenameSlide() 793 nPageId-1, rName); in RenameSlide()
|
H A D | drviews2.cxx | 327 sal_uInt16 nPageId = maTabControl.GetCurPageId(); in FuTemporary() local 329 ? GetDoc()->GetSdPage( nPageId - 1, GetPageKind() ) in FuTemporary() 330 : GetDoc()->GetMasterSdPage( nPageId - 1, GetPageKind() ); in FuTemporary() 353 RenameSlide( nPageId, aNewName ); in FuTemporary()
|
/aoo4110/main/accessibility/source/standard/ |
H A D | vclxaccessibletabcontrol.cxx | 187 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 188 sal_uInt16 nPagePos = m_pTabControl->GetPagePos( nPageId ); in ProcessWindowEvent() 198 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 199 sal_uInt16 nPagePos = m_pTabControl->GetPagePos( nPageId ); in ProcessWindowEvent() 208 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 209 sal_uInt16 nPagePos = m_pTabControl->GetPagePos( nPageId ); in ProcessWindowEvent() 225 if ( pVCLXAccessibleTabPage && pVCLXAccessibleTabPage->GetPageId() == nPageId ) in ProcessWindowEvent() 287 sal_uInt16 nPageId = m_pTabControl->GetPageId( (sal_uInt16)i ); in ProcessWindowChildEvent() local 288 TabPage* pTabPage = m_pTabControl->GetTabPage( nPageId ); in ProcessWindowChildEvent() 390 sal_uInt16 nPageId = m_pTabControl->GetPageId( (sal_uInt16)i ); in getAccessibleChild() local [all …]
|
H A D | vclxaccessibletabpage.cxx | 59 VCLXAccessibleTabPage::VCLXAccessibleTabPage( TabControl* pTabControl, sal_uInt16 nPageId ) in VCLXAccessibleTabPage() argument 62 ,m_nPageId( nPageId ) in VCLXAccessibleTabPage() 642 sal_uInt16 nPageId = 0; in getIndexAtPoint() local 646 sal_Int32 nI = m_pTabControl->GetIndexForPoint( aPnt, nPageId ); in getIndexAtPoint() 647 if ( nI != -1 && m_nPageId == nPageId ) in getIndexAtPoint()
|
H A D | vclxaccessibletabpagewindow.cxx | 56 sal_uInt16 nPageId = m_pTabControl->GetPageId( i ); in VCLXAccessibleTabPageWindow() local 57 if ( m_pTabControl->GetTabPage( nPageId ) == m_pTabPage ) in VCLXAccessibleTabPageWindow() 58 m_nPageId = nPageId; in VCLXAccessibleTabPageWindow()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | cuihyperdlg.cxx | 306 sal_uInt16 nPageId = RID_SVXPAGE_HYPERLINK_INTERNET; in SetPage() local 317 nPageId = RID_SVXPAGE_HYPERLINK_INTERNET; in SetPage() 322 nPageId = RID_SVXPAGE_HYPERLINK_DOCUMENT; in SetPage() 326 nPageId = RID_SVXPAGE_HYPERLINK_MAIL; in SetPage() 333 nPageId = RID_SVXPAGE_HYPERLINK_DOCUMENT; in SetPage() 338 nPageId = RID_SVXPAGE_HYPERLINK_DOCUMENT; in SetPage() 342 nPageId = GetCurPageId(); in SetPage() 348 ShowPage (nPageId); in SetPage() 350 SvxHyperlinkTabPageBase* pCurrentPage = (SvxHyperlinkTabPageBase*)GetTabPage( nPageId ); in SetPage() 354 SfxItemSet& aPageSet = (SfxItemSet&)GetTabPage (nPageId)->GetItemSet (); in SetPage() [all …]
|
/aoo4110/main/toolkit/source/controls/ |
H A D | tabpagemodel.cxx | 126 sal_Int16 nPageId = -1; in initialize() local 129 if ( !( rArguments[ 0 ] >>= nPageId )) in initialize() 131 m_nTabPageId = nPageId; in initialize() 135 if ( !( rArguments[ 0 ] >>= nPageId )) in initialize() 137 m_nTabPageId = nPageId; in initialize()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | LayerTabBar.cxx | 171 sal_uInt16 nPageId = SDRPAGE_NOTFOUND; in AcceptDrop() local 175 nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, nPageId, nLayerId ); in AcceptDrop() 191 sal_uInt16 nPageId = SDRPAGE_NOTFOUND; in ExecuteDrop() local 193 sal_Int8 nRet = pDrViewSh->ExecuteDrop( rEvt, *this, NULL, nPageId, nLayerId ); in ExecuteDrop()
|
/aoo4110/main/sc/source/ui/styleui/ |
H A D | styledlg.cxx | 144 void __EXPORT ScStyleDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) in PageCreated() argument 150 switch ( nPageId ) in PageCreated() 189 switch ( nPageId ) in PageCreated()
|
/aoo4110/main/cui/source/inc/ |
H A D | iconcdlg.hxx | 207 inline IconChoicePage* GetTabPage( sal_uInt16 nPageId ) in GetTabPage() argument 208 { return ( GetPageData (nPageId)->pPage?GetPageData (nPageId)->pPage:NULL); } in GetTabPage()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | bbdlg.cxx | 60 void SvxBorderBackgroundDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) in PageCreated() argument 64 if ( bEnableBackgroundSelector && (RID_SVXPAGE_BACKGROUND == nPageId) ) in PageCreated()
|
/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | dlgattr.cxx | 111 void SbaSbAttrDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) in PageCreated() argument 114 switch ( nPageId ) in PageCreated()
|
/aoo4110/main/extensions/source/propctrlr/ |
H A D | propcontroller.cxx | 703 sal_uInt16 nPageId = (sal_uInt16)-1; in impl_getPageIdForCategory_nothrow() local 706 nPageId = pagePos->second; in impl_getPageIdForCategory_nothrow() 707 return nPageId; in impl_getPageIdForCategory_nothrow() 1697 sal_uInt16 nPageId = impl_getPageIdForCategory_nothrow( _rCategory ); in showCategory() local 1698 …OSL_ENSURE( nPageId != (sal_uInt16)-1, "OPropertyBrowserController::showCategory: invalid category… in showCategory() 1700 getPropertyBox().ShowPropertyPage( nPageId, _bShow ); in showCategory()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 1606 sal_Int32 nPageId = HELP_INDEX_PAGE_INDEX; in SfxHelpIndexWindow_Impl() local 1609 nPageId = aViewOpt.GetPageID(); in SfxHelpIndexWindow_Impl() 1610 aTabCtrl.SetCurPageId( (sal_uInt16)nPageId ); in SfxHelpIndexWindow_Impl() 1790 if ( nPageId != aTabCtrl.GetCurPageId() ) in IMPL_LINK() 1792 aTabCtrl.SetCurPageId( nPageId ); in IMPL_LINK() 1842 sal_uInt16 nPageId = 0; in PreNotify() local 1843 HelpTabPage_Impl* pCurPage = GetCurrentPage( nPageId ); in PreNotify() 1860 if ( nPageId < HELP_INDEX_PAGE_LAST ) in PreNotify() 1861 nPageId++; in PreNotify() 1863 nPageId = HELP_INDEX_PAGE_FIRST; in PreNotify() [all …]
|
/aoo4110/main/framework/source/tabwin/ |
H A D | tabwindow.cxx | 262 sal_Int32 nPageId = pTabControl->GetCurPageId(); in IMPL_LINK() local 264 rtl::OUString aTitle = pTabControl->GetPageText( sal_uInt16( nPageId )); in IMPL_LINK() 269 implts_SendNotification( NOTIFY_ACTIVATED, nPageId ); in IMPL_LINK() 278 sal_Int32 nPageId = pTabControl->GetCurPageId(); in IMPL_LINK() local 282 implts_SendNotification( NOTIFY_DEACTIVATED, nPageId ); in IMPL_LINK()
|
/aoo4110/main/sd/source/ui/slidesorter/model/ |
H A D | SlsVisualState.cxx | 32 VisualState::VisualState (const sal_Int32 nPageId) in VisualState() argument 33 : mnPageId(nPageId), in VisualState()
|
/aoo4110/main/sc/source/ui/attrdlg/ |
H A D | attrdlg.cxx | 111 void __EXPORT ScAttrDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) in PageCreated() argument 115 switch ( nPageId ) in PageCreated()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldtdlg.cxx | 282 void SwFldDlg::ReInitTabPage( sal_uInt16 nPageId, sal_Bool bOnlyActivate ) in ReInitTabPage() argument 284 SwFldPage* pPage = (SwFldPage* )GetTabPage(nPageId); in ReInitTabPage()
|