Home
last modified time | relevance | path

Searched refs:nStandardPageNum (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx1382 sal_uInt16 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in CreatePage() local
1383 pPreviousNotesPage = (SdPage*) GetPage(nStandardPageNum - 1); in CreatePage()
1502 sal_uInt16 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in DuplicatePage() local
1503 pPreviousNotesPage = (SdPage*) GetPage(nStandardPageNum - 1); in DuplicatePage()
1542 sal_uInt16 nStandardPageNum; in InsertPageSet() local
1555 nStandardPageNum = nNotesPageNum - 1; in InsertPageSet()
1561 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in InsertPageSet()
1562 pPreviousNotesPage = (SdPage*) GetPage(nStandardPageNum - 1); in InsertPageSet()
1563 nNotesPageNum = nStandardPageNum + 1; in InsertPageSet()
1568 OSL_ASSERT(nNotesPageNum==nStandardPageNum+1); in InsertPageSet()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx531 sal_uInt16 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in InsertSdPage() local
532 SdPage* pPreviousNotesPage = (SdPage*) mpDoc->GetPage( nStandardPageNum - 1 ); in InsertSdPage()
533 sal_uInt16 nNotesPageNum = nStandardPageNum + 1; in InsertSdPage()
554 mpDoc->InsertPage(pStandardPage, nStandardPageNum); in InsertSdPage()

Completed in 39 milliseconds