/aoo41x/main/unotools/source/config/ |
H A D | workingsetoptions.cxx | 182 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 D | localisationoptions.cxx | 190 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 D | fontoptions.cxx | 196 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 D | startoptions.cxx | 193 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 D | extendedsecurityoptions.cxx | 235 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 D | internaloptions.cxx | 286 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 D | printwarningoptions.cxx | 141 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 D | cacheoptions.cxx | 144 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()
|
/aoo41x/main/svtools/source/config/ |
H A D | miscopt.cxx | 273 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 D | menuoptions.cxx | 236 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()
|
/aoo41x/main/stoc/test/ |
H A D | testregistry.cxx | 238 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()
|
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | vendorlist.cxx | 73 Sequence<OUString> seqNames = getVendorNames(); in isVendorSupported() local 74 const OUString * arNames = seqNames.getConstArray(); in isVendorSupported() 75 sal_Int32 count = seqNames.getLength(); in isVendorSupported()
|
/aoo41x/main/winaccessibility/source/service/ |
H A D | msaaservice_impl.cxx | 72 static Sequence< OUString > seqNames(1); in getSupportedServiceNames_MSAAServiceImpl() local 73 …seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.accessibility.MSAAServ… in getSupportedServiceNames_MSAAServiceImpl() 74 pNames = &seqNames; in getSupportedServiceNames_MSAAServiceImpl()
|
/aoo41x/main/stoc/source/javaloader/ |
H A D | javaloader.cxx | 90 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()
|
/aoo41x/main/odk/examples/cpp/remoteclient/ |
H A D | remoteclient.cxx | 202 static Sequence< OUString > seqNames(1); in getSupportedServiceNames() local 203 …seqNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.bridge.example.RemoteClientSampl… in getSupportedServiceNames() 204 pNames = &seqNames; in getSupportedServiceNames()
|
/aoo41x/main/stoc/source/servicemanager/ |
H A D | servicemanager.cxx | 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() [all …]
|
/aoo41x/main/stoc/source/namingservice/ |
H A D | namingservice.cxx | 68 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()
|
/aoo41x/main/remotebridges/source/unourl_resolver/ |
H A D | unourl_resolver.cxx | 66 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()
|
/aoo41x/main/stoc/source/loader/ |
H A D | dllcomponentloader.cxx | 80 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()
|
/aoo41x/main/io/source/TextOutputStream/ |
H A D | TextOutputStream.cxx | 274 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()
|
/aoo41x/main/remotebridges/examples/ |
H A D | officeclient.cxx | 259 static Sequence< OUString > seqNames(2); in getSupportedServiceNames() local 260 …seqNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.bridge.example.OfficeClientExamp… in getSupportedServiceNames() 261 pNames = &seqNames; in getSupportedServiceNames()
|
/aoo41x/main/io/source/acceptor/ |
H A D | acceptor.cxx | 305 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()
|
/aoo41x/main/io/source/connector/ |
H A D | connector.cxx | 208 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/ |
H A D | FlatXml.cxx | 293 static Sequence< OUString > seqNames(1); in getSupportedServiceNames() local 294 seqNames.getArray()[0] = OUString::createFromAscii( in getSupportedServiceNames() 296 pNames = &seqNames; in getSupportedServiceNames()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | insdlg.cxx | 147 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()
|