/aoo41x/main/svx/source/unodraw/ |
H A D | UnoNameItemTable.cxx | 89 uno::Sequence< OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 90 const OUString * pArray = aSNL.getConstArray(); in supportsService() 92 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
H A D | unoctabl.cxx | 95 uno::Sequence< OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 96 const OUString * pArray = aSNL.getConstArray(); in supportsService() 98 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
H A D | unopool.cxx | 416 uno::Sequence< OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 417 const OUString * pArray = aSNL.getConstArray(); in supportsService() 419 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
H A D | unomtabl.cxx | 141 uno::Sequence< OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 142 const OUString * pArray = aSNL.getConstArray(); in supportsService() 144 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/comphelper/source/property/ |
H A D | genericpropertyset.cxx | 270 Sequence< OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 271 const OUString * pArray = aSNL.getConstArray(); in supportsService() 273 for( sal_Int32 i = 0; i < aSNL.getLength(); ++i ) in supportsService()
|
/aoo41x/main/dbaccess/source/ui/browser/ |
H A D | dbloader.cxx | 139 Sequence< ::rtl::OUString > aSNL = getSupportedServiceNames(); in supportsService() local 140 const ::rtl::OUString * pBegin = aSNL.getConstArray(); in supportsService() 141 const ::rtl::OUString * pEnd = pBegin + aSNL.getLength(); in supportsService()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbunocontroller.cxx | 286 const uno::Sequence< ::rtl::OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 287 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() 289 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/svx/source/unogallery/ |
H A D | unogalitem.cxx | 169 uno::Sequence< ::rtl::OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 170 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() 172 for( int i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
H A D | unogaltheme.cxx | 114 uno::Sequence< ::rtl::OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 115 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() 117 for( int i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/svtools/source/uno/ |
H A D | popupmenucontrollerbase.cxx | 125 const Sequence< rtl::OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 126 const rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() 128 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/io/source/stm/ |
H A D | opump.cxx | 465 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 466 const OUString * pArray = aSNL.getConstArray(); in supportsService() 468 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/stoc/source/javaloader/ |
H A D | javaloader.cxx | 358 Sequence<OUString> aSNL = getSupportedServiceNames(); in supportsService() local 359 const OUString * pArray = aSNL.getArray(); in supportsService() 360 for(sal_Int32 i = 0; i < aSNL.getLength() && !bSupport; ++ i) in supportsService()
|
/aoo41x/main/linguistic/workben/ |
H A D | sspellimp.cxx | 435 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 436 const OUString * pArray = aSNL.getConstArray(); in supportsService() 437 for( INT32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/io/source/TextInputStream/ |
H A D | TextInputStream.cxx | 477 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 478 const OUString * pArray = aSNL.getConstArray(); in supportsService() 480 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/sax/source/tools/ |
H A D | fastserializer.cxx | 287 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 288 const OUString * pArray = aSNL.getConstArray(); in supportsService() 290 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | provider.cxx | 131 uno::Sequence< rtl::OUString > aSNL = getSupportedServiceNames(); in supportsService() local 132 const rtl::OUString* pArray = aSNL.getArray(); in supportsService() 133 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/extensions/source/resource/ |
H A D | resource.cxx | 130 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 131 const OUString * pArray = aSNL.getConstArray(); in supportsService() 132 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/lingucomponent/source/languageguessing/ |
H A D | guesslang.cxx | 403 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 404 const OUString * pArray = aSNL.getArray(); in supportsService() 405 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | providerhelper.cxx | 157 uno::Sequence< rtl::OUString > aSNL = getSupportedServiceNames(); in supportsService() local 158 const rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() 159 for ( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | descriptor.cxx | 267 uno::Sequence< ::rtl::OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 268 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() 270 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/lingucomponent/source/spellcheck/macosxspell/ |
H A D | macspellimp.cxx | 570 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 571 const OUString * pArray = aSNL.getConstArray(); in supportsService() 572 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/lingucomponent/source/spellcheck/spell/ |
H A D | sspellimp.cxx | 642 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 643 const OUString * pArray = aSNL.getConstArray(); in supportsService() 644 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/linguistic/source/ |
H A D | lngopt.cxx | 637 uno::Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 638 const OUString * pArray = aSNL.getConstArray(); in supportsService() 639 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | bibload.cxx | 191 Sequence< rtl::OUString > aSNL = getSupportedServiceNames(); in supportsService() local 192 const rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() 193 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/lingucomponent/source/thesaurus/libnth/ |
H A D | nthesimp.cxx | 724 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 725 const OUString * pArray = aSNL.getConstArray(); in supportsService() 726 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|