Home
last modified time | relevance | path

Searched refs:seqNames (Results 1 – 25 of 44) sorted by last modified time

12

/trunk/main/forms/source/component/
H A DComboBox.cxx656 StringSequence seqNames = xFieldNames->getElementNames(); in loadData() local
657 sal_Int32 nFieldsCount = seqNames.getLength(); in loadData()
658 const ::rtl::OUString* pustrNames = seqNames.getConstArray(); in loadData()
H A DListBox.cxx888 StringSequence seqNames = xFieldNames->getElementNames(); in loadData() local
890 seqNames.getConstArray(), in loadData()
891 seqNames.getConstArray() + seqNames.getLength(), in loadData()
/trunk/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()
/trunk/main/filter/source/xsltfilter/
H A DXSLTFilter.cxx619 static Sequence< OUString > seqNames(1); in getSupportedServiceNames() local
620 seqNames.getArray()[0] = OUString::createFromAscii(SERVICE_NAME); in getSupportedServiceNames()
621 pNames = &seqNames; in getSupportedServiceNames()
/trunk/main/unotools/source/config/
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 Dsecurityoptions.cxx317 Sequence< OUString > seqNames = GetPropertyNames ( ); in SvtSecurityOptions_Impl() local
318 Sequence< Any > seqValues = GetProperties ( seqNames ); in SvtSecurityOptions_Impl()
319 Sequence< sal_Bool > seqRO = GetReadOnlyStates ( seqNames ); in SvtSecurityOptions_Impl()
324 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtSecurityOptions_Impl::SvtSecurityO… in SvtSecurityOptions_Impl()
336 EnableNotification( seqNames ); in SvtSecurityOptions_Impl()
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 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 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 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 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 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()
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()
/trunk/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()
H A Doptionsdrawinglayer.cxx380 Sequence< OUString > seqNames( impl_GetPropertyNames() ); in SvtOptionsDrawinglayer_Impl() local
381 Sequence< Any > seqValues = GetProperties( seqNames ) ; in SvtOptionsDrawinglayer_Impl()
383 …DBG_ASSERT( !(seqNames.getLength()!=seqValues.getLength()), "SvtOptionsDrawinglayer_Impl::SvtOptio… in SvtOptionsDrawinglayer_Impl()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx2341 Sequence< rtl::OUString > seqNames = xSet->getElementNames(); in LoadModule() local
2342 for ( int i = 0; i < seqNames.getLength(); ++i ) in LoadModule()
2344 rtl::OUString sModule( seqNames[i] ); in LoadModule()
2352 xSet->getByName( seqNames[i] ) >>= xModAccess; in LoadModule()
2410 Sequence< rtl::OUString > seqNames = xSet->getElementNames(); in LoadNodes() local
2412 for ( int i = 0; i < seqNames.getLength(); ++i ) in LoadNodes()
2414 String sGroupName( seqNames[i] ); in LoadNodes()
2416 xSet->getByName( seqNames[i] ) >>= xNodeAccess; in LoadNodes()
2424 sNodeId = seqNames[i]; in LoadNodes()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2901 uno::Sequence< rtl::OUString > seqNames; in erasePersistentSet() local
2906 seqNames = xName->getElementNames(); in erasePersistentSet()
2909 sal_Int32 count = withChilds ? seqNames.getLength() : 1; in erasePersistentSet()
2916 if( withChilds && ! ( isChild( old_Name,seqNames[j] ) ) ) in erasePersistentSet()
2921 old_Name = seqNames[j]; in erasePersistentSet()
2964 uno::Sequence< rtl::OUString > seqNames; in copyPersistentSet() local
2969 seqNames = xName->getElementNames(); in copyPersistentSet()
2972 sal_Int32 count = withChilds ? seqNames.getLength() : 1; in copyPersistentSet()
2980 if( withChilds && ! ( isChild( srcUnqPath,seqNames[j] ) ) ) in copyPersistentSet()
2985 old_Name = seqNames[j]; in copyPersistentSet()
H A Dbc.cxx1375 Sequence< rtl::OUString > seqNames; in cPCL() local
1378 seqNames = m_pPropertyListener->getContainedTypes(); in cPCL()
1382 sal_Int32 length = seqNames.getLength(); in cPCL()
1389 … (*listener)[seqNames[i]] = m_pPropertyListener->getContainer( seqNames[i] )->getElements(); in cPCL()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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 …]
/trunk/main/stoc/source/tdmanager/
H A Dtdmgr.cxx94 static Sequence< OUString > seqNames(1); in tdmgr_getSupportedServiceNames() local
95 seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM(SERVICENAME)); in tdmgr_getSupportedServiceNames()
96 pNames = &seqNames; in tdmgr_getSupportedServiceNames()
/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx73 static Sequence< OUString > seqNames(1); in tcv_getSupportedServiceNames() local
74 seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM(SERVICENAME)); in tcv_getSupportedServiceNames()
75 pNames = &seqNames; in tcv_getSupportedServiceNames()

Completed in 254 milliseconds

12