Home
last modified time | relevance | path

Searched refs:TAB_PAGE_NOTFOUND (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/framework/source/tabwin/
H A Dtabwindow.cxx652 if ( nPos == TAB_PAGE_NOTFOUND ) in removeTab()
666 if ( nPos != TAB_PAGE_NOTFOUND && nCurTabId != ID ) in removeTab()
684 if ( nPos == TAB_PAGE_NOTFOUND ) in setTabProps()
732 if ( nPos == TAB_PAGE_NOTFOUND ) in getTabProps()
765 if ( nPos == TAB_PAGE_NOTFOUND ) in activateTab()
778 if ( nOldID != TAB_PAGE_NOTFOUND ) in activateTab()
798 if ( nID == TAB_PAGE_NOTFOUND ) in getActiveTabID()
/aoo4110/main/sfx2/source/dialog/
H A Dtabdlg.cxx857 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()
/aoo4110/main/vcl/source/control/
H A Dtabctrl.cxx1658 DBG_ASSERT( GetPagePos( nPageId ) == TAB_PAGE_NOTFOUND, in InsertPage()
1714 if ( nPos != TAB_PAGE_NOTFOUND ) in RemovePage()
1824 return TAB_PAGE_NOTFOUND; in GetPagePos()
1845 while( nPos != TAB_PAGE_NOTFOUND && in SetCurPageId()
1855 if( nPos != TAB_PAGE_NOTFOUND ) in SetCurPageId()
/aoo4110/main/vcl/inc/vcl/
H A Dtabctrl.hxx44 #define TAB_PAGE_NOTFOUND ((sal_uInt16)0xFFFF) macro
/aoo4110/main/svx/source/form/
H A Ddatanavi.cxx1248 … DBG_ASSERT( _nPagePos != TAB_PAGE_NOTFOUND, "XFormsPage::SetModel(): invalid page position" ); in SetModel()
1294 … DBG_ASSERT( TAB_PAGE_NOTFOUND == _nPagePos, "XFormsPage::SetModel(): invalid page position" ); in SetModel()
1326 … DBG_ASSERT( TAB_PAGE_NOTFOUND == _nPagePos, "XFormsPage::SetModel(): invalid page position" ); in SetModel()
2128 sal_uInt16 nPagePos = TAB_PAGE_NOTFOUND; in SetPageModel()
/aoo4110/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx456 if ( TAB_PAGE_NOTFOUND == nPagePos ) in ShowPropertyPage()
/aoo4110/main/sc/source/ui/view/
H A Dtabcont.cxx175 …icks() == 2 && rMEvt.IsLeft() && nMouseClickPageId != 0 && nMouseClickPageId != TAB_PAGE_NOTFOUND ) in MouseButtonUp()
/aoo4110/main/basctl/source/basicide/
H A Dbasides1.cxx1124 if ( pCurWin && ( pTabBar->GetPagePos( (sal_uInt16)nKey ) == TAB_PAGE_NOTFOUND ) ) in SetCurWindow()

Completed in 86 milliseconds