Home
last modified time | relevance | path

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

/AOO41X/main/sot/inc/sot/
H A Dobject.hxx161 #define SO2_IMPL_BASIC_CLASS_DLL(ClassName,FactoryName,GlobalName) \ argument
167 *ppFactory = new FactoryName( GlobalName, \
192 #define SO2_IMPL_BASIC_CLASS(ClassName,FactoryName,GlobalName) \ argument
194 SO2_IMPL_BASIC_CLASS_DLL(ClassName,FactoryName,GlobalName)
198 #define SO2_IMPL_BASIC_CLASS1_DLL(ClassName,FactoryName,Super1,GlobalName)\ argument
204 *ppFactory = new FactoryName( GlobalName, \
234 #define SO2_IMPL_BASIC_CLASS1(ClassName,FactoryName,Super1,GlobalName) \ argument
236 SO2_IMPL_BASIC_CLASS1_DLL(ClassName,FactoryName,Super1,GlobalName)
240 #define SO2_IMPL_BASIC_CLASS2_DLL(ClassName,FactoryName,Super1,Super2,GlobalName) \ argument
246 *ppFactory = new FactoryName( GlobalName, \
[all …]