Home
last modified time | relevance | path

Searched refs:xDocProperties (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/xmloff/source/forms/
H A Dofficeforms.cxx98 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()
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()
[all …]
/aoo41x/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx953 uno::Reference< beans::XPropertySet > xDocProperties; in CloseSectionGroup() local
954xDocProperties = uno::Reference< beans::XPropertySet >( rDM_Impl.GetTextDocument(), uno::UNO_QUERY… in CloseSectionGroup()
957xDocProperties->setPropertyValue( rtl::OUString::createFromAscii("DefaultPageMode"), uno::makeAny(… in CloseSectionGroup()

Completed in 23 milliseconds