Home
last modified time | relevance | path

Searched refs:SetSkipEmpty (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sc/inc/ !
H A Dprintopt.hxx43 void SetSkipEmpty( sal_Bool bVal ) { bSkipEmpty = bVal; } in SetSkipEmpty() function in ScPrintOptions
/AOO41X/main/sc/source/ui/optdlg/ !
H A Dtpprint.cxx126 aOpt.SetSkipEmpty( aSkipEmptyPagesCB.IsChecked() ); in FillItemSet()
/AOO41X/main/sc/source/core/tool/ !
H A Dprintopt.cxx166 SetSkipEmpty( !ScUnoHelpFunctions::GetBoolFromAny( pValues[nProp] ) ); in ScPrintCfg()
/AOO41X/main/sc/source/ui/unoobj/ !
H A Dappluno.cxx579 aPrintOpt.SetSkipEmpty( !ScUnoHelpFunctions::GetBoolFromAny( aValue ) ); // reversed in setPropertyValue()
H A Ddocuno.cxx937 aNewOptions.SetSkipEmpty( !bIncludeEmptyPages ); in FillRenderMarkData()