Home
last modified time | relevance | path

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

/trunk/main/filter/source/svg/
H A Dsvgfilter.cxx174 const bool bSinglePage(nCurrentPageNumber > 0); in filter() local
176 if(bSinglePage || bGotSelection) in filter()
181 … aNewDescriptor.realloc(nOldLength + (bSinglePage ? 1 : 0) + (bGotSelection ? 1 : 0)); in filter()
183 if(bSinglePage) in filter()
H A Dsvgexport.cxx409 …const sal_Bool bSinglePage = ( rxDrawPages->getCount() == 1 ) || ( SVG_EXPORT_ALLPAGES != nPageToE… in implExportDocument() local
411 …sal_Int32 nCurPage = nFirstPage, nLastPage = ( bSinglePage ? nFirstPage : ( rxDrawPages->get… in implExportDocument()
518 if( !bSinglePage ) in implExportDocument()
546 if( !mbPresentation || bSinglePage || in implExportDocument()
583 if(bSinglePage) in implExportDocument()

Completed in 37 milliseconds