Lines Matching refs:nStandardPageNum
1382 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()
1570 nInsertPosition = nStandardPageNum; in InsertPageSet()