Lines Matching refs:GetBoolProperty

255 inline sal_Bool GetBoolProperty(const OUString&,
478 if (GetBoolProperty(sPropertyIsInput, xPropSet)) in MapFieldName()
519 if (GetBoolProperty(sPropertyIsDate, xPropSet)) in MapFieldName()
539 if (GetBoolProperty(sPropertyIsDate, xPropSet)) in MapFieldName()
546 if (GetBoolProperty(sPropertyIsDate, xPropSet)) in MapFieldName()
553 if (GetBoolProperty(sPropertyIsDate, xPropSet)) in MapFieldName()
663 sal_Bool bRet = GetBoolProperty(sPropertyIsExpression, in IsStringField()
818 !GetBoolProperty(sPropertyIsDataBaseFormat, xPropSet) ) in ExportFieldAutoStyle()
1084 GetBoolProperty(sPropertyIsFixed, rPropSet), sal_True); in ExportFieldHelper()
1091 GetBoolProperty(sPropertyIsFixed, rPropSet), sal_True); in ExportFieldHelper()
1110 ProcessDisplay(GetBoolProperty(sPropertyIsVisible, rPropSet), in ExportFieldHelper()
1132 sal_Bool bCmd = GetBoolProperty(sPropertyIsShowFormula, rPropSet); in ExportFieldHelper()
1155 ProcessDisplay(GetBoolProperty(sPropertyIsVisible, rPropSet), in ExportFieldHelper()
1175 sal_Bool bCmd = GetBoolProperty(sPropertyIsShowFormula, rPropSet); in ExportFieldHelper()
1176 ProcessDisplay(GetBoolProperty(sPropertyIsVisible, rPropSet), in ExportFieldHelper()
1228 sal_Bool bCmd = GetBoolProperty(sPropertyIsShowFormula, rPropSet); in ExportFieldHelper()
1288 GetBoolProperty(sPropertyIsFixed, rPropSet), in ExportFieldHelper()
1333 GetBoolProperty(sPropertyIsFixed, rPropSet), in ExportFieldHelper()
1386 ProcessDisplay(GetBoolProperty(sPropertyIsVisible, rPropSet), in ExportFieldHelper()
1400 ProcessDisplay(GetBoolProperty(sPropertyIsVisible, rPropSet), in ExportFieldHelper()
1442 if (!GetBoolProperty(sPropertyIsDataBaseFormat, rPropSet)) in ExportFieldHelper()
1449 ProcessDisplay(GetBoolProperty(sPropertyIsVisible, rPropSet), in ExportFieldHelper()
1458 GetBoolProperty(sPropertyIsFixed, rPropSet), sal_False); in ExportFieldHelper()
1479 GetBoolProperty(sPropertyIsFixed, rPropSet), sal_False); in ExportFieldHelper()
1493 GetBoolProperty(sPropertyIsFixed, rPropSet), sal_False); in ExportFieldHelper()
1511 ProcessBoolean(XML_FIXED, GetBoolProperty(sPropertyIsFixed, rPropSet), sal_False); in ExportFieldHelper()
1541 GetBoolProperty(sPropertyIsConditionTrue, rPropSet), in ExportFieldHelper()
1552 GetBoolProperty(sPropertyIsHidden, rPropSet), in ExportFieldHelper()
1561 GetBoolProperty(sPropertyIsHidden, rPropSet), in ExportFieldHelper()
1596 GetBoolProperty(sPropertyIsFixed, rPropSet), in ExportFieldHelper()
1604 GetBoolProperty(sPropertyOn, rPropSet), sal_True); in ExportFieldHelper()
1714 if (GetBoolProperty(sPropertyURLContent, rPropSet)) in ExportFieldHelper()
1824 GetBoolProperty(sPropertyIsShowFormula, rPropSet), in ExportFieldHelper()
2125 if (GetBoolProperty(sPropertyIsExpression, xPropSet)) in ExportFieldDeclarations()
2194 sal_Bool bIsAutomaticUpdate = GetBoolProperty( in ExportFieldDeclarations()
2989 return GetBoolProperty(sPropertyFullName, xPropSet) in MapAuthorFieldName()
3540 inline sal_Bool GetBoolProperty( in GetBoolProperty() function
3556 ? GetBoolProperty( sPropName, xPropSet ) : bDefault; in GetOptionalBoolProperty()