Home
last modified time | relevance | path

Searched refs:nServices (Results 1 – 5 of 5) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Dserviceinfohelper.cxx89 …e( ::com::sun::star::uno::Sequence< ::rtl::OUString >& rSeq, sal_uInt16 nServices, /* char * */ ..… in addToSequence() argument
93 rSeq.realloc( nCount + nServices ); in addToSequence()
97 va_start( marker, nServices ); in addToSequence()
98 for( sal_uInt16 i = 0 ; i < nServices; i++ ) in addToSequence()
/trunk/main/sw/inc/
H A Dunobaseclass.hxx162 size_t const nServices, char const*const pServices[]);
164 size_t const nServices, char const*const pServices[],
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx131 size_t const nServices, char const*const pServices[], in SupportsServiceImpl() argument
134 for (size_t i = 0; i < nServices; ++i) in SupportsServiceImpl()
146 size_t const nServices, char const*const pServices[]) in GetSupportedServiceNamesImpl() argument
148 uno::Sequence< ::rtl::OUString > ret(nServices); in GetSupportedServiceNamesImpl()
149 for (size_t i = 0; i < nServices; ++i) in GetSupportedServiceNamesImpl()
/trunk/main/vcl/source/components/
H A Ddtranscomp.cxx163 sal_Int32 nServices = aServices.getLength(); in supportsService() local
164 for( sal_Int32 i = 0; i < nServices; i++ ) in supportsService()
/trunk/main/comphelper/inc/comphelper/
H A Dserviceinfohelper.hxx49 …e( ::com::sun::star::uno::Sequence< ::rtl::OUString >& rSeq, sal_uInt16 nServices, /* sal_Char* */…

Completed in 33 milliseconds