Lines Matching refs:attrib2

149 #define DECL_PROP2(varname, type, attrib1, attrib2)	\  argument
150 …::sun::star::beans::PropertyAttribute::attrib1 | com::sun::star::beans::PropertyAttribute::attrib2)
153 #define DECL_PROP3(varname, type, attrib1, attrib2, attrib3) \ argument
154 …::PropertyAttribute::attrib1 | com::sun::star::beans::PropertyAttribute::attrib2 | com::sun::star:…
157 #define DECL_PROP4(varname, type, attrib1, attrib2, attrib3, attrib4) \ argument
158 …::PropertyAttribute::attrib1 | com::sun::star::beans::PropertyAttribute::attrib2 | com::sun::star:…
171 #define DECL_IFACE_PROP2(varname, type, attrib1, attrib2) \ argument
172 …::sun::star::beans::PropertyAttribute::attrib1 | com::sun::star::beans::PropertyAttribute::attrib2)
175 #define DECL_IFACE_PROP3(varname, type, attrib1, attrib2, attrib3) \ argument
176 …e) starbeans::PropertyAttribute::attrib1 | starbeans::PropertyAttribute::attrib2 | starbeans::Prop…
179 #define DECL_IFACE_PROP4(varname, type, attrib1, attrib2, attrib3, attrib4) \ argument
180 …e) starbeans::PropertyAttribute::attrib1 | starbeans::PropertyAttribute::attrib2 | starbeans::Prop…
192 #define DECL_BOOL_PROP2(varname, attrib1, attrib2) \ argument
193 …::sun::star::beans::PropertyAttribute::attrib1 | com::sun::star::beans::PropertyAttribute::attrib2)
196 #define DECL_BOOL_PROP3( varname, attrib1, attrib2, attrib3 ) \ argument
197 …::PropertyAttribute::attrib1 | com::sun::star::beans::PropertyAttribute::attrib2 | com::sun::star:…
210 #define REGISTER_PROP_2( prop, member, attrib1, attrib2 ) \ argument
211 …ty( PROPERTY_##prop, PROPERTY_ID_##prop, PropertyAttribute::attrib1 | PropertyAttribute::attrib2, \
214 #define REGISTER_PROP_3( prop, member, attrib1, attrib2, attrib3 ) \ argument
215 …rop, PROPERTY_ID_##prop, PropertyAttribute::attrib1 | PropertyAttribute::attrib2 | PropertyAttribu…
223 #define REGISTER_VOID_PROP_2( prop, memberAny, type, attrib1, attrib2 ) \ argument
224 …D_##prop, PropertyAttribute::MAYBEVOID | PropertyAttribute::attrib1 | PropertyAttribute::attrib2, \