Lines Matching refs:GetIntProperty
265 inline sal_Int32 GetIntProperty(const OUString&,
484 switch (GetIntProperty(sPropertySubType, xPropSet)) in MapFieldName()
502 switch (GetIntProperty(sPropertySubType, xPropSet)) in MapFieldName()
530 if (NumberingType::CHAR_SPECIAL == GetIntProperty( in MapFieldName()
654 return ( GetIntProperty(sPropertySubType, xPropSet) == in IsStringField()
669 return 0 > GetIntProperty(sPropertyNumberFormat, xPropSet); in IsStringField()
674 return 5100 == GetIntProperty(sPropertyNumberFormat, xPropSet); in IsStringField()
815 sal_Int32 nFormat = GetIntProperty(sPropertyNumberFormat, xPropSet); in ExportFieldAutoStyle()
836 GetIntProperty(sPropertyNumberFormat, xPropSet); in ExportFieldAutoStyle()
882 GetIntProperty(sPropertyNumberFormat, xPropSet); in ExportFieldAutoStyle()
1116 GetIntProperty(sPropertyNumberFormat, rPropSet), in ExportFieldHelper()
1138 GetIntProperty(sPropertyNumberFormat, rPropSet), in ExportFieldHelper()
1161 GetIntProperty(sPropertyNumberFormat, rPropSet), in ExportFieldHelper()
1179 GetIntProperty(sPropertyNumberFormat, rPropSet), in ExportFieldHelper()
1234 GetIntProperty(sPropertyNumberFormat, rPropSet), in ExportFieldHelper()
1262 GetIntProperty(sPropertyNumberFormat,rPropSet), in ExportFieldHelper()
1295 GetIntProperty(sPropertyAdjust, rPropSet), in ExportFieldHelper()
1306 GetIntProperty(sPropertyNumberFormat,rPropSet), in ExportFieldHelper()
1340 GetIntProperty(sPropertyAdjust, rPropSet), in ExportFieldHelper()
1355 sal_Int32 nAdjust = GetIntProperty(sPropertyOffset, rPropSet); in ExportFieldHelper()
1385 ProcessCommandType(GetIntProperty(sPropertyDataCommandType, rPropSet)); in ExportFieldHelper()
1395 ProcessCommandType(GetIntProperty(sPropertyDataCommandType, rPropSet)); in ExportFieldHelper()
1399 GetIntProperty(sPropertySetNumber, rPropSet)); in ExportFieldHelper()
1409 ProcessCommandType(GetIntProperty(sPropertyDataCommandType, rPropSet)); in ExportFieldHelper()
1421 ProcessCommandType(GetIntProperty(sPropertyDataCommandType, rPropSet)); in ExportFieldHelper()
1425 GetIntProperty(sPropertySetNumber, rPropSet)); in ExportFieldHelper()
1438 ProcessCommandType(GetIntProperty(sPropertyDataCommandType, xMaster)); in ExportFieldHelper()
1445 GetIntProperty(sPropertyNumberFormat,rPropSet), in ExportFieldHelper()
1470 GetIntProperty(sPropertyNumberFormat, rPropSet), in ExportFieldHelper()
1501 GetIntProperty(sPropertyNumberFormat,rPropSet), in ExportFieldHelper()
1827 GetIntProperty(sPropertyNumberFormat, rPropSet), in ExportFieldHelper()
1972 sal_Int32 nType = GetIntProperty(sPropertySubType, xPropSet); in ExportFieldDeclarations()
2025 sal_Bool bIsString = ( GetIntProperty(sPropertySubType, xPropSet) in ExportFieldDeclarations()
2035 GetIntProperty(sPropertyNumberFormat, xFieldPropSet), in ExportFieldDeclarations()
2084 sal_Int32 nLevel = 1 + GetIntProperty( in ExportFieldDeclarations()
2339 GetIntProperty(sPropertyNumberFormat, i_xMeta), in ExportMetaField()
3579 inline sal_Int32 GetIntProperty( in GetIntProperty() function