Home
last modified time | relevance | path

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

/trunk/main/sdext/source/minimizer/
H A Dunodialog.cxx167 … const Sequence< OUString >& rPropertyNames, const Sequence< Any >& rPropertyValues ) in insertControlModel()
174 xMultiPropSet->setPropertyValues( rPropertyNames, rPropertyValues ); in insertControlModel()
218 const Sequence< OUString >& rPropertyNames, const Sequence< Any >& rPropertyValues ) in insertButton()
224 rName, rPropertyNames, rPropertyValues ) ); in insertButton()
244 …OUString& rName, const Sequence< OUString > rPropertyNames, const Sequence< Any > rPropertyValues ) in insertFixedText() argument
250 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFixedText()
262 …OUString& rName, const Sequence< OUString > rPropertyNames, const Sequence< Any > rPropertyValues ) in insertCheckBox() argument
268 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertCheckBox()
280 …OUString& rName, const Sequence< OUString > rPropertyNames, const Sequence< Any > rPropertyValues ) in insertFormattedField() argument
286 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFormattedField()
[all …]
H A Dunodialog.hxx81 …rPropertyNames, const com::sun::star::uno::Sequence< com::sun::star::uno::Any >& rPropertyValues );
86 const com::sun::star::uno::Sequence< com::sun::star::uno::Any >& rPropertyValues );
89 … rPropertyNames, const com::sun::star::uno::Sequence< com::sun::star::uno::Any > rPropertyValues );
92 … rPropertyNames, const com::sun::star::uno::Sequence< com::sun::star::uno::Any > rPropertyValues );
95 … rPropertyNames, const com::sun::star::uno::Sequence< com::sun::star::uno::Any > rPropertyValues );
98 … rPropertyNames, const com::sun::star::uno::Sequence< com::sun::star::uno::Any > rPropertyValues );
101 … rPropertyNames, const com::sun::star::uno::Sequence< com::sun::star::uno::Any > rPropertyValues );
104 … rPropertyNames, const com::sun::star::uno::Sequence< com::sun::star::uno::Any > rPropertyValues );
107 … rPropertyNames, const com::sun::star::uno::Sequence< com::sun::star::uno::Any > rPropertyValues );
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx1318 const Sequence< Any >& rPropertyValues, in insertNewContent()
1323 rPropertyValues, in insertNewContent()
1332 const Sequence< Any >& rPropertyValues, in insertNewContent()
1337 rPropertyValues, in insertNewContent()
1346 const Sequence< Any >& rPropertyValues, in insertNewContent()
1392 aNewContent.setPropertyValues( rPropertyNames, rPropertyValues ); in insertNewContent()
1408 const Sequence< Any >& rPropertyValues, in insertNewContent()
1454 aNewContent.setPropertyValues( nPropertyHandles, rPropertyValues ); in insertNewContent()
/trunk/main/ucbhelper/inc/ucbhelper/
H A Dcontent.hxx758 ::com::sun::star::uno::Any >& rPropertyValues,
788 ::com::sun::star::uno::Any >& rPropertyValues,
821 ::com::sun::star::uno::Any >& rPropertyValues,
856 ::com::sun::star::uno::Any >& rPropertyValues,
/trunk/main/basic/source/classes/
H A Dpropacc.cxx197 void SbPropertyValues::setPropertyValues(const Sequence< PropertyValue >& rPropertyValues ) in setPropertyValues() argument
202 const PropertyValue *pPropVals = rPropertyValues.getConstArray(); in setPropertyValues()
203 for ( sal_Int16 n = 0; n < rPropertyValues.getLength(); ++n ) in setPropertyValues()
/trunk/main/xmloff/source/text/
H A DXMLRedlineExport.cxx507 const Sequence<PropertyValue> & rPropertyValues) in ExportChangeInfo() argument
511 sal_Int32 nCount = rPropertyValues.getLength(); in ExportChangeInfo()
514 const PropertyValue& rVal = rPropertyValues[i]; in ExportChangeInfo()
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx285 …PropertyMap_t(const ::rtl::OUString& rCharStyleName, const PropertyValueVector_t& rPropertyValues): in ListCharStylePropertyMap_t()
287 aPropertyValues( rPropertyValues ) in ListCharStylePropertyMap_t()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx1711 PropValData* lcl_FindProperty(const char* cName, PropValDataArr& rPropertyValues) in lcl_FindProperty() argument
1714 for(sal_uInt16 i = 0; i < rPropertyValues.Count(); i++) in lcl_FindProperty()
1716 PropValData* pTemp = rPropertyValues.GetObject(i); in lcl_FindProperty()