Home
last modified time | relevance | path

Searched refs:nLength (Results 176 – 200 of 450) sorted by path

12345678910>>...18

/trunk/main/oox/source/xls/
H A Dautofilterbuffer.cxx93 sal_Int32 nLength = rValue.getLength(); in lclTrimLeadingAsterisks() local
95 while( (nPos < nLength) && (rValue[ nPos ] == '*') ) in lclTrimLeadingAsterisks()
109 sal_Int32 nLength = rValue.getLength(); in lclTrimTrailingAsterisks() local
110 sal_Int32 nPos = nLength; in lclTrimTrailingAsterisks()
113 if( nPos < nLength ) in lclTrimTrailingAsterisks()
/trunk/main/package/inc/
H A DDeflater.hxx41 sal_Int32 nOffset, nLength; member in Deflater
H A DInflater.hxx36 sal_Int32 nOffset, nLength, nLastInflateError; member in Inflater
H A DZipOutputStream.hxx94 void writeEND(sal_uInt32 nOffset, sal_uInt32 nLength)
/trunk/main/package/source/package/zipapi/
H A DCRC32.cxx81 sal_Int32 nLength, nTotal = 0; in updateStream() local
85 nLength = xStream->readBytes ( aSeq, n_ConstBufferSize ); in updateStream()
86 updateSegment ( aSeq, 0, nLength ); in updateStream()
87 nTotal += nLength; in updateStream()
89 while ( nLength == n_ConstBufferSize ); in updateStream()
H A DDeflater.cxx77 , nLength(0) in Deflater()
89 pStream->avail_in = nLength; in doDeflateBytes()
101 nOffset += nLength - pStream->avail_in; in doDeflateBytes()
102 nLength = pStream->avail_in; in doDeflateBytes()
115 pStream->avail_in = nLength; in doDeflateBytes()
128 nOffset += nLength - pStream->avail_in; in doDeflateBytes()
129 nLength = pStream->avail_in; in doDeflateBytes()
146 nLength = nNewLength; in setInputSegment()
162 return nLength <=0; in needsInput()
194 nOffset = nLength = 0; in reset()
H A DInflater.cxx45 nLength(0), in Inflater()
78 nLength = rBuffer.getLength(); in setInput()
125 pStream->avail_in = nLength; in doInflateBytes()
140 nOffset += nLength - pStream->avail_in; in doInflateBytes()
141 nLength = pStream->avail_in; in doInflateBytes()
146 nOffset += nLength - pStream->avail_in; in doInflateBytes()
147 nLength = pStream->avail_in; in doInflateBytes()
152 if ( nLength && nNewLength ) in doInflateBytes()
H A DZipFile.cxx700 sal_Int32 nLength, nPos, nEnd; in findEND() local
704 nLength = static_cast <sal_Int32 > (aGrabber.getLength()); in findEND()
705 if (nLength == 0 || nLength < ENDHDR) in findEND()
707 nPos = nLength - ENDHDR - ZIP_MAXNAMELEN; in findEND()
711 aGrabber.readBytes ( aBuffer, nLength - nEnd ); in findEND()
715 nPos = nLength - nEnd - ENDHDR; in findEND()
850 sal_Int32 nLength; in recover() local
856 nLength = static_cast <sal_Int32 > (aGrabber.getLength()); in recover()
857 if (nLength == 0 || nLength < ENDHDR) in recover()
911 && ( nGenPos + nPos + nBlockLength ) <= nLength ) in recover()
H A DZipOutputStream.cxx252 sal_Int32 nLength = aDeflater.doDeflateSegment(m_aDeflateBuffer, 0, m_aDeflateBuffer.getLength()); in doDeflate() local
254 if ( nLength > 0 ) in doDeflate()
256 uno::Sequence< sal_Int8 > aTmpBuffer( m_aDeflateBuffer.getConstArray(), nLength ); in doDeflate()
263 sal_Int32 nEat = ::std::min( nLength, nDiff ); in doDeflate()
299 void ZipOutputStream::writeEND(sal_uInt32 nOffset, sal_uInt32 nLength) in writeEND() argument
307 aChucker << nLength; in writeEND()
/trunk/main/package/source/package/zippackage/
H A DZipPackage.cxx252 sal_Int32 nLength = aManifestSequence.getLength(); in parseManifest() local
257 for ( sal_Int32 i = 0; i < nLength ; i++, pSequence++ ) in parseManifest()
H A DZipPackageFolder.cxx547 sal_Int32 nLength; in saveChild() local
551 nLength = xStream->readBytes( aSeq, n_ConstBufferSize ); in saveChild()
552 rZipOut.rawWrite(aSeq, 0, nLength); in saveChild()
554 while ( nLength == n_ConstBufferSize ); in saveChild()
602 sal_Int32 nLength; in saveChild() local
606 nLength = xStream->readBytes(aSeq, n_ConstBufferSize); in saveChild()
607 rZipOut.write(aSeq, 0, nLength); in saveChild()
609 while ( nLength == n_ConstBufferSize ); in saveChild()
/trunk/main/package/source/xstor/
H A Dowriteablestream.cxx3001 sal_Int32 nLength = aSeq.getLength(); in removeRelationshipByID() local
3002 aSeq[nInd1] = aSeq[nLength-1]; in removeRelationshipByID()
3003 aSeq.realloc( nLength - 1 ); in removeRelationshipByID()
H A Dxstorage.cxx5531 sal_Int32 nLength = aSeq.getLength(); in removeRelationshipByID() local
5532 aSeq[nInd1] = aSeq[nLength-1]; in removeRelationshipByID()
5533 aSeq.realloc( nLength - 1 ); in removeRelationshipByID()
/trunk/main/qadevOOo/qa/complex/junitskeleton/
H A DSkeleton.java105 long nLength = aAccess.length(); in checkDocument() local
106 System.out.println("File length: " + nLength); in checkDocument()
107 assertTrue("File length wrong", nLength > 0); in checkDocument()
112 … assertTrue("File length not near equal to string length", sLine.length() + 2 >= nLength); in checkDocument()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx235 sal_Int32 nLength = _rCallArgs.getLength(); in lcl_extractAndStartStatusIndicator() local
236 _rCallArgs.realloc( nLength + 1 ); in lcl_extractAndStartStatusIndicator()
237 _rCallArgs[ nLength ] <<= _rxStatusIndicator; in lcl_extractAndStartStatusIndicator()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlCell.cxx81 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
82 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlColumn.cxx73 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
74 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlComponent.cxx72 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
75 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlCondPrtExpr.cxx58 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
61 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlControlProperty.cxx69 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
70 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlFormatCondition.cxx69 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
72 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlFormattedField.cxx57 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
60 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlFunction.cxx64 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
66 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlGroup.cxx74 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
76 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()
H A DxmlImage.cxx64 const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; in DBG_NAME() local
67 for(sal_Int16 i = 0; i < nLength; ++i) in DBG_NAME()

Completed in 192 milliseconds

12345678910>>...18