Home
last modified time | relevance | path

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

/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx111 static OTypeCollection * s_pTypes = 0; in getTypes() local
112 if (! s_pTypes) in getTypes()
115 if (! s_pTypes) in getTypes()
121 s_pTypes = &s_aTypes; in getTypes()
124 return s_pTypes->getTypes(); in getTypes()
407 static OTypeCollection * s_pTypes = 0; in getTypes() local
408 if (! s_pTypes) in getTypes()
411 if (! s_pTypes) in getTypes()
416 s_pTypes = &s_aTypes; in getTypes()
419 return s_pTypes->getTypes(); in getTypes()
H A Dcrenum.cxx97 static OTypeCollection * s_pTypes = 0; in getTypes() local
98 if (! s_pTypes) in getTypes()
101 if (! s_pTypes) in getTypes()
107 s_pTypes = &s_aTypes; in getTypes()
110 return s_pTypes->getTypes(); in getTypes()
H A Dcrarray.cxx57 static OTypeCollection * s_pTypes = 0; in getTypes() local
58 if (! s_pTypes) in getTypes()
61 if (! s_pTypes) in getTypes()
66 s_pTypes = &s_aTypes; in getTypes()
69 return s_pTypes->getTypes(); in getTypes()
H A Dcrcomp.cxx99 static OTypeCollection * s_pTypes = 0; in getTypes() local
100 if (! s_pTypes) in getTypes()
103 if (! s_pTypes) in getTypes()
109 s_pTypes = &s_aTypes; in getTypes()
112 return s_pTypes->getTypes(); in getTypes()
H A Dcrefl.cxx133 static OTypeCollection * s_pTypes = 0; in getTypes() local
134 if (! s_pTypes) in getTypes()
137 if (! s_pTypes) in getTypes()
144 s_pTypes = &s_aTypes; in getTypes()
147 return s_pTypes->getTypes(); in getTypes()
/trunk/main/cppuhelper/source/
H A Dcomponent.cxx121 static OTypeCollection * s_pTypes = 0; in getTypes() local
122 if (! s_pTypes) in getTypes()
125 if (! s_pTypes) in getTypes()
132 s_pTypes = &s_aTypes; in getTypes()
135 return s_pTypes->getTypes(); in getTypes()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterdialogcomponent.cxx254 static OTypeCollection * s_pTypes = 0; in getTypes() local
255 if (! s_pTypes) in getTypes()
258 if (! s_pTypes) in getTypes()
269 s_pTypes = &s_aTypes; in getTypes()
272 return s_pTypes->getTypes(); in getTypes()
/trunk/main/stoc/source/invocation/
H A Dinvocation.cxx996 static Sequence< Type > const * s_pTypes = 0; in getTypes() local
997 if (! s_pTypes) in getTypes()
1051 if (! s_pTypes) in getTypes()
1054 s_pTypes = &s_types; in getTypes()
1057 return *s_pTypes; in getTypes()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1788 static OTypeCollection * s_pTypes = 0; in getTypes() local
1789 if (! s_pTypes) in getTypes()
1792 if (! s_pTypes) in getTypes()
1798 s_pTypes = &s_aTypes; in getTypes()
1801 return s_pTypes->getTypes(); in getTypes()