Searched refs:bSinglePage (Results 1 – 2 of 2) sorted by relevance
174 const bool bSinglePage(nCurrentPageNumber > 0); in filter() local176 if(bSinglePage || bGotSelection) in filter()181 … aNewDescriptor.realloc(nOldLength + (bSinglePage ? 1 : 0) + (bGotSelection ? 1 : 0)); in filter()183 if(bSinglePage) in filter()
409 …const sal_Bool bSinglePage = ( rxDrawPages->getCount() == 1 ) || ( SVG_EXPORT_ALLPAGES != nPageToE… in implExportDocument() local411 …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 23 milliseconds