Home
last modified time | relevance | path

Searched refs:aValueMap (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/chart2/source/view/main/
H A DPropertyMapper.cxx115 tPropertyNameValueMap aValueMap; in getMultiPropertyLists() local
116 getValueMap( aValueMap, rNameMap, xSourceProp ); in getMultiPropertyLists()
117 getMultiPropertyListsFromValueMap( rNames, rValues, aValueMap ); in getMultiPropertyLists()
459 tPropertyNameValueMap aValueMap; in getTextLabelMultiPropertyLists() local
460 PropertyMapper::getValueMap( aValueMap in getTextLabelMultiPropertyLists()
492 PropertyMapper::getMultiPropertyListsFromValueMap( rPropNames, rPropValues, aValueMap ); in getTextLabelMultiPropertyLists()
500 tPropertyNameValueMap aValueMap; in getPreparedTextShapePropertyLists() local
501 PropertyMapper::getValueMap( aValueMap in getPreparedTextShapePropertyLists()
509aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowWidth"), uno::makeAny( true … in getPreparedTextShapePropertyLists()
521 aValueMap[C2U("LineJoint")] <<= drawing::LineJoint_ROUND; in getPreparedTextShapePropertyLists()
[all …]
H A DVTitle.cxx147 tPropertyNameValueMap aValueMap; in createShapes() local
153 PropertyMapper::getValueMap( aValueMap, aNameMap, xTitleProperties ); in createShapes()
162aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextHorizontalAdjust"), uno::makeAny(eHo… in createShapes()
163aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextVerticalAdjust"), uno::makeAny(eVert… in createShapes()
165aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowHeight"), uno::makeAny(sal_T… in createShapes()
166aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowWidth"), uno::makeAny(sal_Tr… in createShapes()
173aValueMap.insert( tPropertyNameValueMap::value_type( C2U("Name"), uno::makeAny( m_aCID ) ) ); //CI… in createShapes()
180 PropertyMapper::getMultiPropertyListsFromValueMap( aPropNames, aPropValues, aValueMap ); in createShapes()
H A DVLegendSymbolFactory.cxx58 ::chart::tPropertyNameValueMap aValueMap; in lcl_setPropetiesToShape()
62 ::chart::PropertyMapper::getValueMap( aValueMap, aFilledSeriesNameMap, xProp ); in lcl_setPropetiesToShape()
65 ::chart::PropertyMapper::getValueMap( aValueMap, aLineSeriesNameMap, xProp ); in lcl_setPropetiesToShape()
68 ::chart::PropertyMapper::getValueMap( aValueMap, aLineNameMap, xProp ); in lcl_setPropetiesToShape()
71 ::chart::PropertyMapper::getValueMap( aValueMap, aFillNameMap, xProp ); in lcl_setPropetiesToShape()
74 ::chart::PropertyMapper::getValueMap( aValueMap, aFillLineNameMap, xProp ); in lcl_setPropetiesToShape()
80 … ::chart::PropertyMapper::getMultiPropertyListsFromValueMap( aPropNames, aPropValues, aValueMap ); in lcl_setPropetiesToShape()

Completed in 17 milliseconds