Home
last modified time | relevance | path

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

/aoo42x/main/sdext/source/minimizer/
H A Dunodialog.cxx168 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()
251 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFixedText()
269 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertCheckBox()
287 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertFormattedField()
305 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertComboBox()
323 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertRadioButton()
341 rName, rPropertyNames, rPropertyValues ), UNO_QUERY_THROW ); in insertListBox()
[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 );
/aoo42x/main/ucbhelper/source/client/
H A Dcontent.cxx1369 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()
/aoo42x/main/basic/source/classes/
H A Dpropacc.cxx205 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()
/aoo42x/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()
/aoo42x/main/ucbhelper/inc/ucbhelper/
H A Dcontent.hxx860 ::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,
/aoo42x/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()
/aoo42x/main/sw/source/core/unocore/
H A Dunosett.cxx1730 PropValData* lcl_FindProperty(const char* cName, PropValDataArr& rPropertyValues) in lcl_FindProperty() argument
1733 for(sal_uInt16 i = 0; i < rPropertyValues.Count(); i++) in lcl_FindProperty()
1735 PropValData* pTemp = rPropertyValues.GetObject(i); in lcl_FindProperty()

Completed in 74 milliseconds