Lines Matching refs:C2U

82     : ::chart::WrappedProperty( C2U( "Alignment" ), C2U( "AnchorPosition" ) )  in WrappedLegendAlignmentProperty()
96 xInnerPropertySet->getPropertyValue( C2U( "Show" ) ) >>= bShowLegend; in getPropertyValue()
121 xInnerPropertySet->getPropertyValue( C2U( "Show" ) ) >>= bOldShowLegend; in setPropertyValue()
125 xInnerPropertySet->setPropertyValue( C2U( "Show" ), uno::makeAny(bNewShowLegend) ); in setPropertyValue()
146 xInnerPropertySet->getPropertyValue( C2U( "Expansion" ) ) >>= eOldExpansion ); in setPropertyValue()
149 … xInnerPropertySet->setPropertyValue( C2U( "Expansion" ), uno::makeAny( eNewExpansion )); in setPropertyValue()
153 Any aRelativePosition( xInnerPropertySet->getPropertyValue( C2U( "RelativePosition" ) ) ); in setPropertyValue()
156 xInnerPropertySet->setPropertyValue( C2U( "RelativePosition" ), Any() ); in setPropertyValue()
239 Property( C2U( "Alignment" ), in lcl_AddPropertiesToVector()
246 Property( C2U( "Expansion" ), in lcl_AddPropertiesToVector()
324 xProp->setPropertyValue( C2U( "RelativePosition" ), uno::makeAny(aRelativePosition) ); in setPosition()
356 return C2U( "com.sun.star.chart.ChartLegend" ); in getShapeType()
394 if( xProp->getPropertyValue( C2U("ReferencePageSize") ).hasValue() ) in updateReferenceSize()
395 xProp->setPropertyValue( C2U("ReferencePageSize"), uno::makeAny( in updateReferenceSize()
404 aRet = xProp->getPropertyValue( C2U("ReferencePageSize") ); in getReferenceSize()
436 aWrappedProperties.push_back( new WrappedProperty( C2U("Expansion"), C2U("Expansion") )); in createWrappedProperties()
439 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U("FillStyle"), C2U("FillStyle") )… in createWrappedProperties()
440 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U("FillColor"), C2U("FillColor") )… in createWrappedProperties()
452 aServices[ 0 ] = C2U( "com.sun.star.chart.ChartLegend" ); in getSupportedServiceNames_Static()
453 aServices[ 1 ] = C2U( "com.sun.star.drawing.Shape" ); in getSupportedServiceNames_Static()
454 aServices[ 2 ] = C2U( "com.sun.star.xml.UserDefinedAttributeSupplier" ); in getSupportedServiceNames_Static()
455 aServices[ 3 ] = C2U( "com.sun.star.style.CharacterProperties" ); in getSupportedServiceNames_Static()