Home
last modified time | relevance | path

Searched refs:attrib1 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/forms/source/inc/ !
H A Dproperty.hxx145 #define DECL_PROP1(varname, type, attrib1) \ argument
146 DECL_PROP_IMPL(varname, type) com::sun::star::beans::PropertyAttribute::attrib1)
149 #define DECL_PROP2(varname, type, attrib1, attrib2) \ argument
150 …DECL_PROP_IMPL(varname, type) com::sun::star::beans::PropertyAttribute::attrib1 | com::sun::star::…
153 #define DECL_PROP3(varname, type, attrib1, attrib2, attrib3) \ argument
154 …DECL_PROP_IMPL(varname, type) com::sun::star::beans::PropertyAttribute::attrib1 | com::sun::star::…
157 #define DECL_PROP4(varname, type, attrib1, attrib2, attrib3, attrib4) \ argument
158 …DECL_PROP_IMPL(varname, type) com::sun::star::beans::PropertyAttribute::attrib1 | com::sun::star::…
167 #define DECL_IFACE_PROP1(varname, type, attrib1) \ argument
168 DECL_IFACE_PROP_IMPL(varname, type) starbeans::PropertyAttribute::attrib1)
[all …]
/trunk/main/dbaccess/source/inc/ !
H A Dapitools.hxx362 #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…
[all …]
/trunk/main/toolkit/source/helper/ !
H A Dproperty.cxx93 #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
98 …st< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta…
99 #define DECL_PROP_4( asciiname, id, type, attrib1, attrib2, attrib3, attrib4 ) \ argument
100 …st< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta…
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 )
[all …]
/trunk/main/svx/source/form/ !
H A Dformcontroller.cxx926 #define DECL_PROP1(varname, type, attrib1) \ argument
927 DECL_PROP_CORE(varname, type) PropertyAttribute::attrib1)