Home
last modified time | relevance | path

Searched refs:nPageToExport (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() local
214 pValue[ i ].Value >>= nPageToExport; in implExport()
300 if( nPageToExport < 0 || nPageToExport >= xDrawPages->getCount() ) in implExport()
301 nPageToExport = SVG_EXPORT_ALLPAGES; in implExport()
305 … const sal_Int32 nDefaultPage = ( ( SVG_EXPORT_ALLPAGES == nPageToExport ) ? 0 : nPageToExport ); in implExport()
327 if( implCreateObjects( xMasterPages, xDrawPages, nPageToExport ) ) in implExport()
342 … bRet = implExportDocument( xMasterPages, xDrawPages, nPageToExport ); in implExport()
399 sal_Int32 nPageToExport ) in implExportDocument() argument
409 …l_Bool bSinglePage = ( rxDrawPages->getCount() == 1 ) || ( SVG_EXPORT_ALLPAGES != nPageToExport ); in implExportDocument()
410 const sal_Int32 nFirstPage = ( ( SVG_EXPORT_ALLPAGES == nPageToExport ) ? 0 : nPageToExport ); in implExportDocument()
[all …]
H A Dsvgfilter.hxx275 sal_Int32 nPageToExport );
286 sal_Int32 nPageToExport );