Searched refs:rPropertyValues (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/sdext/source/minimizer/ |
| H A D | unodialog.cxx | 168 … const Sequence< OUString >& rPropertyNames, const Sequence< Any >& rPropertyValues ) in insertControlModel() 175 xMultiPropSet->setPropertyValues( rPropertyNames, rPropertyValues ); in insertControlModel() 219 const Sequence< OUString >& rPropertyNames, const Sequence< Any >& rPropertyValues ) in insertButton() 225 rName, rPropertyNames, rPropertyValues ) ); in insertButton() 245 …OUString& rName, const Sequence< OUString > rPropertyNames, const Sequence< Any > rPropertyValues ) in insertFixedText() argument 251 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFixedText() 263 …OUString& rName, const Sequence< OUString > rPropertyNames, const Sequence< Any > rPropertyValues ) in insertCheckBox() argument 269 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertCheckBox() 281 …OUString& rName, const Sequence< OUString > rPropertyNames, const Sequence< Any > rPropertyValues ) in insertFormattedField() argument 287 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFormattedField() [all …]
|
| H A D | unodialog.hxx | 81 …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 );
|
| /AOO41X/main/ucbhelper/source/client/ |
| H A D | content.cxx | 1369 const Sequence< Any >& rPropertyValues, in insertNewContent() 1375 rPropertyValues, in insertNewContent() 1384 const Sequence< Any >& rPropertyValues, in insertNewContent() 1390 rPropertyValues, in insertNewContent() 1399 const Sequence< Any >& rPropertyValues, in insertNewContent() 1446 aNewContent.setPropertyValues( rPropertyNames, rPropertyValues ); in insertNewContent() 1462 const Sequence< Any >& rPropertyValues, in insertNewContent() 1509 aNewContent.setPropertyValues( nPropertyHandles, rPropertyValues ); in insertNewContent()
|
| /AOO41X/main/basic/source/classes/ |
| H A D | propacc.cxx | 205 void SbPropertyValues::setPropertyValues(const Sequence< PropertyValue >& rPropertyValues ) in setPropertyValues() argument 215 const PropertyValue *pPropVals = rPropertyValues.getConstArray(); in setPropertyValues() 216 for ( sal_Int16 n = 0; n < rPropertyValues.getLength(); ++n ) in setPropertyValues()
|
| /AOO41X/main/xmloff/source/text/ |
| H A D | XMLRedlineExport.cxx | 507 const Sequence<PropertyValue> & rPropertyValues) in ExportChangeInfo() argument 511 sal_Int32 nCount = rPropertyValues.getLength(); in ExportChangeInfo() 514 const PropertyValue& rVal = rPropertyValues[i]; in ExportChangeInfo()
|
| /AOO41X/main/ucbhelper/inc/ucbhelper/ |
| H A D | content.hxx | 860 ::com::sun::star::uno::Any >& rPropertyValues, 893 ::com::sun::star::uno::Any >& rPropertyValues, 929 ::com::sun::star::uno::Any >& rPropertyValues, 967 ::com::sun::star::uno::Any >& rPropertyValues,
|
| /AOO41X/main/writerfilter/source/dmapper/ |
| H A D | StyleSheetTable.cxx | 285 …PropertyMap_t(const ::rtl::OUString& rCharStyleName, const PropertyValueVector_t& rPropertyValues): in ListCharStylePropertyMap_t() 287 aPropertyValues( rPropertyValues ) in ListCharStylePropertyMap_t()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unosett.cxx | 1733 PropValData* lcl_FindProperty(const char* cName, PropValDataArr& rPropertyValues) in lcl_FindProperty() argument 1736 for(sal_uInt16 i = 0; i < rPropertyValues.Count(); i++) in lcl_FindProperty() 1738 PropValData* pTemp = rPropertyValues.GetObject(i); in lcl_FindProperty()
|