Lines Matching refs:aSupported
107 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(getSupportedServiceNames()); \
108 const ::rtl::OUString* pSupported = aSupported.getConstArray(); \
109 for (sal_Int32 i=0; i<aSupported.getLength(); ++i, ++pSupported) \
119 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(1); \
120 aSupported[0] = ::rtl::OUString::createFromAscii(serviceasciiname); \
121 return aSupported; \
131 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(1); \
132 aSupported[0] = ::rtl::OUString::createFromAscii(serviceasciiname); \
133 return aSupported; \
143 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(2); \
144 aSupported[0] = ::rtl::OUString::createFromAscii(serviceasciiname1); \
145 aSupported[1] = ::rtl::OUString::createFromAscii(serviceasciiname2); \
146 return aSupported; \
152 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(2); \
153 aSupported[0] = ::rtl::OUString::createFromAscii(serviceasciiname1); \
154 aSupported[1] = ::rtl::OUString::createFromAscii(serviceasciiname2); \
155 return aSupported; \
161 ::com::sun::star::uno::Sequence< ::rtl::OUString > aSupported(3); \
162 aSupported[0] = ::rtl::OUString::createFromAscii(serviceasciiname1); \
163 aSupported[1] = ::rtl::OUString::createFromAscii(serviceasciiname2); \
164 aSupported[2] = ::rtl::OUString::createFromAscii(serviceasciiname3); \
165 return aSupported; \