Searched refs:eExpansion (Results 1 – 3 of 3) sorted by relevance
303 ::com::sun::star::chart::ChartLegendExpansion eExpansion, in lcl_placeLegendEntries() argument312 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 …]
136 …::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()
61 ::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()