Home
last modified time | relevance | path

Searched refs:IsPrintEmptyPages (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/core/view/
H A Dprintdata.cxx165 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
H A Dpagepreviewlayout.cxx68 …PrintEmptyPages = mrParentViewShell.getIDocumentDeviceAccess()->getPrintData().IsPrintEmptyPages(); in SwPagePreviewLayout()
/trunk/main/sw/inc/
H A Dprintdata.hxx148 sal_Bool IsPrintEmptyPages() const { return bPrintEmptyPages; } in IsPrintEmptyPages() function in SwPrintData
209 bool IsPrintEmptyPages( bool bIsPDFExport ) const;
/trunk/main/sw/source/ui/inc/
H A Dcfgitems.hxx162 sal_Bool IsPrintEmptyPages() const { return bPrintEmptyPages; } in IsPrintEmptyPages() function in SwAddPrinterItem
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2661 aDocPrintData.SetPrintEmptyPages( rPrintUIOptions.IsPrintEmptyPages( bIsPDFEXport ) ); in lcl_SavePrintUIOptionsToDocumentPrintData()
2879 const bool bIsSkipEmptyPages = !m_pPrintUIOptions->IsPrintEmptyPages( bIsPDFExport ); in getRenderer()
3182 … bool bIsSkipEmptyPages = !m_pPrintUIOptions->IsPrintEmptyPages( bIsPDFExport ); in render()
H A Dunomod.cxx541 rValue <<= mpPrtOpt->IsPrintEmptyPages(); in _getSingleValue()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1233 bool bPrintEmptyPages = bPrintSelection ? false : rOptions.IsPrintEmptyPages( bIsPDFExport ); in CalculatePagesForPrinting()

Completed in 67 milliseconds