Searched refs:SVG_EXPORT_ALLPAGES (Results 1 – 2 of 2) sorted by relevance
191 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()
104 #define SVG_EXPORT_ALLPAGES ((sal_Int32)-1) macro
Completed in 19 milliseconds