Home
last modified time | relevance | path

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

/AOO42X/main/chart2/source/view/main/
H A DVLegend.cxx303 ::com::sun::star::chart::ChartLegendExpansion eExpansion, in lcl_placeLegendEntries() argument
312 bool bIsCustomSize = (eExpansion == ::com::sun::star::chart::ChartLegendExpansion_CUSTOM); in lcl_placeLegendEntries()
332 if( eExpansion == ::com::sun::star::chart::ChartLegendExpansion_HIGH ) in lcl_placeLegendEntries()
356 if( eExpansion == ::com::sun::star::chart::ChartLegendExpansion_CUSTOM ) in lcl_placeLegendEntries()
499 else if( eExpansion == ::com::sun::star::chart::ChartLegendExpansion_HIGH ) in lcl_placeLegendEntries()
516 else if( eExpansion == ::com::sun::star::chart::ChartLegendExpansion_WIDE ) in lcl_placeLegendEntries()
551 if( eExpansion != ::com::sun::star::chart::ChartLegendExpansion_CUSTOM ) in lcl_placeLegendEntries()
905 …::com::sun::star::chart::ChartLegendExpansion eExpansion = ::com::sun::star::chart::ChartLegendExp… in createShapes()
911 xLegendProp->getPropertyValue( C2U( "Expansion" )) >>= eExpansion; in createShapes()
912 if( eExpansion == ::com::sun::star::chart::ChartLegendExpansion_CUSTOM ) in createShapes()
[all …]
/AOO42X/main/chart2/source/controller/itemsetwrapper/
H A DLegendItemConverter.cxx136 …::com::sun::star::chart::ChartLegendExpansion eExpansion = ::com::sun::star::chart::ChartLegendExp… in ApplySpecialItem()
141 eExpansion = ::com::sun::star::chart::ChartLegendExpansion_HIGH; in ApplySpecialItem()
145 eExpansion = ::com::sun::star::chart::ChartLegendExpansion_WIDE; in ApplySpecialItem()
158 … GetPropertySet()->setPropertyValue( C2U( "Expansion" ), uno::makeAny( eExpansion )); in ApplySpecialItem()
/AOO42X/main/chart2/source/tools/
H A DLegendHelper.cxx61 ::com::sun::star::chart::ChartLegendExpansion eExpansion = in showLegend()
66 if( !(xProp->getPropertyValue( C2U( "Expansion" )) >>= eExpansion ) ) in showLegend()
67 xProp->setPropertyValue( C2U( "Expansion" ), uno::makeAny( eExpansion )); in showLegend()