Searched refs:nStandardPageNum (Results 1 – 2 of 2) sorted by relevance
1382 sal_uInt16 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in CreatePage() local1383 pPreviousNotesPage = (SdPage*) GetPage(nStandardPageNum - 1); in CreatePage()1502 sal_uInt16 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in DuplicatePage() local1503 pPreviousNotesPage = (SdPage*) GetPage(nStandardPageNum - 1); in DuplicatePage()1542 sal_uInt16 nStandardPageNum; in InsertPageSet() local1555 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 …]
531 sal_uInt16 nStandardPageNum = pPreviousStandardPage->GetPageNum() + 2; in InsertSdPage() local532 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 84 milliseconds