Home
last modified time | relevance | path

Searched refs:SVG_EXPORT_ALLPAGES (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/filter/source/svg/
H A Dsvgexport.cxx191 sal_Int32 nPageToExport = SVG_EXPORT_ALLPAGES; in implExport()
301 nPageToExport = SVG_EXPORT_ALLPAGES; in implExport()
305 … const sal_Int32 nDefaultPage = ( ( SVG_EXPORT_ALLPAGES == nPageToExport ) ? 0 : nPageToExport ); in implExport()
409 …const sal_Bool bSinglePage = ( rxDrawPages->getCount() == 1 ) || ( SVG_EXPORT_ALLPAGES != nPageToE… in implExportDocument()
410 const sal_Int32 nFirstPage = ( ( SVG_EXPORT_ALLPAGES == nPageToExport ) ? 0 : nPageToExport ); in implExportDocument()
953 if( SVG_EXPORT_ALLPAGES == nPageToExport ) in implCreateObjects()
H A Dsvgfilter.hxx104 #define SVG_EXPORT_ALLPAGES ((sal_Int32)-1) macro

Completed in 21 milliseconds