Searched refs:nPageToExport (Results 1 – 2 of 2) sorted by relevance
191 sal_Int32 nPageToExport = SVG_EXPORT_ALLPAGES; in implExport() local214 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() argument409 …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 …]
275 sal_Int32 nPageToExport );286 sal_Int32 nPageToExport );