Home
last modified time | relevance | path

Searched refs:getLength (Results 151 – 175 of 3793) sorted by relevance

12345678910>>...152

/aoo41x/main/oox/source/xls/
H A Dexternallinkbuffer.cxx118 OSL_ENSURE( maModel.maName.getLength() > 0, "ExternalName::importDdeItem - empty name" ); in importDdeItem()
133 OSL_ENSURE( maModel.maName.getLength() > 0, "ExternalName::importOleItem - empty name" ); in importOleItem()
345 if( (mrParentLink.getLinkType() == LINKTYPE_DDE) && (maModel.maName.getLength() > 0) ) in getDdeItemInfo()
356 if( (mrParentLink.getLinkType() == LINKTYPE_DDE) && (maModel.maName.getLength() > 0) ) in getDdeLinkData()
607 if( (aTargetBuffer.getLength() > 0) && (aTargetBuffer[ 0 ] == 3) ) in importExternSheet()
826 if( maTargetUrl.getLength() > 0 ) in setExternalTargetUrl()
852 …meLinkType = ((maClassName.getLength() > 0) && (maTargetUrl.getLength() > 0)) ? eLinkType : LINKTY… in setDdeOleTargetUrl()
870 if( aTargetUrl.getLength() == 0 ) in parseBiffTargetUrl()
874 else if( (aTargetUrl.getLength() == 1) && (aTargetUrl[ 0 ] == ':') ) in parseBiffTargetUrl()
879 else if( (aTargetUrl.getLength() > 1) || (aTargetUrl[ 0 ] != ' ') ) in parseBiffTargetUrl()
[all …]
/aoo41x/main/extensions/source/propctrlr/
H A Deventhandler.cxx608 sal_Int32 nEventCount = aEvents.getLength(); in getPropertyValue()
700 if ( sScript.getLength() ) in convertToControlValue()
720 if ( sLocation.getLength() || sLanguage.getLength() ) in convertToControlValue()
726 if ( sLocation.getLength() ) in convertToControlValue()
733 if ( sLanguage.getLength() ) in convertToControlValue()
785 sal_Int32 listenerCount = aListeners.getLength(); in getSupportedProperties()
799 if ( !sListenerClassName.getLength() ) in getSupportedProperties()
1094 sal_Int32 nEventCount = aEventNames.getLength(); in impl_getDialogElementScriptEvents_nothrow()
1149 sal_Int32 nTextLen = _rText.getLength(); in lcl_endsWith()
1150 sal_Int32 nCheckLen = _rCheck.getLength(); in lcl_endsWith()
[all …]
/aoo41x/main/sal/qa/rtl_strings/
H A Drtl_OUStringBuffer.cxx103 aUStrBuf.getLength() == 0 && in test_rtl_OUStringBuffer_ctor_001()
109 aUStrBuf2.getLength() == 0 && in test_rtl_OUStringBuffer_ctor_001()
137 aUStrBuf.getLength()==aUStrBuftmp.getLength() && in test_rtl_OUStringBuffer_ctor_002()
160 aUStrBuf1.getLength() == 0 && in test_rtl_OUStringBuffer_ctor_003()
223 aUStrBuf.getLength()==aUStrBuftmp.getLength() && in test_rtl_OUStringBuffer_ctor_005()
1112 arrTestCase[i].input1->getLength() == arrTestCase[i].expVal->getLength() ); in test_rtl_OUStringBuffer_append_001()
1234 arrTestCase[i].input1->getLength() == arrTestCase[i].expVal->getLength() ); in test_rtl_OUStringBuffer_append_002()
1383 arrTestCase[i].input1->getLength() == arrTestCase[i].expVal->getLength() ); in test_rtl_OUStringBuffer_append_003()
1479 arrTestCase[i].input1->getLength() == arrTestCase[i].expVal->getLength() ); in test_rtl_OUStringBuffer_append_004()
1618 arrTestCase[i].input1->getLength() == arrTestCase[i].expVal->getLength() ); in test_rtl_OUStringBuffer_appendAscii_001()
[all …]
/aoo41x/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx104 for( sal_Int32 i=0; i<aCooSysSeq.getLength(); ++i ) in lcl_getAxesHoldingCategoriesFromDiagram()
144 m_nSize( rOutData.getLength()) in lcl_ApplyCellToData()
175 sal_Int32 nOldOuterSize = rData.getLength(); in lcl_getSwappedArray()
206 if( aRangeId.getLength()) in lcl_fillRangeMapping()
284 return ( (rRange.getLength() > 0) && in lcl_tableOfRangeMatches()
285 (rTableName.getLength() > 0) && in lcl_tableOfRangeMatches()
292 ::std::vector< T > aResult( rSequence.getLength()); in lcl_SequenceToVector()
478 mbHasRowPermutation = ( rPermutation.getLength() > 0 ); in setRowPermutation()
572 if( aValue.getLength()) in StartElement()
839 if( maRangeId.getLength()) in EndElement()
[all …]
/aoo41x/main/vcl/source/helper/
H A Dcanvasbitmap.cxx597 bitmapLayout.ScanLineStride= aRet.getLength(); in getPixel()
767 const sal_Size nLen( deviceColor.getLength() ); in convertToRGB()
816 const sal_Size nLen( deviceColor.getLength() ); in convertToARGB()
869 const sal_Size nLen( deviceColor.getLength() ); in convertToPARGB()
922 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()
962 const sal_Size nLen( rgbColor.getLength() ); in convertFromARGB()
1002 const sal_Size nLen( rgbColor.getLength() ); in convertFromPARGB()
1145 const sal_Size nLen( deviceColor.getLength() ); in convertIntegerToRGB()
1307 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromRGB()
1356 const sal_Size nLen( rgbColor.getLength() ); in convertIntegerFromARGB()
[all …]
/aoo41x/main/chart2/source/tools/
H A DInternalDataProvider.cxx95 aResult.realloc( aAnySeq.getLength() ); in lcl_AnyToStringSequence()
104 aResult.realloc( aStringSeq.getLength() ); in lcl_StringToAnySequence()
143 for( sal_Int32 i=0; i<aOldSeriesData.getLength(); ++i ) in operator ()()
387 sal_Int32 nLength = aDataSeq.getLength(); in InternalDataProvider()
399 sal_Int32 nLength = aSimplecategories.getLength(); in InternalDataProvider()
803 aResult.realloc( aLabels.getLength() ); in getDataByRangeRepresentation()
818 if( aData.getLength() ) in getDataByRangeRepresentation()
820 aResult.realloc( aData.getLength()); in getDataByRangeRepresentation()
1191 sal_Int32 nOuterCount = rIn.getLength(); in lcl_convertSequenceSequenceToVectorVector()
1217 sal_Int32 nOuterCount = rIn.getLength(); in lcl_convertComplexStringSequenceToAnyVector()
[all …]
/aoo41x/main/i18npool/source/localedata/
H A DLocaleNode.cxx168 return (s.getLength()==0) || (s.getLength()==1 && s[0]=='\n'); in is_empty_string()
379 if (useLocale.getLength() > 0) { in generateCode()
419 if (aLDS.getLength() == 0) in generateCode()
426 if (aLDS.getLength() == 0) in generateCode()
920 if (useLocale.getLength() > 0) { in generateCode()
993 if (useLocale.getLength() > 0) { in generateCode()
1031 if (useLocale.getLength() > 0) { in generateCode()
1372 return rStr.getLength() == 3 in isIso4217()
1382 if (useLocale.getLength() > 0) { in generateCode()
1552 if (!str.getLength()) in generateCode()
[all …]
/aoo41x/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx860 if ( aPath.getLength() ) in getGraphic()
1283 if ( maFileName.getLength() ) in implInitializeFileName()
1738 if ( !aPath.getLength() ) in getPath()
1774 if ( ! _rPath.getLength() ) in displayFolder()
2103 if ( aPath.getLength() && in saveConfig()
2204 if ( !maPath.getLength() ) in loadConfig()
2220 if ( !maPath.getLength() ) in loadConfig()
2239 if ( ! maPath.getLength() ) in loadConfig()
2264 if ( !maPath.getLength() ) in loadConfig()
2273 if ( !maCurFilter.getLength() && maSelectFilter.getLength() ) in setDefaultValues()
[all …]
/aoo41x/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java249 0 == xNodeList.getLength()); in testXDocument()
256 0 == xNodeList.getLength()); in testXDocument()
280 2 == xNodeList.getLength()); in testXDocument()
291 1 == xNodeList.getLength()); in testXDocument()
619 1 == xChildren.getLength()); in testXDocumentFragment()
789 0 == xNodeList.getLength()); in testXElement()
796 0 == xNodeList.getLength()); in testXElement()
805 2 == xNodeList.getLength()); in testXElement()
815 1 == xNodeList.getLength()); in testXElement()
1650 0 == xChildren.getLength()); in testXCDataSection()
[all …]
/aoo41x/main/sal/qa/ByteSequence/
H A DByteSequence.cxx40 CPPUNIT_ASSERT_EQUAL(sal_Int32(0), s.getLength()); in test_default()
45 CPPUNIT_ASSERT_EQUAL(sal_Int32(0), s.getLength()); in test_size0()
51 CPPUNIT_ASSERT_EQUAL(sal_Int32(5), s.getLength()); in test_size5()
61 CPPUNIT_ASSERT_EQUAL(sal_Int32(0), s.getLength()); in test_noinit0()
66 CPPUNIT_ASSERT_EQUAL(sal_Int32(5), s.getLength()); in test_noinit5()
71 CPPUNIT_ASSERT_EQUAL(sal_Int32(0), s.getLength()); in test_elem0()
78 CPPUNIT_ASSERT_EQUAL(sal_Int32(5), s.getLength()); in test_elem5()
90 CPPUNIT_ASSERT_EQUAL(sal_Int32(5), s2.getLength()); in test_copy()
102 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), s.getLength()); in test_fromC()
116 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), s.getLength()); in test_noacquire()
/aoo41x/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx140 sal_Int32 nLen = aFormatList.getLength(); in getLocales()
193 numdict = numdict + aDictIt->aLocaleNames.getLength(); in getLocales()
204 aDictIt->aLocations.getLength() > 0) in getLocales()
254 if (!aSuppLocales.getLength()) in hasLocale()
257 sal_Int32 nLen = aSuppLocales.getLength(); in hasLocale()
283 sal_Int32 n = rBuf.getLength(); in GetSpellFailure()
364 if (rLocale == Locale() || !rWord.getLength()) in isValid()
421 sal_Int32 n = rBuf.getLength(); in GetProposals()
492 if (rLocale == Locale() || !rWord.getLength()) in spell()
567 sal_Int32 nLen = rArguments.getLength(); in initialize()
[all …]
/aoo41x/main/configmgr/source/
H A Dconfigurationprovider.cxx188 for (sal_Int32 i = 0; i < Arguments.getLength(); ++i) { in createInstanceWithArguments()
202 if (nodepath.getLength() == 0) { in createInstanceWithArguments()
220 nodepath.getLength() == 0) in createInstanceWithArguments()
228 locale.getLength() == 0) in createInstanceWithArguments()
240 if (nodepath.getLength() == 0) { in createInstanceWithArguments()
248 if (locale.getLength() == 0) { in createInstanceWithArguments()
251 if (locale.getLength() == 0) { in createInstanceWithArguments()
364 } else if (locale_.getLength() != 0) { in getLocale()
439 if (Arguments.getLength() == 0) { in createInstanceWithArgumentsAndContext()
459 for (sal_Int32 i = 0; i < Arguments.getLength(); ++i) { in createInstanceWithArgumentsAndContext()
[all …]
/aoo41x/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx94 if ( rModuleName.getLength() == 0 ) in createInstance()
134 aBytes.getConstArray(), aBytes.getLength(), false, in createInstance()
361 for ( sal_Int32 n = 0; n < aKeys.getLength(); ++n ) in queryMore()
376 bool bIncludeIt = (m_aTypes.getLength() == 0); in queryMore()
378 ((m_aTypes.getLength() > 0) || in queryMore()
394 if ( m_aTypes.getLength() > 0 ) in queryMore()
397 m < m_aTypes.getLength(); in queryMore()
455 for ( sal_Int32 n = 0; n < aKeys.getLength(); ++n ) in queryMore()
475 bool bIncludeConstants = ( m_aTypes.getLength() == 0 ); in queryMore()
478 for ( sal_Int32 m = 0; m < m_aTypes.getLength(); ++m ) in queryMore()
[all …]
/aoo41x/main/xmloff/source/text/
H A Dtxtparai.cxx415 if( sShow.getLength() && !mpHint->GetTargetFrameName().getLength() ) in XMLImpHyperlinkContext_Impl()
917 if (m_XmlId.getLength() || (m_bHaveAbout && m_sProperty.getLength())) in InsertMeta()
1151 if (sID.getLength() > 0) in StartElement()
1172 if (sID.getLength() > 0) in StartElement()
1602 if( aStyleName.getLength() ) in XMLImpSpanContext_Impl()
2005 if( aCondStyleName.getLength() ) in XMLParaContext()
2027 if (m_sXmlId.getLength()) in ~XMLParaContext()
2050 if (m_sXmlId.getLength() || m_bHaveAbout || m_sProperty.getLength()) in ~XMLParaContext()
2167 if( rRefName.getLength() ) in ~XMLParaContext()
2393 if (!m_ListId.getLength()) { in XMLNumberedParaContext()
[all …]
/aoo41x/main/stoc/source/javavm/
H A Djavavm.cxx425 if(locale.is() && locale->getStringValue().getLength()) { in getDefaultLocaleFromConfig()
435 if(language.getLength()) { in getDefaultLocaleFromConfig()
442 if(country.getLength()) { in getDefaultLocaleFromConfig()
667 if (rArguments.getLength() == 1) in initialize()
709 for (sal_Int32 i = 0; i < aNames.getLength(); ++i) in supportsService()
735 rProcessId.getLength() == 17 && rProcessId[16] == 0 in getJavaVM()
737 : rProcessId.getLength() == 17 && rProcessId[16] == 1 in getJavaVM()
1267 aPropertyValue.getLength() == 0 || in elementReplaced()
1292 if (aPropertyName2.getLength() > 0) in elementReplaced()
1309 if (aPropertyName2.getLength() > 0) in elementReplaced()
[all …]
/aoo41x/main/package/source/zippackage/
H A DZipPackage.cxx133 return ( aSystemPath.getLength() != 0 ); in isLocalFile_Impl()
487 if ( aContentTypeInfo.getLength() != 2 ) in parseContentType()
584 if ( rName.getLength() -1 != nStreamIndex ) in getZipFileContents()
611 if ( aArguments.getLength() ) in initialize()
760 if ( !m_xContentSeek->getLength() ) in initialize()
984 if ( aArguments.getLength() ) in createInstanceWithArguments()
1110 if ( aType.getLength() ) in WriteContentTypes()
1595 if ( m_aStorageEncryptionKeys.getLength() ) in GetEncryptionKey()
1611 if ( !aResult.getLength() ) in GetEncryptionKey()
1742 if ( !( aValue >>= aKeys ) || ( aKeys.getLength() && aKeys.getLength() < 2 ) ) in setPropertyValue()
[all …]
/aoo41x/main/i18npool/source/characterclassification/
H A Dcclass_unicode.cxx66 sal_Int32 len = Text.getLength(); in toUpper()
78 sal_Int32 len = Text.getLength(); in toLower()
90 sal_Int32 len = Text.getLength(); in toTitle()
115 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getType()
121 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getCharacterDirection()
128 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getScript()
204 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getCharacterType()
211 if ( nPos < 0 || Text.getLength() <= nPos ) return 0; in getStringType()
214 for (sal_Int32 i = 1; i < nCount && nPos < Text.getLength(); i++) in getStringType()
230 if ( Text.getLength() <= nPos ) in parseAnyToken()
[all …]
/aoo41x/main/svgio/source/svgreader/
H A Dsvgtools.cxx434 if(aNum.getLength()) in readNumber()
821 const sal_Int32 nLen(rCandidate.getLength()); in read_color()
940 const sal_Int32 nLen(rCandidate.getLength()); in readViewBox()
982 const sal_Int32 nLen(rCandidate.getLength()); in readTransform()
1186 const sal_Int32 nLen(rCandidate.getLength()); in readSingleNumber()
1199 sal_Int32 nPos(aStrUrl.getLength()); in readLocalUrl()
1214 const sal_Int32 nLen(rCandidate.getLength()); in readSvgPaint()
1253 const sal_Int32 nLen(rCandidate.getLength()); in readSvgNumberVector()
1293 if(aTokenName.getLength()) in readSvgAspectRatio()
1415 if(aString.getLength()) in readSvgStringVector()
[all …]
/aoo41x/main/ucb/source/ucp/hierarchy/
H A Dhierarchycontent.cxx111 if ( !Info.Type.getLength() ) in create()
421 if ( !aProperties.getLength() ) in execute()
641 if ( !Info.Type.getLength() ) in createNewContent()
655 OSL_ENSURE( aURL.getLength() > 0, in createNewContent()
849 if ( nURLPos != ( aURL.getLength() - 1 ) ) in queryChildren()
855 sal_Int32 nLen = aURL.getLength(); in queryChildren()
981 sal_Int32 nCount = rProperties.getLength(); in getPropertyValues()
1157 sal_Int32 nCount = rValues.getLength(); in setPropertyValues()
1415 if ( aOldTitle.getLength() ) in setPropertyValues()
1707 if ( nPos != ( aId.getLength() - 1 ) ) in transfer()
[all …]
/aoo41x/main/sal/qa/rtl/ostring/
H A Drtl_string.cxx32 class getLength : public CppUnit::TestFixture class
47 CPPUNIT_ASSERT_MESSAGE("Length must equal getLength()", aStr.getLength() == nValue); in getLength_001()
58 CPPUNIT_TEST_SUITE(getLength);
114 … rtl_convertUStringToString(&sString.pData, suString.getStr(), suString.getLength(), RTL_TEXTENCOD… in convertUStringToString_001()
125 … rtl_convertUStringToString(&sString.pData, suString.getStr(), suString.getLength(), RTL_TEXTENCOD… in convertUStringToString_002()
136 … rtl_convertUStringToString(&sString.pData, suString.getStr(), suString.getLength(), RTL_TEXTENCOD… in convertUStringToString_003()
147 … rtl_convertUStringToString(&sString.pData, suString.getStr(), suString.getLength(), RTL_TEXTENCOD… in convertUStringToString_004()
148 … rtl_convertUStringToString(&sString.pData, suString.getStr(), suString.getLength(), RTL_TEXTENCOD… in convertUStringToString_004()
171 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_string::getLength, "rtl_string");
/aoo41x/main/uui/source/
H A Diahndl.cxx300 if (rContinuations.getLength() != 1 ) in isInformationalErrorMessageRequest()
466 if ( sModules.getLength() ) in handleRequest_impl()
494 if( aNCException.Name.getLength() ) in handleRequest_impl()
645 getLength() in handleRequest_impl()
655 getLength() in handleRequest_impl()
731 if (aStratum.getLength() == 0) in handleRequest_impl()
1012 sal_Int32 nCount = aElems.getLength(); in getInteractionHandlerList()
1218 rRequest.ClashingName.getLength() > 0, in handleNameClashResolveRequest()
1324 if ( aTitle.getLength() && aErrTitle.getLength() ) in handleGenericErrorRequest()
1366 if ( aSignInfo.getLength() > 1 ) in handleMacroConfirmRequest()
[all …]
/aoo41x/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx300 int nLength = rExtensions.getLength(); in createExtensionsSequence()
508 if( aSourceURL.GetName().getLength() != 0 ) in insertOrEdit()
531 if( pFilterEntry->maType.getLength() == 0 ) in insertOrEdit()
537 if( pFilterEntry->maImportXSLT.getLength() ) in insertOrEdit()
546 if( pFilterEntry->maExportXSLT.getLength() ) in insertOrEdit()
640 if (aDocType.getLength() > sDocTypePrefix.getLength()) in insertOrEdit()
740 sal_Int32 nCount = aSequence.getLength(); in insertOrEdit()
1157 if( aUserData.getLength() < 6 ) in initFilterList()
1169 if( aUserData.getLength() >= 7 ) in initFilterList()
1171 if( aUserData.getLength() >= 8 ) in initFilterList()
[all …]
/aoo41x/main/registry/source/
H A Dregimpl.cxx484 if (0 == regName.getLength() && in initRegistry()
551 if (regName.getLength()) in destroyRegistry()
585 if (m_name.getLength()) in destroyRegistry()
649 if ( !keyName.getLength() ) in createKey()
679 if (token.getLength()) in createKey()
710 if ( !keyName.getLength() ) in openKey()
789 if ( !keyName.getLength() ) in deleteKey()
805 if ( !keyName.getLength() ) in eraseKey()
1354 if (sRelPath.getLength() > 1 || sFullPath.getLength() == 0) in loadAndSaveKeys()
1476 if (sFullPath.getLength() > 1) in dumpValue()
[all …]
/aoo41x/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx64 bRet = ( aLocaleSeq.getLength() > 0 ); in isLibraryLocalized()
162 sal_Int32 nCtrls = aNames.getLength(); in implEnableDisableResourceForAllLibraryDialogs()
272 if( aPropStr.getLength() > 1 ) in implHandleControlResourceProperties()
290 if( aPropStr.getLength() > 1 ) in implHandleControlResourceProperties()
476 if( aIdStr.getLength() > 1 ) in implHandleControlResourceProperties()
503 if( aIdStr.getLength() > 1 ) in implHandleControlResourceProperties()
751 if( aResLocaleSeq.getLength() == 1 ) in handleRemoveLocales()
1026 sal_Int32 nCtrls = aNames.getLength(); in renameStringResourceIDs()
1057 sal_Int32 nCtrls = aNames.getLength(); in removeResourceForDialog()
1085 sal_Int32 nCtrls = aNames.getLength(); in resetResourceForDialog()
[all …]
/aoo41x/main/ucb/source/ucp/file/
H A Dbc.cxx469 if( PropertyNames.getLength() == 0 ) in addPropertiesChangeListener()
651 if ( !Info.Type.getLength() ) in createNewContent()
816 sal_Int32 nProps = PropertySet.getLength(); in getPropertyValues()
871 return Sequence< Any >( Values.getLength() ); in setPropertyValues()
907 if ( NewTitle.getLength() > 0 ) in setPropertyValues()
922 if ( NewTitle.getLength() > 0 ) in setPropertyValues()
941 return Sequence< Any >( Values.getLength() ); in setPropertyValues()
960 else if( ! NewTitle.getLength() ) in setPropertyValues()
1121 if( aTransferInfo.NewTitle.getLength() ) in transfer()
1258 !aRequestImpl->newName().getLength() ) in insert()
[all …]

Completed in 837 milliseconds

12345678910>>...152