Home
last modified time | relevance | path

Searched refs:rPropNames (Results 1 – 18 of 18) sorted by relevance

/trunk/main/oox/source/helper/
H A Dpropertyset.cxx77 void PropertySet::getProperties( Sequence< Any >& orValues, const Sequence< OUString >& rPropNames in getProperties()
81 orValues = mxMultiPropSet->getPropertyValues( rPropNames ); in getProperties()
91 sal_Int32 nLen = rPropNames.getLength(); in getProperties()
92 const OUString* pPropName = rPropNames.getConstArray(); in getProperties()
108 void PropertySet::setProperties( const Sequence< OUString >& rPropNames, const Sequence< Any >& rVa… in setProperties() argument
110 OSL_ENSURE( rPropNames.getLength() == rValues.getLength(), in setProperties()
115 mxMultiPropSet->setPropertyValues( rPropNames, rValues ); in setProperties()
125 const OUString* pPropName = rPropNames.getConstArray(); in setProperties()
126 const OUString* pPropNameEnd = pPropName + rPropNames.getLength(); in setProperties()
H A Dpropertymap.cxx88 const PropertyNameVector& rPropNames = StaticPropertyNameVector::get(); in GenericPropertySet() local
90 maPropMap[ rPropNames[ aIt->first ] ] = aIt->second; in GenericPropertySet()
/trunk/main/sc/source/filter/ftools/
H A Dfapihelper.cxx236 …ropertySet::GetProperties( Sequence< Any >& rValues, const Sequence< OUString >& rPropNames ) const in GetProperties()
243 rValues = mxMultiPropSet->getPropertyValues( rPropNames ); in GetProperties()
247 sal_Int32 nLen = rPropNames.getLength(); in GetProperties()
248 const OUString* pPropName = rPropNames.getConstArray(); in GetProperties()
280 void ScfPropertySet::SetProperties( const Sequence< OUString >& rPropNames, const Sequence< Any >& … in SetProperties() argument
282 …DBG_ASSERT( rPropNames.getLength() == rValues.getLength(), "ScfPropertySet::SetProperties - length… in SetProperties()
287 mxMultiPropSet->setPropertyValues( rPropNames, rValues ); in SetProperties()
292 const OUString* pPropName = rPropNames.getConstArray(); in SetProperties()
293 const OUString* pPropNameEnd = pPropName + rPropNames.getLength(); in SetProperties()
/trunk/main/svl/source/config/
H A Dsrchcfg.cxx129 const Sequence<OUString>& rPropNames = lcl_GetSearchPropertyNames_Impl(); in Load() local
130 const OUString* pPropNames = rPropNames.getConstArray(); in Load()
131 Sequence<OUString> aPropertyNames(rPropNames.getLength()); in Load()
135 for(nProp = 0; nProp < rPropNames.getLength(); nProp++) in Load()
143 for(nProp = 0; nProp < rPropNames.getLength(); nProp++) in Load()
186 const Sequence<OUString>& rPropNames = lcl_GetSearchPropertyNames_Impl(); in Commit() local
187 const OUString* pPropNames = rPropNames.getConstArray(); in Commit()
192 for(sal_Int16 nProp = 0; nProp < rPropNames.getLength(); nProp++) in Commit()
/trunk/main/chart2/source/view/main/
H A DPropertyMapper.cxx151 , const tNameSequence& rPropNames in getValuePointer() argument
154 sal_Int32 nCount = rPropNames.getLength(); in getValuePointer()
157 if(rPropNames[nN].equals(rPropName)) in getValuePointer()
164 , const tNameSequence& rPropNames in getValuePointerForLimitedSpace() argument
167 return PropertyMapper::getValuePointer( rPropValues, rPropNames in getValuePointerForLimitedSpace()
453 , tNameSequence& rPropNames, tAnySequence& rPropValues in getTextLabelMultiPropertyLists() argument
492 PropertyMapper::getMultiPropertyListsFromValueMap( rPropNames, rPropValues, aValueMap ); in getTextLabelMultiPropertyLists()
497 , tNameSequence& rPropNames, tAnySequence& rPropValues ) in getPreparedTextShapePropertyLists() argument
523 PropertyMapper::getMultiPropertyListsFromValueMap( rPropNames, rPropValues, aValueMap ); in getPreparedTextShapePropertyLists()
H A DLabelPositionHelper.cxx66 …:changeTextAdjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, LabelAlignment … in changeTextAdjustment() argument
75 …uno::Any* pHorizontalAdjustAny = PropertyMapper::getValuePointer(rPropValues,rPropNames,C2U("TextH… in changeTextAdjustment()
87 …uno::Any* pVerticalAdjustAny = PropertyMapper::getValuePointer(rPropValues,rPropNames,C2U("TextVer… in changeTextAdjustment()
106 , const tNameSequence& rPropNames in doDynamicFontResize() argument
116 …OldAndNewFontHeightAny = PropertyMapper::getValuePointer( rPropValues, rPropNames, C2U("CharHeight… in doDynamicFontResize()
118 …pAOldAndNewFontHeightAny = PropertyMapper::getValuePointer( rPropValues, rPropNames, C2U("CharHeig… in doDynamicFontResize()
120 …pAOldAndNewFontHeightAny = PropertyMapper::getValuePointer( rPropValues, rPropNames, C2U("CharHeig… in doDynamicFontResize()
H A DShapeFactory.cxx2240 , const tNameSequence& rPropNames in createText() argument
2265 PropertyMapper::setMultiProperties( rPropNames, rPropValues, xProp ); in createText()
/trunk/main/chart2/source/view/inc/
H A DPropertyMapper.hxx84 , const tNameSequence& rPropNames
89 , const tNameSequence& rPropNames
111 , tNameSequence& rPropNames, tAnySequence& rPropValues
122 , tNameSequence& rPropNames
H A DLabelPositionHelper.hxx57 …static void changeTextAdjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, Labe…
58 static void doDynamicFontResize( tAnySequence& rPropValues, const tNameSequence& rPropNames
H A DShapeFactory.hxx171 , const tNameSequence& rPropNames
/trunk/main/sw/source/ui/envelp/
H A Dlabelcfg.cxx127 Sequence<OUString>& rPropNames, const SwLabRec& rRec) in lcl_CreateProperties() argument
129 const OUString* pNames = rPropNames.getConstArray(); in lcl_CreateProperties()
130 Sequence<PropertyValue> aRet(rPropNames.getLength()); in lcl_CreateProperties()
134 for(sal_Int32 nProp = 0; nProp < rPropNames.getLength(); nProp++) in lcl_CreateProperties()
/trunk/main/toolkit/source/helper/
H A Dunopropertyarrayhelper.cxx134 …ndles( sal_Int32* pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropNames ) in fillHandles() argument
136 const ::rtl::OUString* pNames = rPropNames.getConstArray(); in fillHandles()
137 sal_Int32 nValues = rPropNames.getLength(); in fillHandles()
/trunk/main/oox/inc/oox/helper/
H A Dpropertyset.hxx107 … const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rPropNames ) const;
123 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rPropNames,
/trunk/main/sc/source/filter/inc/
H A Dfapihelper.hxx202 …void GetProperties( UnoAnySequence& rValues, const OUStringSequence& rPropNames ) c…
229 …void SetProperties( const OUStringSequence& rPropNames, const UnoAnySequence& rValu…
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx110 … sal_Int32 * pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropNames ) = 0;
192 …out*/sal_Int32 * pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropNames );
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx1250 … OPropertyArrayHelper::fillHandles( sal_Int32 * pHandles, const Sequence< OUString > & rPropNames ) in fillHandles() argument
1253 const OUString * pReqProps = rPropNames.getConstArray(); in fillHandles()
1254 sal_Int32 nReqLen = rPropNames.getLength(); in fillHandles()
/trunk/main/toolkit/inc/toolkit/helper/
H A Dunopropertyarrayhelper.hxx56 …dles( sal_Int32* pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropNames );
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx95 , const tNameSequence& rPropNames in createSingleLabel() argument
108 .createText( xTarget, aLabel, rPropNames, rPropValues, aATransformation ); in createSingleLabel()

Completed in 69 milliseconds