/aoo41x/main/oox/source/helper/ |
H A D | propertyset.cxx | 77 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 D | propertymap.cxx | 88 const PropertyNameVector& rPropNames = StaticPropertyNameVector::get(); in GenericPropertySet() local 90 maPropMap[ rPropNames[ aIt->first ] ] = aIt->second; in GenericPropertySet()
|
/aoo41x/main/svl/source/config/ |
H A D | srchcfg.cxx | 129 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()
|
/aoo41x/main/sc/source/filter/ftools/ |
H A D | fapihelper.cxx | 236 …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()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | PropertyMapper.cxx | 151 , 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 D | LabelPositionHelper.cxx | 66 …: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 D | ShapeFactory.cxx | 2240 , const tNameSequence& rPropNames in createText() argument 2265 PropertyMapper::setMultiProperties( rPropNames, rPropValues, xProp ); in createText()
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | PropertyMapper.hxx | 84 , const tNameSequence& rPropNames 89 , const tNameSequence& rPropNames 111 , tNameSequence& rPropNames, tAnySequence& rPropValues 122 , tNameSequence& rPropNames
|
H A D | LabelPositionHelper.hxx | 57 …static void changeTextAdjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, Labe… 58 static void doDynamicFontResize( tAnySequence& rPropValues, const tNameSequence& rPropNames
|
H A D | ShapeFactory.hxx | 171 , const tNameSequence& rPropNames
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labelcfg.cxx | 125 Sequence<OUString>& rPropNames, const SwLabRec& rRec) in lcl_CreateProperties() argument 127 const OUString* pNames = rPropNames.getConstArray(); in lcl_CreateProperties() 128 Sequence<PropertyValue> aRet(rPropNames.getLength()); in lcl_CreateProperties() 132 for(sal_Int32 nProp = 0; nProp < rPropNames.getLength(); nProp++) in lcl_CreateProperties()
|
/aoo41x/main/toolkit/source/helper/ |
H A D | unopropertyarrayhelper.cxx | 134 …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()
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | propertyset.hxx | 107 … const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rPropNames ) const; 123 const ::com::sun::star::uno::Sequence< ::rtl::OUString >& rPropNames,
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | fapihelper.hxx | 202 …void GetProperties( UnoAnySequence& rValues, const OUStringSequence& rPropNames ) c… 229 …void SetProperties( const OUStringSequence& rPropNames, const UnoAnySequence& rValu…
|
/aoo41x/main/cppuhelper/inc/cppuhelper/ |
H A D | propshlp.hxx | 109 … sal_Int32 * pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropNames ) = 0; 191 …out*/sal_Int32 * pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropNames );
|
/aoo41x/main/cppuhelper/source/ |
H A D | propshlp.cxx | 1250 … 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()
|
/aoo41x/main/toolkit/inc/toolkit/helper/ |
H A D | unopropertyarrayhelper.hxx | 56 …dles( sal_Int32* pHandles, const ::com::sun::star::uno::Sequence< ::rtl::OUString > & rPropNames );
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 95 , const tNameSequence& rPropNames in createSingleLabel() argument 108 .createText( xTarget, aLabel, rPropNames, rPropValues, aATransformation ); in createSingleLabel()
|