/aoo41x/main/forms/source/inc/ |
H A D | property.hxx | 108 #define DECL_PROP_IMPL(varname, type) \ argument 112 #define DECL_BOOL_PROP_IMPL(varname) \ argument 116 #define DECL_IFACE_PROP_IMPL(varname, type) \ argument 141 #define DECL_PROP0(varname, type) \ argument 145 #define DECL_PROP1(varname, type, attrib1) \ argument 149 #define DECL_PROP2(varname, type, attrib1, attrib2) \ argument 163 #define DECL_IFACE_PROP0(varname, type) \ argument 167 #define DECL_IFACE_PROP1(varname, type, attrib1) \ argument 184 #define DECL_BOOL_PROP0(varname) \ argument 188 #define DECL_BOOL_PROP1(varname, attrib1) \ argument [all …]
|
/aoo41x/main/dbaccess/source/inc/ |
H A D | apitools.hxx | 348 #define DECL_PROP_IMPL(varname, cpputype) \ argument 352 #define DECL_PROP0(varname, type) \ argument 355 #define DECL_PROP0_BOOL(varname) \ argument 358 #define DECL_PROP0_IFACE(varname, iface) \ argument 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 [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | propertyids.hxx | 77 #define DECL_PROP1IMPL(varname, type) \ argument 80 #define DECL_PROP0(varname, type) \ argument 83 #define DECL_BOOL_PROP1IMPL(varname) \ argument 86 #define DECL_BOOL_PROP0(varname) \ argument
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_propertyids.hxx | 140 #define DECL_PROP1IMPL(varname, type) \ argument 143 #define DECL_PROP0(varname, type) \ argument 146 #define DECL_BOOL_PROP1IMPL(varname) \ argument 149 #define DECL_BOOL_PROP0(varname) \ argument
|
H A D | mysqlc_connection.cxx | 690 OUString OConnection::getMysqlVariable(const char *varname) in getMysqlVariable()
|
/aoo41x/main/connectivity/source/inc/ |
H A D | propertyids.hxx | 72 #define DECL_PROP1IMPL(varname, type) \ argument 75 #define DECL_PROP0(varname, type) \ argument 78 #define DECL_BOOL_PROP1IMPL(varname) \ argument 81 #define DECL_BOOL_PROP0(varname) \ argument
|
/aoo41x/main/forms/source/misc/ |
H A D | property.cxx | 76 #define ADD_PROP_ASSIGNMENT(varname) \ argument
|
/aoo41x/main/svx/source/form/ |
H A D | formcontroller.cxx | 922 #define DECL_PROP_CORE(varname, type) \ argument 926 #define DECL_PROP1(varname, type, attrib1) \ argument
|