Searched refs:IsPrintEmptyPages (Results 1 – 7 of 7) sorted by relevance
165 rOptions.bPrintEmptyPages = pOpt->IsPrintEmptyPages( bIsPDFExport ); in MakeSwPrtOptions()284 bDefaultVal = rDefaultPrintData.IsPrintEmptyPages(); in SwPrintUIOptions()475 bool SwPrintUIOptions::IsPrintEmptyPages( bool bIsPDFExport ) const in IsPrintEmptyPages() function in SwPrintUIOptions
70 …PrintEmptyPages = mrParentViewShell.getIDocumentDeviceAccess()->getPrintData().IsPrintEmptyPages(); in SwPagePreviewLayout()
148 sal_Bool IsPrintEmptyPages() const { return bPrintEmptyPages; } in IsPrintEmptyPages() function in SwPrintData209 bool IsPrintEmptyPages( bool bIsPDFExport ) const;
162 sal_Bool IsPrintEmptyPages() const { return bPrintEmptyPages; } in IsPrintEmptyPages() function in SwAddPrinterItem
541 rValue <<= mpPrtOpt->IsPrintEmptyPages(); in _getSingleValue()
2645 aDocPrintData.SetPrintEmptyPages( rPrintUIOptions.IsPrintEmptyPages( bIsPDFEXport ) ); in lcl_SavePrintUIOptionsToDocumentPrintData()2863 const bool bIsSkipEmptyPages = !m_pPrintUIOptions->IsPrintEmptyPages( bIsPDFExport ); in getRenderer()3166 … bool bIsSkipEmptyPages = !m_pPrintUIOptions->IsPrintEmptyPages( bIsPDFExport ); in render()
1247 bool bPrintEmptyPages = bPrintSelection ? false : rOptions.IsPrintEmptyPages( bIsPDFExport ); in CalculatePagesForPrinting()
Completed in 81 milliseconds