Home
last modified time | relevance | path

Searched refs:nPageIndex (Results 1 – 25 of 117) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/qa/unit/
H A Dclassicshapes.cxx34 uno::Reference<drawing::XShape> getShape(sal_uInt8 nShapeIndex, sal_uInt8 nPageIndex);
54 sal_uInt8 nPageIndex) in getShape() argument
60 uno::Reference<drawing::XDrawPage> xDrawPage(xDrawPages->getByIndex(nPageIndex), in getShape()
89 for (sal_uInt8 nPageIndex = 0; nPageIndex < 3; ++nPageIndex) in CPPUNIT_TEST_FIXTURE() local
92 uno::Reference<drawing::XShape> xShape(getShape(0, nPageIndex)); in CPPUNIT_TEST_FIXTURE()
98 sErrors += "skewY page " + OUString::number(nPageIndex) + " width expected " in CPPUNIT_TEST_FIXTURE()
117 for (sal_uInt8 nPageIndex = 3; nPageIndex < 6; ++nPageIndex) in CPPUNIT_TEST_FIXTURE() local
120 uno::Reference<drawing::XShape> xShape(getShape(0, nPageIndex)); in CPPUNIT_TEST_FIXTURE()
162 for (sal_uInt8 nPageIndex = 0; nPageIndex < 2; ++nPageIndex) in CPPUNIT_TEST_FIXTURE() local
165 uno::Reference<drawing::XShape> xShape(getShape(0, nPageIndex)); in CPPUNIT_TEST_FIXTURE()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx65 for (int nPageIndex=0; nPageIndex<nPageCount; nPageIndex++) in SelectAllPages() local
66 SelectPage(nPageIndex); in SelectAllPages()
75 for (int nPageIndex=0; nPageIndex<nPageCount; nPageIndex++) in DeselectAllPages() local
76 DeselectPage(nPageIndex); in DeselectAllPages()
126 void PageSelector::SelectPage (int nPageIndex) in SelectPage() argument
128 SharedPageDescriptor pDescriptor (mrModel.GetPageDescriptor(nPageIndex)); in SelectPage()
135 const sal_Int32 nPageIndex (mrModel.GetIndex(pPage)); in SelectPage() local
164 void PageSelector::DeselectPage (int nPageIndex) in DeselectPage() argument
197 for (int nPageIndex=0,nPageCount=mrModel.GetPageCount(); nPageIndex<nPageCount; nPageIndex++) in CheckConsistency() local
214 bool PageSelector::IsPageSelected(int nPageIndex) in IsPageSelected() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx64 for (int nPageIndex=0; nPageIndex<nPageCount; nPageIndex++) in SelectAllPages() local
65 SelectPage(nPageIndex); in SelectAllPages()
74 for (int nPageIndex=0; nPageIndex<nPageCount; nPageIndex++) in DeselectAllPages() local
75 DeselectPage(nPageIndex); in DeselectAllPages()
125 void PageSelector::SelectPage (int nPageIndex) in SelectPage() argument
127 SharedPageDescriptor pDescriptor (mrModel.GetPageDescriptor(nPageIndex)); in SelectPage()
134 const sal_Int32 nPageIndex (mrModel.GetIndex(pPage)); in SelectPage() local
163 void PageSelector::DeselectPage (int nPageIndex) in DeselectPage() argument
196 for (int nPageIndex=0,nPageCount=mrModel.GetPageCount(); nPageIndex<nPageCount; nPageIndex++) in CheckConsistency() local
213 bool PageSelector::IsPageSelected(int nPageIndex) in IsPageSelected() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DOutlinerIterator.cxx284 sal_Int32 nPageIndex; in GetPageIndex() local
313 nPageIndex = 0; in GetPageIndex()
320 nPageIndex = 0; in GetPageIndex()
329 nPageIndex = -1; in GetPageIndex()
333 return nPageIndex; in GetPageIndex()
509 sal_Int32 nPageIndex, in ViewIteratorImpl() argument
517 SetPage (nPageIndex); in ViewIteratorImpl()
521 sal_Int32 nPageIndex, in ViewIteratorImpl() argument
531 SetPage (nPageIndex); in ViewIteratorImpl()
630 if (nPageIndex>=0 && nPageIndex < nPageCount) in SetPage()
[all …]
H A DDocumentRenderer.cxx755 const sal_uInt16 nPageIndex, in RegularPrinterPage() argument
766 mnPageIndex(nPageIndex) in RegularPrinterPage()
806 const sal_uInt16 nPageIndex, in TiledPrinterPage() argument
816 mnPageIndex(nPageIndex) in TiledPrinterPage()
1588 const sal_Int32 nPageIndex, in GetFilteredPage() argument
1592 OSL_ASSERT(nPageIndex>=0); in GetFilteredPage()
1850 sal_Int32 nPageIndex = *it; in PrepareHandout() local
1855 aPageIndices.push_back(nPageIndex); in PrepareHandout()
2111 const sal_Int32 nPageIndex, in PrepareTiledPage() argument
2122 if ( !CheckForFrontBackPages( nPageIndex ) ) in PrepareTiledPage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A DOutlinerIterator.cxx283 sal_Int32 nPageIndex; in GetPageIndex() local
312 nPageIndex = 0; in GetPageIndex()
319 nPageIndex = 0; in GetPageIndex()
328 nPageIndex = -1; in GetPageIndex()
332 return nPageIndex; in GetPageIndex()
508 sal_Int32 nPageIndex, in ViewIteratorImpl() argument
516 SetPage (nPageIndex); in ViewIteratorImpl()
520 sal_Int32 nPageIndex, in ViewIteratorImpl() argument
530 SetPage (nPageIndex); in ViewIteratorImpl()
629 if (nPageIndex>=0 && nPageIndex < nPageCount) in SetPage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/ipdf/
H A Dpdfread.cxx162 for (size_t nPageIndex = nFirstPage; nPageIndex <= nLastPage; ++nPageIndex) in RenderPDFBitmaps() local
165 FPDF_PAGE pPdfPage = FPDF_LoadPage(pPdfDocument, nPageIndex); in RenderPDFBitmaps()
214 bool ImportPDF(SvStream& rStream, Bitmap& rBitmap, size_t nPageIndex, in ImportPDF() argument
220 if (generatePreview(rStream, aBitmaps, nPos, nSize, nPageIndex, 1, fResolutionDPI) != 1 in ImportPDF()
313 for (size_t nPageIndex = 0; nPageIndex < static_cast<size_t>(nPageCount); ++nPageIndex) in ImportPDFUnloaded() local
317 if (FPDF_GetPageSizeByIndex(pPdfDocument, nPageIndex, &fPageWidth, &fPageHeight) == 0) in ImportPDFUnloaded()
329 aGraphic.setPageNumber(nPageIndex); in ImportPDFUnloaded()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/pdf/
H A Dpdfdecomposer.cxx59 sal_Int32 nPageIndex = -1; in getDecomposition() local
65 rProperty.Value >>= nPageIndex; in getDecomposition()
70 if (nPageIndex < 0) in getDecomposition()
71 nPageIndex = 0; in getDecomposition()
77 nPageIndex, 1); in getDecomposition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Drawing/
H A DGraphicExportDemo.java107 int nPageIndex = Integer.parseInt( args[ 2 ] ); in main() local
108 if ( nPageIndex < PageHelper.getDrawPageCount( xComponent ) && in main()
109 nPageIndex > 1 ) in main()
112 nPageIndex ); in main()
117 System.out.println( "*** graphics on page \"" + nPageIndex in main()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Drawing/
H A DGraphicExportDemo.java107 int nPageIndex = Integer.parseInt( args[ 2 ] ); in main() local
108 if ( nPageIndex < PageHelper.getDrawPageCount( xComponent ) && in main()
109 nPageIndex > 1 ) in main()
112 nPageIndex ); in main()
117 System.out.println( "*** graphics on page \"" + nPageIndex in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/inc/controller/
H A DSlsPageSelector.hxx78 void SelectPage(int nPageIndex);
93 SD_DLLPUBLIC bool IsPageSelected(int nPageIndex);
100 bool IsPageVisible(int nPageIndex);
106 void DeselectPage(int nPageIndex);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/inc/controller/
H A DSlsPageSelector.hxx78 void SelectPage (int nPageIndex);
93 bool IsPageSelected(int nPageIndex);
100 bool IsPageVisible(int nPageIndex);
106 void DeselectPage (int nPageIndex);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DOutlinerIteratorImpl.hxx170 sal_Int32 nPageIndex,
175 sal_Int32 nPageIndex,
194 void SetPage (sal_Int32 nPageIndex);
218 sal_Int32 nPageIndex,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DOutlinerIteratorImpl.hxx171 sal_Int32 nPageIndex,
176 sal_Int32 nPageIndex,
195 void SetPage (sal_Int32 nPageIndex);
219 sal_Int32 nPageIndex,
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipdf/
H A Dpdfread.cxx154 for (size_t nPageIndex = nFirstPage; nPageIndex <= nLastPage; ++nPageIndex) in RenderPDFBitmaps() local
157 std::unique_ptr<vcl::pdf::PDFiumPage> pPdfPage = pPdfDocument->openPage(nPageIndex); in RenderPDFBitmaps()
461 for (int nPageIndex = 0; nPageIndex < nPageCount; ++nPageIndex) in ImportPDFUnloaded() local
463 basegfx::B2DSize aPageSize = pPdfDocument->getPageSize(nPageIndex); in ImportPDFUnloaded()
477 Graphic aGraphic(pGfxLink, nPageIndex); in ImportPDFUnloaded()
479 auto pPage = pPdfDocument->openPage(nPageIndex); in ImportPDFUnloaded()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx164 const sal_Int32 nPageIndex, in GetPageDescriptor() argument
171 if (nPageIndex>=0 && nPageIndex<GetPageCount()) in GetPageDescriptor()
173 pDescriptor = maPageDescriptors[nPageIndex]; in GetPageDescriptor()
176 SdPage* pPage = GetPage(nPageIndex); in GetPageDescriptor()
178 Reference<drawing::XDrawPage>(mxSlides->getByIndex(nPageIndex),UNO_QUERY), in GetPageDescriptor()
180 nPageIndex); in GetPageDescriptor()
181 maPageDescriptors[nPageIndex] = pDescriptor; in GetPageDescriptor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dvectorgraphicdata.hxx96 sal_Int32 nPageIndex = -1);
127 void setPageIndex(sal_Int32 nPageIndex) in setPageIndex() argument
129 mnPageIndex = nPageIndex; in setPageIndex()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx164 const sal_Int32 nPageIndex, in GetPageDescriptor() argument
171 if (nPageIndex>=0 && nPageIndex<GetPageCount()) in GetPageDescriptor()
173 pDescriptor = maPageDescriptors[nPageIndex]; in GetPageDescriptor()
176 SdPage* pPage = GetPage(nPageIndex); in GetPageDescriptor()
178 Reference<drawing::XDrawPage>(mxSlides->getByIndex(nPageIndex),UNO_QUERY), in GetPageDescriptor()
180 nPageIndex)); in GetPageDescriptor()
181 maPageDescriptors[nPageIndex] = pDescriptor; in GetPageDescriptor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/graphic/
H A DVectorGraphicSearch.cxx34 SearchContext(std::unique_ptr<vcl::pdf::PDFiumDocument>& pPdfDocument, sal_Int32 nPageIndex) in SearchContext() argument
36 , mnPageIndex(nPageIndex) in SearchContext()
261 sal_Int32 nPageIndex = std::max(rData->getPageIndex(), sal_Int32(0)); in searchPDF() local
264 new SearchContext(mpImplementation->mpPdfDocument, nPageIndex)); in searchPDF()
/dports/graphics/podofo/podofo-0.9.7/tools/podofocolor/
H A Dgrayscaleconverter.h41 virtual void StartPage( PoDoFo::PdfPage* pPage, int nPageIndex );
50 virtual void EndPage( PoDoFo::PdfPage* pPage, int nPageIndex );
H A Diconverter.h44 virtual void StartPage( PoDoFo::PdfPage* pPage, int nPageIndex ) = 0;
53 virtual void EndPage( PoDoFo::PdfPage* pPage, int nPageIndex ) = 0;
H A Ddummyconverter.h42 virtual void StartPage( PoDoFo::PdfPage* pPage, int nPageIndex );
51 virtual void EndPage( PoDoFo::PdfPage* pPage, int nPageIndex );
H A Dluaconverter.h59 virtual void StartPage( PoDoFo::PdfPage* pPage, int nPageIndex );
68 virtual void EndPage( PoDoFo::PdfPage* pPage, int nPageIndex );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/slidesorter/view/
H A DSlsViewCacheContext.cxx103 sal_uInt16 nPageIndex ((aKey->GetPageNum() - 1) / 2); in GetDescriptor() local
104 return mrModel.GetPageDescriptor(nPageIndex); in GetDescriptor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/slidesorter/view/
H A DSlsViewCacheContext.cxx103 sal_uInt16 nPageIndex ((aKey->GetPageNum() - 1) / 2); in GetDescriptor() local
104 return mrModel.GetPageDescriptor(nPageIndex); in GetDescriptor()

12345