Home
last modified time | relevance | path

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

/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/stoc/source/corereflection/
H A Dcrarray.cxx59 static OTypeCollection * s_pTypes = 0; in getTypes() local
60 if (! s_pTypes) in getTypes()
63 if (! s_pTypes) in getTypes()
68 s_pTypes = &s_aTypes; in getTypes()
71 return s_pTypes->getTypes(); in getTypes()
H A Dcriface.cxx113 static OTypeCollection * s_pTypes = 0; in getTypes() local
114 if (! s_pTypes) in getTypes()
117 if (! s_pTypes) in getTypes()
123 s_pTypes = &s_aTypes; in getTypes()
126 return s_pTypes->getTypes(); in getTypes()
419 static OTypeCollection * s_pTypes = 0; in getTypes() local
420 if (! s_pTypes) in getTypes()
423 if (! s_pTypes) in getTypes()
428 s_pTypes = &s_aTypes; in getTypes()
431 return s_pTypes->getTypes(); in getTypes()
H A Dcrenum.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.cxx135 static OTypeCollection * s_pTypes = 0; in getTypes() local
136 if (! s_pTypes) in getTypes()
139 if (! s_pTypes) in getTypes()
146 s_pTypes = &s_aTypes; in getTypes()
149 return s_pTypes->getTypes(); in getTypes()
H A Dcrcomp.cxx101 static OTypeCollection * s_pTypes = 0; in getTypes() local
102 if (! s_pTypes) in getTypes()
105 if (! s_pTypes) in getTypes()
111 s_pTypes = &s_aTypes; in getTypes()
114 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.cxx1023 static Sequence< Type > const * s_pTypes = 0; in getTypes() local
1024 if (! s_pTypes) in getTypes()
1078 if (! s_pTypes) in getTypes()
1081 s_pTypes = &s_types; in getTypes()
1084 return *s_pTypes; in getTypes()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1856 static OTypeCollection * s_pTypes = 0; in getTypes() local
1857 if (! s_pTypes) in getTypes()
1860 if (! s_pTypes) in getTypes()
1866 s_pTypes = &s_aTypes; in getTypes()
1869 return s_pTypes->getTypes(); in getTypes()

Completed in 57 milliseconds