Home
last modified time | relevance | path

Searched refs:mbSkipEmptyPages (Results 1 – 4 of 4) sorted by relevance

/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx116 mbSkipEmptyPages ( sal_True ), in PDFExport()
243 ( !mbSkipEmptyPages || aPageSize.Width || aPageSize.Height ) ) in ExportSelection()
478 rFilterData[ nData ].Value >>= mbSkipEmptyPages; in Export()
841 aRenderOptions[ 4 ].Value <<= mbSkipEmptyPages; in Export()
H A Dpdfexport.hxx68 sal_Bool mbSkipEmptyPages; member in PDFExport
/trunk/main/sw/inc/
H A DEnhancedPDFExportHelper.hxx215 bool mbSkipEmptyPages; member in SwEnhancedPDFExportHelper
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx1513 mbSkipEmptyPages( bSkipEmptyPages ), in SwEnhancedPDFExportHelper()
2136 if ( -1 == nPageNumOfRect || ( !pPageRange && !mbSkipEmptyPages ) ) in CalcOutputPageNum()
2153 ( !mbSkipEmptyPages || !pCurrPage->IsEmptyPage() ) ) in CalcOutputPageNum()

Completed in 49 milliseconds