Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/shared/
H A Dregistrationhelper.cxx47 if (!s_pImplementationNames) in registerComponent()
51 s_pImplementationNames = new uno::Sequence< ::rtl::OUString >; in registerComponent()
64 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()
65 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent()
79 if (!s_pImplementationNames) in revokeComponent()
91 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent()
97 removeElementAt(*s_pImplementationNames, i); in revokeComponent()
105 if (s_pImplementationNames->getLength() == 0) in revokeComponent()
107 delete s_pImplementationNames; s_pImplementationNames = NULL; in revokeComponent()
122 if (!s_pImplementationNames) in getComponentFactory()
[all …]
/aoo42x/main/forms/source/inc/
H A Dforms_module_impl.hxx63 if (!s_pImplementationNames) in registerComponent()
67 s_pImplementationNames = new Sequence< ::rtl::OUString >; in registerComponent()
80 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()
81 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent()
95 if (!s_pImplementationNames) in revokeComponent()
107 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent()
113 removeElementAt(*s_pImplementationNames, i); in revokeComponent()
121 if (s_pImplementationNames->getLength() == 0) in revokeComponent()
123 delete s_pImplementationNames; s_pImplementationNames = NULL; in revokeComponent()
138 if (!s_pImplementationNames) in getComponentFactory()
[all …]
H A Dforms_module.hxx67 s_pImplementationNames;
/aoo42x/main/dbaccess/source/ext/adabas/
H A DAcomponentmodule.cxx179 if (!s_pImplementationNames) in registerComponent()
183 s_pImplementationNames = new Sequence< ::rtl::OUString >; in registerComponent()
196 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()
197 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent()
211 if (!s_pImplementationNames) in revokeComponent()
223 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent()
229 removeElementAt(*s_pImplementationNames, i); in revokeComponent()
237 if (s_pImplementationNames->getLength() == 0) in revokeComponent()
239 delete s_pImplementationNames; s_pImplementationNames = NULL; in revokeComponent()
254 if (!s_pImplementationNames) in getComponentFactory()
[all …]
H A DAcomponentmodule.hxx97 s_pImplementationNames;
/aoo42x/main/extensions/source/inc/
H A Dcomponentmodule.cxx169 if (!s_pImplementationNames) in registerComponent()
173 s_pImplementationNames = new Sequence< ::rtl::OUString >; in registerComponent()
186 sal_Int32 nOldLen = s_pImplementationNames->getLength(); in registerComponent()
187 s_pImplementationNames->realloc(nOldLen + 1); in registerComponent()
201 if (!s_pImplementationNames) in revokeComponent()
213 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent()
219 removeElementAt(*s_pImplementationNames, i); in revokeComponent()
227 if (s_pImplementationNames->getLength() == 0) in revokeComponent()
229 delete s_pImplementationNames; s_pImplementationNames = NULL; in revokeComponent()
244 if (!s_pImplementationNames) in getComponentFactory()
[all …]
H A Dcomponentmodule.hxx81 s_pImplementationNames;
/aoo42x/main/dbaccess/source/inc/
H A Dregistrationhelper.hxx41 s_pImplementationNames;

Completed in 37 milliseconds