Home
last modified time | relevance | path

Searched refs:asciiname (Results 1 – 2 of 2) sorted by relevance

/trunk/main/toolkit/source/helper/
H A Dproperty.cxx93 #define DECL_PROP_1( asciiname, id, type, attrib1 ) \ argument
94 …ImplPropertyInfo( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType(…
95 #define DECL_PROP_2( asciiname, id, type, attrib1, attrib2 ) \ argument
96 …ImplPropertyInfo( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType(…
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 …ImplPropertyInfo( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType(…
104 #define DECL_DEP_PROP_2( asciiname, id, type, attrib1, attrib2 ) \ argument
105 …ImplPropertyInfo( ::rtl::OUString::createFromAscii( asciiname ), BASEPROPERTY_##id, ::getCppuType(…
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxlformula.cxx379 #define EXC_FUNCENTRY_ODF( opcode, minparam, maxparam, flags, asciiname ) \ argument
380 … maxparam, V, { VR }, EXC_FUNCFLAG_IMPORTONLY|(flags), EXC_FUNCNAME_ODF( asciiname ) }, \
381 …+1, (maxparam)+1, V, { RO_E, RO }, EXC_FUNCFLAG_EXPORTONLY|(flags), EXC_FUNCNAME_ODF( asciiname ) }

Completed in 23 milliseconds