Lines Matching refs:varname

348 #define DECL_PROP_IMPL(varname, cpputype) \  argument
349 …pDesc[nPos++] = ::com::sun::star::beans::Property(PROPERTY_##varname, PROPERTY_ID_##varname, cpput…
352 #define DECL_PROP0(varname, type) \ argument
353 DECL_PROP_IMPL(varname, ::getCppuType((const type *)0)) 0)
355 #define DECL_PROP0_BOOL(varname) \ argument
356 DECL_PROP_IMPL(varname, ::getBooleanCppuType()) 0)
358 #define DECL_PROP0_IFACE(varname, iface) \ argument
359 …DECL_PROP_IMPL(varname, ::getCppuType(static_cast< ::com::sun::star::uno::Reference< iface >* >(NU…
362 #define DECL_PROP1(varname, type, attrib1) \ argument
363 …DECL_PROP_IMPL(varname, ::getCppuType((const type *)0)) ::com::sun::star::beans::PropertyAttribute…
365 #define DECL_PROP1_BOOL(varname, attrib1) \ argument
366 …DECL_PROP_IMPL(varname, ::getBooleanCppuType()) ::com::sun::star::beans::PropertyAttribute::attrib…
368 #define DECL_PROP1_IFACE(varname, iface, attrib1) \ argument
369 …DECL_PROP_IMPL(varname, ::getCppuType(static_cast< ::com::sun::star::uno::Reference< iface >* >(NU…
371 #define DECL_PROP2_IFACE(varname, iface, attrib1, attrib2) \ argument
372 …DECL_PROP_IMPL(varname, ::getCppuType(static_cast< ::com::sun::star::uno::Reference< iface >* >(NU…
375 #define DECL_PROP2(varname, type, attrib1, attrib2) \ argument
376 …DECL_PROP_IMPL(varname, ::getCppuType((const type *)0)) ::com::sun::star::beans::PropertyAttribute…
378 #define DECL_PROP2_BOOL(varname, attrib1, attrib2) \ argument
379 …DECL_PROP_IMPL(varname, ::getBooleanCppuType()) ::com::sun::star::beans::PropertyAttribute::attrib…
382 #define DECL_PROP3(varname, type, attrib1, attrib2, attrib3) \ argument
383 …DECL_PROP_IMPL(varname, ::getCppuType((const type *)0)) ::com::sun::star::beans::PropertyAttribute…
385 #define DECL_PROP3_BOOL(varname, attrib1, attrib2, attrib3) \ argument
386 …DECL_PROP_IMPL(varname, ::getBooleanCppuType()) ::com::sun::star::beans::PropertyAttribute::attrib…