/aoo42x/main/sal/qa/OStringBuffer/ |
H A D | rtl_OStringBuffer.cxx | 107 aStrBuf2.getLength() == 0 && in TEST_F() 113 aStrBuf2.getLength() == 0 && in TEST_F() 136 sal_Int32 leg = aStrBuf.getLength(); in TEST_F() 292 TEST_F(getLength, getLength_001) in TEST_F() argument 301 TEST_F(getLength, getLength_002) in TEST_F() argument 309 TEST_F(getLength, getLength_003) in TEST_F() argument 317 TEST_F(getLength, getLength_004) in TEST_F() argument 325 TEST_F(getLength, getLength_005) in TEST_F() argument 333 TEST_F(getLength, getLength_006) in TEST_F() argument 341 TEST_F(getLength, getLength_007) in TEST_F() argument [all …]
|
/aoo42x/main/testtools/source/bridgetest/ |
H A D | constructors.cxx | 122 if (!(arguments.getLength() == 40 in initialize() 171 arguments[24].getValue())->getLength() in initialize() 183 && arg28[0].getLength() == 1 && arg28[0][0] in initialize() 303 if (!(arguments.getLength() == 45 in initialize() 361 && arg32.member[0].member2.getLength() == 1 in initialize() 365 && arg33.member[0].member2.getLength() == 1 in initialize() 387 && arg40[0].getLength() == 1 in initialize() 390 && arg41[0].getLength() == 1 in initialize() 394 && arg42[0].getLength() == 1 in initialize() 399 && arg43[0].getLength() == 1 in initialize() [all …]
|
/aoo42x/main/i18npool/source/search/ |
H A D | textsearch.cxx | 284 endPos = in_str.getLength(); in searchForward() 334 newStartPos = in_str.getLength(); in searchBackward() 560 return sSearchKey.getLength(); in GetDiff() 577 if( !nSuchIdx || !sSearchKey.getLength() || sSearchKey.getLength() > nSuchIdx ) in NSrchFrwrd() 584 nEnde -= sSearchKey.getLength(); in NSrchFrwrd() 649 if( nSuchIdx == 0 || sSearchKey.getLength() == 0 || sSearchKey.getLength() > nSuchIdx) in NSrchBkwrd() 658 nEnde = sSearchKey.getLength(); in NSrchBkwrd() 776 if( endPos > searchStr.getLength()) in RESrchFrwrd() 777 endPos = searchStr.getLength(); in RESrchFrwrd() 824 if( startPos > searchStr.getLength()) in RESrchBkwrd() [all …]
|
/aoo42x/main/sax/source/expatwrap/ |
H A D | xml2utf.cxx | 61 if( nRead + seqStart.getLength()) in readAndConvert() 67 if( seqStart.getLength() ) in readAndConvert() 78 seqStart.getLength()); in readAndConvert() 94 nRead = seq.getLength(); in readAndConvert() 115 nRead = seq.getLength(); in readAndConvert() 183 if( seq.getLength() < 8 ) { in isEncodingRecognizable() 227 if( seq.getLength() < 4 ) { in scanForEncoding() 337 if( m_sEncoding.getLength() ) in initializeDecoding() 396 sal_Int32 nSourceSize = seqText.getLength() + m_seqSource.getLength(); in convert() 402 if( m_seqSource.getLength() ) { in convert() [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | appoptio.cxx | 404 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg() 405 if(aValues.getLength() == aNames.getLength()) in ScAppCfg() 439 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg() 440 if(aValues.getLength() == aNames.getLength()) in ScAppCfg() 468 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg() 469 if(aValues.getLength() == aNames.getLength()) in ScAppCfg() 500 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg() 501 if(aValues.getLength() == aNames.getLength()) in ScAppCfg() 523 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScAppCfg() 524 if(aValues.getLength() == aNames.getLength()) in ScAppCfg() [all …]
|
/aoo42x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | ciphercontext.cxx | 109 if ( aData.getLength() ) in convertWithCipherContext() 111 sal_Int32 nOldLastBlockLen = m_aLastBlock.getLength(); in convertWithCipherContext() 160 if ( aToConvert.getLength() ) in convertWithCipherContext() 163 aResult.realloc( aToConvert.getLength() + m_nBlockSize ); in convertWithCipherContext() 171 m_nConverted += aToConvert.getLength(); in convertWithCipherContext() 205 sal_Int32 nOldLastBlockLen = m_aLastBlock.getLength(); in finalizeCipherContextAndDispose() 224 if ( m_aLastBlock.getLength() ) in finalizeCipherContextAndDispose() 227 aResult.realloc( m_aLastBlock.getLength() + m_nBlockSize ); in finalizeCipherContextAndDispose() 239 sal_Int32 nPrefixLen = aResult.getLength(); in finalizeCipherContextAndDispose() 257 sal_Int8 nBytesToRemove = aResult[aResult.getLength() - 1]; in finalizeCipherContextAndDispose() [all …]
|
/aoo42x/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 170 outbuf[buf.getLength()*2] = '\0'; in getAsciiLine() 234 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in getInfo() 236 … OSL_ENSURE( aPropertyValues.getLength() == aNodeNames.getLength(), "Problems during reading\n" ); in getInfo() 294 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in useStorage() 296 … OSL_ENSURE( aPropertyValues.getLength() == aNodeNames.getLength(), "Problems during reading\n" ); in useStorage() 322 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in getEncodedMP() 324 … OSL_ENSURE( aPropertyValues.getLength() == aNodeNames.getLength(), "Problems during reading\n" ); in getEncodedMP() 529 if( aMasterPasswd.getLength() ) in DecodePasswords() 582 if( aMasterPasswd.getLength() ) in EncodePasswords() 873 if( aUsrRec.getLength() ) in createUrlRecord() [all …]
|
/aoo42x/main/sw/source/ui/config/ |
H A D | usrpref.cxx | 156 Sequence<Any> aValues(aNames.getLength()); in Commit() 197 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load() 198 if(aValues.getLength() == aNames.getLength()) in Load() 348 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load() 349 if(aValues.getLength() == aNames.getLength()) in Load() 477 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load() 478 if(aValues.getLength() == aNames.getLength()) in Load() 572 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load() 573 if(aValues.getLength() == aNames.getLength()) in Load() 643 DBG_ASSERT(aValues.getLength() == aPropNames.getLength(), "GetProperties failed"); in Load() [all …]
|
/aoo42x/main/sal/qa/rtl/oustring/ |
H A D | rtl_ustr.cxx | 161 …eAsciiCase_WithLength( aStr1.getStr(), aStr1.getLength(), aStr2.getStr(), aStr2.getLength(), aStr1… in TEST_F() 452 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F() 485 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F() 502 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F() 532 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F() 559 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F() 563 printf("Result length: %d\n", suStr.getLength() ); in TEST_F() 594 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F() 621 rtl::OUString suStr(pStr, aStr1.getLength()); in TEST_F() 718 rtl_ustr_trim_WithLength( pStr, suStr.getLength() ); in TEST_F() [all …]
|
/aoo42x/main/dbaccess/source/shared/ |
H A D | registrationhelper.cxx | 59 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent() 60 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent() 61 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent() 86 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent() 87 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent() 88 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent() 91 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent() 105 if (s_pImplementationNames->getLength() == 0) in revokeComponent() 129 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory() 130 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory() [all …]
|
/aoo42x/main/forms/source/inc/ |
H A D | forms_module_impl.hxx | 75 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent() 76 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent() 77 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent() 102 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent() 103 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent() 104 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent() 107 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent() 121 if (s_pImplementationNames->getLength() == 0) in revokeComponent() 145 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory() 146 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory() [all …]
|
/aoo42x/main/framework/inc/ |
H A D | protocols.h | 92 if (sURL.compareTo(SPECIALPROTOCOL_PRIVATE,SPECIALPROTOCOL_PRIVATE.getLength()) == 0) in specifyProtocol() 95 …if (sURL.compareTo(SPECIALPROTOCOL_PRIVATE_OBJECT,SPECIALPROTOCOL_PRIVATE_OBJECT.getLength()) == 0) in specifyProtocol() 98 …if (sURL.compareTo(SPECIALPROTOCOL_PRIVATE_STREAM,SPECIALPROTOCOL_PRIVATE_STREAM.getLength()) == 0) in specifyProtocol() 101 … (sURL.compareTo(SPECIALPROTOCOL_PRIVATE_FACTORY,SPECIALPROTOCOL_PRIVATE_FACTORY.getLength()) == 0) in specifyProtocol() 104 if (sURL.compareTo(SPECIALPROTOCOL_SLOT,SPECIALPROTOCOL_SLOT.getLength()) == 0) in specifyProtocol() 107 if (sURL.compareTo(SPECIALPROTOCOL_UNO,SPECIALPROTOCOL_UNO.getLength()) == 0) in specifyProtocol() 110 if (sURL.compareTo(SPECIALPROTOCOL_MACRO,SPECIALPROTOCOL_MACRO.getLength()) == 0) in specifyProtocol() 113 if (sURL.compareTo(SPECIALPROTOCOL_SERVICE,SPECIALPROTOCOL_SERVICE.getLength()) == 0) in specifyProtocol() 116 if (sURL.compareTo(SPECIALPROTOCOL_MAILTO,SPECIALPROTOCOL_MAILTO.getLength()) == 0) in specifyProtocol() 119 if (sURL.compareTo(SPECIALPROTOCOL_NEWS,SPECIALPROTOCOL_NEWS.getLength()) == 0) in specifyProtocol() [all …]
|
/aoo42x/main/unotools/source/config/ |
H A D | configitem.cxx | 524 if (!sPath.getLength() && !sProperty.getLength()) in GetReadOnlyStates() 533 if (sPath.getLength()) in GetReadOnlyStates() 604 rEx.Message.getLength(), in GetProperties() 611 sSubTree.getLength(), in GetProperties() 615 pNames[i].getLength(), in GetProperties() 874 if(rNode.getLength()) in GetNodeNames() 905 if(rNode.getLength()) in ClearNodeSet() 946 if(rNode.getLength()) in ClearNodeElements() 1021 if(rNode.getLength()) 1122 if(rNode.getLength()) [all …]
|
/aoo42x/main/chart2/source/model/template/ |
H A D | ChartTypeTemplate.cxx | 100 if( rAvailablePlacements.getLength() ) in lcl_ensureCorrectLabelPlacement() 174 for( i=0; i<aSeries.getLength(); ++i ) in createDiagramByDataSource() 311 sal_Int32 nMax = ::std::min( aChartTypes.getLength(), aSeriesSeq.getLength()); in changeDiagramData() 347 bResult = (aCooSysSeq.getLength() > 0); in matchesTemplate() 585 if( aCoordinateSystems.getLength()) in createCoordinateSystems() 598 if( aCoordinateSystems.getLength() ) in createCoordinateSystems() 710 if( rCoordSys.getLength() > 0 ) in createAxes() 745 if( rCoordSys.getLength() > 0 ) in adaptAxes() 829 if( rCoordSys.getLength() == 0 || in createChartTypes() 837 if( aSeriesSeq.getLength() == 0 ) in createChartTypes() [all …]
|
/aoo42x/main/i18npool/source/transliteration/ |
H A D | transliterationImpl.cxx | 260 if (implNameList.getLength() > maxCascade || implNameList.getLength() <= 0) in loadModulesByImplNames() 297 if (offset.getLength() != nCount) in transliterate() 332 nCount = tmpStr.getLength(); in transliterate() 352 if (offset.getLength() != nCount) in folding() 386 nCount = tmpStr.getLength(); in folding() 455 pos1 >= str1.getLength() || pos2 >= str2.getLength() || in equals() 459 return !nCount1 && !nCount2 && pos1 == str1.getLength() && pos2 == str2.getLength(); in equals() 462 nCount1 = str1.getLength() - pos1; in equals() 478 sal_Int32 i, nLen = ::std::min( tmpStr1.getLength(), tmpStr2.getLength()); in equals() 488 if ( tmpStr1.getLength() != tmpStr2.getLength() ) { in equals() [all …]
|
/aoo42x/main/ucbhelper/source/provider/ |
H A D | resultsetmetadata.cxx | 151 return m_aProps.getLength(); in getColumnCount() 164 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isAutoIncrement() 175 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isCaseSensitive() 191 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isSearchable() 206 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isCurrency() 222 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isNullable() 237 if ( ( column < 1 ) || ( column > m_aProps.getLength() ) ) in isSigned() 272 if ( aLabel.getLength() ) in getColumnLabel() 418 sal_Int32 nCount = m_pImpl->m_aProps.getLength(); in getColumnType() 440 sal_Int32 nCount1 = aProps.getLength(); in getColumnType() [all …]
|
/aoo42x/main/dbaccess/source/ext/adabas/ |
H A D | Acomponentmodule.cxx | 191 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent() 192 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent() 193 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent() 218 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent() 219 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent() 220 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent() 223 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent() 237 if (s_pImplementationNames->getLength() == 0) in revokeComponent() 261 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory() 262 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory() [all …]
|
/aoo42x/main/extensions/source/inc/ |
H A D | componentmodule.cxx | 181 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in registerComponent() 182 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in registerComponent() 183 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in registerComponent() 208 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in revokeComponent() 209 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in revokeComponent() 210 && (s_pImplementationNames->getLength() == s_pFactoryFunctionPointers->getLength()), in revokeComponent() 213 sal_Int32 nLen = s_pImplementationNames->getLength(); in revokeComponent() 227 if (s_pImplementationNames->getLength() == 0) in revokeComponent() 251 OSL_ENSURE( (s_pImplementationNames->getLength() == s_pSupportedServices->getLength()) in getComponentFactory() 252 && (s_pImplementationNames->getLength() == s_pCreationFunctionPointers->getLength()) in getComponentFactory() [all …]
|
/aoo42x/main/stoc/test/registry_tdprovider/ |
H A D | testregistrytdprovider.cxx | 305 assertEqual< sal_Int32 >(1, bases.getLength()); in run() 313 assertEqual< sal_Int32 >(1, optionalBases.getLength()); in run() 322 assertEqual< sal_Int32 >(5, members.getLength()); in run() 354 assertEqual< sal_Int32 >(0, getExceptions.getLength()); in run() 356 assertEqual< sal_Int32 >(0, setExceptions.getLength()); in run() 377 assertEqual< sal_Int32 >(2, getExceptions.getLength()); in run() 388 assertEqual< sal_Int32 >(2, setExceptions.getLength()); in run() 418 assertEqual< sal_Int32 >(1, getExceptions.getLength()); in run() 425 assertEqual< sal_Int32 >(0, setExceptions.getLength()); in run() 440 assertEqual< sal_Int32 >(1, method->getParameters().getLength()); in run() [all …]
|
/aoo42x/main/unodevtools/source/unodevtools/ |
H A D | typeblob.cxx | 157 if ( baseTypes.getLength() > 0) in getInheritedMemberCount() 160 memberCount += xIFace->getMembers().getLength(); in getInheritedMemberCount() 223 if (seqExcp.getLength() > 0) { in writeAttributeMethodData() 277 if ( typeName.getLength() == 0 ) in getTypeBlob() 495 if ( typeParams.getLength() == 0) { in getTypeBlob() 516 if (typeParams.getLength() > 0) in getTypeBlob() 526 for (i=0; i < typeParams.getLength(); i++) { in getTypeBlob() 654 mandatoryServices.getLength()+ in getTypeBlob() 655 optionalServices.getLength()+ in getTypeBlob() 656 mandatoryInterfaces.getLength()+ in getTypeBlob() [all …]
|
/aoo42x/main/reportdesign/source/core/misc/ |
H A D | conditionalexpression.cxx | 70 nPatternIndex = sExpression.indexOf( '$', nPatternIndex + pReplace->getLength() + 1 ); in assembleExpression() 94 … nIndex = sMatchExpression.indexOf( sFieldDataPattern, nIndex + _rFieldDataSource.getLength() ); in matchExpression() 113 if ( _rExpression.getLength() < nLHSIndex ) in matchExpression() 126 if ( _rExpression.getLength() < sMatchExprPart3.getLength() ) in matchExpression() 129 …tl::OUString sExprPart3( _rExpression.copy( _rExpression.getLength() - sMatchExprPart3.getLength()… in matchExpression() 137 …S = _rExpression.copy( sExprPart1.getLength(), _rExpression.getLength() - sExprPart1.getLength() -… in matchExpression() 142 sal_Int32 nMatchExprPart2Start( nLHSIndex + sLHSPattern.getLength() ); in matchExpression() 145 sMatchExpression.getLength() - nMatchExprPart2Start - sMatchExprPart3.getLength() - 2 in matchExpression() 149 sExprPart1.getLength(), in matchExpression() 150 _rExpression.getLength() - sExprPart1.getLength() - sExprPart3.getLength() in matchExpression() [all …]
|
/aoo42x/main/stoc/source/implementationregistration/ |
H A D | implreg.cxx | 179 if (linkNames.getLength()) in deleteAllLinkReferences() 538 if (keyNames.getLength() == 0 && in deletePathIfPossible() 546 if (newPath.getLength() > 1) in deletePathIfPossible() 676 if (keyNames.getLength()) in prepareUserKeys() 700 if (subKeys.getLength()) in prepareUserKeys() 731 if( path.getLength() ) in prepareUserKeys() 751 if (subKeys.getLength() > 0) in deleteAllImplementations() 902 if (subKeys.getLength() > 0) in deleteAllServiceEntries() 1129 if (!subKeys.getLength()) in prepareRegistry() 1266 if (subKeys.getLength() > 0) in findImplementations() [all …]
|
/aoo42x/main/chart2/source/tools/ |
H A D | CommonConverters.cxx | 169 if(nPolygonIndex >= rPoly.SequenceX.getLength() ) in AddPointToPoly() 244 sal_Int32 nOuterCount = Max( rRet.SequenceX.getLength(), rAdd.SequenceX.getLength() ); in appendPoly() 253 if(nOuter<rAdd.SequenceX.getLength()) in appendPoly() 347 sal_Int32 nAddCount = rAdd.getLength(); in appendPointSequence() 350 sal_Int32 nOldCount = rTarget.getLength(); in appendPointSequence() 425 aRet.PositionX = rSeq.getLength()>0?rSeq[0]:0.0; in SequenceToPosition3D() 426 aRet.PositionY = rSeq.getLength()>1?rSeq[1]:0.0; in SequenceToPosition3D() 458 aResult.realloc(aValues.getLength()); in DataSequenceToDoubleSequence() 459 for(sal_Int32 nN=aValues.getLength();nN--;) in DataSequenceToDoubleSequence() 484 aResult.realloc(aValues.getLength()); in DataSequenceToStringSequence() [all …]
|
/aoo42x/main/comphelper/source/misc/ |
H A D | docpasswordhelper.cxx | 61 aResult.getLength(), in GeneratePBKDF2Hash() 63 aBytePass.getLength(), in GeneratePBKDF2Hash() 65 aSalt.getLength(), in GeneratePBKDF2Hash() 87 if ( aNewHash.getLength() ) in GenerateNewModifyPasswordInfo() 107 if ( !aPassword.isEmpty() && aInfo.getLength() ) in IsModifyPasswordCorrect() 127 && aSalt.getLength() && nCount > 0 && aHash.getLength() ) in IsModifyPasswordCorrect() 132 if ( nInd == aNewHash.getLength() - 1 && nInd == aHash.getLength() - 1 ) in IsModifyPasswordCorrect() 182 sal_uInt32 nLen = aUString.getLength(); in GetWordHashAsUINT32() 251 nResult ^= aString.getLength(); in GetXLHashAsUINT16() 308 if ( pPassData[0] && aDocId.getLength() == 16 ) in GenerateStd97Key() [all …]
|
/aoo42x/main/desktop/source/migration/ |
H A D | migration.cxx | 97 if ( sCommand.getLength() > 0 ) in retrieveLabelFromCommand() 291 if (sModuleIdentifier.getLength()==0) in doMigration() 561 if ( aVersion.getLength() && aProfileName.getLength() && in findInstallation() 567 if ( aUserInst.getLength() && aUserInst[ aUserInst.getLength()-1 ] != '/' ) in findInstallation() 787 if (enc.getLength() == 0 && seg.getLength() != 0) { in copyConfig() 997 sal_Int32 nLength = lNames.getLength(); in dectectUIChangesForAllModules() 1068 for(int i=0; i<aProp.getLength(); ++i) in compareOldAndNewConfig() 1108 if (sParent.getLength()>0) in compareOldAndNewConfig() 1141 if (sParent.getLength()>0) in compareOldAndNewConfig() 1184 if (sToken.getLength()<=0) in mergeOldToNewVersion() [all …]
|