Searched refs:GetPropertyBool (Results 1 – 3 of 3) sorted by relevance
68 bool GetPropertyBool( sal_uInt32 nId, bool bDefault = false ) const;
1300 bool DffPropSet::GetPropertyBool( sal_uInt32 nId, bool bDefault ) const in GetPropertyBool() function in DffPropSet
2022 …maFillData.mnPattern = rDffPropSet.GetPropertyBool( DFF_Prop_fFilled ) ? EXC_PATT_SOLID : EXC_PATT… in SetDffProperties()2027 …maLineData.mnStyle = rDffPropSet.GetPropertyBool( DFF_Prop_fLine ) ? EXC_OBJ_LINE_SOLID : EXC_OBJ_… in SetDffProperties()3462 bool bVisible = !GetPropertyBool( DFF_Prop_fHidden ); in ProcessObj()3463 bool bAutoMargin = GetPropertyBool( DFF_Prop_AutoTextMargin ); in ProcessObj()3485 if( GetPropertyBool( DFF_Prop_fFilled ) && !IsProperty( DFF_Prop_fillColor ) ) in ProcessObj()
Completed in 31 milliseconds