Lines Matching refs:xDocProperties
98 Reference< XPropertySet > xDocProperties(GetImport().GetModel(), UNO_QUERY); in StartElement() local
99 if ( xDocProperties.is() ) in StartElement()
103 if (xDocProperties.is()) in StartElement()
104 xDocPropInfo = xDocProperties->getPropertySetInfo(); in StartElement()
106 …implImportBool(_rxAttrList, ofaAutomaticFocus, xDocProperties, xDocPropInfo, PROPERTY_AUTOCONTROLF… in StartElement()
107 …implImportBool(_rxAttrList, ofaApplyDesignMode, xDocProperties, xDocPropInfo, PROPERTY_APPLYDESIGN… in StartElement()
167 Reference< XPropertySet > xDocProperties(_rExp.GetModel(), UNO_QUERY); in addModelAttributes() local
168 if ( xDocProperties.is() ) in addModelAttributes()
172 if (xDocProperties.is()) in addModelAttributes()
173 xDocPropInfo = xDocProperties->getPropertySetInfo(); in addModelAttributes()
175 …implExportBool(_rExp, ofaAutomaticFocus, xDocProperties, xDocPropInfo, PROPERTY_AUTOCONTROLFOCUS, … in addModelAttributes()
176 …implExportBool(_rExp, ofaApplyDesignMode, xDocProperties, xDocPropInfo, PROPERTY_APPLYDESIGNMODE, … in addModelAttributes()