Lines Matching refs:Property
48 using ::com::sun::star::beans::Property;
158 ::std::vector< Property > & rOutProperties ) in lcl_AddPropertiesToVector()
161 Property( C2U( "String" ), in lcl_AddPropertiesToVector()
168 Property( C2U( "TextRotation" ), in lcl_AddPropertiesToVector()
174 Property( C2U( "StackedText" ), in lcl_AddPropertiesToVector()
183 Sequence< Property >* operator()() in operator ()()
185 static Sequence< Property > aPropSeq( lcl_GetPropertySequence() ); in operator ()()
190 Sequence< Property > lcl_GetPropertySequence() in lcl_GetPropertySequence()
192 ::std::vector< beans::Property > aProperties; in lcl_GetPropertySequence()
209 struct StaticTitleWrapperPropertyArray : public rtl::StaticAggregate< Sequence< Property >, StaticT…
525 const Sequence< beans::Property >& TitleWrapper::getPropertySequence() in getPropertySequence()