Lines Matching refs:chart

63 namespace chart  namespace
82 : ::chart::WrappedProperty( C2U( "Alignment" ), C2U( "AnchorPosition" ) ) in WrappedLegendAlignmentProperty()
99 aRet = uno::makeAny( ::com::sun::star::chart::ChartLegendPosition_NONE ); in getPropertyValue()
118 …::com::sun::star::chart::ChartLegendPosition eOuterPos(::com::sun::star::chart::ChartLegendPositio… in setPropertyValue()
119 …if( (rOuterValue >>= eOuterPos) && eOuterPos == ::com::sun::star::chart::ChartLegendPosition_NONE… in setPropertyValue()
138 ::com::sun::star::chart::ChartLegendExpansion eNewExpansion = in setPropertyValue()
141 ? ::com::sun::star::chart::ChartLegendExpansion_HIGH in setPropertyValue()
142 : ::com::sun::star::chart::ChartLegendExpansion_WIDE; in setPropertyValue()
144 …::com::sun::star::chart::ChartLegendExpansion eOldExpansion( ::com::sun::star::chart::ChartLegendE… in setPropertyValue()
163 …::com::sun::star::chart::ChartLegendPosition ePos = ::com::sun::star::chart::ChartLegendPosition_N… in convertInnerToOuterValue()
171 ePos = ::com::sun::star::chart::ChartLegendPosition_LEFT; in convertInnerToOuterValue()
174 ePos = ::com::sun::star::chart::ChartLegendPosition_RIGHT; in convertInnerToOuterValue()
177 ePos = ::com::sun::star::chart::ChartLegendPosition_TOP; in convertInnerToOuterValue()
180 ePos = ::com::sun::star::chart::ChartLegendPosition_BOTTOM; in convertInnerToOuterValue()
184 ePos = ::com::sun::star::chart::ChartLegendPosition_NONE; in convertInnerToOuterValue()
194 ::com::sun::star::chart::ChartLegendPosition ePos; in convertOuterToInnerValue()
199 case ::com::sun::star::chart::ChartLegendPosition_LEFT: in convertOuterToInnerValue()
202 case ::com::sun::star::chart::ChartLegendPosition_RIGHT: in convertOuterToInnerValue()
205 case ::com::sun::star::chart::ChartLegendPosition_TOP: in convertOuterToInnerValue()
208 case ::com::sun::star::chart::ChartLegendPosition_BOTTOM: in convertOuterToInnerValue()
241 … ::getCppuType( reinterpret_cast< const ::com::sun::star::chart::ChartLegendPosition * >(0)), in lcl_AddPropertiesToVector()
248 … ::getCppuType( reinterpret_cast< const ::com::sun::star::chart::ChartLegendExpansion * >(0)), in lcl_AddPropertiesToVector()
266 ::chart::CharacterProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
267 ::chart::LineProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
268 ::chart::FillProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
270 ::chart::UserDefinedProperties::AddPropertiesToVector( aProperties ); in lcl_GetPropertySequence()
271 ::chart::wrapper::WrappedAutomaticPositionProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
272 ::chart::wrapper::WrappedScaleTextProperties::addProperties( aProperties ); in lcl_GetPropertySequence()
275 ::chart::PropertyNameLess() ); in lcl_GetPropertySequence()
277 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
290 namespace chart namespace
433 ::std::vector< ::chart::WrappedProperty* > aWrappedProperties; in createWrappedProperties()