Searched refs:GetSkipEmpty (Results 1 – 6 of 6) sorted by relevance
42 sal_Bool GetSkipEmpty() const { return bSkipEmpty; } in GetSkipEmpty() function in ScPrintOptions
108 aSkipEmptyPagesCB.Check( aOptions.GetSkipEmpty() ); in Reset()
190 ScUnoHelpFunctions::SetBoolInAny( pValues[nProp], !GetSkipEmpty() ); in Commit()
652 ScUnoHelpFunctions::SetBoolInAny( aRet, !pScMod->GetPrintOptions().GetSkipEmpty() ); // reversed in getPropertyValue()
228 sal_Bool bSuppress = rPrintOpt.GetSkipEmpty(); in ScPrintUIOptions()312 sal_Bool bSuppress = rPrintOpt.GetSkipEmpty(); in SetDefaults()
958 aTableParam.bSkipEmpty = pOptions && pOptions->GetSkipEmpty(); in InitParam()
Completed in 46 milliseconds