Home
last modified time | relevance | path

Searched refs:nNewPageId (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviews1.cxx656 sal_uInt16 nNewPageId = nCurrentPageId; in ResetActualPage() local
683 nNewPageId = maTabControl->GetPageId(nCurrentPageNum); in ResetActualPage()
684 maTabControl->SetCurPageId(nNewPageId); in ResetActualPage()
704 nNewPageId = maTabControl->GetPageId(nCurrentPageNum); in ResetActualPage()
705 maTabControl->SetCurPageId(nNewPageId); in ResetActualPage()
709 bool bAllowChangeFocus = nNewPageId != nCurrentPageId; in ResetActualPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dbuilder.cxx1614 sal_uInt16 nNewPageId = nNewPageCount; in makeObject() local
1615 pTabControl->InsertPage(nNewPageId, OUString()); in makeObject()
1616 pTabControl->SetCurPageId(nNewPageId); in makeObject()
1632 pTabControl->SetTabPage(nNewPageId, pPage); in makeObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dbuilder.cxx1720 sal_uInt16 nNewPageId = nNewPageCount; in makeObject() local
1721 pTabControl->InsertPage(nNewPageId, OUString()); in makeObject()
1722 pTabControl->SetCurPageId(nNewPageId); in makeObject()
1738 pTabControl->SetTabPage(nNewPageId, pPage); in makeObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dsalvtables.cxx2431 sal_uInt16 nNewPageId = nLastPageId + 1; in insert_page() local
2432 while (m_xNotebook->GetPagePos(nNewPageId) != TAB_PAGE_NOTFOUND) in insert_page()
2433 ++nNewPageId; in insert_page()
2434 m_xNotebook->InsertPage(nNewPageId, rLabel, nPos == -1 ? TAB_APPEND : nPos); in insert_page()
2441 m_xNotebook->SetTabPage(nNewPageId, xPage); in insert_page()
2442 m_xNotebook->SetPageName(nNewPageId, rIdent); in insert_page()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dsalvtables.cxx2298 sal_uInt16 nNewPageId = nLastPageId + 1; in append_page() local
2299 m_xNotebook->InsertPage(nNewPageId, rLabel); in append_page()
2306 m_xNotebook->SetTabPage(nNewPageId, xPage); in append_page()
2307 m_xNotebook->SetPageName(nNewPageId, rIdent); in append_page()