/trunk/main/svtools/source/control/ |
H A D | tabbar.cxx | 1629 sal_uInt16 nPos = GetPagePos( nPageId ); in GetTabBgColor() 1639 sal_uInt16 nPos = GetPagePos( nPageId ); in SetTabBgColor() 1664 sal_uInt16 nPos = GetPagePos( nPageId ); in RemovePage() 1692 sal_uInt16 nPos = GetPagePos( nPageId ); in MovePage() 1747 sal_uInt16 nPos = GetPagePos( nPageId ); in EnablePage() 1770 sal_uInt16 nPos = GetPagePos( nPageId ); in IsPageEnabled() 1782 sal_uInt16 nPos = GetPagePos( nPageId ); in SetPageBits() 1803 sal_uInt16 nPos = GetPagePos( nPageId ); in GetPageBits() 1865 sal_uInt16 nPos = GetPagePos( nPageId ); in GetPageRect() 1877 sal_uInt16 nPos = GetPagePos( nPageId ); in SetCurPageId() [all …]
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DNoException.cxx | 344 aChild = pIndex->CreatePage(aChild.GetPagePos(),pParent,aChild.HasPage()); in GetChild() 441 nPagePos = pRefPage->GetPagePos(); in ONDXPagePtr() 455 nPagePos = (pRef) ? pRef->GetPagePos() : 0; in operator =() 463 rStream.Seek(rPage.GetPagePos() * 512); in operator >>() 477 sal_uIntPtr nSize = (rPage.GetPagePos() + 1) * 512; in operator <<() 481 rStream.Seek(rPage.GetPagePos() * 512); in operator <<() 487 sal_uIntPtr nCurrentPos = rStream.Seek(rPage.GetPagePos() * 512); in operator <<() 521 nPagePos, HasParent() ? aParent->GetPagePos() : 0 ,nCount, aChild.GetPagePos()); in PrintPage() 532 DBG_TRACE2("SDB: [%d,NULL,%d]",rKey.GetRecord(), rNode.GetChild().GetPagePos()); in PrintPage() 536 …CE3("SDB: [%d,%f,%d]",rKey.GetRecord(), rKey.getValue().getDouble(),rNode.GetChild().GetPagePos()); in PrintPage() [all …]
|
H A D | dindexnode.cxx | 129 aChild = rIndex.CreatePage(aChild.GetPagePos(),this,aChild.HasPage()); in GetChild() 772 aChild = pIndex->CreatePage(aChild.GetPagePos(),pParent,aChild.HasPage()); in GetChild() 863 nPagePos = pRefPage->GetPagePos(); in ONDXPagePtr() 877 nPagePos = (pRef) ? pRef->GetPagePos() : 0; in operator =() 885 rStream.Seek(rPage.GetPagePos() * PAGE_SIZE); in operator >>() 899 sal_uIntPtr nSize = (rPage.GetPagePos() + 1) * PAGE_SIZE; in operator <<() 903 rStream.Seek(rPage.GetPagePos() * PAGE_SIZE); in operator <<() 909 sal_uIntPtr nCurrentPos = rStream.Seek(rPage.GetPagePos() * PAGE_SIZE); in operator <<() 942 nPagePos, HasParent() ? aParent->GetPagePos() : 0 ,nCount, aChild.GetPagePos()); in PrintPage() 953 DBG_TRACE2("SDB: [%d,NULL,%d]",rKey.GetRecord(), rNode.GetChild().GetPagePos()); in PrintPage() [all …]
|
/trunk/main/vcl/source/control/ |
H A D | tabctrl.cxx | 371 nLastPos = GetPagePos( mnCurPageId ); in ImplGetTabRect() 564 sal_uInt16 nPos = GetPagePos( nId ); in ImplChangeTabPage() 579 nPos = GetPagePos( nOldId ); in ImplChangeTabPage() 672 sal_uInt16 nCurPos = GetPagePos( GetCurPageId() ); in ImplActivateTabPage() 702 sal_uInt16 nCurPos = GetPagePos( mnCurPageId ); in ImplShowFocus() 1338 Rectangle aItemRect = ImplGetTabRect( GetPagePos( nItemId ) ); in RequestHelp() 1656 DBG_ASSERT( GetPagePos( nPageId ) == TAB_PAGE_NOTFOUND, in InsertPage() 1709 sal_uInt16 nPos = GetPagePos( nPageId ); in RemovePage() 1813 sal_uInt16 TabControl::GetPagePos( sal_uInt16 nPageId ) const in GetPagePos() function in TabControl 1842 sal_uInt16 nPos = GetPagePos( nPageId ); in SetCurPageId() [all …]
|
/trunk/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() 346 sal_uInt16 nPagePos = m_pTabBar->GetPagePos( nPageId ); in ProcessWindowEvent()
|
H A D | accessibletabbarpage.cxx | 334 nIndexInParent = m_pTabBar->GetPagePos( m_nPageId ); in getAccessibleIndexInParent()
|
/trunk/main/framework/source/tabwin/ |
H A D | tabwindow.cxx | 651 sal_uInt16 nPos = pTabControl->GetPagePos( sal_uInt16( ID )); in removeTab() 665 nPos = pTabControl->GetPagePos( sal_uInt16( nCurTabId )); in removeTab() 683 sal_uInt16 nPos = pTabControl->GetPagePos( sal_uInt16( ID )); in setTabProps() 731 sal_uInt16 nPos = pTabControl->GetPagePos( sal_uInt16( ID )); in getTabProps() 737 nPos = pTabControl->GetPagePos( sal_uInt16( ID )); in getTabProps() 764 sal_uInt16 nPos = pTabControl->GetPagePos( sal_uInt16( ID )); in activateTab()
|
/trunk/main/accessibility/source/standard/ |
H A D | vclxaccessibletabcontrol.cxx | 188 sal_uInt16 nPagePos = m_pTabControl->GetPagePos( nPageId ); in ProcessWindowEvent() 199 sal_uInt16 nPagePos = m_pTabControl->GetPagePos( nPageId ); in ProcessWindowEvent() 209 sal_uInt16 nPagePos = m_pTabControl->GetPagePos( nPageId ); in ProcessWindowEvent()
|
H A D | vclxaccessibletabpagewindow.cxx | 121 xParent = xCont->getAccessibleChild( m_pTabControl->GetPagePos( m_nPageId ) ); in getAccessibleParent()
|
H A D | vclxaccessibletabpage.cxx | 370 nIndexInParent = m_pTabControl->GetPagePos( m_nPageId ); in getAccessibleIndexInParent()
|
/trunk/main/sfx2/source/dialog/ |
H A D | tabdlg.cxx | 857 if ( TAB_PAGE_NOTFOUND == aTabCtrl.GetPagePos( nActPage ) ) in Start_Impl() 860 else if ( USHRT_MAX != nAppPageId && TAB_PAGE_NOTFOUND != aTabCtrl.GetPagePos( nAppPageId ) ) in Start_Impl() 930 DBG_ASSERT( TAB_PAGE_NOTFOUND == aTabCtrl.GetPagePos( nId ), in AddTabPage() 958 DBG_ASSERT( TAB_PAGE_NOTFOUND == aTabCtrl.GetPagePos( nId ), in AddTabPage() 1493 pTabCtrl->GetPagePos (nId); in IMPL_LINK()
|
/trunk/main/connectivity/source/inc/dbase/ |
H A D | dindexnode.hxx | 109 sal_uInt32 GetPagePos() const {return nPagePos;} in GetPagePos() function in connectivity::dbase::ONDXPagePtr 160 sal_uInt32 GetPagePos() const {return nPagePos;} in GetPagePos() function in connectivity::dbase::ONDXPage
|
H A D | DIndexPage.hxx | 70 sal_uInt32 GetPagePos() const {return nPagePos;}
|
/trunk/main/vcl/inc/vcl/ |
H A D | tabctrl.hxx | 140 sal_uInt16 GetPagePos( sal_uInt16 nPageId ) const;
|
/trunk/main/sw/source/core/inc/ |
H A D | rootfrm.hxx | 255 Point GetPagePos( sal_uInt16 nPageNum ) const;
|
/trunk/main/svtools/inc/svtools/ |
H A D | tabbar.hxx | 441 sal_uInt16 GetPagePos( sal_uInt16 nPageId ) const;
|
/trunk/main/sw/inc/ |
H A D | viewsh.hxx | 271 Point GetPagePos( sal_uInt16 nPageNum ) const;
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 626 pWrtShell->GetPagePos( nActPage ).Y() ); in PhyPageUp() 647 pWrtShell->GetPagePos( nActPage ).Y() ); in PhyPageDown()
|
/trunk/main/toolkit/source/layout/vcl/ |
H A D | wrapper.cxx | 1144 sal_uInt16 TabControl::GetPagePos (sal_uInt16 id) const in GetPagePos() function in layout::TabControl 1147 return GetTabControl ()->GetPagePos (id); in GetPagePos()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | propertyeditor.cxx | 455 sal_uInt16 nPagePos = m_aTabControl.GetPagePos( _nPageId ); in ShowPropertyPage()
|
/trunk/main/sd/source/ui/view/ |
H A D | drviews5.cxx | 700 return pBar->GetPagePos (pBar->GetCurPageId()); in GetActiveTabLayerIndex()
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxtabcontrol.cxx | 223 …ADD_PROP( props, 1, "Position", pTabControl->GetPagePos( sal::static_int_cast< sal_uInt16 >( ID ) … in getTabProps()
|
/trunk/main/sw/source/core/view/ |
H A D | viewsh.cxx | 623 Point ViewShell::GetPagePos( sal_uInt16 nPageNum ) const in GetPagePos() function in ViewShell 625 return GetLayout()->GetPagePos( nPageNum ); in GetPagePos()
|
/trunk/main/toolkit/inc/layout/ |
H A D | layout.hxx | 653 sal_uInt16 GetPagePos (sal_uInt16 id) const;
|
/trunk/main/basctl/source/basicide/ |
H A D | basidesh.cxx | 516 sal_uInt16 nPos = pTabBar->GetPagePos( pTabBar->GetCurPageId() ); in NextPage()
|