Home
last modified time | relevance | path

Searched refs:getLength (Results 251 – 275 of 3793) sorted by relevance

1...<<11121314151617181920>>...152

/aoo41x/main/sw/source/filter/xml/
H A Dxmltexte.cxx169 if( sVal.getLength() ) in exportStyleContent()
217 if ( !rURL.getLength() ) in setTextEmbeddedGraphicURL()
490 if( sAutoStyle.getLength() ) in _exportTextEmbedded()
544 if( !aBuffer.getLength() ) in _exportTextEmbedded()
553 if( aBuffer.getLength() ) in _exportTextEmbedded()
557 if( aBuffer.getLength() ) in _exportTextEmbedded()
578 if (aStr.getLength() ) in _exportTextEmbedded()
583 if (aStr.getLength()) in _exportTextEmbedded()
599 sal_Int32 i = aProps.getLength(); in _exportTextEmbedded()
629 if (aStr.getLength()) in _exportTextEmbedded()
[all …]
/aoo41x/main/svx/source/svdraw/
H A Dgradtrns.cxx70 const double fLen = (aFullVec.getLength() * (100.0 - (double)rG.aGradient.GetBorder())) / 100.0; in GradToVec()
93 const double fLen = (aFullVec.getLength() * (100.0 - (double)rG.aGradient.GetBorder())) / 100.0; in GradToVec()
117 const double fLen = (aFullVec.getLength() * (100.0 - (double)rG.aGradient.GetBorder())) / 100.0; in GradToVec()
258 const double fFullLen(aFullVec.getLength()); in VecToGrad()
259 const double fOldLen(aOldVec.getLength()); in VecToGrad()
289 const double fFullLen(aFullVec.getLength()); in VecToGrad()
290 const double fOldLen(aOldVec.getLength()); in VecToGrad()
383 const double fFullLen(aFullVec.getLength()); in VecToGrad()
384 const double fOldLen(aOldVec.getLength()); in VecToGrad()
479 const double fFullLen(aFullVec.getLength()); in VecToGrad()
[all …]
/aoo41x/main/sax/test/
H A Dsaxdemo.cxx77 nBytesToRead = (nBytesToRead > m_seq.getLength() - nPos ) ? in readBytes()
78 m_seq.getLength() - nPos : in readBytes()
99 return m_seq.getLength() - nPos; in available()
186 m_iAttributeCount += xAttribs->getLength(); in startElement()
196 m_iCharCount += aChars.getLength(); in characters()
200 m_iWhitespaceCount += aWhitespaces.getLength(); in ignorableWhitespace()
267 virtual sal_Int16 SAL_CALL getLength(void) throw (RuntimeException);
314 sal_Int16 AttributeListImpl::getLength(void) throw (RuntimeException) in getLength() function in AttributeListImpl
415 int nMax = s.getLength(); in writeParagraphHelper()
418 Sequence<sal_uInt16> seq( s.getLength() ); in writeParagraphHelper()
[all …]
/aoo41x/main/oox/source/drawingml/
H A Dtextbodypropertiescontext.cxx63 if( sValue.getLength() ) { in TextBodyPropertiesContext()
64 sal_Int32 nLeftInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 91440 / 360 ); in TextBodyPropertiesContext()
68 if( sValue.getLength() ) { in TextBodyPropertiesContext()
69 sal_Int32 nTopInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 91440 / 360 ); in TextBodyPropertiesContext()
73 if( sValue.getLength() ) { in TextBodyPropertiesContext()
74 sal_Int32 nRightInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 91440 / 360 ); in TextBodyPropertiesContext()
78 if( sValue.getLength() ) { in TextBodyPropertiesContext()
79 sal_Int32 nBottonInset = ( sValue.getLength() != 0 ? GetCoordinate( sValue ) : 45720 / 360 ); in TextBodyPropertiesContext()
/aoo41x/main/i18npool/source/indexentry/
H A Dindexentrysupplier.cxx56 for (sal_Int32 i = 0; i < algorithmList.getLength(); i++) { in loadAlgorithm()
129 if (rSortAlgorithm.getLength() == 0) in getLocaleSpecificIndexEntrySupplier()
135 if (module.getLength() > 0 && createLocaleSpecificIndexEntrySupplier(module)) in getLocaleSpecificIndexEntrySupplier()
138 sal_Int32 l = rLocale.Language.getLength(); in getLocaleSpecificIndexEntrySupplier()
139 sal_Int32 c = rLocale.Country.getLength(); in getLocaleSpecificIndexEntrySupplier()
140 sal_Int32 v = rLocale.Variant.getLength(); in getLocaleSpecificIndexEntrySupplier()
141 sal_Int32 a = aSortAlgorithm.getLength(); in getLocaleSpecificIndexEntrySupplier()
178 return (bMorePages && aFollowPageWords.getLength() > 1) ? in getIndexFollowPageWord()
179 aFollowPageWords[1] : (aFollowPageWords.getLength() > 0 ? in getIndexFollowPageWord()
/aoo41x/main/editeng/source/misc/
H A Dacorrcfg.cxx136 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
137 if(aValues.getLength() == aNames.getLength()) in Load()
141 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
249 Sequence<Any> aValues(aNames.getLength()); in Commit()
255 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
406 DBG_ASSERT(aValues.getLength() == aNames.getLength(), "GetProperties failed"); in Load()
407 if(aValues.getLength() == aNames.getLength()) in Load()
410 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Load()
566 Sequence<Any> aValues(aNames.getLength()); in Commit()
572 for(int nProp = 0; nProp < aNames.getLength(); nProp++) in Commit()
/aoo41x/main/connectivity/source/drivers/adabas/
H A DBTables.cxx119 if(sSchema.getLength()) in setComments()
134 if(sSchema.getLength()) in setComments()
145 if(aDescription.getLength()) in setComments()
206 if(sSchema.getLength()) in createTable()
274 aSql = aSql.replaceAt(aSql.getLength()-1,1,::rtl::OUString::createFromAscii(")")); in createTable()
343 if(aSql.lastIndexOf(',') == (aSql.getLength()-1)) in createTable()
344 aSql = aSql.replaceAt(aSql.getLength()-1,1,::rtl::OUString::createFromAscii(")")); in createTable()
384 if(aTypeName.hasValue() && getString(aTypeName).getLength()) in getColumnSqlType()
428 if(aDefault.getLength()) in getColumnSqlNotNullDefault()
431 else if(aDefault.getLength()) in getColumnSqlNotNullDefault()
[all …]
/aoo41x/main/framework/source/fwe/classes/
H A Daddonmenu.cxx156 if ( rAddonMenuEntries.getLength() > 0 ) in CreateAddonMenu()
288 for ( sal_Int32 i = 0; i < rAddonMenuEntries.getLength(); i++ ) in MergeAddonPopupMenus()
297 if ( aTitle.getLength() > 0 && in MergeAddonPopupMenus()
298 aURL.getLength() > 0 && in MergeAddonPopupMenus()
299 aAddonSubMenu.getLength() > 0 && in MergeAddonPopupMenus()
336 sal_uInt32 nCount = aAddonMenuDefinition.getLength(); in BuildMenu()
349 if ( !IsCorrectContext( rModel, aContext ) || ( !aTitle.getLength() && !aURL.getLength() )) in BuildMenu()
357 if ( aAddonSubMenu.getLength() > 0 ) in BuildMenu()
410 for ( int i = 0; i < rAddonMenuEntry.getLength(); i++ ) in GetMenuEntry()
448 return ( aContext.getLength() == 0 ); in IsCorrectContext()
/aoo41x/main/dtrans/source/win32/dtobj/
H A DDOTransferable.cxx80 return ( aFlavor.MimeType.getLength( ) && in isValidFlavor()
188 for ( sal_Int32 i = 0; i < m_FlavorList.getLength( ); i++ ) in isDataFlavorSupported()
262 if ( aFlavor.MimeType.getLength( ) ) in addSupportedFlavor()
266 m_FlavorList.realloc( m_FlavorList.getLength( ) + 1 ); in addSupportedFlavor()
267 m_FlavorList[m_FlavorList.getLength( ) - 1] = aFlavor; in addSupportedFlavor()
511 sal_Int32 nMemSize = aByteStream.getLength( ); in byteStreamToOUString()
514 if ( 0 == aByteStream[ aByteStream.getLength( ) - 2 ] && in byteStreamToOUString()
515 0 == aByteStream[ aByteStream.getLength( ) - 1 ] ) in byteStreamToOUString()
581 if ( xLhsFlavors.getLength( ) == xRhsFlavors.getLength( ) ) in cmpAllContentTypeParameter()
586 for ( sal_Int32 i = 0; i < xLhsFlavors.getLength( ); i++ ) in cmpAllContentTypeParameter()
/aoo41x/main/package/source/manifest/
H A DManifestImport.cxx119 if ( sVersion.getLength() ) in startElement()
123 if ( sSize.getLength() ) in startElement()
219 if ( rKeySize.getLength() ) in startElement()
323 sal_Int16 nAttrCount = xAttribs.is() ? xAttribs->getLength() : 0; in PushNameAndNamespaces()
330 if ( aAttrName.getLength() >= 5 in PushNameAndNamespaces()
332 && ( aAttrName.getLength() == 5 || aAttrName.getStr()[5] == ( sal_Unicode )':' ) ) in PushNameAndNamespaces()
335 …::rtl::OUString aNsName( ( aAttrName.getLength() == 5 ) ? ::rtl::OUString() : aAttrName.copy( 6 ) … in PushNameAndNamespaces()
347 if ( !aConvertedName.getLength() ) in PushNameAndNamespaces()
369 if ( nInd != -1 && nInd < aName.getLength() ) in ConvertNameWithNamespace()
394 …for ( ManifestStack::reverse_iterator aIter = aStack.rbegin(); !aConvertedName.getLength() && aIte… in ConvertName()
[all …]
/aoo41x/main/pyuno/source/module/
H A Dpyuno_adapter.cxx154 for( i = 0 ; i < seqInfo.getLength() ; i ++ ) in getOutIndexes()
168 for( i = 0 ; i < seqInfo.getLength() ; i ++ ) in getOutIndexes()
199 if( aParams.getLength() == 1 && 0 == aFunctionName.compareToAscii( "getSomething" ) ) in invoke()
222 sal_Int32 size = aParams.getLength(); in invoke()
271 if( aOutParamIndex.getLength() ) in invoke()
286 if( aOutParamIndex.getLength() +1 != seq.getLength() ) in invoke()
292 buf.append( (sal_Int32) aOutParamIndex.getLength() ); in invoke()
294 buf.append( seq.getLength() ); in invoke()
299 aOutParam.realloc( aOutParamIndex.getLength() ); in invoke()
301 for( i = 0 ; i < aOutParamIndex.getLength() ; i ++ ) in invoke()
/aoo41x/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx64 ::rtl::OUString* pEnd = pTableFilters + _rTableFilter.getLength(); in createWildCardVector()
91 sal_Int32 nTableFilterLen = _rTableFilter.getLength(); in lcl_isElementAllowed()
185 sal_Int32 nTableFilterCount = _tableFilter.getLength(); in lcl_filter()
215 sal_Int32 nTableTypeFilterCount = _tableTypeFilter.getLength(); in lcl_filter()
225 … const ::rtl::OUString* pTableTypeFilterEnd = pTableTypeFilterBegin + _tableTypeFilter.getLength(); in lcl_filter()
296 const ::rtl::OUString* nameEnd = name + aNames.getLength(); in construct()
315 sal_Int32 nTableFilterLen = aTableFilter.getLength(); in construct()
332 if ( sInherentTableTypeRestriction.getLength() ) in construct()
334 if ( _rTableTypeFilter.getLength() != 0 ) in construct()
337 const ::rtl::OUString* tableTypeEnd = tableType + _rTableTypeFilter.getLength(); in construct()
[all …]
/aoo41x/main/ucb/source/core/
H A Ducbstore.cxx61 sal_Int32 nCount = rIn.getLength(); in makeHierarchalNameSegment()
397 if ( key.getLength() ) in openPropertySet()
533 if ( !key.getLength() ) in removePropertySet()
695 if ( key.getLength() ) in add()
707 if ( key.getLength() ) in remove()
1073 if ( rInitArgs.getLength() > 0 ) in getConfigProvider()
1231 if ( rPath.getLength() ) in getConfigWriteAccess()
1495 if ( !aPropertyName.getLength() ) in setPropertyValue()
1601 if ( !PropertyName.getLength() ) in getPropertyValue()
1750 if ( !Name.getLength() ) in addProperty()
[all …]
/aoo41x/main/cui/source/dialogs/
H A Dscriptdlg.cxx959 if(childNodes.getLength() > 0 ) in createEntry()
1332 if ( pos != -1 && value.getLength() != 0 ) in ReplaceString()
1359 if ( type.getLength() != 0 ) in FormatErrorString()
1367 if ( message.getLength() != 0 ) in FormatErrorString()
1390 if ( eScriptError.language.getLength() != 0 ) in GetErrorMessage()
1400 if ( eScriptError.Message.getLength() != 0 ) in GetErrorMessage()
1433 if ( eScriptException.language.getLength() != 0 ) in GetErrorMessage()
1442 if ( eScriptException.Message.getLength() != 0 ) in GetErrorMessage()
1482 if ( sError.scriptName.getLength() > 0 ) in GetErrorMessage()
1486 if ( sError.language.getLength() > 0 ) in GetErrorMessage()
[all …]
/aoo41x/main/svx/source/dialog/
H A Drubydialog.cxx195 if(!aRubyValues.getLength()) in AssertOneEntry()
374 if(!sName.getLength()) in Activate()
377 if(sName.getLength()) in Activate()
414 sal_Bool bEnable = aRubyValues.getLength() > nPos; in SetText()
419 for(sal_Int32 nProp = 0; nProp < aProps.getLength(); nProp++) in SetText()
465 sal_Int32 nLen = aRubyValues.getLength(); in Update()
480 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) in Update()
526 if(sCharStyleName.getLength()) in Update()
575 if(!aRubyValues.getLength()) in IMPL_LINK()
644 for(sal_Int32 nProp = 0; nProp < rProps.getLength(); nProp++) in IMPL_LINK()
[all …]
/aoo41x/main/xmloff/source/forms/
H A Dpropertyexport.cxx245 for (sal_Int32 i=0; i<aProperties.getLength(); ++i, ++pProperties) in examinePersistence()
275 if ( sPropValue.getLength() ) in exportStringPropertyAttribute()
427 if ( sTargetLocation.getLength() ) in exportRelativeTargetLocation()
481 if (!sValue.getLength() && (TypeClass_STRING == aCurrentValue.getValueTypeClass())) in exportGenericPropertyAttribute()
511 const sal_Bool bQuote = 0 != sQuote.getLength(); in exportStringSequenceAttribute()
515 const ::rtl::OUString* pEnd = pItems + aItems.getLength(); in exportStringSequenceAttribute()
537 if (sFinalList.getLength()) in exportStringSequenceAttribute()
662 …OSL_ENSURE(0 == m_rContext.getGlobalContext().GetXAttrList()->getValueByName( _rName ).getLength(), in AddAttribute()
680 …etGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetXMLToken(_eName)).getLength(), in AddAttribute()
689 …etGlobalContext().GetXAttrList()->getValueByName(::xmloff::token::GetXMLToken(_eName)).getLength(), in AddAttribute()
[all …]
/aoo41x/main/stoc/test/
H A Dtestcorefl.cxx127 (fields.getLength() == 3) && in test_corefl()
156 TEST_ENSHURE(xClass->getSuperclasses().getLength() == 1, "test_RegCoreReflection(): error 9"); in test_corefl()
158 TEST_ENSHURE(xClass->getMethods().getLength() == 7, "test_RegCoreReflection(): error 11"); in test_corefl()
159 TEST_ENSHURE(xA->getMethods().getLength() == 7, "test_RegCoreReflection(): error 11a"); in test_corefl()
162 …TEST_ENSHURE(xClass->getMethods().getArray()[3]->getParameterTypes().getLength() == 0, "test_RegCo… in test_corefl()
163 …TEST_ENSHURE(xClass->getMethods().getArray()[3]->getExceptionTypes().getLength() == 0, "test_RegCo… in test_corefl()
167 …TEST_ENSHURE(xClass->getMethods().getArray()[4]->getParameterTypes().getLength() == 1, "test_RegCo… in test_corefl()
172 …TEST_ENSHURE(xClass->getMethods().getArray()[4]->getExceptionTypes().getLength() == 0, "test_RegCo… in test_corefl()
178 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getParameterTypes().getLength() == 2, "test_RegCo… in test_corefl()
183 …TEST_ENSHURE(xClass->getMethods().getArray()[5]->getExceptionTypes().getLength() == 0, "test_RegCo… in test_corefl()
[all …]
/aoo41x/main/forms/source/component/
H A DEdit.cxx78 if (!aTypes.getLength()) in _getTypes()
160 aSupported.realloc(aSupported.getLength() + 1); in getSupportedServiceNames()
163 pArray[aSupported.getLength()-1] = FRM_SUN_CONTROL_TEXTFIELD; in getSupportedServiceNames()
227 !getString(aTmp).getLength() ) in keyPressed()
358 sal_Int32 nOldLen = aSupported.getLength(); in getSupportedServiceNames()
463 … const Property* pSourcePropsEnd = aSourceProps.getConstArray() + aSourceProps.getLength(); in lcl_transferProperties()
489 if ( e.Message.getLength() ) in lcl_transferProperties()
685 || ( !sNewValue.getLength() // an empty string in commitControlValueToDbColumn()
722 if ( !sValue.getLength() in translateDbColumnToControlValue()
732 if ( nMaxTextLen && sValue.getLength() > nMaxTextLen ) in translateDbColumnToControlValue()
[all …]
/aoo41x/main/xmloff/source/draw/
H A Dshapeexport2.cxx546 OUStringBuffer sTmp( sLocation.getLength() + aStrMacro.getLength() + 1 );
614 if(aTitle.getLength())
620 if(aDescription.getLength())
1156 …g sRequestedName( aStreamURL.copy( sPackageURL.getLength(), aStreamURL.getLength() - sPackageURL.g…
1621 if ( !sURL.getLength() )
1633 if( sClassId.getLength() )
1638 if( sURL.getLength() )
1832 if( aStr.getLength() )
1868 if( aStr.getLength() )
1926 if(aStr.getLength())
[all …]
/aoo41x/main/svtools/source/config/
H A Dapearcfg.cxx68 DBG_ASSERT(aValues.getLength() == rNames.getLength(), "GetProperties failed"); in SvtTabAppearanceCfg()
70 if(aValues.getLength() == rNames.getLength()) in SvtTabAppearanceCfg()
72 for(int nProp = 0; nProp < rNames.getLength(); ++nProp, ++pValues) in SvtTabAppearanceCfg()
104 if(!aNames.getLength()) in GetPropertyNames()
134 Sequence<Any> aValues(rNames.getLength()); in Commit()
138 for(int nProp = 0; nProp < rNames.getLength(); nProp++) in Commit()
/aoo41x/main/i18npool/source/transliteration/
H A Dtransliteration_caseignore.cxx81 if (str1.getLength() != 1 || str2.getLength() != 1) in transliterateRange()
90 OUString l1 = u2l.transliterateString2String(str1, 0, str1.getLength()); in transliterateRange()
91 OUString u1 = l2u.transliterateString2String(str1, 0, str1.getLength()); in transliterateRange()
92 OUString l2 = u2l.transliterateString2String(str2, 0, str2.getLength()); in transliterateRange()
93 OUString u2 = l2u.transliterateString2String(str2, 0, str2.getLength()); in transliterateRange()
137 return compare(str1, 0, str1.getLength(), nMatch1, str2, 0, str2.getLength(), nMatch2); in compareString()
/aoo41x/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx431 if( aTempString.getLength() ) in helpRequested()
501 return m_aSubFilters.getLength(); in getSubFilters()
658 if ( !m_aCurrentFilter.getLength() ) in ensureFilterList()
785 if( aFilters.getLength() ) in appendFilterGroup()
974 sal_Int32 nExtensionIdx = rBase.getLength() - sExtension.getLength(); in getSelectedFiles()
1038 if( aPathSeq.getLength() == 1 ) in execute()
1633 if( 0 == aArguments.getLength() ) in initialize()
1925 if (aToken.getLength()) in implAddFilter()
1978 if (!m_aInitialFilter.getLength()) in SetFilters()
2011 if (sAllFilter.getLength()) in SetFilters()
[all …]
/aoo41x/main/sc/source/ui/vba/
H A Dvbawsfunction.cxx80 uno::Any* pArrayEnd = pArray + aParamTemp.getLength(); in invoke()
101 if( aParamTemp.getLength() != 1 ) in invoke()
144 for( sal_Int32 nRow = 0; nRow < aAnySeqSeq.getLength(); ++nRow ) in invoke()
145 for( sal_Int32 nCol = 0; nCol < aAnySeqSeq[ nRow ].getLength(); ++nCol ) in invoke()
160 if( aAnySeqSeq.getLength() == 1 ) in invoke()
162 if( aAnySeqSeq[ 0 ].getLength() == 1 ) in invoke()
181 if( !( ( aRet >>= aSequence ) && ( aSequence.getLength() > 0 ) && in invoke()
182 ( aSequence[0].getLength() > 0 ) && ( aSequence[0][0] >>= fVal ) ) ) in invoke()
249 if ( aServiceNames.getLength() == 0 ) in getServiceNames()
/aoo41x/main/chart2/source/model/template/
H A DXYDataInterpreter.cxx79 bool bSetXValues = aData.getLength()>(bCategoriesUsed?2:1); in interpretDataSource()
80 for( sal_Int32 nDataIdx= 0; nDataIdx < aData.getLength(); ++nDataIdx ) in interpretDataSource()
137 if( nSeriesIndex < aSeriesToReUse.getLength()) in interpretDataSource()
162 const sal_Int32 nCount = aSeries.getLength(); in reinterpretDataSeries()
220 if( aSeqs.getLength() != aNewSequences.getLength() ) in reinterpretDataSeries()
224 for( ; j<aSeqs.getLength(); ++j ) in reinterpretDataSeries()
248 for( sal_Int32 i=0; i<aSeries.getLength(); ++i ) in isDataCompatible()
254 if( aSeq.getLength() != 2 ) in isDataCompatible()
/aoo41x/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx156 sal_Int32 length = rRawString.getLength(); in parseDN()
203 OSL_ASSERT(sType.getLength()); in parseDN()
224 if (sbufValue.getLength()) in parseDN()
226 OSL_ASSERT(sType.getLength()); in parseDN()
242 sal_Int32 length = rRawString.getLength(); in parseDN()
298 OSL_ASSERT(sType.getLength()); in parseDN()
322 if (sbufValue.getLength()) in parseDN()
324 OSL_ASSERT(sType.getLength()); in parseDN()
350 if (retVal.getLength()) in GetContentPart()
359 int nCnt = _rSeq.getLength(); in GetHexString()

Completed in 407 milliseconds

1...<<11121314151617181920>>...152