Home
last modified time | relevance | path

Searched refs:nSdPage (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/sd/source/filter/html/
H A Dhtmlex.cxx439 for ( sal_uInt16 nSdPage = 0; nSdPage < mnSdPageCount; nSdPage++) in ~HtmlExport() local
1030 for (sal_uInt16 nSdPage = 0; nSdPage < mnSdPageCount; nSdPage++) in CreateImagesForPresPages() local
1100 for(sal_uInt16 nSdPage = 0; nSdPage < mnSdPageCount && bOk; nSdPage++) in CreateHtmlTextForPresPages() local
1496 for(sal_uInt16 nSdPage = 0; nSdPage < mnSdPageCount && bOk; nSdPage++) in CreateHtmlForPresPages() local
1915 for(sal_uInt16 nSdPage = 0; nSdPage < mnSdPageCount; nSdPage++) in CreateContentPage() local
1999 for( sal_uInt16 nSdPage = 0; bOk && nSdPage < mnSdPageCount; nSdPage++ ) in CreateNotesPages() local
2055 for(sal_uInt16 nSdPage = 0; nSdPage < mnSdPageCount; nSdPage++) in CreateOutlinePages() local
2108 for (sal_uInt16 nSdPage = 0; nSdPage < mnSdPageCount; nSdPage++) in CreateFileNames() local
2625 if(nSdPage > 0) in CreateNavBar()
3047 for( sal_uInt16 nSdPage = 0; nSdPage < mnSdPageCount; nSdPage++) in CreateImageFileList() local
[all …]
H A Dhtmlex.hxx189 String CreateNavBar( sal_uInt16 nSdPage, bool bIsText ) const;
/aoo42x/main/sd/source/ui/view/
H A Ddrviewsd.cxx123 sal_uInt16 nSdPage = (mpActualPage->GetPageNum() - 1) / 2; in ExecNavigatorWin() local
125 if (nSdPage < GetDoc()->GetSdPageCount(mpActualPage->GetPageKind()) - 1) in ExecNavigatorWin()
127 SwitchPage(nSdPage + 1); in ExecNavigatorWin()
135 sal_uInt16 nSdPage = (mpActualPage->GetPageNum() - 1) / 2; in ExecNavigatorWin() local
137 if (nSdPage > 0) in ExecNavigatorWin()
139 SwitchPage(nSdPage - 1); in ExecNavigatorWin()
/aoo42x/main/sd/source/ui/func/
H A Dfupoor.cxx509 sal_uInt16 nSdPage = (pPage->GetPageNum() - 1) / 2; in IMPL_LINK_INLINE_END() local
511 if (nSdPage > 0) in IMPL_LINK_INLINE_END()
521 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(nSdPage - 1); in IMPL_LINK_INLINE_END()
555 sal_uInt16 nSdPage = (pPage->GetPageNum() - 1) / 2; in IMPL_LINK_INLINE_END() local
557 if (nSdPage < mpDoc->GetSdPageCount(pPage->GetPageKind()) - 1) in IMPL_LINK_INLINE_END()
566 static_cast<DrawViewShell*>(mpViewShell)->SwitchPage(nSdPage + 1); in IMPL_LINK_INLINE_END()
/aoo42x/main/sd/source/core/
H A Ddrawdoc.cxx717 for (sal_uInt16 nSdPage=0; nSdPage < nMaxSdPages; nSdPage++) in NewOrLoadCompleted() local
719 pPage = (SdPage*) GetSdPage(nSdPage, PK_STANDARD); in NewOrLoadCompleted()
H A Ddrawdoc3.cxx881 for (sal_uInt16 nSdPage = nSdPageStart; nSdPage <= nSdPageEnd; nSdPage++) in InsertBookmarkAsPage() local
883 pRefPage = GetSdPage(nSdPage, PK_STANDARD); in InsertBookmarkAsPage()
895 SdPage* pNewNotesPage = GetSdPage(nSdPage, PK_NOTES); in InsertBookmarkAsPage()
924 pRefPage = GetSdPage(nSdPage, PK_NOTES); in InsertBookmarkAsPage()

Completed in 71 milliseconds