Home
last modified time | relevance | path

Searched refs:xMultiPropSet (Results 1 – 8 of 8) sorted by relevance

/trunk/main/xmloff/source/style/
H A DMultiPropertySetHelper.cxx185 Reference < XMultiPropertySet > xMultiPropSet( rPropSet, in getValue() local
187 if( xMultiPropSet.is() ) in getValue()
188 getValues( xMultiPropSet ); in getValue()
H A Dxmlexppr.cxx426 Reference < XMultiPropertySet > xMultiPropSet( rPropSet, UNO_QUERY ); in FillPropertyStateArray() local
427 if( xMultiPropSet.is() && !bDefault ) in FillPropertyStateArray()
468 aValues = xMultiPropSet->getPropertyValues( aAPINames ); in FillPropertyStateArray()
497 aValues = xMultiPropSet->getPropertyValues( rApiNames ); in FillPropertyStateArray()
H A Dxmlimppr.cxx459 Reference<XMultiPropertySet> xMultiPropSet( rPropSet, UNO_QUERY ); in FillPropertySet() local
460 if ( xMultiPropSet.is() ) in FillPropertySet()
463 bSet = _FillMultiPropertySet( aProperties, xMultiPropSet, in FillPropertySet()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1953 Reference<XMultiPropertySet> xMultiPropSet( rTextContent, UNO_QUERY ); in exportParagraph() local
1980 if( xMultiPropSet.is() ) in exportParagraph()
1982 xMultiPropSet ) >>= sStyle; in exportParagraph()
2016 if( xMultiPropSet.is() ) in exportParagraph()
2018 xMultiPropSet ) >>= sCondStyle; in exportParagraph()
2036 if( xMultiPropSet.is() ) in exportParagraph()
2039 xMultiPropSet ) >>= nOutlineLevel; in exportParagraph()
2058 if( xMultiPropSet.is() ) in exportParagraph()
2066 if( xMultiPropSet.is() ) in exportParagraph()
2110 xPropSetInfo(xMultiPropSet.is() ? in exportParagraph()
[all …]
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx174 Reference< XMultiPropertySet > xMultiPropSet( xControlModel, UNO_QUERY_THROW ); in insertControlModel() local
175 xMultiPropSet->setPropertyValues( rPropertyNames, rPropertyValues ); in insertControlModel()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1749 Reference< XMultiPropertySet > xMultiPropSet( xPropertySet, UNO_QUERY ); in lcl_ApplyResolverToNestedContainees() local
1751 xMultiPropSet->firePropertiesChangeEvent( aPropNames, xListener ); in lcl_ApplyResolverToNestedContainees()
1799 Reference< XMultiPropertySet > xMultiPropSet( xPropertySet, UNO_QUERY ); in ImplUpdateResourceResolver() local
1801 xMultiPropSet->firePropertiesChangeEvent( lcl_getLanguageDependentProperties(), xListener ); in ImplUpdateResourceResolver()
/trunk/main/chart2/source/tools/
H A DCharacterProperties.cxx586 const uno::Reference< beans::XMultiPropertySet > & xMultiPropSet ) in createFontDescriptorFromPropertySet()
606 uno::Sequence< uno::Any > aValues( xMultiPropSet->getPropertyValues( aPropNameSeq )); in createFontDescriptorFromPropertySet()
/trunk/main/chart2/source/inc/
H A DCharacterProperties.hxx136 …t ::com::sun::star::uno::Reference< ::com::sun::star::beans::XMultiPropertySet > & xMultiPropSet );

Completed in 66 milliseconds