Home
last modified time | relevance | path

Searched refs:seqNames (Results 1 – 25 of 45) sorted by relevance

12

/aoo4110/main/unotools/source/config/
H A Dworkingsetoptions.cxx182 Sequence< OUString > seqNames = GetPropertyNames ( ); in SvtWorkingSetOptions_Impl() local
183 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtWorkingSetOptions_Impl()
188 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtWorkingSetOptions_Impl::SvtWorking… in SvtWorkingSetOptions_Impl()
209 EnableNotification( seqNames ); in SvtWorkingSetOptions_Impl()
255 Sequence< OUString > seqNames = GetPropertyNames (); in Commit() local
256 sal_Int32 nCount = seqNames.getLength(); in Commit()
269 PutProperties( seqNames, seqValues ); in Commit()
H A Dlocalisationoptions.cxx190 Sequence< OUString > seqNames = GetPropertyNames ( ); in SvtLocalisationOptions_Impl() local
191 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtLocalisationOptions_Impl()
196 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtLocalisationOptions_Impl::SvtLocal… in SvtLocalisationOptions_Impl()
223 EnableNotification( seqNames ); in SvtLocalisationOptions_Impl()
277 Sequence< OUString > seqNames = GetPropertyNames (); in Commit() local
278 sal_Int32 nCount = seqNames.getLength(); in Commit()
296 PutProperties( seqNames, seqValues ); in Commit()
H A Dfontoptions.cxx196 Sequence< OUString > seqNames = impl_GetPropertyNames ( ); in SvtFontOptions_Impl() local
197 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtFontOptions_Impl()
202 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtFontOptions_Impl::SvtFontOptions_I… in SvtFontOptions_Impl()
233 EnableNotification( seqNames ); in SvtFontOptions_Impl()
291 Sequence< OUString > seqNames = impl_GetPropertyNames(); in Commit() local
292 sal_Int32 nCount = seqNames.getLength(); in Commit()
313 PutProperties( seqNames, seqValues ); in Commit()
H A Dstartoptions.cxx193 Sequence< OUString > seqNames = impl_GetPropertyNames(); in SvtStartOptions_Impl() local
194 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtStartOptions_Impl()
199 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtStartOptions_Impl::SvtStartOptions… in SvtStartOptions_Impl()
278 Sequence< OUString > seqNames = impl_GetPropertyNames(); in Commit() local
279 sal_Int32 nCount = seqNames.getLength(); in Commit()
296 PutProperties( seqNames, seqValues ); in Commit()
H A Dextendedsecurityoptions.cxx235 Sequence< OUString > seqNames = GetPropertyNames(); in SvtExtendedSecurityOptions_Impl() local
236 Sequence< Any > seqValues = GetProperties( seqNames ); in SvtExtendedSecurityOptions_Impl()
237 Sequence< sal_Bool > seqRO = GetReadOnlyStates ( seqNames ); in SvtExtendedSecurityOptions_Impl()
296 Sequence< OUString > seqNames = GetPropertyNames (); in Commit() local
297 sal_Int32 nCount = seqNames.getLength(); in Commit()
311 PutProperties( seqNames, seqValues ); in Commit()
H A Dinternaloptions.cxx286 Sequence< OUString > seqNames = impl_GetPropertyNames() ; in SvtInternalOptions_Impl() local
287 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtInternalOptions_Impl()
292 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtInternalOptions_Impl::SvtInternalO… in SvtInternalOptions_Impl()
H A Dprintwarningoptions.cxx141 Sequence< OUString > seqNames( impl_GetPropertyNames() ); in SvtPrintWarningOptions_Impl() local
142 Sequence< Any > seqValues( GetProperties( seqNames ) ); in SvtPrintWarningOptions_Impl()
144 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtPrintWarningOptions_Impl::SvtPrint… in SvtPrintWarningOptions_Impl()
H A Dcacheoptions.cxx144 Sequence< OUString > seqNames( impl_GetPropertyNames() ); in SvtCacheOptions_Impl() local
145 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtCacheOptions_Impl()
147 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtCacheOptions_Impl::SvtCacheOptions… in SvtCacheOptions_Impl()
/aoo4110/main/svtools/source/config/
H A Dmiscopt.cxx273 Sequence< OUString > seqNames = GetPropertyNames ( ); in SvtMiscOptions_Impl() local
274 Load( seqNames ); in SvtMiscOptions_Impl()
275 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtMiscOptions_Impl()
276 Sequence< sal_Bool > seqRO = GetReadOnlyStates ( seqNames ); in SvtMiscOptions_Impl()
281 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtMiscOptions_Impl::SvtMiscOptions_I… in SvtMiscOptions_Impl()
359 EnableNotification( seqNames ); in SvtMiscOptions_Impl()
556 Sequence< OUString > seqNames = GetPropertyNames (); in Commit() local
557 sal_Int32 nCount = seqNames.getLength(); in Commit()
607 PutProperties( seqNames, seqValues ); in Commit()
H A Dmenuoptions.cxx236 Sequence< OUString > seqNames = impl_GetPropertyNames(); in SvtMenuOptions_Impl() local
237 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtMenuOptions_Impl()
242 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtMenuOptions_Impl::SvtMenuOptions_I… in SvtMenuOptions_Impl()
283 EnableNotification( seqNames ); in SvtMenuOptions_Impl()
367 Sequence< OUString > seqNames = impl_GetPropertyNames(); in Commit() local
368 sal_Int32 nCount = seqNames.getLength(); in Commit()
397 PutProperties( seqNames, seqValues ); in Commit()
/aoo4110/main/stoc/test/
H A Dtestregistry.cxx238 Sequence<OUString> seqNames = xKey->getKeyNames(); in test_SimpleRegistry() local
242 for (sal_Int32 i=0; i < seqNames.getLength(); i++) in test_SimpleRegistry()
244 name = seqNames.getArray()[i]; in test_SimpleRegistry()
415 seqNames = xKey->getKeyNames(); in test_SimpleRegistry()
418 …TEST_ENSHURE( seqNames.getArray()[0] == OUString( RTL_CONSTASCII_USTRINGPARAM("/SixthKey/SixthSubK… in test_SimpleRegistry()
420 …TEST_ENSHURE( seqNames.getArray()[1] == OUString( RTL_CONSTASCII_USTRINGPARAM("/SixthKey/MyThirdLi… in test_SimpleRegistry()
513 Sequence<OUString> seqNames = xKey->getKeyNames(); in test_DefaultRegistry() local
515 TEST_ENSHURE( seqNames.getLength() == 2, "test_DefaultRegistry error 8" ); in test_DefaultRegistry()
/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dvendorlist.cxx73 Sequence<OUString> seqNames = getVendorNames(); in isVendorSupported() local
74 const OUString * arNames = seqNames.getConstArray(); in isVendorSupported()
75 sal_Int32 count = seqNames.getLength(); in isVendorSupported()
/aoo4110/main/winaccessibility/source/service/
H A Dmsaaservice_impl.cxx72 static Sequence< OUString > seqNames(1); in getSupportedServiceNames_MSAAServiceImpl() local
73seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.MSAAServ… in getSupportedServiceNames_MSAAServiceImpl()
74 pNames = &seqNames; in getSupportedServiceNames_MSAAServiceImpl()
/aoo4110/main/stoc/source/javaloader/
H A Djavaloader.cxx90 static Sequence< OUString > seqNames(2); in loader_getSupportedServiceNames() local
91 seqNames.getArray()[0] = OUString( in loader_getSupportedServiceNames()
93 seqNames.getArray()[1] = OUString( in loader_getSupportedServiceNames()
95 pNames = &seqNames; in loader_getSupportedServiceNames()
/aoo4110/main/odk/examples/cpp/remoteclient/
H A Dremoteclient.cxx202 static Sequence< OUString > seqNames(1); in getSupportedServiceNames() local
203seqNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.bridge.example.RemoteClientSampl… in getSupportedServiceNames()
204 pNames = &seqNames; in getSupportedServiceNames()
/aoo4110/main/stoc/source/servicemanager/
H A Dservicemanager.cxx99 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
168seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.lang.MultiServiceFacto… in regsmgr_getSupportedServiceNames()
169seqNames.getArray()[1] = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.lang.RegistryServiceMa… in regsmgr_getSupportedServiceNames()
[all …]
/aoo4110/main/stoc/source/namingservice/
H A Dnamingservice.cxx68 static Sequence< OUString > seqNames(1); in ns_getSupportedServiceNames() local
69 seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM(SERVICENAME)); in ns_getSupportedServiceNames()
70 pNames = &seqNames; in ns_getSupportedServiceNames()
/aoo4110/main/remotebridges/source/unourl_resolver/
H A Dunourl_resolver.cxx66 static Sequence< OUString > seqNames(1); in resolver_getSupportedServiceNames() local
67 seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM(SERVICENAME)); in resolver_getSupportedServiceNames()
68 pNames = &seqNames; in resolver_getSupportedServiceNames()
/aoo4110/main/stoc/source/loader/
H A Ddllcomponentloader.cxx80 static Sequence< OUString > seqNames(1); in loader_getSupportedServiceNames() local
81 seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM(SERVICENAME)); in loader_getSupportedServiceNames()
82 pNames = &seqNames; in loader_getSupportedServiceNames()
/aoo4110/main/io/source/TextOutputStream/
H A DTextOutputStream.cxx274 static Sequence< OUString > seqNames(1); in TextOutputStream_getSupportedServiceNames() local
275 seqNames.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICE_NAME ) ); in TextOutputStream_getSupportedServiceNames()
276 pNames = &seqNames; in TextOutputStream_getSupportedServiceNames()
/aoo4110/main/remotebridges/examples/
H A Dofficeclient.cxx259 static Sequence< OUString > seqNames(2); in getSupportedServiceNames() local
260seqNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.bridge.example.OfficeClientExamp… in getSupportedServiceNames()
261 pNames = &seqNames; in getSupportedServiceNames()
/aoo4110/main/io/source/acceptor/
H A Dacceptor.cxx305 static Sequence< OUString > seqNames(1); in acceptor_getSupportedServiceNames() local
306 seqNames.getArray()[0] = OUString::createFromAscii( SERVICE_NAME ); in acceptor_getSupportedServiceNames()
307 pNames = &seqNames; in acceptor_getSupportedServiceNames()
/aoo4110/main/io/source/connector/
H A Dconnector.cxx208 static Sequence< OUString > seqNames(1); in connector_getSupportedServiceNames() local
209 seqNames.getArray()[0] = OUString::createFromAscii( SERVICE_NAME ); in connector_getSupportedServiceNames()
210 pNames = &seqNames; in connector_getSupportedServiceNames()
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/
H A DFlatXml.cxx293 static Sequence< OUString > seqNames(1); in getSupportedServiceNames() local
294 seqNames.getArray()[0] = OUString::createFromAscii( in getSupportedServiceNames()
296 pNames = &seqNames; in getSupportedServiceNames()
/aoo4110/main/svtools/source/dialogs/
H A Dinsdlg.cxx147 uno::Sequence< ::rtl::OUString > seqNames= xNameAccess->getElementNames(); in FillInsertObjects() local
172 for( nInd = 0; nInd < seqNames.getLength(); nInd++ ) in FillInsertObjects()
175 xNameAccess->getByName( seqNames[nInd] ) >>= xEntry; in FillInsertObjects()

Completed in 378 milliseconds

12