Lines Matching refs:xPropSet

272 										   const Reference<XPropertySet> & xPropSet);
274 const Reference<XPropertySet> & xPropSet);
277 const Reference<XPropertySet> & xPropSet);
375 const Reference<XPropertySet> & xPropSet) in GetFieldID() argument
435 return MapFieldName(sFieldName, xPropSet); in GetFieldID()
440 const Reference<XPropertySet> & xPropSet) // for subtype in MapFieldName() argument
478 if (GetBoolProperty(sPropertyIsInput, xPropSet)) in MapFieldName()
484 switch (GetIntProperty(sPropertySubType, xPropSet)) in MapFieldName()
502 switch (GetIntProperty(sPropertySubType, xPropSet)) in MapFieldName()
519 if (GetBoolProperty(sPropertyIsDate, xPropSet)) in MapFieldName()
527 if (xPropSet->getPropertySetInfo()-> in MapFieldName()
531 sPropertyNumberingType, xPropSet)) in MapFieldName()
539 if (GetBoolProperty(sPropertyIsDate, xPropSet)) in MapFieldName()
546 if (GetBoolProperty(sPropertyIsDate, xPropSet)) in MapFieldName()
553 if (GetBoolProperty(sPropertyIsDate, xPropSet)) in MapFieldName()
560 switch (GetInt16Property(sPropertyReferenceFieldSource, xPropSet)) in MapFieldName()
645 const Reference<XPropertySet> & xPropSet) in IsStringField() argument
654 return ( GetIntProperty(sPropertySubType, xPropSet) == in IsStringField()
661 Reference<XTextField> xTextField(xPropSet, UNO_QUERY); in IsStringField()
669 return 0 > GetIntProperty(sPropertyNumberFormat, xPropSet); in IsStringField()
674 return 5100 == GetIntProperty(sPropertyNumberFormat, xPropSet); in IsStringField()
767 Reference<XPropertySet> xPropSet(rTextField, UNO_QUERY); in ExportFieldAutoStyle() local
798 FieldIdEnum nToken = GetFieldID(rTextField, xPropSet); in ExportFieldAutoStyle()
815 sal_Int32 nFormat = GetIntProperty(sPropertyNumberFormat, xPropSet); in ExportFieldAutoStyle()
818 !GetBoolProperty(sPropertyIsDataBaseFormat, xPropSet) ) in ExportFieldAutoStyle()
832 xPropSet->getPropertySetInfo() ); in ExportFieldAutoStyle()
836 GetIntProperty(sPropertyNumberFormat, xPropSet); in ExportFieldAutoStyle()
844 xPropSet, xPropSetInfo, sal_False ) ) in ExportFieldAutoStyle()
861 ExportMetaField(xPropSet, true, bProgress); in ExportFieldAutoStyle()
879 if (! IsStringField(nToken, xPropSet)) { in ExportFieldAutoStyle()
882 GetIntProperty(sPropertyNumberFormat, xPropSet); in ExportFieldAutoStyle()
893 xPropSet, xPropSet->getPropertySetInfo(), in ExportFieldAutoStyle()
985 Reference<XPropertySet> xPropSet(rTextField, UNO_QUERY); in ExportField() local
991 enum FieldIdEnum nToken = GetFieldID(rTextField, xPropSet); in ExportField()
1060 ExportFieldHelper( rTextField, xPropSet, xRangePropSet, nToken, in ExportField()
1965 Reference<XPropertySet> xPropSet; in ExportFieldDeclarations() local
1967 aAny >>= xPropSet; in ExportFieldDeclarations()
1972 sal_Int32 nType = GetIntProperty(sPropertySubType, xPropSet); in ExportFieldDeclarations()
2015 Reference<XPropertySet> xPropSet; in ExportFieldDeclarations() local
2017 aAny >>= xPropSet; in ExportFieldDeclarations()
2025 sal_Bool bIsString = ( GetIntProperty(sPropertySubType, xPropSet) in ExportFieldDeclarations()
2030 if (GetDependentFieldPropertySet(xPropSet, xFieldPropSet)) in ExportFieldDeclarations()
2074 Reference<XPropertySet> xPropSet; in ExportFieldDeclarations() local
2076 aAny >>= xPropSet; in ExportFieldDeclarations()
2085 sPropertyChapterNumberingLevel, xPropSet); in ExportFieldDeclarations()
2093 sPropertyNumberingSeparator, xPropSet)); in ExportFieldDeclarations()
2116 Reference<XPropertySet> xPropSet; in ExportFieldDeclarations() local
2118 aAny >>= xPropSet; in ExportFieldDeclarations()
2125 if (GetBoolProperty(sPropertyIsExpression, xPropSet)) in ExportFieldDeclarations()
2131 GetDoubleProperty(sPropertyValue, xPropSet), in ExportFieldDeclarations()
2143 GetStringProperty(sPropertyContent, xPropSet), in ExportFieldDeclarations()
2167 Reference<XPropertySet> xPropSet; in ExportFieldDeclarations() local
2169 aAny >>= xPropSet; in ExportFieldDeclarations()
2173 if (GetDependentFieldPropertySet(xPropSet, xDummy)) in ExportFieldDeclarations()
2177 GetStringProperty(sPropertyName, xPropSet), in ExportFieldDeclarations()
2184 xPropSet), in ExportFieldDeclarations()
2188 xPropSet), in ExportFieldDeclarations()
2192 xPropSet), in ExportFieldDeclarations()
2195 sPropertyIsAutomaticUpdate, xPropSet); in ExportFieldDeclarations()
2986 const Reference<XPropertySet> & xPropSet) in MapAuthorFieldName() argument
2989 return GetBoolProperty(sPropertyFullName, xPropSet) in MapAuthorFieldName()
2994 const Reference<XPropertySet> & xPropSet, in MapPageNumberName() argument
2999 Any aAny = xPropSet->getPropertyValue(sPropertySubType); in MapPageNumberName()
3238 const Reference<XPropertySet> & xPropSet) in MapSenderFieldName() argument
3243 switch (GetInt16Property(sPropertyFieldSubType, xPropSet)) in MapSenderFieldName()
3542 const Reference<XPropertySet> & xPropSet) in GetBoolProperty() argument
3544 Any aAny = xPropSet->getPropertyValue(sPropName); in GetBoolProperty()
3551 const Reference<XPropertySet> & xPropSet, in GetOptionalBoolProperty() argument
3556 ? GetBoolProperty( sPropName, xPropSet ) : bDefault; in GetOptionalBoolProperty()
3561 const Reference<XPropertySet> & xPropSet) in GetDoubleProperty() argument
3563 Any aAny = xPropSet->getPropertyValue(sPropName); in GetDoubleProperty()
3571 const Reference<XPropertySet> & xPropSet) in GetStringProperty() argument
3573 Any aAny = xPropSet->getPropertyValue(sPropName); in GetStringProperty()
3581 const Reference<XPropertySet> & xPropSet) in GetIntProperty() argument
3583 Any aAny = xPropSet->getPropertyValue(sPropName); in GetIntProperty()
3591 const Reference<XPropertySet> & xPropSet) in GetInt16Property() argument
3593 Any aAny = xPropSet->getPropertyValue(sPropName); in GetInt16Property()
3601 const Reference<XPropertySet> & xPropSet) in GetInt8Property() argument
3603 Any aAny = xPropSet->getPropertyValue(sPropName); in GetInt8Property()
3611 const Reference<XPropertySet> & xPropSet) in GetDateTimeProperty() argument
3613 Any aAny = xPropSet->getPropertyValue(sPropName); in GetDateTimeProperty()
3621 const Reference<XPropertySet> & xPropSet) in GetDateProperty() argument
3623 Any aAny = xPropSet->getPropertyValue(sPropName); in GetDateProperty()
3631 const Reference<XPropertySet> & xPropSet) in GetStringSequenceProperty() argument
3633 Any aAny = xPropSet->getPropertyValue(sPropName); in GetStringSequenceProperty()