Home
last modified time | relevance | path

Searched refs:nNewOffset (Results 1 – 13 of 13) sorted by relevance

/trunk/main/package/source/package/zipapi/
H A DDeflater.cxx82 sal_Int32 Deflater::doDeflateBytes (uno::Sequence < sal_Int8 > &rBuffer, sal_Int32 nNewOffset, sal_… in doDeflateBytes() argument
88 pStream->next_out = (unsigned char*) rBuffer.getArray()+nNewOffset; in doDeflateBytes()
114 pStream->next_out = (unsigned char*) rBuffer.getArray()+nNewOffset; in doDeflateBytes()
140 …::setInputSegment( const uno::Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewL… in setInputSegment() argument
142 … OSL_ASSERT( !(nNewOffset < 0 || nNewLength < 0 || nNewOffset + nNewLength > rBuffer.getLength())); in setInputSegment()
145 nOffset = nNewOffset; in setInputSegment()
172 …later::doDeflateSegment( uno::Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewL… in doDeflateSegment() argument
174 … OSL_ASSERT( !(nNewOffset < 0 || nNewLength < 0 || nNewOffset + nNewLength > rBuffer.getLength())); in doDeflateSegment()
175 return doDeflateBytes(rBuffer, nNewOffset, nNewLength); in doDeflateSegment()
H A DInflater.cxx91 sal_Int32 SAL_CALL Inflater::doInflateSegment( Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset,… in doInflateSegment() argument
93 if (nNewOffset < 0 || nNewLength < 0 || nNewOffset + nNewLength > rBuffer.getLength()) in doInflateSegment()
97 return doInflateBytes(rBuffer, nNewOffset, nNewLength); in doInflateSegment()
114 sal_Int32 Inflater::doInflateBytes (Sequence < sal_Int8 > &rBuffer, sal_Int32 nNewOffset, sal_Int3… in doInflateBytes() argument
126 pStream->next_out = reinterpret_cast < unsigned char* > ( rBuffer.getArray() + nNewOffset ); in doInflateBytes()
H A DZipOutputStream.cxx191 void SAL_CALL ZipOutputStream::write( const Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sa… in write() argument
199 aDeflater.setInputSegment(rBuffer, nNewOffset, nNewLength); in write()
203 aCRC.updateSegment(rBuffer, nNewOffset, nNewLength); in write()
/trunk/main/svx/inc/svx/
H A Dxgrad.hxx64 void SetXOffset(sal_uInt16 nNewOffset) { nOfsX = nNewOffset; } in SetXOffset() argument
65 void SetYOffset(sal_uInt16 nNewOffset) { nOfsY = nNewOffset; } in SetYOffset() argument
/trunk/main/package/inc/
H A DDeflater.hxx45 …eBytes (com::sun::star::uno::Sequence < sal_Int8 > &rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewL…
50 … const ::com::sun::star::uno::Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewL…
55 …gment( ::com::sun::star::uno::Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewL…
H A DInflater.hxx39 …eBytes (com::sun::star::uno::Sequence < sal_Int8 > &rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewL…
47 …gment( ::com::sun::star::uno::Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewL…
H A DZipOutputStream.hxx71 …Write( ::com::sun::star::uno::Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewL…
87 … const ::com::sun::star::uno::Sequence< sal_Int8 >& rBuffer, sal_Int32 nNewOffset, sal_Int32 nNewL…
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx307 sal_uInt16& nNewOffset, sal_uInt16 nOffsetTol ) in ModifyOffset() argument
313 if ( SeekOffset( pOffset, nNewOffset, &nPos, nOffsetTol ) ) in ModifyOffset()
314 nNewOffset = (sal_uInt16)(*pOffset)[nPos]; in ModifyOffset()
316 pOffset->Insert( nNewOffset ); in ModifyOffset()
321 if ( SeekOffset( pOffset, nNewOffset, &nPos2, nOffsetTol ) ) in ModifyOffset()
323 nNewOffset = (sal_uInt16)(*pOffset)[nPos2]; in ModifyOffset()
327 long nDiff = nNewOffset - nOldOffset; in ModifyOffset()
1261 sal_uInt16 nNewOffset = pE->nOffset + nTableWidth; in TableOff() local
1262 ModifyOffset( pS->pLocalColOffset, nOldOffset, nNewOffset, nOffsetTolerance ); in TableOff()
1263 sal_uInt16 nTmp = nNewOffset - pE->nOffset - pE->nWidth; in TableOff()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx283 sal_uInt16 nNewOffset = GetOffset( nNewStrmPos ); in OnUpdate() local
286 if( (nNewBlock != nOldBlock) || (nNewOffset < nOldOffset) ) in OnUpdate()
293 if( nNewOffset > nOldOffset ) in OnUpdate()
294 maCodec.Skip( nNewOffset - nOldOffset ); in OnUpdate()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx99 void SetOffset(sal_Int32 nNewOffset);
499 void ScNotesChilds::SetOffset(sal_Int32 nNewOffset) in SetOffset() argument
501 sal_Int32 nDiff(nNewOffset - mnOffset); in SetOffset()
506 mnOffset = nNewOffset; in SetOffset()
/trunk/main/svtools/source/control/
H A Dheadbar.cxx1351 void HeaderBar::SetOffset( long nNewOffset ) in SetOffset() argument
1359 long nDelta = mnOffset-nNewOffset; in SetOffset()
1360 mnOffset = nNewOffset; in SetOffset()
/trunk/main/svtools/inc/svtools/
H A Dheadbar.hxx332 void SetOffset( long nNewOffset = 0 );
/trunk/main/sc/source/filter/inc/
H A Dhtmlpars.hxx171 sal_uInt16& nNewOffset, sal_uInt16 nOffsetTol );

Completed in 71 milliseconds