Lines Matching refs:C2U

117         Property( C2U( "Max" ),  in lcl_AddPropertiesToVector()
124 Property( C2U( "Min" ), in lcl_AddPropertiesToVector()
131 Property( C2U( "StepMain" ), in lcl_AddPropertiesToVector()
138 Property( C2U( "StepHelpCount" ), in lcl_AddPropertiesToVector()
146 Property( C2U( "StepHelp" ), in lcl_AddPropertiesToVector()
153 Property( C2U( "AutoMax" ), in lcl_AddPropertiesToVector()
160 Property( C2U( "AutoMin" ), in lcl_AddPropertiesToVector()
167 Property( C2U( "AutoStepMain" ), in lcl_AddPropertiesToVector()
174 Property( C2U( "AutoStepHelp" ), in lcl_AddPropertiesToVector()
181 Property( C2U( "AxisType" ), in lcl_AddPropertiesToVector()
188 Property( C2U( "TimeIncrement" ), in lcl_AddPropertiesToVector()
195 Property( C2U( "ExplicitTimeIncrement" ), in lcl_AddPropertiesToVector()
202 Property( C2U( "Logarithmic" ), in lcl_AddPropertiesToVector()
209 Property( C2U( "ReverseDirection" ), in lcl_AddPropertiesToVector()
217 Property( C2U( "Visible" ), in lcl_AddPropertiesToVector()
224 Property( C2U( "CrossoverPosition" ), in lcl_AddPropertiesToVector()
230 Property( C2U( "CrossoverValue" ), in lcl_AddPropertiesToVector()
237 Property( C2U( "Origin" ), in lcl_AddPropertiesToVector()
244 Property( C2U( "AutoOrigin" ), in lcl_AddPropertiesToVector()
252 Property( C2U( "Marks" ), in lcl_AddPropertiesToVector()
259 Property( C2U( "HelpMarks" ), in lcl_AddPropertiesToVector()
266 Property( C2U( "MarkPosition" ), in lcl_AddPropertiesToVector()
274 Property( C2U( "DisplayLabels" ), in lcl_AddPropertiesToVector()
281 Property( C2U( "NumberFormat" ), in lcl_AddPropertiesToVector()
288 Property( C2U( "LinkNumberFormatToSource" ), in lcl_AddPropertiesToVector()
295 Property( C2U( "LabelPosition" ), in lcl_AddPropertiesToVector()
301 Property( C2U( "TextRotation" ), in lcl_AddPropertiesToVector()
308 Property( C2U( "ArrangeOrder" ), in lcl_AddPropertiesToVector()
315 Property( C2U( "TextBreak" ), in lcl_AddPropertiesToVector()
322 Property( C2U( "TextCanOverlap" ), in lcl_AddPropertiesToVector()
329 Property( C2U( "StackedText" ), in lcl_AddPropertiesToVector()
337 Property( C2U( "Overlap" ), in lcl_AddPropertiesToVector()
344 Property( C2U( "GapWidth" ), in lcl_AddPropertiesToVector()
511 return C2U( "com.sun.star.chart.ChartAxis" ); in getShapeType()
588 if( xProp->getPropertyValue( C2U("ReferencePageSize") ).hasValue() ) in updateReferenceSize()
589 xProp->setPropertyValue( C2U("ReferencePageSize"), uno::makeAny( in updateReferenceSize()
598 aRet = xProp->getPropertyValue( C2U("ReferencePageSize") ); in getReferenceSize()
624 xProp->setPropertyValue( C2U( "Show" ), uno::makeAny( sal_False ) ); in getAxis()
650 aWrappedProperties.push_back( new WrappedProperty( C2U( "Marks" ), C2U( "MajorTickmarks" ) ) ); in createWrappedProperties()
651 …aWrappedProperties.push_back( new WrappedProperty( C2U( "HelpMarks" ), C2U( "MinorTickmarks" ) ) ); in createWrappedProperties()
652 …aWrappedProperties.push_back( new WrappedProperty( C2U( "TextCanOverlap" ), C2U( "TextOverlap" ) )… in createWrappedProperties()
653 …aWrappedProperties.push_back( new WrappedProperty( C2U( "ArrangeOrder" ), C2U( "ArrangeOrder" ) ) … in createWrappedProperties()
654 aWrappedProperties.push_back( new WrappedProperty( C2U( "Visible" ), C2U( "Show" ) ) ); in createWrappedProperties()
655 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U( "DisplayLabels" ), C2U( "Displa… in createWrappedProperties()
656 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U( "TextBreak" ), C2U( "TextBreak"… in createWrappedProperties()
660 …aWrappedProperties.push_back( new WrappedProperty( C2U( "StackedText" ), C2U( "StackCharacters" ) … in createWrappedProperties()
661 …aWrappedProperties.push_back( new WrappedDirectStateProperty( C2U( "CrossoverPosition" ), C2U( "Cr… in createWrappedProperties()
690 aServices[ 0 ] = C2U( "com.sun.star.chart.ChartAxis" ); in getSupportedServiceNames_Static()
691 aServices[ 1 ] = C2U( "com.sun.star.xml.UserDefinedAttributeSupplier" ); in getSupportedServiceNames_Static()
692 aServices[ 2 ] = C2U( "com.sun.star.style.CharacterProperties" ); in getSupportedServiceNames_Static()