| /trunk/main/svtools/inc/svtools/ |
| H A D | tabbar.hxx | 421 void InsertPage( sal_uInt16 nPageId, const XubString& rText, 424 void RemovePage( sal_uInt16 nPageId ); 425 void MovePage( sal_uInt16 nPageId, sal_uInt16 nNewPos ); 427 Color GetTabBgColor( sal_uInt16 nPageId ) const; 428 void SetTabBgColor( sal_uInt16 nPageId, const Color& aTabBgColor ); 429 sal_Bool IsDefaultTabBgColor( sal_uInt16 nPageId ); 433 void EnablePage( sal_uInt16 nPageId, sal_Bool bEnable = sal_True ); 434 sal_Bool IsPageEnabled( sal_uInt16 nPageId ) const; 436 void SetPageBits( sal_uInt16 nPageId, TabBarPageBits nBits = 0 ); 437 TabBarPageBits GetPageBits( sal_uInt16 nPageId ) const; [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | tabctrl.hxx | 132 void InsertPage( sal_uInt16 nPageId, const XubString& rText, 134 void RemovePage( sal_uInt16 nPageId ); 136 void EnablePage( sal_uInt16 nPageId, bool bEnable = true ); 140 sal_uInt16 GetPagePos( sal_uInt16 nPageId ) const; 143 void SetCurPageId( sal_uInt16 nPageId ); 146 void SelectTabPage( sal_uInt16 nPageId ); 153 void SetTabPage( sal_uInt16 nPageId, TabPage* pPage ); 154 TabPage* GetTabPage( sal_uInt16 nPageId ) const; 155 sal_uInt16 GetTabPageResId( sal_uInt16 nPageId ) const; 157 void SetPageText( sal_uInt16 nPageId, const XubString& rText ); [all …]
|
| /trunk/main/svtools/source/control/ |
| H A D | tabbar.cxx | 1601 void TabBar::InsertPage( sal_uInt16 nPageId, const XubString& rText, in InsertPage() argument 1604 DBG_ASSERT( nPageId, "TabBar::InsertPage(): PageId == 0" ); in InsertPage() 1605 DBG_ASSERT( GetPagePos( nPageId ) == PAGE_NOT_FOUND, in InsertPage() 1610 ImplTabBarItem* pItem = new ImplTabBarItem( nPageId, rText, nBits ); in InsertPage() 1616 mnCurPageId = nPageId; in InsertPage() 1622 …VCLEVENT_TABBAR_PAGEINSERTED, reinterpret_cast<void*>(sal::static_int_cast<sal_IntPtr>(nPageId)) ); in InsertPage() 1627 Color TabBar::GetTabBgColor( sal_uInt16 nPageId ) const in GetTabBgColor() 1629 sal_uInt16 nPos = GetPagePos( nPageId ); in GetTabBgColor() 1637 void TabBar::SetTabBgColor( sal_uInt16 nPageId, const Color& aTabBgColor ) in SetTabBgColor() argument 1639 sal_uInt16 nPos = GetPagePos( nPageId ); in SetTabBgColor() [all …]
|
| /trunk/main/vcl/source/control/ |
| H A D | tabctrl.cxx | 1020 sal_uInt16 nPageId = GetPageId( rMEvt.GetPosPixel() ); in MouseButtonDown() local 1021 ImplTabItem* pItem = ImplGetItem( nPageId ); in MouseButtonDown() 1023 SelectTabPage( nPageId ); in MouseButtonDown() 1652 void TabControl::InsertPage( sal_uInt16 nPageId, const XubString& rText, in InsertPage() argument 1655 DBG_ASSERT( nPageId, "TabControl::InsertPage(): PageId == 0" ); in InsertPage() 1656 DBG_ASSERT( GetPagePos( nPageId ) == TAB_PAGE_NOTFOUND, in InsertPage() 1685 mnCurPageId = nPageId; in InsertPage() 1688 pItem->mnId = nPageId; in InsertPage() 1702 ImplCallEventListeners( VCLEVENT_TABPAGE_INSERTED, (void*) (sal_uLong)nPageId ); in InsertPage() 1707 void TabControl::RemovePage( sal_uInt16 nPageId ) in RemovePage() argument [all …]
|
| /trunk/main/cui/source/options/ |
| H A D | treeopt.cxx | 1855 sal_uInt16 i, nPageId; in Initialize() local 1870 nPageId = (sal_uInt16)rGeneralArray.GetValue(i); in Initialize() 1871 if ( lcl_isOptionHidden( nPageId, aOptionsDlgOpt ) ) in Initialize() 1875 if( RID_SVXPAGE_ONLINEUPDATE == nPageId ) in Initialize() 1893 if( RID_SVXPAGE_IMPROVEMENT == nPageId ) in Initialize() 1897 if ( nPageId != RID_SVXPAGE_SSO || isSSOEnabled ) in Initialize() 1899 AddTabPage( nPageId, sNewTitle, nGroup ); in Initialize() 1912 nPageId = RID_SVXPAGE_IMPROVEMENT; in Initialize() 1913 if ( lcl_isOptionHidden( nPageId, aOptionsDlgOpt ) ) in Initialize() 1933 if ( nPageId != RID_SVXPAGE_SSO || isSSOEnabled ) in Initialize() [all …]
|
| /trunk/main/accessibility/source/extended/ |
| H A D | accessibletabbarpagelist.cxx | 255 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 256 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() 265 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 266 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() 280 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 281 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() 290 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 291 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() 300 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 301 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent() [all …]
|
| /trunk/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 | 740 bool DrawViewShell::RenameSlide( sal_uInt16 nPageId, const String & rName ) in RenameSlide() argument 751 pPageToRename = GetDoc()->GetSdPage( nPageId - 1, ePageKind ); in RenameSlide() 774 SdPage* pNotesPage = GetDoc()->GetSdPage( nPageId - 1, PK_NOTES ); in RenameSlide() 781 pPageToRename = GetDoc()->GetMasterSdPage( nPageId - 1, ePageKind ); in RenameSlide() 790 maTabControl.SetPageText( nPageId, rName ); in RenameSlide() 807 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()
|
| /trunk/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() 218 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent() local 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() [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()
|
| /trunk/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 …]
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/sc/source/ui/styleui/ |
| H A D | styledlg.cxx | 143 void __EXPORT ScStyleDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) in PageCreated() argument 149 switch ( nPageId ) in PageCreated() 188 switch ( nPageId ) in PageCreated()
|
| /trunk/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()
|
| /trunk/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() 1789 sal_uInt16 nPageId = ( bIndex ) ? HELP_INDEX_PAGE_INDEX : HELP_INDEX_PAGE_SEARCH; in IMPL_LINK() local 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() [all …]
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/cui/source/tabpages/ |
| H A D | bbdlg.cxx | 79 void SvxBorderBackgroundDlg::PageCreated(sal_uInt16 nPageId, SfxTabPage& rTabPage) in PageCreated() argument 81 switch(nPageId) in PageCreated()
|
| /trunk/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()
|
| /trunk/main/sc/source/ui/attrdlg/ |
| H A D | attrdlg.cxx | 109 void __EXPORT ScAttrDlg::PageCreated( sal_uInt16 nPageId, SfxTabPage& rTabPage ) in PageCreated() argument 113 switch ( nPageId ) in PageCreated()
|
| /trunk/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()
|
| /trunk/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()
|