Searched refs:xDocProperties (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/xmloff/source/forms/ |
H A D | officeforms.cxx | 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() 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 …]
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.cxx | 953 uno::Reference< beans::XPropertySet > xDocProperties; in CloseSectionGroup() local 954 …xDocProperties = uno::Reference< beans::XPropertySet >( rDM_Impl.GetTextDocument(), uno::UNO_QUERY… in CloseSectionGroup() 957 …xDocProperties->setPropertyValue( rtl::OUString::createFromAscii("DefaultPageMode"), uno::makeAny(… in CloseSectionGroup()
|
Completed in 20 milliseconds