Home
last modified time | relevance | path

Searched refs:getLength (Results 201 – 225 of 3793) sorted by relevance

12345678910>>...152

/aoo41x/main/registry/tools/
H A Dregcompare.cxx335 ret += OString(ret.getLength() > 0 ? ",BOUND" : "BOUND"); in getFieldAccess()
367 ret += OString(ret.getLength() > 0 ? ",CONST" : "CONST"); in getFieldAccess()
1339 sal_uInt32 length1 = valueList1.getLength(); in checkValueDifference()
1340 sal_uInt32 length2 = valueList1.getLength(); in checkValueDifference()
1362 sal_uInt32 length1 = valueList1.getLength(); in checkValueDifference()
1363 sal_uInt32 length2 = valueList1.getLength(); in checkValueDifference()
1385 sal_uInt32 length1 = valueList1.getLength(); in checkValueDifference()
1386 sal_uInt32 length2 = valueList1.getLength(); in checkValueDifference()
1494 sal_uInt32 length = valueList.getLength(); in checkValueDifference()
1725 sal_uInt32 length1 = subKeyNames1.getLength(); in checkDifferences()
[all …]
/aoo41x/main/filter/source/xsltfilter/
H A Duof2storage.cxx45 if((0 <= nSlashPos ) && (nSlashPos < rFullName.getLength())) in lclSplitFirstElement()
94 return implIsStorage() && (m_aStorageName.getLength() == 0); in isRootStorage()
115 if(aBuffer.getLength() > 0) in getPath()
138 if(aElement.getLength() > 0) in openSubStorage()
140 if(xSubStorage.get() && (aRemainder.getLength() > 0)) in openSubStorage()
152 if(aElement.getLength() > 0) in openInputStream()
154 if(aRemainder.getLength() > 0) in openInputStream()
181 if(aElement.getLength() > 0) in openOutputStream()
183 if(aRemainder.getLength() > 0) in openOutputStream()
207 if(rDestStrg.isStorage() && !rDestStrg.isReadOnly() && (rElementName.getLength() > 0)) in copyToStorage()
[all …]
/aoo41x/main/linguistic/source/
H A Dlngprophelp.cxx111 sal_Int32 nLen = GetPropNames().getLength(); in AddPropNames()
131 sal_Int32 nLen = GetPropNames().getLength(); in GetCurrentValues()
168 sal_Int32 nLen = rPropVals.getLength(); in SetTmpPropVals()
260 sal_Int32 nLen = aPropNames.getLength(); in AddAsPropListener()
264 if (pPropName[i].getLength()) in AddAsPropListener()
274 sal_Int32 nLen = aPropNames.getLength(); in RemoveAsPropListener()
278 if (pPropName[i].getLength()) in RemoveAsPropListener()
414 sal_Int32 nLen = GetPropNames().getLength(); in GetCurrentValues()
527 sal_Int32 nLen = rPropVals.getLength(); in SetTmpPropVals()
600 sal_Int32 nLen = GetPropNames().getLength(); in GetCurrentValues()
[all …]
/aoo41x/main/framework/source/fwe/xml/
H A Deventsdocumenthandler.cxx233 for ( sal_Int16 n = 0; n < xAttribs->getLength(); n++ ) in startElement()
277 if ( aLanguage.getLength() == 0 ) in startElement()
279 else if ( aEventName.getLength() == 0 ) in startElement()
283 if ( aRequiredAttributeName.getLength() > 0 ) in startElement()
303 if ( aLibrary.getLength() > 0 ) in startElement()
312 if ( aURL.getLength() > 0 ) in startElement()
491 if ( aPropertyValues.getLength() > 0 ) in WriteEvent()
496 if ( m_aAttributeURL.getLength() == 0 ) in WriteEvent()
519 for ( int i = 0; i < aPropertyValues.getLength(); i++ ) in WriteEvent()
525 aValue.getLength() > 0 ) in WriteEvent()
[all …]
/aoo41x/main/chart2/source/tools/
H A DWrappedPropertySet.cxx257 sal_Int32 nMinCount = std::min( rValueSeq.getLength(), rNameSeq.getLength() ); in setPropertyValues()
279 if( rNameSeq.getLength() ) in getPropertyValues()
281 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
282 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyValues()
356 if( rNameSeq.getLength() ) in getPropertyStates()
358 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
359 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyStates()
402 for(sal_Int32 nN=0; nN<rPropSeq.getLength(); nN++) in setAllPropertiesToDefault()
411 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in setPropertiesToDefault()
421 if( rNameSeq.getLength() ) in getPropertyDefaults()
[all …]
H A DRegressionCurveHelper.cxx218 aXValues.realloc( aYValues.getLength()); in initializeCurveCalculator()
219 for( i=0; i<aXValues.getLength(); ++i ) in initializeCurveCalculator()
225 aXValues.getLength() > 0 && in initializeCurveCalculator()
226 aYValues.getLength() > 0 ) in initializeCurveCalculator()
255 for( sal_Int32 i = 0; i < aCurves.getLength(); ++i ) in hasMeanValueLine()
290 for( sal_Int32 i = 0; i < aCurves.getLength(); ++i ) in getMeanValueLine()
339 for( sal_Int32 i = 0; i < aCurves.getLength(); ++i ) in removeMeanValueLine()
420 for( sal_Int32 i = 0; i < aCurves.getLength(); ++i ) in removeAllExceptMeanValueLine()
509 for( sal_Int32 i = 0; i < aCurves.getLength(); ++i ) in getFirstCurveNotMeanValueLine()
581 for( sal_Int32 i = 0; i < aCurves.getLength(); ++i ) in getFirstRegressTypeNotMeanValueLine()
[all …]
/aoo41x/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx158 rConfigItem.GetMailUserName().getLength()) in ConnectToSmtpServer()
539 …if(aSpecialAssignment.getLength() > MM_PART_COUNTRY && aSpecialAssignment[MM_PART_COUNTRY].getLeng… in FillData()
559 pAssignment[nColumn].getLength()) in FillData()
679 if(m_aUserName.getLength() && !m_aPassword.getLength() && m_pParentWindow) in getPassword()
812 pStream->Read( pData, aData.getLength() ); in getTransferData()
985 m_aRecipients.realloc(m_aRecipients.getLength() + 1); in addRecipient()
986 m_aRecipients[m_aRecipients.getLength() - 1] = rRecipientAddress; in addRecipient()
994 m_aCcRecipients.realloc(m_aCcRecipients.getLength() + 1); in addCcRecipient()
1003 m_aBccRecipients.realloc(m_aBccRecipients.getLength() + 1); in addBccRecipient()
1033 m_aAttachments.realloc(m_aAttachments.getLength() + 1); in addAttachment()
[all …]
/aoo41x/main/fpicker/source/office/
H A DOfficeFilePicker.cxx126 return ( 0 < m_aSubFilters.getLength() ); in hasSubFilters()
133 return m_aSubFilters.getLength(); in getSubFilters()
172 if ( m_aDisplayDirectory.getLength() > 0 || m_aDefaultName.getLength() > 0 ) in prepareExecute()
175 if ( m_aDisplayDirectory.getLength() > 0 ) in prepareExecute()
187 if ( m_aDefaultName.getLength() > 0 ) in prepareExecute()
251 if ( m_aCurrentFilter.getLength() > 0 ) in prepareExecute()
451 if ( ! m_aCurrentFilter.getLength() ) in ensureFilterList()
506 if ( m_aStandardDir.getLength() > 0) in implCreateDialog()
996 if ( aFilters.getLength() ) in appendFilterGroup()
1069 if ( _rArguments.getLength() >= 1 ) in initialize()
[all …]
/aoo41x/main/ucb/source/ucp/file/
H A Dfilnot.cxx80 for( sal_Int32 i = 0; i < m_sListeners.getLength(); ++i ) in notifyChildInserted()
97 for( sal_Int32 i = 0; i < m_sListeners.getLength(); ++i ) in notifyDeleted()
126 for( sal_Int32 i = 0; i < m_sListeners.getLength(); ++i ) in notifyRemoved()
141 for( sal_Int32 i = 0; i < m_sListeners.getLength(); ++i ) in notifyExchanged()
178 for( sal_Int32 i = 0; i < m_sListeners.getLength(); ++i ) in notifyPropertyAdded()
195 for( sal_Int32 i = 0; i < m_sListeners.getLength(); ++i ) in notifyPropertyRemoved()
235 for( j = 0; j < Changes.getLength(); ++j ) in notifyPropertyChanged()
241 for( j = 0; j < seqList.getLength(); ++j ) in notifyPropertyChanged()
251 for( j = 0; j < Changes.getLength(); ++j ) in notifyPropertyChanged()
256 for( sal_Int32 i = 0; i < seqList.getLength(); ++i ) in notifyPropertyChanged()
/aoo41x/main/framework/inc/
H A Dqueries.h136 if( sValue.getLength() > 0 ) in addParam()
291 … if( sParam.compareTo( QUERYPARAM_DEFAULT_FIRST, QUERYPARAM_DEFAULT_FIRST.getLength() ) == 0 ) in QueryAnalyzer()
297 … if( sParam.compareTo( QUERYPARAM_USE_ORDER, QUERYPARAM_USE_ORDER.getLength() ) == 0 ) in QueryAnalyzer()
303 … if( sParam.compareTo( QUERYPARAM_DESCENDING, QUERYPARAM_DESCENDING.getLength() ) == 0 ) in QueryAnalyzer()
309 … if( sParam.compareTo( QUERYPARAM_CASE_SENSITIVE, QUERYPARAM_CASE_SENSITIVE.getLength() ) == 0 ) in QueryAnalyzer()
315 if( sParam.compareTo( QUERYPARAM_IFLAGS, QUERYPARAM_IFLAGS.getLength() ) == 0 ) in QueryAnalyzer()
326 if( sParam.compareTo( QUERYPARAM_EFLAGS, QUERYPARAM_EFLAGS.getLength() ) == 0 ) in QueryAnalyzer()
337 … if( sParam.compareTo( QUERYPARAM_SORT_PROP, QUERYPARAM_SORT_PROP.getLength() ) == 0 ) in QueryAnalyzer()
344 …alue.compareTo( QUERYPARAMVALUE_SORT_PROP_NAME, QUERYPARAMVALUE_SORT_PROP_NAME.getLength() ) == 0 ) in QueryAnalyzer()
347 ….compareTo( QUERYPARAMVALUE_SORT_PROP_UINAME, QUERYPARAMVALUE_SORT_PROP_UINAME.getLength() ) == 0 ) in QueryAnalyzer()
/aoo41x/main/filter/source/placeware/
H A Dzip.cxx129 sal_Int32 len = zf_lfhSIZE + e->name.getLength(); in writeDummyLocalHeader()
155 e->fileLen = e->endOffset - e->offset - zf_lfhSIZE - e->name.getLength(); in writeLocalHeader()
169 writeShort((sal_Int16) e->name.getLength()); // name length in writeLocalHeader()
175 mnRC = mrFile.write( e->name.getStr(), e->name.getLength(), nWritten ); // file name in writeLocalHeader()
176 OSL_ASSERT( nWritten == (sal_uInt64)e->name.getLength() ); in writeLocalHeader()
197 writeShort((sal_Int16) e->name.getLength()); // name length in writeCentralDir()
207 mrFile.write( e->name.getStr(), e->name.getLength(), nWritten ); // file name in writeCentralDir()
208 OSL_ASSERT( nWritten == (sal_uInt64)e->name.getLength() ); in writeCentralDir()
255 OSL_ASSERT( 0 != rName.getLength() ); in addFile()
257 if(0 == rName.getLength()) in addFile()
/aoo41x/main/editeng/source/misc/
H A Dhangulhanja.cxx384 sal_Int32 nLength = m_sCurrentPortion.getLength() - nStartSearch; in implUpdateSuggestions()
471 sal_Int32 nCount = m_aCurrentSuggestions.getLength(); in implUpdateSuggestions()
523 (m_nCurrentStartIndex < m_sCurrentPortion.getLength()); in implNextConvertibleUnit()
537 bool bRet = 0 != m_sCurrentPortion.getLength(); in implRetrieveNextPortion()
570 while ( m_sCurrentPortion.getLength() ); in implNextConvertible()
581 DBG_ASSERT( m_nCurrentEndIndex <= m_sCurrentPortion.getLength(), in GetCurrentUnit()
613 if(m_aCurrentSuggestions.getLength()>0) in ContinueConversion()
787 if( !_rChangeInto.getLength() ) in implChange()
964 if( sChangeInto.getLength() ) in IMPL_LINK()
1013 0, sNewOriginal.getLength(), in IMPL_LINK()
[all …]
H A Dunolingu.cxx99 sal_Int32 nEntries = rCfgSvcs.getLength(); in lcl_FindEntry()
114 Sequence< OUString > aRes( rCfgSvcs.getLength() ); in lcl_RemoveMissingEntries()
118 sal_Int32 nEntries = rCfgSvcs.getLength(); in lcl_RemoveMissingEntries()
156 if (aValues.getLength()) in lcl_GetLastFoundSvcs()
177 sal_Int32 nLen = rAvailSvcs.getLength(); in lcl_GetNewEntries()
198 Sequence< OUString > aRes( rCfgSvcs.getLength() + rNewSvcs.getLength() ); in lcl_MergeSeq()
208 sal_Int32 nLen = rSeq.getLength(); in lcl_MergeSeq()
271 sal_Int32 nNodeNames = aNodeNames.getLength(); in UpdateAll()
521 sal_Int32 nLen = aNodeNames.getLength(); in GetCfgLocales()
580 sal_Int32 nLen = pLocaleSeq->getLength(); in hasLocale()
[all …]
/aoo41x/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx70 OSL_ASSERT( aMetaFilePict.getLength( ) == sizeof( METAFILEPICT ) ); in WinMFPictToOOMFPict()
164 …HMETAFILE hMtf = SetMetaFileBitsEx( aOOMetaFilePict.getLength(), (sal_uChar*) aOOMetaFilePict.get… in OOMFPictToWinMFPict()
198 OSL_ENSURE(aWinDIB.getLength() > sizeof(BITMAPINFOHEADER), "CF_DIBV5/CF_DIB too small (!)"); in WinDIBToOOBMP()
201 ooBmpStream.realloc(aWinDIB.getLength( ) + sizeof(BITMAPFILEHEADER)); in WinDIBToOOBMP()
207 rtl_copyMemory(pBmpFileHdr + 1, pBmpInfoHdr, aWinDIB.getLength()); in WinDIBToOOBMP()
233 Sequence< sal_Int8 > winDIBStream( aOOBmp.getLength( ) - sizeof( BITMAPFILEHEADER ) ); in OOBmpToWinDIB()
237 aOOBmp.getLength( ) - sizeof( BITMAPFILEHEADER ) ); in OOBmpToWinDIB()
375 OSL_ASSERT(aTextHtml.getLength() > 0); in TextHtmlToHTMLFormat()
377 if (!(aTextHtml.getLength() > 0)) in TextHtmlToHTMLFormat()
386 reinterpret_cast<const sal_Char*>(aTextHtml.getConstArray()) + aTextHtml.getLength()); in TextHtmlToHTMLFormat()
[all …]
/aoo41x/main/sfx2/source/appl/
H A Dsfxhelp.cxx119 if (!aLocaleStr.getLength()) in HelpLocaleString()
126 bool bOk = aLocaleStr.getLength() != 0; in HelpLocaleString()
198 if ( sAnchor.getLength() > 0 ) in GetHelpAnchor_Impl()
245 ::rtl::OUString* pEnd = pNames + aNames.getLength(); in GetPropertyNames()
262 DBG_ASSERT( aValues.getLength() == aNames.getLength(), "GetProperties failed" ); in SfxHelpOptions_Impl()
263 if ( aValues.getLength() == aNames.getLength() ) in SfxHelpOptions_Impl()
359 sal_Int32 nLen = aAllModulesList.getLength(); in Load()
613 bIsDebug = ( 0 != sHelpDebug.getLength() ); in SfxHelp()
709 if ( aModuleIdentifier.getLength() > 0 ) in GetHelpModuleName_Impl()
736 if ( aFactoryShortName.getLength() > 0 ) in GetHelpModuleName_Impl()
[all …]
/aoo41x/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx133 if (skipping_chars.getLength() > 0) in getIndexWeight()
138 sal_Int32 len = keys[mkeys[i]].mkey.getLength(); in getIndexWeight()
156 if (keys[wgt].desc.getLength()) in getIndexDescription()
174 if (!keyStr.getLength()) { in makeIndexKeys()
181 sal_Int16 len = sal::static_int_cast<sal_Int16>( keyStr.getLength() ); in makeIndexKeys()
246 if (keys[mkeys[i]].mkey.getLength() < keys[mkeys[j]].mkey.getLength()) { in makeIndexKeys()
261 if (scriptList.getLength() == 0) { in init()
263 if (scriptList.getLength() == 0) in init()
267 table_count = sal::static_int_cast<sal_Int16>( scriptList.getLength() ); in init()
275 for (sal_Int16 i= (scriptList[0] == (UnicodeScript)0) ? 1 : 0; i< scriptList.getLength(); i++) { in init()
/aoo41x/main/oox/source/docprop/
H A Ddocprophandler.cxx70 if ( m_aCustomPropertyName.getLength() ) in AddCustomProperty()
97 sal_Int32 nLen = aChars.getLength(); in GetDateTimeFromW3CDTF()
162 if ( aChars.getLength() ) in GetKeywordsSet()
179 if ( aResult[nCounter].getLength() ) in GetKeywordsSet()
203 if ( aChars.getLength() >= 2 ) in GetLanguage()
244 if ( aName.getLength() ) in UpdateDocStatistic()
247 sal_Int32 nLen = aSet.getLength(); in UpdateDocStatistic()
429 if ( aChars.getLength() >= 4 ) in characters()
446 if ( aChars.getLength() >= 2 ) in characters()
455 if ( aChars.getLength() >= 4 ) in characters()
[all …]
/aoo41x/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx130 if (opt.getLength() > 0) in get_option_info()
163 sal_Int32 len = arg.getLength(); in is_option()
225 if (! s_workingDir.getLength()) in path_get_working_dir()
413 if (cmd_arg.getLength() > 0) in SAL_IMPLEMENT_MAIN()
545 if (keyfile.getLength() > 0) in SAL_IMPLEMENT_MAIN()
574 if (version.getLength() != 0) in SAL_IMPLEMENT_MAIN()
587 if (product.getLength() != 0) in SAL_IMPLEMENT_MAIN()
598 if (description.getLength() != 0) in SAL_IMPLEMENT_MAIN()
609 if (company.getLength() != 0) in SAL_IMPLEMENT_MAIN()
620 if (copyright.getLength() != 0) in SAL_IMPLEMENT_MAIN()
[all …]
/aoo41x/main/shell/source/cmdmail/
H A Dsyscmdmail.cxx73 const sal_Int32 nLen = rStr.getLength(); in escapeDoubleQuotes()
204 if( aMailer.getLength() ) in sendMailMessage()
229 if ( ustr.getLength() > 0 ) in sendMailMessage()
238 if ( ustr.getLength() > 0 ) in sendMailMessage()
246 if ( xMailMessage->getOriginator().getLength() > 0 ) in sendMailMessage()
254 if ( xMailMessage->getRecipient().getLength() > 0 ) in sendMailMessage()
263 sal_Int32 n, nmax = aStringList.getLength(); in sendMailMessage()
273 nmax = aStringList.getLength(); in sendMailMessage()
283 nmax = aStringList.getLength(); in sendMailMessage()
318 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService()
/aoo41x/main/xmloff/source/style/
H A Dxmlnumi.cxx622 if( sImageURL.getLength() ) in GetProperties()
633 if( sStr.getLength() ) in GetProperties()
795 if( rValue.getLength() ) in SvxXMLListLevelStyleAttrContext_Impl()
867 if( sFontName.getLength() ) in SvxXMLListLevelStyleAttrContext_Impl()
908 if( sFontFamily.getLength() ) in SvxXMLListLevelStyleAttrContext_Impl()
930 if( sFontStyleName.getLength() ) in SvxXMLListLevelStyleAttrContext_Impl()
934 if( sFontPitch.getLength() && in SvxXMLListLevelStyleAttrContext_Impl()
943 if( sFontCharset.getLength() && in SvxXMLListLevelStyleAttrContext_Impl()
953 if( sVerticalPos.getLength() ) in SvxXMLListLevelStyleAttrContext_Impl()
960 if( sVerticalRel.getLength() ) in SvxXMLListLevelStyleAttrContext_Impl()
[all …]
/aoo41x/main/xmlhelp/source/treeview/
H A Dtvread.cxx135 if( ! targetURL.getLength() ) in getTargetURL()
140 len = p->application.getLength(); in getTargetURL()
230 if( k < oustring.getLength() ) in replaceName()
307 if( tvDom->anchor.getLength() ) in TVRead()
504 if( ! configData.locale.getLength() || in TVChildTarget()
505 ! configData.system.getLength() ) in TVChildTarget()
665 if( ! instPath.getLength() ) in init()
1017 sal_Int32 nPkgCount = aPkgSeq.getLength(); in implGetHelpPackageFromPackage()
1058 if( m_iUserPackage == m_aUserPackagesSeq.getLength() ) in implGetNextUserHelpPackage()
1147 sal_Int32 nCount = aEntrySeq.getLength(); in implGetLanguageVectorFromPackage()
[all …]
/aoo41x/main/xmloff/source/draw/
H A Deventimp.cxx139 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in XMLEventSoundContext()
204 const sal_Int16 nAttrCount = xAttrList.is() ? xAttrList->getLength() : 0; in SdXMLEventContext()
311 mbValid = sEventName.getLength() != 0; in SdXMLEventContext()
410 if( msMacroName.getLength() > rApp.getLength()+1 && in EndElement()
411 msMacroName.copy(0,rApp.getLength()).equalsIgnoreAsciiCase( rApp ) && in EndElement()
412 ':' == msMacroName[rApp.getLength()] ) in EndElement()
415 msMacroName = msMacroName.copy( rApp.getLength()+1 ); in EndElement()
417 else if( msMacroName.getLength() > rDoc.getLength()+1 && in EndElement()
418 msMacroName.copy(0,rDoc.getLength()).equalsIgnoreAsciiCase( rDoc ) && in EndElement()
419 ':' == msMacroName[rDoc.getLength()] ) in EndElement()
[all …]
/aoo41x/main/forms/source/xforms/
H A Dconvert.cxx79 …inline sal_Int32 getLength() const { return isEmpty() ? 0 : m_nTokenEnd - m_nTokenStart… in getLength() function
183 return ( m_nTokenStart < m_sString.getLength() ); in hasNextToken()
194 … m_nTokenSeparator ? m_sString.indexOf( m_nTokenSeparator, m_nTokenStart ) : m_sString.getLength(); in getNextToken()
198 … StringToken aToken( m_sString, m_nTokenStart, bLastToken ? m_sString.getLength() : nTokenEnd ); in getNextToken()
200 m_nTokenStart = bLastToken ? m_sString.getLength() : nTokenEnd + 1; in getNextToken()
381 if ( sFractional.getLength() > 2 ) in lcl_toUNOTime()
385 if ( sFractional.getLength() ) in lcl_toUNOTime()
580 sal_Int32 nLength = aBuffer.getLength(); in replaceWhitespace()
596 sal_Int32 nLength = _rString.getLength(); in collapseWhitespace()
620 if( aBuffer[ aBuffer.getLength() - 1 ] == sal_Unicode( 0x20 ) ) in collapseWhitespace()
[all …]
/aoo41x/main/dbaccess/source/core/api/
H A DKeySet.cxx226 if ( sUpdateTableName.getLength() == 0 ) in findTableColumnsMatching_throw()
486 aSql.setLength(aSql.getLength()-3); in deleteRows()
516 pEnd = pBegin + rows.getLength(); in deleteRows()
610 if( aSql.getLength() != nOldLength ) in updateRow()
612 aSql.setLength(aSql.getLength()-1); in updateRow()
617 if(sKeyCondition.getLength() || sIndexCondition.getLength()) in updateRow()
620 if(sKeyCondition.getLength() && sIndexCondition.getLength()) in updateRow()
625 else if(sKeyCondition.getLength()) in updateRow()
629 else if(sIndexCondition.getLength()) in updateRow()
851 if(sMaxStmt.getLength()) in executeInsert()
[all …]
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx1390 if( sNumber.getLength() ) in lcl_ParseNumberingType()
1540 if( !rHint.getLength() ) in lcl_ExctractAskVariableAndHint()
2373 if (sToken.getLength() == 0) in GetCommandParts()
2534 if(sVariable.getLength()) in handleFieldAsk()
2597 if(sParam.getLength()) in handleAuthor()
2617 if(sParam.getLength()) in handleDocProperty()
2668 if(!sFieldServiceName.getLength()) in handleDocProperty()
2825 if( sTemplate.getLength() ) in handleToc()
2841 if( sStyleName.getLength() ) in handleToc()
3038 if(sParam.getLength()) in CloseFieldCommand()
[all …]

Completed in 208 milliseconds

12345678910>>...152