Lines Matching refs:nPage

496 SdPage* SdXImpressDocument::InsertSdPage( sal_uInt16 nPage, sal_Bool bDuplicate ) throw()  in InsertSdPage()  argument
517 …SdPage* pPreviousStandardPage = mpDoc->GetSdPage( Min( (sal_uInt16)(nPageCount - 1), nPage ), PK_S… in InsertSdPage()
1569 sal_Int32 nPage = -1; in ImplPDFGetBookmarkPage() local
1592 nPage = ( nPgNum - 1 ) / 2; in ImplPDFGetBookmarkPage()
1593 return nPage; in ImplPDFGetBookmarkPage()
1727 sal_Int32 nPage = ImplPDFGetBookmarkPage( aBookmark, rDoc ); in ImplPDFExportShapeInteraction() local
1728 if ( nPage != -1 ) in ImplPDFExportShapeInteraction()
1730 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nPage, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
2108 sal_Int32 nPage = ImplPDFGetBookmarkPage( aIBeg->aBookmark, *mpDoc ); in render() local
2109 if ( nPage != -1 ) in render()
2112 …a->SetLinkDest( aIBeg->nLinkId, pPDFExtOutDevData->CreateDest( aPageRect, nPage, vcl::PDFWriter::F… in render()
2114 …pPDFExtOutDevData->DescribeRegisteredDest( aIBeg->nDestId, aPageRect, nPage, vcl::PDFWriter::FitRe… in render()
2391 sal_uInt16 nPage; in getByName() local
2392 for( nPage = 0; nPage < nCount; nPage++ ) in getByName()
2394 SdPage* pPage = mpModel->mpDoc->GetSdPage( nPage, PK_STANDARD ); in getByName()
2422 sal_uInt16 nPage; in getElementNames() local
2423 for( nPage = 0; nPage < nCount; nPage++ ) in getElementNames()
2425 SdPage* pPage = mpModel->mpDoc->GetSdPage( nPage, PK_STANDARD ); in getElementNames()
2440 sal_uInt16 nPage; in hasByName() local
2441 for( nPage = 0; nPage < nCount; nPage++ ) in hasByName()
2443 SdPage* pPage = mpModel->mpDoc->GetSdPage( nPage, PK_STANDARD ); in hasByName()
2519 sal_uInt16 nPage = pPage->GetPageNum(); in remove() local
2521 SdPage* pNotesPage = static_cast< SdPage* >( rDoc.GetPage( nPage+1 ) ); in remove()
2533 rDoc.RemovePage( nPage ); // the page in remove()
2534 rDoc.RemovePage( nPage ); // the notes page in remove()
2793 sal_uInt16 nPage = pPage->GetPageNum(); in remove() local
2795 SdPage* pNotesPage = static_cast< SdPage* >( rDoc.GetMasterPage( nPage+1 ) ); in remove()
2807 rDoc.RemoveMasterPage( nPage ); in remove()
2808 rDoc.RemoveMasterPage( nPage ); in remove()
2917 sal_uInt16 nPage; in getElementNames() local
2919 for( nPage = 0; nPage < nMaxPages; nPage++ ) in getElementNames()
2920 *pStr++ = mpDoc->GetSdPage( nPage, PK_STANDARD )->GetName(); in getElementNames()
2923 for( nPage = 0; nPage < nMaxMasterPages; nPage++ ) in getElementNames()
2924 *pStr++ = mpDoc->GetMasterSdPage( nPage, PK_STANDARD )->GetName(); in getElementNames()
2935 sal_uInt16 nPage; in getElementNames() local
2937 for( nPage = 0; nPage < nMaxPages; nPage++ ) in getElementNames()
2938 *pStr++ = ((SdPage*)mpDoc->GetPage( nPage ))->GetName(); in getElementNames()
2941 for( nPage = 0; nPage < nMaxMasterPages; nPage++ ) in getElementNames()
2942 *pStr++ = ((SdPage*)mpDoc->GetMasterPage( nPage ))->GetName(); in getElementNames()
2985 sal_uInt16 nPage; in FindPage() local
2993 for( nPage = 0; nPage < nMaxPages; nPage++ ) in FindPage()
2995 pPage = (SdPage*)mpDoc->GetPage( nPage ); in FindPage()
3001 for( nPage = 0; nPage < nMaxMasterPages; nPage++ ) in FindPage()
3003 pPage = (SdPage*)mpDoc->GetMasterPage( nPage ); in FindPage()