Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/svg/
H A Dsvgexport.cxx214 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()
399 sal_Int32 nPageToExport ) in implExportDocument() argument
410 const sal_Int32 nFirstPage = ( ( SVG_EXPORT_ALLPAGES == nPageToExport ) ? 0 : nPageToExport ); in implExportDocument()
951 sal_Int32 nPageToExport ) in implCreateObjects() argument
953 if( SVG_EXPORT_ALLPAGES == nPageToExport ) in implCreateObjects()
992 DBG_ASSERT( nPageToExport >= 0 && nPageToExport < rxDrawPages->getCount(), in implCreateObjects()
[all …]
H A Dsvgfilter.hxx275 sal_Int32 nPageToExport );
286 sal_Int32 nPageToExport );

Completed in 30 milliseconds