Home
last modified time | relevance | path

Searched refs:rPropValues (Results 1 – 9 of 9) sorted by path

/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx96 , const tAnySequence& rPropValues in createSingleLabel() argument
108 .createText( xTarget, aLabel, rPropNames, rPropValues, aATransformation ); in createSingleLabel()
/trunk/main/chart2/source/view/inc/
H A DLabelPositionHelper.hxx57 …static void changeTextAdjustment( tAnySequence& rPropValues, const tNameSequence& rPropNames, Labe…
58 static void doDynamicFontResize( tAnySequence& rPropValues, const tNameSequence& rPropNames
H A DPropertyMapper.hxx83 getValuePointer( tAnySequence& rPropValues
88 getValuePointerForLimitedSpace( tAnySequence& rPropValues
111 , tNameSequence& rPropNames, tAnySequence& rPropValues
123 , tAnySequence& rPropValues );
H A DShapeFactory.hxx172 , const tAnySequence& rPropValues
/trunk/main/chart2/source/view/main/
H A DLabelPositionHelper.cxx66 void LabelPositionHelper::changeTextAdjustment( tAnySequence& rPropValues, const tNameSequence& rPr… 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()
105 void LabelPositionHelper::doDynamicFontResize( tAnySequence& rPropValues in doDynamicFontResize() argument
116 …uno::Any* pAOldAndNewFontHeightAny = PropertyMapper::getValuePointer( rPropValues, rPropNames, C2U… in doDynamicFontResize()
118 …pAOldAndNewFontHeightAny = PropertyMapper::getValuePointer( rPropValues, rPropNames, C2U("CharHeig… in doDynamicFontResize()
120 …pAOldAndNewFontHeightAny = PropertyMapper::getValuePointer( rPropValues, rPropNames, C2U("CharHeig… in doDynamicFontResize()
H A DPropertyMapper.cxx150 uno::Any* PropertyMapper::getValuePointer( tAnySequence& rPropValues in getValuePointer() argument
158 return &rPropValues[nN]; in getValuePointer()
163 uno::Any* PropertyMapper::getValuePointerForLimitedSpace( tAnySequence& rPropValues 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 DShapeFactory.cxx2241 , const tAnySequence& rPropValues in createText() argument
2265 PropertyMapper::setMultiProperties( rPropNames, rPropValues, xProp ); in createText()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1047 rPropValues[ n ].Name = sPosition; in MergeDefaultAttributes()
1054 rPropValues[ n ].Name = sMirroredX; in MergeDefaultAttributes()
1061 rPropValues[ n ].Name = sMirroredY; in MergeDefaultAttributes()
1068 rPropValues[ n ].Name = sSwitched; in MergeDefaultAttributes()
1079 rPropValues[ n ].Name = sPolar; in MergeDefaultAttributes()
1080 rPropValues[ n++ ].Value <<= aCenter; in MergeDefaultAttributes()
1529 rPropValues[ n ].Name = sPosition; in IsDefaultGeometry()
1536 rPropValues[ n ].Name = sMirroredX; in IsDefaultGeometry()
1543 rPropValues[ n ].Name = sMirroredY; in IsDefaultGeometry()
1550 rPropValues[ n ].Name = sSwitched; in IsDefaultGeometry()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx330 ::rtl::OUString StyleSheetTable_Impl::HasListCharStyle( const PropertyValueVector_t& rPropValues ) in HasListCharStyle() argument
337 if( aListVectorIter->aPropertyValues.size() == rPropValues.size() ) in HasListCharStyle()
341 PropertyValueVector_t::const_iterator aList1Iter = rPropValues.begin(); in HasListCharStyle()
342 while( aList1Iter != rPropValues.end() && !bBreak) in HasListCharStyle()

Completed in 95 milliseconds