/aoo41x/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 …]
|
/aoo41x/main/toolkit/source/helper/ |
H A D | property.cxx | 93 #define DECL_PROP_1( asciiname, id, type, attrib1 ) \ argument 95 #define DECL_PROP_2( asciiname, id, type, attrib1, attrib2 ) \ argument 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 104 #define DECL_DEP_PROP_2( asciiname, id, type, attrib1, attrib2 ) \ argument 106 #define DECL_DEP_PROP_3( asciiname, id, type, attrib1, attrib2, attrib3 ) \ argument
|
/aoo41x/main/dbaccess/source/inc/ |
H A D | apitools.hxx | 362 #define DECL_PROP1(varname, type, attrib1) \ argument 365 #define DECL_PROP1_BOOL(varname, attrib1) \ argument 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 382 #define DECL_PROP3(varname, type, attrib1, attrib2, attrib3) \ argument 385 #define DECL_PROP3_BOOL(varname, attrib1, attrib2, attrib3) \ argument
|
/aoo41x/main/svx/source/form/ |
H A D | formcontroller.cxx | 926 #define DECL_PROP1(varname, type, attrib1) \ argument
|