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.cxx1954 Reference<XMultiPropertySet> xMultiPropSet( rTextContent, UNO_QUERY ); in exportParagraph() local
1981 if( xMultiPropSet.is() ) in exportParagraph()
1983 xMultiPropSet ) >>= sStyle; in exportParagraph()
2017 if( xMultiPropSet.is() ) in exportParagraph()
2019 xMultiPropSet ) >>= sCondStyle; in exportParagraph()
2037 if( xMultiPropSet.is() ) in exportParagraph()
2040 xMultiPropSet ) >>= nOutlineLevel; in exportParagraph()
2059 if( xMultiPropSet.is() ) in exportParagraph()
2061 NUMBERING_IS_NUMBER, xMultiPropSet ) >>= bIsNumber; in exportParagraph()
2067 if( xMultiPropSet.is() ) in exportParagraph()
[all …]
/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx173 Reference< XMultiPropertySet > xMultiPropSet( xControlModel, UNO_QUERY_THROW ); in insertControlModel() local
174 xMultiPropSet->setPropertyValues( rPropertyNames, rPropertyValues ); in insertControlModel()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1745 Reference< XMultiPropertySet > xMultiPropSet( xPropertySet, UNO_QUERY ); in lcl_ApplyResolverToNestedContainees() local
1747 xMultiPropSet->firePropertiesChangeEvent( aPropNames, xListener ); in lcl_ApplyResolverToNestedContainees()
1795 Reference< XMultiPropertySet > xMultiPropSet( xPropertySet, UNO_QUERY ); in ImplUpdateResourceResolver() local
1797 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 );