Searched refs:nServices (Results 1 – 5 of 5) sorted by relevance
/trunk/main/comphelper/source/misc/ |
H A D | serviceinfohelper.cxx | 89 …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 D | unobaseclass.hxx | 162 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 D | unoobj2.cxx | 131 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 D | dtranscomp.cxx | 163 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 D | serviceinfohelper.hxx | 49 …e( ::com::sun::star::uno::Sequence< ::rtl::OUString >& rSeq, sal_uInt16 nServices, /* sal_Char* */…
|
Completed in 31 milliseconds