Lines Matching refs:attrib1
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
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 )
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…
106 #define DECL_DEP_PROP_3( asciiname, id, type, attrib1, attrib2, attrib3 ) \ argument
107 …st< const type* >( NULL ) ), ::com::sun::star::beans::PropertyAttribute::attrib1 | ::com::sun::sta…