Home
last modified time | relevance | path

Searched refs:nNotesPageNum (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sd/source/core/
H A Ddrawdoc2.cxx1375 sal_uInt16 nNotesPageNum = pPreviousNotesPage->GetPageNum() + 2; in CreatePage() local
1376 pPreviousStandardPage = (SdPage*) GetPage(nNotesPageNum - 3); in CreatePage()
1496 sal_uInt16 nNotesPageNum = pPreviousNotesPage->GetPageNum() + 2; in DuplicatePage() local
1497 pPreviousStandardPage = (SdPage*) GetPage(nNotesPageNum - 3); in DuplicatePage()
1543 sal_uInt16 nNotesPageNum; in InsertPageSet() local
1553 nNotesPageNum = pPreviousNotesPage->GetPageNum() + 2; in InsertPageSet()
1554 pPreviousStandardPage = (SdPage*) GetPage(nNotesPageNum - 3); in InsertPageSet()
1555 nStandardPageNum = nNotesPageNum - 1; in InsertPageSet()
1563 nNotesPageNum = nStandardPageNum + 1; in InsertPageSet()
1568 OSL_ASSERT(nNotesPageNum==nStandardPageNum+1); in InsertPageSet()
/aoo41x/main/sd/source/ui/unoidl/
H A Dunopage.cxx2346 sal_uInt16 nNotesPageNum = (GetPage()->GetPageNum()-1)>>1; in setName() local
2347 if( GetModel()->GetDoc()->GetSdPageCount( PK_NOTES ) > nNotesPageNum ) in setName()
2349 SdPage* pNotesPage = GetModel()->GetDoc()->GetSdPage( nNotesPageNum, PK_NOTES ); in setName()
H A Dunomodel.cxx533 sal_uInt16 nNotesPageNum = nStandardPageNum + 1; in InsertSdPage() local
590 mpDoc->InsertPage(pNotesPage, nNotesPageNum); in InsertSdPage()

Completed in 57 milliseconds