Searched refs:rPropValues (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 1047 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 …]
|
/aoo41x/main/chart2/source/view/main/ |
H A D | PropertyMapper.cxx | 150 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 D | LabelPositionHelper.cxx | 66 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 D | ShapeFactory.cxx | 2241 , const tAnySequence& rPropValues in createText() argument 2265 PropertyMapper::setMultiProperties( rPropNames, rPropValues, xProp ); in createText()
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | PropertyMapper.hxx | 83 getValuePointer( tAnySequence& rPropValues 88 getValuePointerForLimitedSpace( tAnySequence& rPropValues 111 , tNameSequence& rPropNames, tAnySequence& rPropValues 123 , tAnySequence& rPropValues );
|
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 | 172 , const tAnySequence& rPropValues
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | StyleSheetTable.cxx | 330 ::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()
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | VCartesianAxis.cxx | 96 , const tAnySequence& rPropValues in createSingleLabel() argument 108 .createText( xTarget, aLabel, rPropNames, rPropValues, aATransformation ); in createSingleLabel()
|
Completed in 93 milliseconds