Home
last modified time | relevance | path

Searched refs:getLength (Results 51 – 75 of 3665) sorted by relevance

12345678910>>...147

/aoo41x/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx159 for ( sal_Int32 i = 0; i < aSNL.getLength(); i++ ) in supportsService()
391 sal_Int32 nCount = aKeys.getLength(); in renameAdditionalPropertySet()
403 else if ( rOldKey.getLength() ) in renameAdditionalPropertySet()
418 0, rOldKey.getLength(), rNewKey ); in renameAdditionalPropertySet()
478 sal_Int32 nCount = aKeys.getLength(); in copyAdditionalPropertySet()
490 else if ( rSourceKey.getLength() ) in copyAdditionalPropertySet()
505 0, rSourceKey.getLength(), rTargetKey ); in copyAdditionalPropertySet()
540 sal_Int32 nCount = aValues.getLength(); in copyAdditionalPropertySet()
569 for ( sal_Int32 m = 0; m < aProps.getLength(); ++m ) in copyAdditionalPropertySet()
617 sal_Int32 nCount = aKeys.getLength(); in removeAdditionalPropertySet()
[all …]
/aoo41x/main/comphelper/source/misc/
H A Dtypes.cxx330 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
331 memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()) == 0; in compare_impl()
342 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
343 memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()) == 0; in compare_impl()
354 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
355 …memcmp(rLeftSeq.getConstArray(), rRightSeq.getConstArray(), rLeftSeq.getLength()*sizeof(sal_Int16)… in compare_impl()
366 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
378 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
390 bRes = rLeftSeq.getLength() == rRightSeq.getLength() && in compare_impl()
402 sal_Int32 nSeqLen = rLeftSeq.getLength(); in compare_impl()
[all …]
H A Dmimeconfighelper.cxx53 if ( aClassID.getLength() == 16 ) in GetStringClassIDRepresentation()
86 sal_Int32 nLength = aClassID.getLength(); in GetSequenceClassIDRepresentation()
334 if ( aClassID.getLength() == 16 ) in GetObjPropsFromConfigEntry()
340 aResult.realloc( aObjPropNames.getLength() + 1 ); in GetObjPropsFromConfigEntry()
412 if ( aClassID.getLength() == 16 ) in GetObjectPropsByStringClassID()
467 if ( aObject.getLength() ) in GetObjectPropsByMediaType()
639 sal_Int32 nOldLen = aMediaDescr.getLength(); in UpdateMediaDescriptorWithFilterName()
696 sal_Int32 nOldLen = aMediaDescr.getLength(); in UpdateMediaDescriptorWithFilterName()
826 if ( aExportFilterProps.getLength() ) in GetExportFilterFromImportFilter()
873 else if ( !aFilterProps.getLength() ) in SearchForFilter()
[all …]
/aoo41x/main/ucb/source/ucp/ext/
H A Ducpext_content.cxx120 if ( i_rBaseURL.getStr()[ i_rBaseURL.getLength() - 1 ] != '/' ) in lcl_compose()
171 m_sExtensionId = sURL.copy( sRootURL.getLength() ); in Content()
240 if ( !aProperties.getLength() ) in execute()
330 && ( i_rContentIdentifier.getLength() == sRootURL.getLength() + 1 ) in denotesRootContent()
359 ::rtl::OUString sRelativeURL( sURL.copy( sRootURL.getLength() ) ); in getParentURL()
396 const sal_Int32 nCount = i_rProperties.getLength(); in getArtificialNodePropertyValues()
469 if ( m_sPathIntoExtension.getLength() == 0 ) in getPhysicalURL()
494 i_rProperties.getConstArray() + i_rProperties.getLength(), in getPropertyValues()
525 Sequence< Any > aRet( i_rValues.getLength() ); in setPropertyValues()
526 Sequence< PropertyChangeEvent > aChanges( i_rValues.getLength() ); in setPropertyValues()
[all …]
/aoo41x/main/configmgr/source/
H A Ddata.cxx96 if (templateName.getLength() == 0) { in createSegment()
102 for (sal_Int32 i = 0; i < name.getLength(); ++i) { in createSegment()
128 index >= 0 && index <= path.getLength() && name != 0 && in parseSegment()
134 if (i == path.getLength() || path[i] == '/') { in parseSegment()
146 if (++i == path.getLength()) { in parseSegment()
189 shortName.getStr(), shortName.getLength(), in equalTemplateNames()
246 if (n != pathRepresentation.getLength() && in resolvePathRepresentation()
255 if (n == pathRepresentation.getLength()) { in resolvePathRepresentation()
280 if (templateName.getLength() != 0) { in resolvePathRepresentation()
289 if (templateName.getLength() != 0 && in resolvePathRepresentation()
[all …]
/aoo41x/main/cpputools/source/unoexe/
H A Dunoexe.cxx163 if (aArg.getLength() < aOpt.getLength()) in readOption()
195 *pValue = aArg.copy(1 + aOpt.getLength()); in readOption()
379 if (nDot > 0 && nDot < rLocation.getLength()) in loadComponent()
526 if (_aImplName.getLength() == 0 && _aServiceName.getLength() == 0) in getInstance()
696 if ((aImplName.getLength() != 0) && (aServiceName.getLength() != 0))
698 if (aImplName.getLength() == 0 && aServiceName.getLength() == 0)
713 if (aImplName.getLength() && !aLocation.getLength())
715 if (aServiceName.getLength() && aLocation.getLength())
733 aReadWriteRegistry.getLength() > 0)
755 if (aReadWriteRegistry.getLength())
[all …]
/aoo41x/main/svl/source/misc/
H A Dsharecontrolfile.cxx87 if ( !m_xStream.is() && m_aURL.getLength() ) in OpenStream()
172 if ( !m_aUsersData.getLength() ) in GetUsersData()
174 sal_Int64 nLength = m_xSeekable->getLength(); in GetUsersData()
216 for ( sal_Int32 nInd = 0; nInd < aUsersData.getLength(); nInd++ ) in SetUsersDataAndStore()
218 if ( aUsersData[nInd].getLength() != SHARED_ENTRYSIZE ) in SetUsersDataAndStore()
251 for ( sal_Int32 nInd = 0; nInd < m_aUsersData.getLength(); nInd++ ) in InsertOwnEntry()
253 if ( m_aUsersData[nInd].getLength() == SHARED_ENTRYSIZE ) in InsertOwnEntry()
296 for ( sal_Int32 nInd = 0; nInd < m_aUsersData.getLength(); ++nInd ) in HasOwnEntry()
298 if ( m_aUsersData[nInd].getLength() == SHARED_ENTRYSIZE && in HasOwnEntry()
321 if ( aEntry.getLength() != SHARED_ENTRYSIZE ) in RemoveEntry()
[all …]
/aoo41x/main/framework/source/fwe/classes/
H A Daddonsoptions.cxx573 return ( m_aCachedMenuProperties.getLength() > 0 ); in HasAddonsMenu()
742 return ( rAddonMenuSeq.getLength() > 0 ); in ReadAddonMenuSet()
837 return ( rAddonOfficeMenuBarSeq.getLength() > 0 ); in ReadOfficeMenuBarSet()
981 aURL.getLength() > 0 && in ReadImages()
1419 aStrValue.getLength() > 0 ) in ReadPopupMenu()
1425 if ( aRootSubMenuNodeNames.getLength() > 0 ) in ReadPopupMenu()
1542 sal_uInt32 nCount = aSubMenuNodeNames.getLength(); in ReadSubMenuEntries()
1637 if ( aImageId.getLength() == 0 ) in ReadAndAssociateImages()
1707 aImageDataSeq.getLength() > 0 && in ReadImageData()
1732 if ( aImageURL.getLength() > 0 ) in ReadImageData()
[all …]
/aoo41x/main/sal/rtl/source/
H A Dbootstrap.cxx187 nameValue.sValue.getLength() && in getFromCommandLineArgs()
263 if(fileName.getLength() > progExt.getLength() in getIniFileName_Impl()
264 && fileName.copy(fileName.getLength() - progExt.getLength()).equalsIgnoreAsciiCase(progExt)) in getIniFileName_Impl()
265 fileName = fileName.copy(0, fileName.getLength() - progExt.getLength()); in getIniFileName_Impl()
268 if(fileName.getLength() > progExt.getLength() in getIniFileName_Impl()
269 && fileName.copy(fileName.getLength() - progExt.getLength()).equalsIgnoreAsciiCase(progExt)) in getIniFileName_Impl()
270 fileName = fileName.copy(0, fileName.getLength() - progExt.getLength()); in getIniFileName_Impl()
277 if(fileName.getLength()) in getIniFileName_Impl()
300 sal_Int32 i = url.getLength(); in EnsureNoFinalSlash()
369 if (_iniName.getLength() && in Bootstrap_Impl()
[all …]
/aoo41x/main/sc/source/core/tool/
H A Dviewopti.cxx430 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScViewCfg()
431 if(aValues.getLength() == aNames.getLength()) in ScViewCfg()
485 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScViewCfg()
486 if(aValues.getLength() == aNames.getLength()) in ScViewCfg()
551 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScViewCfg()
552 if(aValues.getLength() == aNames.getLength()) in ScViewCfg()
602 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK()
605 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in IMPL_LINK()
653 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK()
656 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in IMPL_LINK()
[all …]
/aoo41x/main/sal/qa/rtl/ostring/
H A Drtl_str.cxx165 …rtl_str_shortenedCompareIgnoreAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), NULL, 0, 1); in compare_000_1()
172 …eAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), aStr2.getStr(), aStr2.getLength(), aStr1… in compare_001()
183 … aStr1.getLength()); in compare_002()
194 … aStr1.getLength()); in compare_002_1()
216 … aStr1.getLength()); in compare_004()
517 sal_Char* pStr = (sal_Char*) malloc(aStr1.getLength() + 1); in replaceChar_001()
557 sal_Char* pStr = (sal_Char*) malloc(aStr1.getLength() + 1); in replaceChar_WithLength_001()
595 sal_Char* pStr = (sal_Char*) malloc(aStr1.getLength() + 1); in toAsciiLowerCase_001()
630 sal_Char* pStr = (sal_Char*) malloc(aStr1.getLength() + 1); in toAsciiLowerCase_WithLength_001()
667 sal_Char* pStr = (sal_Char*) malloc(aStr1.getLength() + 1); in toAsciiUpperCase_001()
[all …]
/aoo41x/main/cppuhelper/source/
H A Dshlib.cxx169 aBaseDir.getLength() < aAbs.getLength() && in checkAccessPath()
172 aAbs[ aBaseDir.getLength() ] == (sal_Unicode)'/')) in checkAccessPath()
203 if (rText.getLength() >= rEnd.getLength() && in endsWith()
205 rText.copy( rText.getLength() - rEnd.getLength() ) )) in endsWith()
207 return rText.getLength() - rEnd.getLength(); in endsWith()
223 ! rPath.getLength() || in makeComponentPath()
229 OUStringBuffer buf( rPath.getLength() + rLibName.getLength() + 12 ); in makeComponentPath()
231 if (0 != rPath.getLength()) in makeComponentPath()
234 if (rPath[ rPath.getLength() -1 ] != '/') in makeComponentPath()
379 if (!aExcMsg.getLength()) in loadSharedLibComponentFactory()
[all …]
/aoo41x/main/connectivity/source/commontools/
H A DConnectionWrapper.cxx131 if ( 0 == ::comphelper::findValue( aSupported, sConnectionService, sal_True ).getLength() ) in getSupportedServiceNames()
133 sal_Int32 nLen = aSupported.getLength(); in getSupportedServiceNames()
219 if ( _rUserName.getLength() ) in createUniqueId()
220 …aError = rtl_digest_update(aDigest,_rUserName.getStr(),_rUserName.getLength()*sizeof(sal_Unicode)); in createUniqueId()
221 if ( _rPassword.getLength() ) in createUniqueId()
222 …aError = rtl_digest_update(aDigest,_rPassword.getStr(),_rPassword.getLength()*sizeof(sal_Unicode)); in createUniqueId()
225 PropertyValue* pEnd = pBegin + _rInfo.getLength(); in createUniqueId()
229 pEnd = pBegin + _rInfo.getLength(); in createUniqueId()
247 const ::rtl::OUString* pSEnd = pSBegin + aSeq.getLength(); in createUniqueId()
253 if ( sValue.getLength() > 0 ) in createUniqueId()
[all …]
H A DDriversConfig.cxx34 uno::Sequence<uno::Any> aRet(_aSource.getLength()); in lcl_convert()
37 const ::rtl::OUString* pEnd = pIter + _aSource.getLength(); in lcl_convert()
53 const ::rtl::OUString* pPropertiesEnd = pPropertiesIter + aProperties.getLength(); in lcl_fillValues()
78 if ( sParentURLPattern.getLength() ) in lcl_readURLPatternNode()
83 if ( sDriverFactory.getLength() ) in lcl_readURLPatternNode()
89 if ( sDriverTypeDisplayName.getLength() ) in lcl_readURLPatternNode()
117 const ::rtl::OUString* pPatternEnd = pPatternIter + aURLPatterns.getLength(); in Load()
122 if ( aInstalledDriver.sDriverFactory.getLength() ) in Load()
166 if ( sOldPattern.getLength() < aIter->first.getLength() && aWildCard.Matches(_sURL) ) in getDriverFactoryName()
186 if ( sOldPattern.getLength() < aIter->first.getLength() && aWildCard.Matches(_sURL) ) in getDriverTypeDisplayName()
[all …]
/aoo41x/main/dtrans/source/cnttype/
H A Dmcnttype.cxx103 seqParams.realloc( seqParams.getLength( ) + 1 ); in getParameters()
140 if ( !aCntType.getLength( ) ) in init()
155 if ( m_nPos < m_ContentType.getLength( ) ) in getSym()
200 while( m_nxtSym.getLength( ) ) in type()
230 while( m_nxtSym.getLength( ) ) in subtype()
252 while( m_nxtSym.getLength( ) ) in trailer()
298 while( m_nxtSym.getLength( ) ) in pName()
333 if ( !pvalue.getLength( ) ) in pValue()
357 while ( m_nxtSym.getLength( ) ) in quotedPValue()
385 while ( m_nxtSym.getLength( ) ) in nonquotedPValue()
[all …]
/aoo41x/main/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx169 sal_Int32 nLen = aFormatList.getLength(); in getLocales()
288 if (!aSuppLocales.getLength()) in hasLocale()
290 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale()
417 if (seq.getLength() > 0) in queryMeanings()
460 if (seq.getLength() > 0) in queryMeanings()
528 if (seq.getLength() > 0) in queryMeanings()
545 if (seq.getLength() > 0) in queryMeanings()
589 sal_Int32 nLen = rArguments.getLength(); in initialize()
612 sal_Int32 tlen = aTerm.getLength(); in capitalType()
656 sal_Int32 tlen = aTerm.getLength(); in makeInitCap()
[all …]
/aoo41x/main/codemaker/source/codemaker/
H A Dglobal.cxx84 sal_uInt32 length = destination.getLength(); in createFileNameFromType()
93 length += prefix.getLength() + type.getLength() + postfix.getLength(); in createFileNameFromType()
96 if (destination.getStr()[destination.getLength()] != '\\' && in createFileNameFromType()
97 destination.getStr()[destination.getLength()] != '/' && in createFileNameFromType()
110 nameBuffer.append(destination.getStr(), destination.getLength()); in createFileNameFromType()
121 nameBuffer.append(tmpStr.getStr(), tmpStr.getLength()); in createFileNameFromType()
122 nameBuffer.append(postfix.getStr(), postfix.getLength()); in createFileNameFromType()
144 if (nameBuffer.getLength() == 0 || OString(".") == nameBuffer.getStr()) in createFileNameFromType()
416 osl_writeFile(o.m_file, s.getStr(), s.getLength() * sizeof(sal_Char), &writtenBytes); in operator <<()
431 osl_writeFile(o.m_file, s.getStr(), s.getLength() * sizeof(sal_Char), &writtenBytes); in operator <<()
[all …]
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpurl.cxx157 url.getLength(), in parse()
161 if(lower.getLength() < 6 || in parse()
165 char *buffer = new char[1+aIdent.getLength()]; in parse()
187 if(aPassword.getLength()) in parse()
193 else if(aExpr.getLength()) in parse()
204 if(1+l<m_aHost.getLength()) in parse()
269 aPassword.getLength() ) in ident()
290 if(bff.getLength() && bff[bff.getLength()-1] != sal_Unicode('/')) in ident()
340 if(!last.getLength()) in parent()
759 OldTitle.getLength(), in ren()
[all …]
/aoo41x/main/unotools/source/config/
H A Dsyslocaleoptions.cxx61 if ( rStr.getLength() ) in lcl_str_to_locale()
70 if (nSep < rStr.getLength()) in lcl_str_to_locale()
175 DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" ); in SvtSysLocaleOptions_Impl()
176 DBG_ASSERT( aROStates.getLength() == aNames.getLength(), "GetReadOnlyStates failed" ); in SvtSysLocaleOptions_Impl()
177 … if ( aValues.getLength() == aNames.getLength() && aROStates.getLength() == aNames.getLength() ) in SvtSysLocaleOptions_Impl()
258 if ( m_aRealLocale.Language.getLength() ) in MakeRealLocale()
271 if ( !m_aRealUILocale.Language.getLength() ) in MakeRealUILocale()
275 if ( m_aRealUILocale.Language.getLength() ) in MakeRealUILocale()
315 sal_Int32 nOrgCount = aOrgNames.getLength(); in Commit()
386 if ( !m_aCurrencyString.getLength() ) in SetLocaleString()
[all …]
/aoo41x/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx881 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openTables()
888 const ::rtl::OUString* pEnd = pBegin + types.getLength(); in openTables()
894 if ( aCOL.getLength() ) in openTables()
896 aCOL = aCOL.replaceAt(aCOL.getLength()-1,1,pComma); in openTables()
983 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openColumnPrivileges()
1016 *pPKO = pSchemaPat && pSchemaPat->getLength() && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openColumns()
1083 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openProcedureColumns()
1117 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openProcedures()
1147 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openSpecialColumns()
1237 *pPKO = pSchemaPat && pSchemaPat->getLength() ? aPKO.getStr() : NULL, in openPrimaryKeys()
[all …]
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx92 if (sName.getLength()) in getPluginJarPath()
116 OSL_ASSERT(sPath.getLength()); in getPluginJarPath()
162 sal_Int32 len = data.getLength(); in getRuntimeLib()
216 if (ouVendor.getLength() == 0) in jfw_plugin_getAllJavaInfos()
234 if (ouMinVer.getLength() > 0) in jfw_plugin_getAllJavaInfos()
252 if (ouMaxVer.getLength() > 0) in jfw_plugin_getAllJavaInfos()
335 if (ouPath.getLength() == 0) in jfw_plugin_getJavaInfoByPath()
349 if (ouVendor.getLength() == 0) in jfw_plugin_getJavaInfoByPath()
360 if (ouMinVer.getLength() > 0) in jfw_plugin_getJavaInfoByPath()
380 if (ouMaxVer.getLength() > 0) in jfw_plugin_getJavaInfoByPath()
[all …]
/aoo41x/main/sal/osl/w32/
H A Dprocimpl.cxx110 OSL_ASSERT(string.getLength()); in operator ()()
113 if (string.getLength()) in operator ()()
114 sum_ += string.getLength() + 1; in operator ()()
167 if (env_var.getLength() == 0) in create_merged_environment()
214 OSL_ASSERT(envv.getLength()); in setup_process_environment()
307 if (path.getLength() > 260) in getShortPath()
309 std::vector<sal_Unicode> vec(path.getLength() + 1); in getShortPath()
315 && extension.getLength()) in getShortPath()
389 OSL_ASSERT(comspec.getLength()); in get_batch_processor()
445 if (0 == exe_path.getLength()) in osl_executeProcess_WithRedirectedIO()
[all …]
/aoo41x/main/xmloff/source/forms/
H A Delementimport.cxx113 sal_Int32 nLen = _rContainer.getLength(); in pushBackSequenceElement()
192 if ( !m_sServiceName.getLength() ) in StartElement()
238 if ( sNumberStyleName.getLength() ) in EndElement()
244 if (!m_sName.getLength()) in EndElement()
609 if ( !m_sName.getLength() ) in handleAttribute()
637 if (m_sServiceName.getLength()) in createElement()
986 if (m_sControlId.getLength()) in EndElement()
1257 if (_rValue.getLength() >= 1) in handleAttribute()
1846 if (!sValue.getLength()) in StartElement()
1860 if (!sValue.getLength()) in StartElement()
[all …]
/aoo41x/main/sfx2/source/doc/
H A Ddoctemplates.cxx578 if ( !aRet.getLength() ) in getLongName()
698 if ( aDocType.getLength() ) in getTitleFromURL()
711 if ( ! aTitle.getLength() ) in getTitleFromURL()
1809 if ( !aGroupTargetURL.getLength() || !maTemplateDirs.getLength() in storeTemplate()
1870 if ( !aTypeName.getLength() ) in storeTemplate()
1884 if ( !aAllExt.getLength() ) in storeTemplate()
1890 if ( !aMediaType.getLength() || !aExt.getLength() ) in storeTemplate()
2041 if ( !aNewTemplateTargetURL.getLength() || !aNewTemplateTargetName.getLength() ) in addTemplate()
2502 if ( !rUITitle.getLength() ) in addFsysGroup()
2515 if ( !aTitle.getLength() ) in addFsysGroup()
[all …]
/aoo41x/main/extensions/source/bibliography/
H A Dbibconfig.cxx58 if(!aNames.getLength()) in GetPropertyNames()
120 if(aPropertyValues.getLength() == aPropertyNames.getLength()) in BibConfig()
122 for(int nProp = 0; nProp < aPropertyNames.getLength(); nProp++) in BibConfig()
147 for(sal_Int32 nNode = 0; nNode < aNodeNames.getLength(); nNode++) in BibConfig()
166 if(aHistoryValues.getLength() == aHistoryNames.getLength()) in BibConfig()
179 for(sal_Int16 nField = 0; nField < aAssignmentNodeNames.getLength(); nField++) in BibConfig()
199 if(sTempLogical.getLength() && sTempReal.getLength()) in BibConfig()
247 Sequence<Any> aValues(aPropertyNames.getLength()); in Commit()
250 for(int nProp = 0; nProp < aPropertyNames.getLength(); nProp++) in Commit()
301 pMapping->aColumnPairs[nFieldAssignment].sLogicalColumnName.getLength()) in Commit()
[all …]

Completed in 397 milliseconds

12345678910>>...147