Home
last modified time | relevance | path

Searched refs:getLength (Results 126 – 150 of 3793) sorted by relevance

12345678910>>...152

/aoo41x/main/svtools/source/config/
H A Dhelpopt.cxx194 DBG_ASSERT( aValues.getLength() == rPropertyNames.getLength(), "GetProperties failed" ); in Load()
195 if ( aValues.getLength() == rPropertyNames.getLength() ) in Load()
290 Sequence< ::rtl::OUString > aIgnoredURLs(_rNodeNames.getLength()); in implGetURLCounters()
313 sal_Int32 nURLs = _rURLs.getLength(); in implGetURLCounters()
314 sal_Int32 nCounters = _rCounters.getLength(); in implGetURLCounters()
348 sal_Int32 nKnownURLs = aURLs.getLength(); in implSaveURLCounters()
407 if (0 != aDeleteFromConfig.getLength()) in implSaveURLCounters()
415 if (0 != aNewCounterNodePaths.getLength()) in implSaveURLCounters()
470 sal_Int32 nKnownURLs = aURLs.getLength(); in implLoadURLCounters()
491 Sequence< Any > aValues( aNames.getLength() ); in Commit()
[all …]
/aoo41x/main/linguistic/source/
H A Dhyphdsp.cxx90 sal_Int32 nTextLen = aText.getLength(); in buildHyphWord()
133 if (aText.getLength() <= rOrigWord.getLength()) in buildHyphWord()
178 sal_Int32 nTextLen = aText.getLength(); in buildPossHyphens()
263 sal_Int32 nWordLen = rWord.getLength(); in hyphenate()
323 if (pEntry->aSvcRefs.getLength() > 0) in hyphenate()
408 sal_Int32 nWordLen = rWord.getLength(); in queryAlternativeSpelling()
462 if (pEntry->aSvcRefs.getLength() > 0) in queryAlternativeSpelling()
548 if (nLanguage == LANGUAGE_NONE || !rWord.getLength()) in createPossibleHyphens()
596 if (pEntry->aSvcRefs.getLength() > 0) in createPossibleHyphens()
675 sal_Int32 nLen = rSvcImplNames.getLength(); in SetServiceList()
[all …]
/aoo41x/main/sal/rtl/source/
H A Duri.cxx206 aBuf.getLength())); in readUcs4()
363 inline sal_Int32 getLength() const;
366 inline sal_Int32 Component::getLength() const in getLength() function in __anon4ac86d970111::Component
440 rtl::OUStringBuffer aBuffer(rBasePath.getLength() + rRelPath.getLength()); in joinPaths()
486 sal_Int32 i = aBuffer.getLength() - 1; in joinPaths()
752 aBaseComponents.aScheme.getLength()); in rtl_uriConvertRelToAbs()
756 aRelComponents.aAuthority.getLength()); in rtl_uriConvertRelToAbs()
758 aRelComponents.aPath.getLength()); in rtl_uriConvertRelToAbs()
761 aRelComponents.aQuery.getLength()); in rtl_uriConvertRelToAbs()
772 aBaseComponents.aPath.getLength()); in rtl_uriConvertRelToAbs()
[all …]
/aoo41x/main/oox/source/vml/
H A Dvmlformatting.cxx79 return (orValue1.getLength() > 0) && (orValue2.getLength() > 0); in separatePair()
91 if( rValue.getLength() == 0 ) in decodePercent()
99 if( nEndPos == rValue.getLength() ) in decodePercent()
102 if( (nEndPos + 1 == rValue.getLength()) && (rValue[ nEndPos ] == '%') ) in decodePercent()
113 if( rValue.getLength() == 0 ) in decodeMeasureToEmu()
132 if( (0 < nEndPos) && (nEndPos < rValue.getLength()) ) in decodeMeasureToEmu()
138 if( aUnit.getLength() == 2 ) in decodeMeasureToEmu()
158 else if( (aUnit.getLength() == 1) && (aUnit[ 0 ] == '%') ) in decodeMeasureToEmu()
201 if( (aColorName.getLength() == 7) && (aColorName[ 0 ] == '#') ) in decodeColor()
208 if( (aColorName.getLength() == 4) && (aColorName[ 0 ] == '#') ) in decodeColor()
[all …]
/aoo41x/main/oox/source/helper/
H A Dstoragebase.cxx50 if( (0 <= nSlashPos) && (nSlashPos < rFullName.getLength()) ) in lclSplitFirstElement()
100 return implIsStorage() && (maStorageName.getLength() == 0); in isRootStorage()
121 if( aBuffer.getLength() > 0 ) in getPath()
141 if( aElement.getLength() > 0 ) in openSubStorage()
143 if( xSubStorage.get() && (aRemainder.getLength() > 0) ) in openSubStorage()
154 if( aElement.getLength() > 0 ) in openInputStream()
156 if( aRemainder.getLength() > 0 ) in openInputStream()
182 if( aElement.getLength() > 0 ) in openOutputStream()
184 if( aRemainder.getLength() > 0 ) in openOutputStream()
206 OSL_ENSURE( rElementName.getLength() > 0, "StorageBase::copyToStorage - invalid element name" ); in copyToStorage()
[all …]
/aoo41x/main/cppuhelper/source/
H A Dtdmgr.cxx130 sal_Int32 nMembers = aDiscriminants.getLength(); in createCTD()
131 OSL_ASSERT( nMembers == aMemberNames.getLength() && nMembers == aMemberTypes.getLength() ); in createCTD()
190 sal_Int32 nMembers = rMemberTypes.getLength(); in createCTD()
248 sal_Int32 nMembers = rMemberTypes.getLength(); in createCTD()
264 == xType->getTypeArguments().getLength()); in createCTD()
317 for (sal_Int32 i = 0; i != getExcs.getLength(); ++i) in createCTD()
354 sal_Int32 nParams = rParams.getLength(); in createCTD()
378 sal_Int32 nExceptions = rExceptions.getLength(); in createCTD()
422 sal_Int32 nBases = aBases.getLength(); in createCTD()
440 sal_Int32 nMembers = rMembers.getLength(); in createCTD()
[all …]
/aoo41x/main/framework/source/fwe/xml/
H A Dxmlnamespaces.cxx55 sal_Int32 nXMLNamespaceLength = aXMLAttributeNamespace.getLength(); in addNamespace()
60 if ( aNamespaceName.getLength() == nXMLNamespaceLength ) in addNamespace()
64 else if ( aNamespaceName.getLength() >= nXMLNamespaceLength+2 ) in addNamespace()
76 if ( aValue.getLength() == 0 && aNamespaceName.getLength() > 0 ) in addNamespace()
85 if ( aNamespaceName.getLength() == 0 ) in addNamespace()
111 if ( aName.getLength() > index+1 ) in applyNSToAttributeName()
142 if ( aNamespace.getLength() > 0 ) in applyNSToElementName()
152 if ( aName.getLength() > index+1 ) in applyNSToElementName()
169 if ( aNamespace.getLength() == 0 ) in getNamespaceValue()
/aoo41x/main/chart2/source/tools/
H A DDataSeriesHelper.cxx103 for( sal_Int32 i=0; i<aSequences.getLength(); ++i ) in lcl_findLSequenceWithOnlyLabel()
255 for( sal_Int32 i = 0; i < aSeries.getLength(); ++i ) in getDataSource()
281 const sal_Int32 nMax = aSeq.getLength() - 1; in lcl_getDataSequenceLabel()
297 const sal_Int32 nMax = aSeq.getLength() - 1; in lcl_getDataSequenceLabel()
343 if( aLabels.getLength() ) in getLabelForLabeledDataSequence()
408 for( sal_Int32 i=0; i<aSeries.getLength(); ++i ) in setStackModeAtSeries()
655 const sal_Int32 nSeriesCount( aSeriesSeq.getLength()); in areAllSeriesAttachedToSameAxis()
700 if( !aHiddenValues.getLength() ) in lcl_SequenceHasUnhiddenData()
709 if( xDataSequence->getData().getLength() ) in lcl_SequenceHasUnhiddenData()
723 for(sal_Int32 nN = aDataSequences.getLength();nN--;) in hasUnhiddenData()
[all …]
/aoo41x/main/sfx2/source/notify/
H A Deventsupplier.cxx84 long nCount = maEventNames.getLength(); in replaceByName()
143 long nCount = maEventNames.getLength(); in getByName()
167 long nCount = maEventNames.getLength(); in hasByName()
192 if ( maEventNames.getLength() ) in hasElements()
242 if ( aScript.getLength() ) in Execute()
432 if ( aMacroName.getLength() ) in ConvertToMacro()
469 if ( aType.getLength() ) in NormalizeMacro()
471 if ( aScript.getLength() ) in NormalizeMacro()
476 if ( aScript.getLength() ) in NormalizeMacro()
478 if ( !aMacroName.getLength() || !aLibrary.getLength() ) in NormalizeMacro()
[all …]
/aoo41x/main/svgio/source/svgreader/
H A Dsvgtextpathnode.cxx82 double getLength(const rtl::OUString& rText) const;
85 double pathTextBreakupHelper::getLength(const rtl::OUString& rText) const in getLength() function in svgio::svgreader::pathTextBreakupHelper
87 const sal_uInt32 nLength(rText.getLength()); in getLength()
129 ? getB2DCubicBezierHelper()->getLength() in advanceToPosition()
130 : maCurrentSegment.getLength(); in advanceToPosition()
158 mfCurrentSegmentLength = maCurrentSegment.getLength(); in pathTextBreakupHelper()
327 if(aContent.getLength()) in parseAttribute()
345 if(aContent.getLength()) in parseAttribute()
363 const sal_Int32 nLen(aContent.getLength()); in parseAttribute()
401 const double fBasegfxPathLength(basegfx::tools::getLength(aPolygon)); in isValid()
[all …]
/aoo41x/main/desktop/source/deployment/misc/
H A Ddp_update.cxx100 if (urls.getLength()) in getOwnUpdateInfos()
146 OSL_ASSERT(sDefaultURL.getLength()); in getDefaultUpdateInfos()
156 for (sal_Int32 i = 0; i < infos.getLength(); ++i) in getDefaultUpdateInfos()
184 OSL_ASSERT(sameIdExtensions.getLength() == 3); in containsBundledOnly()
221 for (int pos = seqAllExt.getLength(); pos --; ) in onlyBundledExtensions()
259 if (userVersion.getLength()) in isUpdateUserExtension()
270 else if (sharedVersion.getLength()) in isUpdateUserExtension()
291 if (userVersion.getLength()) in isUpdateUserExtension()
317 if (sharedVersion.getLength()) in isUpdateSharedExtension()
341 if (seqExt.getLength() == 0) in getExtensionWithHighestVersion()
[all …]
/aoo41x/main/cui/source/customize/
H A Dcfgutil.cxx126 sal_Int32 nCmdLen = aStyle.sCommand.getLength(); in parseStyleCommand()
139 sArg = sCmdArgs.copy(i+1, sCmdArgs.getLength()-i-1); in parseStyleCommand()
146 if (aStyle.sFamily.getLength() && aStyle.sStyle.getLength()) in parseStyleCommand()
179 if (!aStyle.sLabel.getLength()) in getLabel4Style()
204 sal_Int32 c = lFamilyNames.getLength(); in getStyleFamilies()
552 if (!sGroupName.getLength()) in InitModule()
784 m = grandchildren.getLength(); in Init()
867 if( factoryURL.getLength() > 0 ) in GetImage()
960 if (!sUIName.getLength()) in MapCommand2UIName()
1192 sal_Int32 nLen = children.getLength(); in RequestingChilds()
[all …]
/aoo41x/main/comphelper/inc/comphelper/
H A Dsequence.hxx74 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences()
93 sal_Int32 nLeft(_rLeft.getLength()), nMiddle(_rMiddle.getLength()), nRight(_rRight.getLength()); in concatSequences()
114 sal_uInt32 nLength = _rSeq.getLength(); in removeElementAt()
192 m_nLen = _rSeq.getLength(); in construct()
266 …::std::copy( i_Sequence.getConstArray(), i_Sequence.getConstArray()+i_Sequence.getLength(), io_pAr… in sequenceToArray()
336 DstType result( i_Sequence.getLength() ); in sequenceToContainer()
337 …::std::copy( i_Sequence.getConstArray(), i_Sequence.getConstArray()+i_Sequence.getLength(), result… in sequenceToContainer()
374 o_Output.resize( i_Sequence.getLength() ); in sequenceToContainer()
375 …::std::copy( i_Sequence.getConstArray(), i_Sequence.getConstArray()+i_Sequence.getLength(), o_Outp… in sequenceToContainer()
/aoo41x/main/xmloff/source/draw/
H A Dximpshap.cxx130 if( rURL.getLength() == 0 ) in ImpIsEmptyURL()
427 if(maShapeName.getLength()) in AddShape()
465 if( maShapeId.getLength() ) in AddShape()
1398 if(maPoints.getLength() && maViewBox.getLength()) in StartElement()
1499 if(maD.getLength()) in StartElement()
1830 if( maFormId.getLength() ) in StartElement()
2518 if( maURL.getLength() ) in StartElement()
2560 if( sURL.getLength() ) in EndElement()
3038 if( maHref.getLength() ) in EndElement()
3260 if( maHref.getLength() ) in EndElement()
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dprint3.cxx366 if( aPagesVal.getLength() ) in ImplPrintJob()
489 if( ! aFile.getLength() ) in ImplPrintJob()
576 if( aFile.getLength() ) in StartJob()
1298 int nCur = i_rMergeList.getLength(); in getJobProperties()
1820 if( i_rTitle.getLength() ) in getUIControlOpt()
1825 if( i_rHelpIds.getLength() ) in getUIControlOpt()
1880 if( i_rHelpId.getLength() > 0 ) in getGroupControlOpt()
1894 if( i_rHelpId.getLength() > 0 ) in getSubgroupControlOpt()
1911 if( i_rHelpId.getLength() > 0 ) in getBoolControlOpt()
1970 if( i_rHelpId.getLength() > 0 ) in getRangeControlOpt()
[all …]
/aoo41x/main/i18npool/source/collator/
H A DcollatorImpl.cxx78 …urn CollatorImpl::compareSubstring(in_str1, 0, in_str1.getLength(), in_str2, 0, in_str2.getLength(… in compareString()
86 for (sal_Int16 i = 0; i < imp.getLength(); i++) in loadDefaultCollator()
114 for (sal_Int32 i = 0; i < collatorOptions.getLength(); i++) in loadCollatorAlgorithmWithEndUserOption()
124 Sequence< OUString > list(imp.getLength()); in listCollatorAlgorithms()
126 for (sal_Int32 i = 0; i < imp.getLength(); i++) { in listCollatorAlgorithms()
142 Sequence< sal_Int32 > option_int(option_str.getLength()); in listCollatorOptions()
144 for (sal_Int32 i = 0; i < option_str.getLength(); i++) in listCollatorOptions()
196 sal_Int32 l = rLocale.Language.getLength(); in loadCachedCollator()
197 sal_Int32 c = rLocale.Country.getLength(); in loadCachedCollator()
198 sal_Int32 v = rLocale.Variant.getLength(); in loadCachedCollator()
[all …]
/aoo41x/main/svx/source/items/
H A Dcustomshapeitem.cxx59 for ( i = 0; i < aPropSeq.getLength(); i++ ) in SdrCustomShapeGeometryItem()
66 for ( j = 0; j < rPropSeq.getLength(); j++ ) in SdrCustomShapeGeometryItem()
114 for ( i = 0; i < rSecSequence.getLength(); i++ ) in SetPropertyValue()
126 for ( i = 0; i < rSecSequence.getLength(); i++ ) in SetPropertyValue()
135 sal_uInt32 nIndex = aPropSeq.getLength(); in SetPropertyValue()
158 sal_uInt32 nIndex = aPropSeq.getLength(); in SetPropertyValue()
184 sal_Int32 nCount = rSecSequence.getLength(); in SetPropertyValue()
197 if ( aPropSeq.getLength() ) in ClearPropertyValue()
219 sal_Int32 nLength = aPropSeq.getLength(); in ClearPropertyValue()
229 aPropSeq.realloc( aPropSeq.getLength() - 1 ); in ClearPropertyValue()
[all …]
/aoo41x/main/xmloff/source/meta/
H A Dxmlmetae.cxx90 if ( rText.getLength() ) { in SimpleStringElement()
102 if ( sValue.getLength() ) { in SimpleDateTimeElement()
151 for (sal_Int32 i = 0; i < keywords.getLength(); ++i) { in _MExport()
161 if (sValue.getLength()) { in _MExport()
162 if ( aLocale.Country.getLength() ) in _MExport()
195 if ( sDefTarget.getLength() ) in _MExport()
214 if (sReloadDelay != 0 || sReloadURL.getLength() != 0) in _MExport()
230 if ( sTplPath.getLength() ) in _MExport()
256 for (sal_Int32 i = 0; i < props.getLength(); ++i) { in _MExport()
274 if ( aDocStatistic.getLength() ) in _MExport()
[all …]
/aoo41x/main/ucbhelper/source/client/
H A Dproxydecider.cxx497 if ( rHost.getLength() && m_aNoProxyList.size() ) in getProxy()
513 ( rHost.getLength() > 1 ) ) in getProxy()
534 if ( !aFullyQualifiedHost.getLength() ) in getProxy()
566 if ( m_aHttpsProxy.aName.getLength() ) in getProxy()
569 else if ( m_aHttpProxy.aName.getLength() ) in getProxy()
585 sal_Int32 nCount = Event.Changes.getLength(); in changesOccurred()
712 if ( rNoProxyList.getLength() ) in setNoProxyList()
719 sal_Int32 nLen = rNoProxyList.getLength(); in setNoProxyList()
728 if ( aToken.getLength() ) in setNoProxyList()
767 if ( aServer.getLength() ) in setNoProxyList()
[all …]
/aoo41x/main/embeddedobj/source/general/
H A Dxcreator.cxx89 if ( !sEntName.getLength() ) in createInstanceInitNew()
95 if ( !aEmbedFactory.getLength() ) in createInstanceInitNew()
132 if ( !sEntName.getLength() ) in createInstanceInitFromEntry()
210 if ( aMediaType.getLength() && !aEmbedFactory.getLength() ) in createInstanceInitFromEntry()
213 if ( aEmbedFactory.getLength() ) in createInstanceInitFromEntry()
253 if ( !sEntName.getLength() ) in createInstanceInitFromMediaDescriptor()
264 if ( aFilterName.getLength() ) in createInstanceInitFromMediaDescriptor()
326 if ( !sEntName.getLength() ) in createInstanceUserInit()
370 if ( !aURL.getLength() ) in createInstanceLink()
377 if ( aFilterName.getLength() ) in createInstanceLink()
[all …]
/aoo41x/main/embeddedobj/source/msole/
H A Downview.cxx111 if ( m_aNativeTempURL.getLength() ) in ~OwnView_Impl()
121 if ( aFileURL.getLength() ) in CreateModelFromURL()
146 if ( m_aFilterName.getLength() ) in CreateModelFromURL()
219 if ( aNameWithExtention.getLength() ) in GetFilterNameFromExtentionAndInStream()
231 if ( aTypeName.getLength() ) in GetFilterNameFromExtentionAndInStream()
244 if ( !aFilterName.getLength() && aTypeName.getLength() ) in GetFilterNameFromExtentionAndInStream()
423 if ( m_aNativeTempURL.getLength() ) in CreateNative()
467 if ( !bOk && m_aNativeTempURL.getLength() ) in CreateNative()
478 if ( !bOk && m_aNativeTempURL.getLength() ) in CreateNative()
540 if ( !m_aNativeTempURL.getLength() ) in Open()
[all …]
/aoo41x/main/jvmfwk/source/
H A Dfwkbase.cxx67 if (sURL.getLength() == 0) in getVendorSettingsPath()
114 if (sSettingsPath.getLength() == 0) in VendorSettings()
121 if (sSettingsPath.getLength() > 0) in VendorSettings()
169 if (sUrl.getLength() == 0) in getPluginData()
188 OSL_ASSERT(sVendor.getLength() > 0); in getVersionInformation()
298 OSL_ASSERT(sVendor.getLength() > 0); in getPluginLibrary()
322 if (sUrl.getLength() == 0) in getPluginLibrary()
614 if (sParams.getLength() == 0) in getApplicationClassPath()
623 if (token.getLength()) in getApplicationClassPath()
655 if (sAppCP.getLength()) in makeClassPathOption()
[all …]
/aoo41x/main/forms/source/component/
H A DComboBox.cxx104 sal_Int32 nOldLen = aSupported.getLength(); in getSupportedServiceNames()
427 sal_Int32 nLen = aListSource.getLength(); in read()
455 if ( m_aListSource.getLength() in read()
469 if ( getControlSource().getLength() ) in read()
548 if (!aFieldName.getLength()) in loadData()
657 sal_Int32 nFieldsCount = seqNames.getLength(); in loadData()
684 for (sal_Int32 i = 0; i<aStringSeq.getLength(); ++i) in loadData()
792 if (i >= aStringItemList.getLength()) in commitControlValueToDbColumn()
794 sal_Int32 nOldLen = aStringItemList.getLength(); in commitControlValueToDbColumn()
814 if ( !sValue.getLength() in translateDbColumnToControlValue()
[all …]
/aoo41x/main/unotools/source/config/
H A Dfontcfg.cxx244 if( ! aRet.getLength() && aLocale.Variant.getLength() ) in getDefaultFont()
249 if( ! aRet.getLength() && aLocale.Country.getLength() ) in getDefaultFont()
254 if( ! aRet.getLength() ) in getDefaultFont()
265 if( ! aLocale.Language.getLength() ) in getUserInterfaceFont()
270 if( aUIFont.getLength() ) in getUserInterfaceFont()
998 if( pLine->getLength() ) in getSubstWeight()
1030 if( pLine->getLength() ) in getSubstWidth()
1062 if( pLine->getLength() ) in getSubstType()
1185 if( ! aLocale.Language.getLength() ) in getSubstInfo()
1188 while( aLocale.Language.getLength() ) in getSubstInfo()
[all …]
/aoo41x/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx148 sal_Int32 nLen = aFormatList.getLength(); in getLocales()
259 if (!aSuppLocales.getLength()) in hasLocale()
263 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale()
356 sal_Int32 nc = rBuf.getLength(); in hyphenate()
374 wordlen = encWord.getLength(); in hyphenate()
616 sal_Int32 nc = rBuf.getLength(); in createPossibleHyphens()
634 wordlen = encWord.getLength(); in createPossibleHyphens()
696 for (i = 0; i < nWord.getLength(); i++) in createPossibleHyphens()
737 sal_Int32 tlen = aTerm.getLength(); in capitalType()
777 sal_Int32 tlen = aTerm.getLength(); in makeInitCap()
[all …]

Completed in 157 milliseconds

12345678910>>...152