Home
last modified time | relevance | path

Searched refs:getLength (Results 101 – 125 of 3793) sorted by relevance

12345678910>>...152

/aoo41x/main/cui/source/options/
H A Doptsave.cxx111 DBG_ASSERT(aValues.getLength() == aPropNames.getLength(), "GetProperties failed"); in SvxAlienFilterWarningConfig_Impl()
112 if(aValues.getLength() == aPropNames.getLength() && in SvxAlienFilterWarningConfig_Impl()
126 Sequence<Any> aValues(aPropNames.getLength()); in Commit()
428 if(pImpl->aDefaultArr[APP_MATH].getLength() && in FillItemSet()
433 if( pImpl->aDefaultArr[APP_DRAW].getLength() && in FillItemSet()
438 if(pImpl->aDefaultArr[APP_IMPRESS].getLength() && in FillItemSet()
443 if(pImpl->aDefaultArr[APP_CALC].getLength() && in FillItemSet()
448 if(pImpl->aDefaultArr[APP_WRITER].getLength() && in FillItemSet()
554 if (sFilter.getLength()) in Reset()
699 if(!pImpl->aUIFilterArr[nData].getLength()) in IMPL_LINK()
[all …]
/aoo41x/main/filter/source/config/cache/
H A Dtypedetection.cxx186 (!sType.getLength()) && in queryTypeByDescriptor()
198 if (!sType.getLength()) in queryTypeByDescriptor()
204 if (!sType.getLength() && sLastChance.getLength()) in queryTypeByDescriptor()
236 if (sFilter.getLength()) in impl_checkResultsAndAddBestFilter()
400 if (sFilter.getLength()) in impl_checkResultsAndAddBestFilter()
525 if (sType.getLength()) in impl_getPreselectionForType()
599 if (sFilter.getLength()) in impl_getPreselectionForFilter()
710 if (sSelectedType.getLength()) in impl_getPreselection()
718 if (sSelectedDoc.getLength()) in impl_getPreselection()
852 if (sDeepType.getLength()) in impl_detectTypeDeepOnly()
[all …]
/aoo41x/main/oox/source/drawingml/
H A Dhyperlinkcontext.cxx48 if ( aRelId.getLength() ) in HyperLinkContext()
52 if( sHref.getLength() > 0 ) in HyperLinkContext()
59 if ( sTooltip.getLength() ) in HyperLinkContext()
62 if( sFrame.getLength() ) in HyperLinkContext()
65 if ( aAction.getLength() ) in HyperLinkContext()
84 OUString aPPAct( aAction.copy( sPPAction.getLength() ) ); in HyperLinkContext()
95 OUString aDestination( aPPAct.copy( nIndex + 1 + sJump.getLength() ) ); in HyperLinkContext()
105 while ( nIndex2 < sHref.getLength() ) in HyperLinkContext()
112 if ( nIndex2 && ( nIndex2 != sHref.getLength() ) ) in HyperLinkContext()
115 while( ( nIndex2 + nLength ) < sHref.getLength() ) in HyperLinkContext()
[all …]
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx514 if ( aValue.getLength() ) in exportApplicationConnectionSettings()
521 if ( aValue.getLength() ) in exportApplicationConnectionSettings()
760 if ( m_sCharSet.getLength() ) in exportCharSet()
796 if ( _aValue.getLength() ) in exportSequence()
947 if ( sValue.getLength() ) in exportTableName()
951 if ( sValue.getLength() ) in exportTableName()
954 if ( sValue.getLength() ) in exportTableName()
971 if ( sCommand.getLength() ) in exportFilter()
1025 if ( bHidden || sValue.getLength() || aColumnDefault.hasValue() || pAtt->getLength() ) in exportColumns()
1042 if ( pAtt->getLength() ) in exportColumns()
[all …]
/aoo41x/main/scripting/source/provider/
H A DBrowseNodeFactoryImpl.cxx80 sal_Int32 index = m_Nodes.getLength(); in addBrowseNode()
98 seqs.reserve( m_Nodes.getLength() ); in getChildNodes()
102 for ( sal_Int32 i = 0; i < m_Nodes.getLength(); i++ ) in getChildNodes()
109 numChildren += childs.getLength(); in getChildNodes()
125 for ( sal_Int32 j = 0; j < childs.getLength(); j++ ) in getChildNodes()
137 if ( m_Nodes.getLength() != 0 ) in hasChildNodes()
313 sal_Int32 initialSize = openDocs.getLength() + 2; in getAllBrowseNodes()
336 for ( sal_Int32 i = 0; i < openDocs.getLength(); i++ ) in getAllBrowseNodes()
455 for ( sal_Int32 i=0; i<nodes.getLength(); i++ ) in getChildNodes()
564 for ( sal_Int32 i=0; i<nodes.getLength(); i++ ) in DefaultRootBrowseNode()
[all …]
/aoo41x/main/xmloff/source/transform/
H A DEventOASISTContext.cxx156 sal_Int32 start = SCHEME.getLength(); in ParseURLAsString()
259 sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in StartElement()
372 if( rAttrValue.getLength() > rApp.getLength()+1 && in StartElement()
373 rAttrValue.copy(0,rApp.getLength()). in StartElement()
375 ':' == rAttrValue[rApp.getLength()] ) in StartElement()
378 aAttrValue = rAttrValue.copy( rApp.getLength()+1 ); in StartElement()
380 else if( rAttrValue.getLength() > rDoc.getLength()+1 && in StartElement()
381 rAttrValue.copy(0,rDoc.getLength()). in StartElement()
383 ':' == rAttrValue[rDoc.getLength()] ) in StartElement()
388 if( aAttrValue.getLength() ) in StartElement()
[all …]
/aoo41x/main/desktop/source/app/
H A Dlangselect.cxx75 if (sURL.getLength() != 0) in existsURL()
148 if( sWin16SysLocale.getLength()) in prepareLanguage()
176 if ( aLocaleString.getLength() == 0 ) in prepareLanguage()
211 if ( aLocaleString.getLength() == 0 ) in prepareLanguage()
214 if ( aLocaleString.getLength() > 0 ) in prepareLanguage()
249 if ( sLocale.getLength() ) in prepareLanguage()
306 if (aUserLanguage.getLength() > 0 ) in getUserUILanguage()
333 if (aUserLanguage.getLength() > 0 ) in getLanguageString()
338 if (aUserLanguage.getLength() > 0 ) in getLanguageString()
425 for (sal_Int32 i=0; i<seqLanguages.getLength(); i++) in isInstalledLanguage()
[all …]
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DUpDownBarWrapper.cxx193 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in setPropertyValue()
217 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in getPropertyValue()
261 sal_Int32 nMinCount = std::min( rValueSeq.getLength(), rNameSeq.getLength() ); in setPropertyValues()
283 if( rNameSeq.getLength() ) in getPropertyValues()
285 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
326 if( rNameSeq.getLength() ) in getPropertyStates()
328 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
359 for(sal_Int32 nN=0; nN<rPropSeq.getLength(); nN++) in setAllPropertiesToDefault()
368 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in setPropertiesToDefault()
378 if( rNameSeq.getLength() ) in getPropertyDefaults()
[all …]
/aoo41x/main/oox/source/dump/
H A Ddumperbase.cxx614 if( (rStr.getLength() > 0) && (rToken.getLength() > 0) ) in appendToken()
628 if( (rStr.getLength() > 0) && (rToken.getLength() > 0) ) in prependToken()
875 if( rString.getLength() > 0 ) in convertStringToPair()
1061 if( aLine.getLength() > 0 ) in readConfigLine()
1073 return ((orKey.getLength() > 0) && ((orData.getLength() > 0) || !orKey.equalsAscii( "end" ))) ? in readConfigLine()
1513 if( aFileUrl.getLength() > 0 ) in SharedConfigData()
1538 if( rListName.getLength() > 0 ) in setNameList()
1782 if( maLine.getLength() > 0 ) in newLine()
1904 mnLastItem = maLine.getLength(); in startItem()
1911 if( (maLine.getLength() == 0) || (maLine[ maLine.getLength() - 1 ] != OOX_DUMP_ITEMSEP) ) in contItem()
[all …]
/aoo41x/main/shell/source/backends/wininetbe/
H A Dwininetbackend.cxx99 else if( aType.getLength() == 0) in FindProxyEntry()
164 if( aProxyBypassList.getLength() > 0 ) in WinInetBackend()
173 if ( aReverseList.getLength() ) in WinInetBackend()
190 if( aProxyList.getLength() > 0 ) in WinInetBackend()
218 if( aTypeIndepProxy.Server.getLength() ) in WinInetBackend()
238 if( aHttpProxy.Server.getLength() > 0 ) in WinInetBackend()
245 if( aHttpProxy.Port.getLength() > 0 ) in WinInetBackend()
259 if( aHttpsProxy.Port.getLength() > 0 ) in WinInetBackend()
266 if( aFtpProxy.Server.getLength() > 0 ) in WinInetBackend()
273 if( aFtpProxy.Port.getLength() > 0 ) in WinInetBackend()
[all …]
/aoo41x/main/cppuhelper/source/
H A Dtypeprovider.cxx73 : _aTypes( 1 + rAddTypes.getLength() ) in OTypeCollection()
84 : _aTypes( 2 + rAddTypes.getLength() ) in OTypeCollection()
97 : _aTypes( 3 + rAddTypes.getLength() ) in OTypeCollection()
112 : _aTypes( 4 + rAddTypes.getLength() ) in OTypeCollection()
129 : _aTypes( 5 + rAddTypes.getLength() ) in OTypeCollection()
148 : _aTypes( 6 + rAddTypes.getLength() ) in OTypeCollection()
169 : _aTypes( 7 + rAddTypes.getLength() ) in OTypeCollection()
192 : _aTypes( 8 + rAddTypes.getLength() ) in OTypeCollection()
217 : _aTypes( 9 + rAddTypes.getLength() ) in OTypeCollection()
244 : _aTypes( 10 + rAddTypes.getLength() ) in OTypeCollection()
[all …]
/aoo41x/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx171 OStringBuffer aFilter( m_aName.getLength() ); in getFilteredName()
173 unsigned int nLen = m_aName.getLength(); in getFilteredName()
220 if( aFiltered.getLength() > 1 && in emit()
228 for( sal_Int32 i = 0; i < aFiltered.getLength(); i++ ) in emit()
259 int nLen = m_aString.getLength(); in getFilteredString()
980 int nPad = 10 - aOffset.getLength(); in emit()
986 nPad = 5 - aGeneration.getLength(); in emit()
1124 int nLen = rStr.getLength(); in pad_or_truncate_to_32()
1222 return rPwd.getLength() == 0; in setupDecryptionData()
1376 if( aEnt.getLength() == 32 ) in impl_getData()
[all …]
/aoo41x/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx390 sal_Int32 nPos = aInfoCopy.getLength(); in getConnection()
399 …if ((0 == sUser.getLength()) && (0 == sPassword.getLength()) && (0 != _pDataSource->m_pImpl->m_sUs… in getConnection()
696 if ((0 == sUser.getLength()) && (0 == sPwd.getLength()) && (0 != m_pImpl->m_sUser.getLength())) in buildLowLevelConnection()
701 if (0 != m_pImpl->m_aPassword.getLength()) in buildLowLevelConnection()
709 if (sUser.getLength()) ++nAdditionalArgs; in buildLowLevelConnection()
710 if (sPwd.getLength()) ++nAdditionalArgs; in buildLowLevelConnection()
714 if (sUser.getLength()) in buildLowLevelConnection()
720 if (sPwd.getLength()) in buildLowLevelConnection()
875 if ( !checkName->Name.getLength() ) in convertFastPropertyValue()
880 bModified = aSettings.getLength() != aValues.getLength(); in convertFastPropertyValue()
[all …]
/aoo41x/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx216 if (!aSuppLocales.getLength()) in hasLocale()
219 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale()
245 sal_Int32 n = rBuf.getLength(); in GetSpellFailure()
258 …NSString* aNSStr = [[NSString alloc] initWithCharacters: nWord.getStr() length: nWord.getLength()]; in GetSpellFailure()
260 if(rLocale.Country.getLength()>0) in GetSpellFailure()
300 if (rLocale == Locale() || !rWord.getLength()) in isValid()
353 sal_Int32 n = rBuf.getLength(); in GetProposals()
367 if(rLocale.Country.getLength()>0) in GetProposals()
414 if (rLocale == Locale() || !rWord.getLength()) in spell()
493 sal_Int32 nLen = rArguments.getLength(); in initialize()
[all …]
/aoo41x/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx535 if( sURL.getLength() ) in Create()
542 else if( sHRef.getLength() ) in Create()
588 if(sHRef.getLength()) in Create()
642 if( sStyleName.getLength() ) in Create()
650 if( sStyleName.getLength() ) in Create()
754 if( sHRef.getLength() ) in Create()
1107 !sHRef.getLength() ) || in XMLTextFrameContext_Impl()
1110 sHRef.getLength() == 0 && sMimeType.getLength() == 0 ) ) in XMLTextFrameContext_Impl()
1230 if( sTrimmedChars.getLength() ) in Characters()
1505 if( m_sTitle.getLength() ) in EndElement()
[all …]
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx240 if ( rFileName.getLength() ) in impl_getZipFile()
384 if( k < oustring.getLength() ) in replaceName()
612 if( ! Database.getLength() || ! Language.getLength() ) in getHelpDataFile()
679 if( !countryStr.getLength() ) in getCollator()
852 sal_Int32 nLen = doclist.getLength(); in checkModuleMatchForExtension()
975 if( ! jar.getLength() || in jarFile()
976 ! Language.getLength() ) in jarFile()
1065 if( ! jar.getLength() || in findJarFileForPath()
1066 ! Language.getLength() ) in findJarFileForPath()
1302 temp.getLength(), in setActiveText()
[all …]
H A Durlparameter.cxx192 if( m_aLanguage.getLength() == 0 ) in get_language()
201 if( ! m_aProgram.getLength() ) in get_program()
328 if( aExtensionPath.getLength() > 0 ) in readHelpDataFile()
544 ! m_aLanguage.getLength() || in parse()
545 ! m_aSystem.getLength() ) in parse()
556 sal_Int32 nLen = m_aExpr.getLength(); in scheme()
604 sal_Int32 length = m_aExpr.getLength(); in name()
633 if( ! m_aExpr.getLength() ) in query()
645 while( query_.getLength() != 0 ) in query()
675 if( ! m_aQuery.getLength() ) in query()
[all …]
/aoo41x/main/uui/source/
H A Dpasswordcontainer.cxx66 else if (aRec.UserList.getLength() != 0) in fillContinuation()
68 if (aRec.UserList[0].Passwords.getLength() == 0) in fillContinuation()
88 if (aRec.UserList[0].Passwords.getLength() > 1) in fillContinuation()
177 if ( aResult.getLength() > 0 ) in handleAuthenticationRequest()
197 if (rRequest.UserName.getLength() == 0) in handleAuthenticationRequest()
200 if ( rURL.getLength() ) in handleAuthenticationRequest()
203 if ( aRec.UserList.getLength() == 0 ) in handleAuthenticationRequest()
223 if ( rURL.getLength() ) in handleAuthenticationRequest()
227 if ( aRec.UserList.getLength() == 0 ) in handleAuthenticationRequest()
263 if ( rUsername.getLength() ) in addRecord()
[all …]
/aoo41x/main/oox/source/vml/
H A Dvmlinputstream.cxx155 sal_Int32 nElementLen = rElement.getLength(); in lclProcessElement()
245 const sal_Char* pcEnd = pcBeg + rChars.getLength(); in lclProcessCharacters()
296 sal_Int32 nReadSize = ::std::min( nBytesToRead, maBuffer.getLength() - mnBufferPos ); in readBytes()
305 if( nRet < rData.getLength() ) in readBytes()
325 sal_Int32 nSkipSize = ::std::min( nBytesToSkip, maBuffer.getLength() - mnBufferPos ); in skipBytes()
334 return maBuffer.getLength() - mnBufferPos; in available()
346 while( (mnBufferPos >= maBuffer.getLength()) && !mxTextStrm->isEOF() ) in updateBuffer()
365 …e( ((aElement.getLength() < maClosingCData.getLength()) || !aElement.match( maClosingCData, aEleme… in updateBuffer()
390 …OSL_ENSURE( (aText.getLength() > 0) && (aText[ aText.getLength() - 1 ] == '>'), "InputStream::read… in readToElementEnd()
/aoo41x/main/embeddedobj/source/commonembedding/
H A Dpersistence.cxx107 sal_Int32 nLength = aOrig.getLength(); in addAsTemplate()
249 if ( aModuleName.getLength() ) in SetDocToEmbedded()
468 if ( !aFilterName.getLength() ) in GetFilterName()
490 if ( !aFilterName.getLength() ) in FillDefaultLoadArgs_Impl()
618 if ( !aFilterName.getLength() ) in StoreDocumentToTempStream_Impl()
696 if ( !aBaseURL.getLength() ) in GetBaseURL_Impl()
707 if ( !aBaseURL.getLength() ) in GetBaseURL_Impl()
728 if ( !aBaseURL.getLength() ) in GetBaseURLFrom_Impl()
954 if ( !sEntName.getLength() ) in setPersistentEntry()
1725 if ( aNewLinkFilter.getLength() ) in reload()
[all …]
/aoo41x/main/connectivity/source/commontools/
H A Ddbtools2.cxx115 if ( !sTypeName.getLength() && nType == nDataType ) in createStandardColumnPart()
167 if ( aDefault.getLength() ) in createStandardColumnPart()
204 if ( !sComposedName.getLength() ) in createStandardCreateStatement()
324 if ( !sComposedName.getLength() ) in createStandardKeyStatement()
351 if ( aSql.getLength() ) in createStandardKeyStatement()
353 if ( aSql.charAt(aSql.getLength()-1) == ',' ) in createStandardKeyStatement()
354 aSql.setCharAt(aSql.getLength()-1,')'); in createStandardKeyStatement()
370 if ( sKeyStmt.getLength() ) in createSqlCreateTableStatement()
670 if(_sCatalog.getLength()) in getTablePrivileges()
888 return _rDest.getLength(); in convertUnicodeString()
[all …]
/aoo41x/main/comphelper/source/property/
H A Dopropertybag.cxx103 aTypes.getConstArray() + aTypes.getLength(), in initialize()
416 Sequence< ::rtl::OUString > aNames( aProperties.getLength() ); in getPropertyValues()
419 aProperties.getConstArray() + aProperties.getLength(), in getPropertyValues()
429 if ( aValues.getLength() != aNames.getLength() ) in getPropertyValues()
444 Sequence< PropertyValue > aPropertyValues( aNames.getLength() ); in getPropertyValues()
468 aProperties.getArray() + aProperties.getLength(), in impl_setPropertyValues_throw()
473 Sequence< ::rtl::OUString > aNames( aProperties.getLength() ); in impl_setPropertyValues_throw()
476 aProperties.getConstArray() + aProperties.getLength(), in impl_setPropertyValues_throw()
491 sal_Int32 nCount = aNames.getLength(); in impl_setPropertyValues_throw()
522 Sequence< Any > aValues( aProperties.getLength() ); in impl_setPropertyValues_throw()
[all …]
/aoo41x/main/sw/source/core/access/
H A Daccpara.cxx901 if( rText.getLength() == nPos ) in GetLineBoundary()
1096 if( !sDesc.getLength() ) in getAccessibleDescription()
1323 if( i != pSeq->getLength() ) in getAttributeNames()
1716 if (sEntry.getLength() > 0) in GetFieldTypeNameAtIndex()
1734 if (sEntry.getLength() > 0) in GetFieldTypeNameAtIndex()
1749 if (sEntry.getLength() > 0) in GetFieldTypeNameAtIndex()
1784 if (sEntry.getLength() > 0) in GetFieldTypeNameAtIndex()
1829 if (aNames.getLength() == 0) in getCharacterAttributes()
2713 return GetString().getLength(); in getCharacterCount()
4153 getLength(); in GetSelectionAtIndex()
[all …]
/aoo41x/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx554 sal_Int32 len= aSeq.getLength(); in methodSequence2()
557 len= rseq2.getLength(); in methodSequence2()
561 len= rseq3.getLength(); in methodSequence2()
573 for( int i= 0; i < aSeq.getLength(); i++) in methodXEventListeners()
586 for( int i= 0; i < aSeq.getLength(); i++) in methodXEventListenersMul()
1501 for( i=0; i < seqAny.getLength(); i++) in testInterface()
1604 for( i=0; i < seqAny.getLength(); i++) in testInterface()
1821 for( int i=0; i < aSeq.getLength(); i++) in testInterface()
1898 if( seqOutParams.getLength() == 12) in testInterface()
1908 for( int i=0; i<seqAny.getLength(); i++) in testInterface()
[all …]
/aoo41x/main/sax/source/tools/
H A Dconverter.cxx66 sal_Int32 nLen = rString.getLength(); in convertMeasure()
579 sal_Int32 nLen = rString.getLength(); in convertNumber()
742 if ( a100th.getLength() > 2 ) in convertDuration()
977 while (nPos < rString.getLength()) in readUnsignedNumber()
1010 if ((io_rnPos < rString.getLength()) && in readDurationT()
1024 if ((io_rnPos < rString.getLength())) in readDurationComponent()
1063 if ((nPos < string.getLength()) in convertDuration()
1609 sal_Int32 nLen = rStr.getLength(); in indexOfComma()
1725 sal_Int32 nBufferLength(aPass.getLength()); in encodeBase64()
1817 sal_uInt32 nLength(rSource.getLength()); in clearUndefinedChars()
[all …]

Completed in 245 milliseconds

12345678910>>...152