Lines Matching refs:attrib1
362 #define DECL_PROP1(varname, type, attrib1) \ argument
363 …_IMPL(varname, ::getCppuType((const type *)0)) ::com::sun::star::beans::PropertyAttribute::attrib1)
365 #define DECL_PROP1_BOOL(varname, attrib1) \ argument
366 …ECL_PROP_IMPL(varname, ::getBooleanCppuType()) ::com::sun::star::beans::PropertyAttribute::attrib1)
368 #define DECL_PROP1_IFACE(varname, iface, attrib1) \ argument
369 …:sun::star::uno::Reference< iface >* >(NULL))) ::com::sun::star::beans::PropertyAttribute::attrib1)
371 #define DECL_PROP2_IFACE(varname, iface, attrib1, attrib2) \ argument
372 …eference< iface >* >(NULL))) ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta…
375 #define DECL_PROP2(varname, type, attrib1, attrib2) \ argument
376 …etCppuType((const type *)0)) ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta…
378 #define DECL_PROP2_BOOL(varname, attrib1, attrib2) \ argument
379 …ame, ::getBooleanCppuType()) ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta…
382 #define DECL_PROP3(varname, type, attrib1, attrib2, attrib3) \ argument
383 …etCppuType((const type *)0)) ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta…
385 #define DECL_PROP3_BOOL(varname, attrib1, attrib2, attrib3) \ argument
386 …ame, ::getBooleanCppuType()) ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta…