/aoo41x/main/stoc/source/typeconv/ |
H A D | convert.cxx | 331 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 332 const OUString * pArray = aSNL.getConstArray(); in supportsService() 333 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/eventattacher/source/ |
H A D | eventattacher.cxx | 300 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 301 const OUString * pArray = aSNL.getArray(); in supportsService() 302 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/ucbhelper/inc/ucbhelper/ |
H A D | macros.hxx | 631 com::sun::star::uno::Sequence< rtl::OUString > aSNL = \ 633 const rtl::OUString* pArray = aSNL.getArray(); \ 634 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) \
|
/aoo41x/main/ucbhelper/source/provider/ |
H A D | contenthelper.cxx | 277 uno::Sequence< rtl::OUString > aSNL = getSupportedServiceNames(); in supportsService() local 278 const rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() 279 for ( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/linguistic/source/ |
H A D | dlistimp.cxx | 769 uno::Sequence< rtl::OUString > aSNL = getSupportedServiceNames(); in supportsService() local 770 const rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() 771 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
H A D | gciterator.cxx | 1217 uno::Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 1218 const OUString * pArray = aSNL.getConstArray(); in supportsService() 1219 for( sal_Int32 i = 0; i < aSNL.getLength(); ++i ) in supportsService()
|
H A D | lngsvcmgr.cxx | 1963 uno::Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 1964 const OUString * pArray = aSNL.getConstArray(); in supportsService() 1965 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/sax/source/expatwrap/ |
H A D | sax_expat.cxx | 600 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 601 const OUString * pArray = aSNL.getConstArray(); in supportsService() 603 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
H A D | saxwriter.cxx | 1074 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 1075 const OUString * pArray = aSNL.getConstArray(); in supportsService() 1077 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/sax/source/fastparser/ |
H A D | fastparser.cxx | 558 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 559 const OUString * pArray = aSNL.getConstArray(); in supportsService() 561 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/svtools/source/graphic/ |
H A D | provider.cxx | 106 uno::Sequence< ::rtl::OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 107 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() 109 for( int i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/ |
H A D | hyphenimp.cxx | 920 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 921 const OUString * pArray = aSNL.getConstArray(); in supportsService() 922 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/toolkit/source/controls/ |
H A D | unocontrol.cxx | 1470 Sequence< ::rtl::OUString > aSNL = getSupportedServiceNames(); in supportsService() local 1471 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() 1472 const ::rtl::OUString* pArrayEnd = aSNL.getConstArray() + aSNL.getLength(); in supportsService()
|
H A D | unocontrolmodel.cxx | 1090 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSNL = getSupportedServiceNames(); in supportsService() 1091 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() 1092 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/stoc/source/defaultregistry/ |
H A D | defaultregistry.cxx | 1238 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 1239 const OUString * pArray = aSNL.getArray(); in supportsService() 1240 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/stoc/source/invocation/ |
H A D | invocation.cxx | 1176 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 1177 const OUString * pArray = aSNL.getConstArray(); in supportsService() 1178 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 1389 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 1390 const OUString * pArray = aSNL.getConstArray(); in supportsService() 1391 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/animations/source/animcore/ |
H A D | animcore.cxx | 787 Sequence< OUString > aSNL( getSupportedServiceNames() ); in supportsService() local 788 const OUString * pArray = aSNL.getConstArray(); in supportsService() 790 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 1404 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSNL = getSupportedServiceNames(); in supportsService() 1405 const ::rtl::OUString* pArray = aSNL.getConstArray(); in supportsService() 1406 const ::rtl::OUString* pArrayEnd = aSNL.getConstArray(); in supportsService()
|
/aoo41x/main/stoc/source/servicemanager/ |
H A D | servicemanager.cxx | 1390 Sequence< OUString > aSNL = getSupportedServiceNames(); in supportsService() local 1391 const OUString * pArray = aSNL.getConstArray(); in supportsService() 1392 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/stoc/source/inspect/ |
H A D | introspection.cxx | 1898 Sequence< ::rtl::OUString > aSNL = getSupportedServiceNames(); in supportsService() local 1899 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() 1900 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|
/aoo41x/main/svx/source/form/ |
H A D | formcontroller.cxx | 703 Sequence< ::rtl::OUString> aSNL(getSupportedServiceNames()); in supportsService() local 704 const ::rtl::OUString * pArray = aSNL.getConstArray(); in supportsService() 705 for( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
|