Lines Matching refs:getLength
163 if (aArg.getLength() < aOpt.getLength()) in readOption()
195 *pValue = aArg.copy(1 + aOpt.getLength()); in readOption()
200 OString tmp = OUStringToOString(aArg.copy(aOpt.getLength()), RTL_TEXTENCODING_ASCII_US); in readOption()
379 if (nDot > 0 && nDot < rLocation.getLength()) in loadComponent()
504 if (_aImplName.getLength()) // manually via loader in createInstance()
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())
782 if (aUnoUrl.getLength()) // accepting connections
786 if (nTokens != 3 || aUnoUrl.getLength() < 10 ||
801 Sequence< Any > aInitParams( aParams.getLength() );
804 for ( sal_Int32 i = aParams.getLength(); i--; )
848 if (aImplName.getLength()) // manually via loader