Lines Matching refs:Property

63 using ::com::sun::star::beans::Property;
113 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
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()
353 Sequence< Property >* operator()() in operator ()()
355 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()()
360 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
362 ::std::vector< ::com::sun::star::beans::Property > aProperties; in lcl_GetPropertySequence()
377 struct StaticAxisWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, StaticAx…
640 const Sequence< beans::Property >& AxisWrapper::getPropertySequence() in getPropertySequence()