/aoo42x/main/forms/source/inc/ |
H A D | property.hxx | 145 #define DECL_PROP1(varname, type, attrib1) \ argument 149 #define DECL_PROP2(varname, type, attrib1, attrib2) \ argument 153 #define DECL_PROP3(varname, type, attrib1, attrib2, attrib3) \ argument 167 #define DECL_IFACE_PROP1(varname, type, attrib1) \ argument 171 #define DECL_IFACE_PROP2(varname, type, attrib1, attrib2) \ argument 188 #define DECL_BOOL_PROP1(varname, attrib1) \ argument 192 #define DECL_BOOL_PROP2(varname, attrib1, attrib2) \ argument 196 #define DECL_BOOL_PROP3( varname, attrib1, attrib2, attrib3 ) \ argument 206 #define REGISTER_PROP_1( prop, member, attrib1 ) \ argument 210 #define REGISTER_PROP_2( prop, member, attrib1, attrib2 ) \ argument [all …]
|
/aoo42x/main/dbaccess/source/inc/ |
H A D | apitools.hxx | 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 371 #define DECL_PROP2_IFACE(varname, iface, attrib1, attrib2) \ argument 375 #define DECL_PROP2(varname, type, attrib1, attrib2) \ argument 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 [all …]
|
/aoo42x/main/toolkit/source/helper/ |
H A D | property.cxx | 93 #define DECL_PROP_1( asciiname, id, type, attrib1 ) \ argument 94 …puType( static_cast< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute::attrib1 ) 95 #define DECL_PROP_2( asciiname, id, type, attrib1, attrib2 ) \ argument 96 …st< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta… 97 #define DECL_PROP_3( asciiname, id, type, attrib1, attrib2, attrib3 ) \ argument 99 #define DECL_PROP_4( asciiname, id, type, attrib1, attrib2, attrib3, attrib4 ) \ argument 102 #define DECL_DEP_PROP_1( asciiname, id, type, attrib1 ) \ argument 103 …atic_cast< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute::attrib1, sal_True ) 104 #define DECL_DEP_PROP_2( asciiname, id, type, attrib1, attrib2 ) \ argument 105 …st< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta… [all …]
|
/aoo42x/main/svx/source/form/ |
H A D | formcontroller.cxx | 926 #define DECL_PROP1(varname, type, attrib1) \ argument 927 DECL_PROP_CORE(varname, type) PropertyAttribute::attrib1)
|