Searched refs:aValueMap (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/chart2/source/view/main/ |
| H A D | PropertyMapper.cxx | 115 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() 465 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("LineStyle"), uno::makeAny(drawing::LineS… in getTextLabelMultiPropertyLists() 466 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextHorizontalAdjust"), uno::makeAny(dra… in getTextLabelMultiPropertyLists() 467 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextVerticalAdjust"), uno::makeAny(drawi… in getTextLabelMultiPropertyLists() 469 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowHeight"), uno::makeAny(sal_T… in getTextLabelMultiPropertyLists() 470 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowWidth"), uno::makeAny(sal_Tr… in getTextLabelMultiPropertyLists() [all …]
|
| H A D | VTitle.cxx | 147 tPropertyNameValueMap aValueMap; in createShapes() local 153 PropertyMapper::getValueMap( aValueMap, aNameMap, xTitleProperties ); in createShapes() 162 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextHorizontalAdjust"), uno::makeAny(eHo… in createShapes() 163 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextVerticalAdjust"), uno::makeAny(eVert… in createShapes() 165 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowHeight"), uno::makeAny(sal_T… in createShapes() 166 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("TextAutoGrowWidth"), uno::makeAny(sal_Tr… in createShapes() 173 …aValueMap.insert( tPropertyNameValueMap::value_type( C2U("Name"), uno::makeAny( m_aCID ) ) ); //CI… in createShapes() 180 PropertyMapper::getMultiPropertyListsFromValueMap( aPropNames, aPropValues, aValueMap ); in createShapes()
|
| H A D | VLegendSymbolFactory.cxx | 58 ::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()
|