Home
last modified time | relevance | path

Searched refs:getLength (Results 76 – 100 of 3793) sorted by relevance

12345678910>>...152

/aoo41x/main/xmloff/source/core/
H A DSettingsExportHelper.cxx187 DBG_ASSERT(rName.getLength(), "no name"); in exportBool()
203 DBG_ASSERT(rName.getLength(), "no name"); in exportByte()
221 DBG_ASSERT(rName.getLength(), "no name"); in exportShort()
233 DBG_ASSERT(rName.getLength(), "no name"); in exportInt()
245 DBG_ASSERT(rName.getLength(), "no name"); in exportLong()
256 DBG_ASSERT(rName.getLength(), "no name"); in exportDouble()
272 if (sValue.getLength()) in exportString()
294 sal_Int32 nLength(aProps.getLength()); in exportSequencePropertyValue()
330 sal_Int32 nCount = rProps.getLength(); in exportSymbolDescriptors()
372 sal_Int32 nLength(aProps.getLength()); in exportbase64Binary()
[all …]
/aoo41x/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx79 if (aArguments.getLength() == 0 || aArguments.getLength() > 2) in initialize()
84 m_nArgumentsCount = aArguments.getLength(); in initialize()
91 if (aArguments.getLength() == 2 in initialize()
100 if (m_sODFVersion.getLength() == 0) in initialize()
118 …OSL_ENSURE(m_sODFVersion.getLength(),"DocumentDigitalSignatures: ODF Version not set, assuming min… in verifyDocumentContentSignatures()
126 …OSL_ENSURE(m_sODFVersion.getLength(),"DocumentDigitalSignatures: ODF Version not set, assuming min… in showDocumentContentSignatures()
313 if (rInfo.ouX509Certificate.getLength()) in ImplVerifySignatures()
414 const SvtSecurityOptions::Certificate* pAuthorsEnd = pAuthors + aTrustedAuthors.getLength(); in isAuthorTrusted()
449 const ::rtl::OUString* pSecURLsEnd = pSecURLs + aSecURLs.getLength(); in isLocationTrusted()
474 sal_Int32 nCnt = aTrustedAuthors.getLength(); in addAuthorToTrustedSources()
[all …]
/aoo41x/main/ucb/source/ucp/file/
H A Dfilrow.cxx148 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getString()
162 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBoolean()
177 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getByte()
191 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getShort()
206 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getInt()
220 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getLong()
234 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getFloat()
248 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getDouble()
262 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getBytes()
276 if( columnIndex < 1 || columnIndex > m_aValueMap.getLength() ) in getDate()
[all …]
/aoo41x/main/stoc/source/security/
H A Dpermissions.cxx67 if (! item.getLength()) in makeMask()
171 else if (minus == (m_host.getLength() -1)) // N- in SocketPermission()
234 if (demanded_host.getLength() <= m_host.getLength()) in implies()
236 sal_Int32 len = m_host.getLength() -1; // skip star in implies()
360 if (9 < m_url.getLength() && '|' == m_url[ 9 ]) // file:///X| in FilePermission()
394 if (m_url.getLength() > demanded.m_url.getLength()) in implies()
397 if (1 < m_url.getLength() && in implies()
401 sal_Int32 len = m_url.getLength() -1; in implies()
411 if (1 < m_url.getLength() && in implies()
415 sal_Int32 len = m_url.getLength() -1; in implies()
[all …]
/aoo41x/main/comphelper/source/xml/
H A Dofopxmlhelper.cxx255 if ( m_aElementsSeq.getLength() ) in GetParsingResult()
281 sal_Int32 nNewLength = m_aElementsSeq.getLength() + 1; in startElement()
293 sal_Int32 nNewLength = m_aElementsSeq.getLength() + 1; in startElement()
300 sal_Int32 nNewEntryNum = m_aResultSeq.getLength() + 1; in startElement()
343 sal_Int32 nNewLength = m_aElementsSeq.getLength() + 1; in startElement()
351 if ( !m_aResultSeq.getLength() ) in startElement()
365 if ( !m_aResultSeq.getLength() ) in startElement()
368 if ( m_aResultSeq.getLength() != 2 ) in startElement()
394 if ( !m_aResultSeq.getLength() ) in startElement()
397 if ( m_aResultSeq.getLength() != 2 ) in startElement()
[all …]
/aoo41x/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx387 if (mediaType.getLength() == 0) in bindPackage_()
685 if (sLic.getLength() == 0) in checkLicense()
839 if ( aIconURL.getLength() ) in getIcon()
1003 if (sRelativeURL.getLength()) in getDescription()
1017 if (sDescription.getLength()) in getDescription()
1060 if (title.getLength() == 0) in exportTo()
1465 if (fullPath.getLength() > 0 && mediaType.getLength() > 0) in scanBundle()
1475 if (fullPath.getLength() == 0 || mediaType.getLength() == 0 || in scanBundle()
1538 if (descrFile.getLength() > 0) in scanBundle()
1547 if ( bytes.getLength() ) in scanBundle()
[all …]
/aoo41x/main/filter/source/filtertracer/
H A Dfiltertracer.cxx94 …_UTIL::SearchResult aSearchResult = mxTextSearch->searchForward( rString, 0, rString.getLength() ); in ImplFilter()
108 for ( i = 0; i < aArguments.getLength(); i++ ) in initialize()
113 for ( i = 0; i < aParameter.getLength(); i++ ) in initialize()
133 if ( !mxOutputStream.is() && msURL.getLength() ) in initialize()
200 SEQ( sal_Int8 ) aData( sClass.getLength() + sMethod.getLength() + sMessage.getLength() ); in logp()
202 memcpy( pPtr, sClass.getStr(), sClass.getLength() ); in logp()
203 pPtr += sClass.getLength(); in logp()
204 memcpy( pPtr, sMethod.getStr(), sMethod.getLength() ); in logp()
205 pPtr += sMethod.getLength(); in logp()
206 memcpy( pPtr, sMessage.getStr(), sMessage.getLength() ); in logp()
[all …]
/aoo41x/main/linguistic/source/
H A Dspelldsp.cxx127 sal_Int32 nLen = rNew.getLength(); in Append()
145 if (aVec[i].getLength() != 0) in Count()
162 if (nIdx < nCount && rText.getLength() > 0) in GetSequence()
193 sal_Int32 nLen = rEntry.aSvcRefs.getLength(); in SvcListHasLanguage()
198 if (0 == aTmpLocale.Language.getLength()) in SvcListHasLanguage()
350 sal_Int32 nLen = pEntry->aSvcRefs.getLength(); in isValid_Impl()
378 if (bTmpRes && 0 == rProperties.getLength()) in isValid_Impl()
441 if (bTmpRes && 0 == rProperties.getLength()) in isValid_Impl()
518 sal_Int32 nLen = pEntry->aSvcRefs.getLength(); in spell_Impl()
704 if (aAddRplcTxt.getLength() && in spell_Impl()
[all …]
/aoo41x/main/xmloff/source/script/
H A DXMLStarBasicContextFactory.cxx69 sal_Int16 nCount = xAttrList->getLength(); in CreateContext()
101 if( sMacroNameVal.getLength() > rApp.getLength()+1 && in CreateContext()
102 sMacroNameVal.copy(0,rApp.getLength()).equalsIgnoreAsciiCase( rApp ) && in CreateContext()
103 ':' == sMacroNameVal[rApp.getLength()] ) in CreateContext()
106 sMacroNameVal = sMacroNameVal.copy( rApp.getLength()+1 ); in CreateContext()
108 else if( sMacroNameVal.getLength() > rDoc.getLength()+1 && in CreateContext()
109 sMacroNameVal.copy(0,rDoc.getLength()).equalsIgnoreAsciiCase( rDoc ) && in CreateContext()
110 ':' == sMacroNameVal[rDoc.getLength()] ) in CreateContext()
113 sMacroNameVal = sMacroNameVal.copy( rDoc.getLength()+1 ); in CreateContext()
/aoo41x/main/unotools/source/config/
H A Dconfigpathes.cxx91 sal_Int32 nPos = _sInPath.getLength()-1; in splitLastFromConfigurationPath()
126 nStart = 0, nEnd = _sInPath.getLength(); in splitLastFromConfigurationPath()
140 nEnd <= _sInPath.getLength() ); in splitLastFromConfigurationPath()
202 sal_Int32 nPrefixLength = _sPrefixPath.getLength(); in lcl_findPrefixEnd()
208 if (_sNestedPath.getLength() > nPrefixLength) in lcl_findPrefixEnd()
214 else if (_sNestedPath.getLength() == nPrefixLength) in lcl_findPrefixEnd()
230 return _sPrefixPath.getLength() == 0 || lcl_findPrefixEnd(_sNestedPath,_sPrefixPath) != 0; in isPrefixOfConfigurationPath()
243 OSL_ENSURE(_sPrefixPath.getLength() == 0, "Path does not start with expected prefix"); in dropPrefixFromConfigurationPath()
254 const sal_Unicode * const pEndContent = pBeginContent + _sContent.getLength(); in lcl_wrapName()
256 OSL_PRECOND(_sType.getLength(), "Unexpected config type name: empty"); in lcl_wrapName()
[all …]
H A Dlingucfg.cxx607 if (nProps && aValues.getLength() == nProps && aROStates.getLength() == nProps) in LoadOptions()
1000 if (rSetName.getLength() == 0 || rSetEntry.getLength() == 0) in GetSupportedDictionaryFormatsFor()
1024 if (rSetName.getLength() == 0 || rSetEntry.getLength() == 0) in SetOrCreateSupportedDictionaryFormatsFor()
1116 if (rNodeName.getLength() == 0) in GetDictionaryEntry()
1168 if (rNodeName.getLength() == 0) in SetOrCreateDictionaryEntry()
1239 if (rFormatName.getLength() == 0) in GetActiveDictionariesByFormat()
1365 if (rServiceImplName.getLength() > 0) in GetSpellAndGrammarDialogImage()
1380 if (rServiceImplName.getLength() > 0) in GetSpellAndGrammarContextSuggestionImage()
1395 if (rServiceImplName.getLength() > 0) in GetSpellAndGrammarContextDictionaryImage()
1410 if (rServiceImplName.getLength() > 0) in GetThesaurusDialogImage()
[all …]
H A Dconfigmgr.cxx164 rEx.Message.getLength(), in GetConfigurationProvider()
273 sal_Int32 nCount = aArgs.getLength(); in AcquireTree()
306 rEx.Message.getLength(), in AcquireTree()
416 if ( eProp == PRODUCTNAME && rBrandName.getLength() ) in GetDirectConfigProperty()
444 if ( eProp == OOOVENDOR && rOOOVendor.getLength() ) in GetDirectConfigProperty()
615 if ( aPackageVersion.getLength() ) in getBasisAboutBoxProductVersion()
624 if ( aVersionMinor.getLength() == 0 ) in getBasisAboutBoxProductVersion()
626 if ( aVersionMicro.getLength() == 0 ) in getBasisAboutBoxProductVersion()
673 rEx.Message.getLength(), in GetHierarchyAccess()
706 rEx.Message.getLength(), in GetLocalProperty()
[all …]
/aoo41x/main/forms/source/component/
H A Dentrylisthelper.cxx95 OSL_ENSURE( ( _rEvent.Position >= 0 ) && ( _rEvent.Position < m_aStringItems.getLength() ), in entryChanged()
97 OSL_ENSURE( _rEvent.Entries.getLength() == 1, in entryChanged()
101 && ( _rEvent.Position < m_aStringItems.getLength() ) in entryChanged()
102 && ( _rEvent.Entries.getLength() > 0 ) in entryChanged()
117 …Position > 0 ) && ( _rEvent.Position < m_aStringItems.getLength() ) && ( _rEvent.Entries.getLength in entryRangeInserted()
121 && ( _rEvent.Position < m_aStringItems.getLength() ) in entryRangeInserted()
122 && ( _rEvent.Entries.getLength() > 0 ) in entryRangeInserted()
133 m_aStringItems.getLength() - _rEvent.Position in entryRangeInserted()
159 && ( _rEvent.Position + _rEvent.Count <= m_aStringItems.getLength() ) in entryRangeRemoved()
165 m_aStringItems.getConstArray() + m_aStringItems.getLength(), in entryRangeRemoved()
[all …]
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DMinMaxLineWrapper.cxx200 if(aSeriesSeq.getLength()) in setPropertyValue()
239 if(aSeriesSeq.getLength()) in getPropertyValue()
289 sal_Int32 nMinCount = std::min( rValueSeq.getLength(), rNameSeq.getLength() ); in setPropertyValues()
311 if( rNameSeq.getLength() ) in getPropertyValues()
313 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyValues()
362 if( rNameSeq.getLength() ) in getPropertyStates()
364 aRetSeq.realloc( rNameSeq.getLength() ); in getPropertyStates()
395 for(sal_Int32 nN=0; nN<rPropSeq.getLength(); nN++) in setAllPropertiesToDefault()
404 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in setPropertiesToDefault()
414 if( rNameSeq.getLength() ) in getPropertyDefaults()
[all …]
/aoo41x/main/ucb/source/ucp/package/
H A Dpkguri.cxx60 if ( nPos < ( rURL.getLength() - 2 ) ) in normalize()
75 if ( m_aUri.getLength() && !m_aPath.getLength() ) in init()
82 if ( ( m_aUri.getLength() < PACKAGE_URL_SCHEME_LENGTH + 4 ) ) in init()
127 ( m_aParam.getLength() in init()
133 m_aScheme.getLength(), in init()
146 else if ( nEnd == ( aPureUri.getLength() - 1 ) ) in init()
148 if ( aPureUri.getStr()[ aPureUri.getLength() - 2 ] in init()
172 nStart, aPureUri.getLength() - nStart, aNormPackage ); in init()
179 : m_aUri.getLength(), aPureUri ); in init()
216 aPureUri.getLength() - nEnd - 1, in init()
[all …]
/aoo41x/main/ucb/source/regexp/
H A Dregexp.cxx59 || !m_bEmptyDomain && m_aInfix.getLength() == 0); in Regexp()
73 sal_Unicode const * qEnd = q + rString.getLength(); in matchStringIgnoreCase()
199 sal_Unicode const * pEnd = p + rString.getLength(); in isScheme()
220 sal_Unicode const * pEnd = p + rString.getLength(); in appendStringLiteral()
240 if (m_aReversePrefix.getLength() != 0) in getRegexp()
245 if (m_aPrefix.getLength() != 0) in getRegexp()
262 if (m_aInfix.getLength() != 0) in getRegexp()
271 if (m_aPrefix.getLength() != 0) in getRegexp()
276 if (m_aReversePrefix.getLength() != 0) in getRegexp()
287 if (m_aPrefix.getLength() != 0) in getRegexp()
[all …]
/aoo41x/main/sc/source/filter/xml/
H A Dxmlcelli.cxx174 if (sValue.getLength()) in ScXMLTableRowCellContext()
192 if (sValue.getLength()) in ScXMLTableRowCellContext()
201 if (sValue.getLength()) in ScXMLTableRowCellContext()
211 if (sValue.getLength()) in ScXMLTableRowCellContext()
225 if (sValue.getLength()) in ScXMLTableRowCellContext()
526 if (aValidation.sErrorMessage.getLength()) in SetContentValidation()
528 if (aValidation.sErrorTitle.getLength()) in SetContentValidation()
530 if (aValidation.sImputMessage.getLength()) in SetContentValidation()
532 if (aValidation.sImputTitle.getLength()) in SetContentValidation()
660 else if( mxAnnotationData->maSimpleText.getLength() > 0 ) in SetAnnotation()
[all …]
/aoo41x/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx181 if ( !sReturn.getLength() && PropertyValue.hasValue() ) in convertToControlValue()
226 if ( !bCanConvert && ControlValue.getLength() ) in convertToPropertyValue()
242 sal_Int32 nLength = aArguments.getLength(); in initialize()
273 if ( m_aConstants.getLength() ) in convertSimpleToString()
292 if ( !sReturn.getLength() ) in convertSimpleToString()
332 const ElementType* pElementsEnd = pElements + _rElements.getLength(); in composeSequenceElements()
347 if ( !_rComposed.getLength() ) in splitComposedStringToSequence()
352 _out_SplitUp.realloc( _out_SplitUp.getLength() + 1 ); in splitComposedStringToSequence()
471 if ( m_xTypeConverter.is() && _rValue.getLength() ) in convertStringToSimple()
475 if ( m_aConstants.getLength() && m_aValues.getLength() ) in convertStringToSimple()
[all …]
/aoo41x/main/cui/source/options/
H A Doptlingu.cxx105 sal_Int32 nLen = rSeq.getLength(); in lcl_LocaleSeqToLangSeq()
119 sal_Int32 nLen = rSeq.getLength(); in lcl_SeqHasLang()
135 sal_Int32 nLen = rSeq.getLength(); in lcl_SeqGetEntryPos()
147 if ( rURL.getLength() > 0 ) in lcl_OpenURL()
647 if (nIdx < aRes.getLength()) in GetSortedImplNames()
799 if (aLocales.getLength()) in SvxLinguData_Impl()
823 if (aLocales.getLength()) in SvxLinguData_Impl()
847 if (aLocales.getLength()) in SvxLinguData_Impl()
871 if (aLocales.getLength()) in SvxLinguData_Impl()
886 if (aCfgSvcs.getLength()) in SvxLinguData_Impl()
[all …]
/aoo41x/main/chart2/source/model/template/
H A DDataInterpreter.cxx98 for( sal_Int32 i=0; i < aData.getLength(); ++i ) in interpretDataSource()
134 if( nSeriesIndex < aSeriesToReUse.getLength()) in interpretDataSource()
159 const sal_Int32 nCount = aSeries.getLength(); in reinterpretDataSeries()
185 if( aSeqs.getLength() != aNewSequences.getLength() ) in reinterpretDataSeries()
189 for( ; j<aSeqs.getLength(); ++j ) in reinterpretDataSeries()
213 for( sal_Int32 i=0; i<aSeries.getLength(); ++i ) in isDataCompatible()
219 if( aSeq.getLength() != 1 ) in isDataCompatible()
365 for( sal_Int32 i=aArguments.getLength(); i--; ) in GetProperty()
379 if( rArguments.getLength() > 0 ) in HasCategories()
392 if( rArguments.getLength() > 0 ) in UseCategoriesAsX()
[all …]
/aoo41x/main/sc/source/core/tool/
H A Ddocoptio.cxx269 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScDocCfg()
270 if(aValues.getLength() == aNames.getLength()) in ScDocCfg()
272 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScDocCfg()
328 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in ScDocCfg()
329 if(aValues.getLength() == aNames.getLength()) in ScDocCfg()
331 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in ScDocCfg()
353 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK()
359 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in IMPL_LINK()
409 Sequence<Any> aValues(aNames.getLength()); in IMPL_LINK()
412 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in IMPL_LINK()
/aoo41x/main/l10ntools/source/
H A Ddirectory.cxx112 …sFullpathext = rtl::OUStringToOString( sFullpath , RTL_TEXTENCODING_UTF8 , sFullpath.getLength() ); in readDirectory()
141 …ansex::Directory aDir( rtl::OStringToOUString( mydir , RTL_TEXTENCODING_UTF8 , mydir.getLength() ), in readDirectory()
142 rtl::OStringToOUString( myfile , RTL_TEXTENCODING_UTF8 , myfile.getLength() ) ); in readDirectory()
148 … transex::File aFile( rtl::OStringToOUString( mydir , RTL_TEXTENCODING_UTF8 , mydir.getLength() ), in readDirectory()
149 rtl::OStringToOUString( myfile , RTL_TEXTENCODING_UTF8 , myfile.getLength() ) ); in readDirectory()
187 if( sFullpath.getLength() < 1 ) return; in readDirectory()
189 …ext = rtl::OUStringToOString( sFullpath , RTL_TEXTENCODING_UTF8 , sFullpath.getLength() ).getStr(); in readDirectory()
232 …sex::File aFile( rtl::OStringToOUString( sEntity , RTL_TEXTENCODING_UTF8 , sEntity.getLength() ) , in readDirectory()
233 …rtl::OStringToOUString( sEntryName , RTL_TEXTENCODING_UTF8 , sEntryName.getLength() ) … in readDirectory()
249 … rtl::OStringToOUString( sEntity , RTL_TEXTENCODING_UTF8 , sEntity.getLength() ) , in readDirectory()
[all …]
/aoo41x/main/stoc/source/registry_tdprovider/
H A Dtdiface.cxx130 if (!_xReturnTD.is() && _aReturnType.getLength()) in getReturnType()
163 for (sal_Int32 i = 0; i < s1.getLength(); ++i) { in getParameters()
175 for (sal_Int32 i = 0; i < s1.getLength(); ++i) { in getExceptions()
311 if (!_xMemberTD.is() && _aMemberTypeName.getLength()) in getType()
376 for (sal_Int32 i = 0; i < bases.getLength(); ++i) { in calculateBases()
387 offset += desc->getMembers().getLength(); in calculate()
435 return aBaseTypes.getLength() >= 1 ? aBaseTypes[0] : 0; in getBaseType()
532 if (_xBaseTDs.getLength() == 0 && _aBaseTypes.getLength() != 0) { in getBaseTypes()
556 if (_xOptionalBaseTDs.getLength() == 0 in getOptionalBaseTypes()
557 && _aOptionalBaseTypes.getLength() != 0) in getOptionalBaseTypes()
[all …]
/aoo41x/main/xmloff/source/transform/
H A DTransformerBase.cxx287 if( rRepName.getLength() ) in startElement()
481 if( sName.getLength() ) in initialize()
489 if( sRelPath.getLength() ) in initialize()
923 sal_Int32 nPos = rValue.getLength(); in ReplaceSingleInchWithIn()
941 while( nPos < rValue.getLength()-3 ) in ReplaceInchWithIn()
978 sal_Int32 nPos = rValue.getLength(); in ReplaceSingleInWithInch()
1031 sal_Int32 nLen = rName.getLength(); in EncodeStyleName()
1150 sal_Int32 nLen = rName.getLength(); in DecodeStyleName()
1298 if( m_aExtPathPrefix.getLength() && rURI.getLength() ) in ConvertURIToOASIS()
1368 if( rURI.getLength() ) in ConvertURIToOOo()
[all …]
/aoo41x/main/xmloff/source/chart/
H A DSchXMLExport.cxx555 return xSeq->getData().getLength(); in lcl_getSequenceLengthByRole()
590 if( rSequence[nIndex].getLength()) in lcl_flattenStringSequence()
649 aResult.realloc(aValues.getLength()); in lcl_DataSequenceToStringSequence()
738 if( !aHiddenValues.getLength() ) in lcl_SequenceHasUnhiddenData()
893 if( rCategoriesRange.getLength() ) in lcl_getDataForLocalTable()
1343 if( sChartType.getLength()) in parseDocument()
1917 if(aCooSysSeq.getLength()>0) in lcl_getCooSys()
1996 if( msChartAddress.getLength() ) in exportPlotArea()
2040 if( msTableNumberList.getLength() && in exportPlotArea()
2460 if( rCategoriesRange.getLength() ) in exportAxis()
[all …]

Completed in 331 milliseconds

12345678910>>...152