Lines Matching refs:seqNames
99 static Sequence< OUString > seqNames(1); in smgr_wrapper_getSupportedServiceNames() local
100 seqNames.getArray()[0] = OUString( in smgr_wrapper_getSupportedServiceNames()
102 pNames = &seqNames; in smgr_wrapper_getSupportedServiceNames()
132 static Sequence< OUString > seqNames(2); in smgr_getSupportedServiceNames() local
133 seqNames.getArray()[0] = OUString( in smgr_getSupportedServiceNames()
135 seqNames.getArray()[1] = OUString( in smgr_getSupportedServiceNames()
137 pNames = &seqNames; in smgr_getSupportedServiceNames()
167 static Sequence< OUString > seqNames(2); in regsmgr_getSupportedServiceNames() local
168 …seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.lang.MultiServiceFacto… in regsmgr_getSupportedServiceNames()
169 …seqNames.getArray()[1] = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.lang.RegistryServiceMa… in regsmgr_getSupportedServiceNames()
170 pNames = &seqNames; in regsmgr_getSupportedServiceNames()