/aoo42x/main/tools/inc/tools/ |
H A D | stream.hxx | 166 virtual ErrCode LockRegion(sal_Size, sal_Size, LockType); 168 virtual ErrCode UnlockRegion(sal_Size, sal_Size, LockType); 194 virtual sal_Size Seek(sal_Size nPos) = 0; 227 virtual sal_Size Seek(sal_Size nPos); 299 virtual sal_Size GetData( void* pData, sal_Size nSize ); 301 virtual sal_Size SeekPos( sal_Size nPos ); 431 sal_Size Read( void* pData, sal_Size nSize ); 432 sal_Size Write( const void* pData, sal_Size nSize ); 433 sal_Size Seek( sal_Size nPos ); 750 virtual sal_Size SeekPos( sal_Size nPos ); [all …]
|
/aoo42x/main/sal/textenc/ |
H A D | tenchelp.h | 48 sal_Size nSrcBytes, 50 sal_Size nDestChars, 59 sal_Size nSrcChars, 61 sal_Size nDestBytes, 64 sal_Size * pSrcCvtChars); 237 sal_Size* pSrcCvtBytes ); 242 sal_Size* pSrcCvtChars ); 248 sal_Size* pSrcCvtBytes ); 254 sal_Size* pSrcCvtChars ); 262 sal_Size* pSrcCvtBytes ); [all …]
|
H A D | textcvt.c | 30 static sal_Size ImplDummyToUnicode( const sal_Char* pSrcBuf, sal_Size nSrcBytes, in ImplDummyToUnicode() 31 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplDummyToUnicode() 33 sal_Size* pSrcCvtBytes ) in ImplDummyToUnicode() 69 static sal_Size ImplUnicodeToDummy( const sal_Unicode* pSrcBuf, sal_Size nSrcChars, in ImplUnicodeToDummy() 70 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToDummy() 72 sal_Size* pSrcCvtChars ) in ImplUnicodeToDummy() 157 sal_Size SAL_CALL rtl_convertTextToUnicode( rtl_TextToUnicodeConverter hConverter, in rtl_convertTextToUnicode() 162 sal_Size* pSrcCvtBytes ) in rtl_convertTextToUnicode() 236 sal_Size SAL_CALL rtl_convertUnicodeToText( rtl_UnicodeToTextConverter hConverter, in rtl_convertUnicodeToText() 239 sal_Char* pDestBuf, sal_Size nDestBytes, in rtl_convertUnicodeToText() [all …]
|
H A D | tcvtbyte.c | 464 sal_Size ImplSymbolToUnicode( const ImplTextConverterData* pData, in ImplSymbolToUnicode() 469 sal_Size* pSrcCvtBytes ) in ImplSymbolToUnicode() 506 sal_Size ImplUnicodeToSymbol( const ImplTextConverterData* pData, in ImplUnicodeToSymbol() 509 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToSymbol() 511 sal_Size* pSrcCvtChars ) in ImplUnicodeToSymbol() 573 sal_Size ImplCharToUnicode( const ImplTextConverterData* pData, in ImplCharToUnicode() 576 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplCharToUnicode() 578 sal_Size* pSrcCvtBytes ) in ImplCharToUnicode() 708 sal_Size ImplUnicodeToChar( const ImplTextConverterData* pData, in ImplUnicodeToChar() 711 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToChar() [all …]
|
/aoo42x/main/tools/source/stream/ |
H A D | stream.cxx | 245 ErrCode SvLockBytes::LockRegion(sal_Size, sal_Size, LockType) in LockRegion() argument 253 ErrCode SvLockBytes::UnlockRegion(sal_Size, sal_Size, LockType) in UnlockRegion() argument 344 sal_Size SvAsyncLockBytes::Seek(sal_Size nPos) in Seek() 357 sal_Size SvStream::GetData( void* pData, sal_Size nSize ) in GetData() 394 sal_Size SvStream::SeekPos( sal_Size nPos ) in SeekPos() 1317 sal_Size nAbsPos = (sal_Size)-nPos; in SeekRel() 1740 sal_Size SvStream::Read( void* pData, sal_Size nCount ) in Read() 1928 sal_Size SvStream::Seek( sal_Size nFilePos ) in Seek() 2244 nFPtr += ( (sal_Size)pEndPtr - (sal_Size)buf ); in ReadNumber() 2807 sal_Size SvMemoryStream::SeekPos( sal_Size nNewPos ) in SeekPos() [all …]
|
H A D | strmunx.cxx | 64 sal_Size m_nStartPos; 65 sal_Size m_nEndPos; 69 InternalStreamLock( sal_Size, sal_Size, SvFileStream* ); 72 static sal_Bool LockFile( sal_Size nStart, sal_Size nEnd, SvFileStream* ); 73 static void UnlockFile( sal_Size nStart, sal_Size nEnd, SvFileStream* ); 77 sal_Size nStart, in InternalStreamLock() 78 sal_Size nEnd, in InternalStreamLock() 355 sal_Size SvFileStream::GetData( void* pData, sal_Size nSize ) in GetData() 385 sal_Size SvFileStream::PutData( const void* pData, sal_Size nSize ) in PutData() 417 sal_Size SvFileStream::SeekPos( sal_Size nPos ) in SeekPos() [all …]
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xistream.hxx | 87 …virtual void OnUpdate( sal_Size nOldStrmPos, sal_Size nNewStrmPos, sal_uInt16 nRecSize ) = … 116 virtual void OnUpdate( sal_Size nOldStrmPos, sal_Size nNewStrmPos, sal_uInt16 nRecSize ); 147 virtual void OnUpdate( sal_Size nOldStrmPos, sal_Size nNewStrmPos, sal_uInt16 nRecSize ); 178 void Set( const SvStream& rStrm, sal_Size nNextPos, sal_Size nCurrSize, 183 void Get( SvStream& rStrm, sal_Size& rnNextPos, sal_Size& rnCurrSize, 335 sal_Size GetRecPos() const; 337 sal_Size GetRecSize(); 339 sal_Size GetRecLeft(); 363 sal_Size Read( void* pData, sal_Size nBytes ); 366 sal_Size CopyToStream( SvStream& rOutStrm, sal_Size nBytes ); [all …]
|
H A D | fprogressbar.hxx | 118 sal_Int32 AddSegment( sal_Size nSize ); 135 void ProgressAbs( sal_Size nPos ); 137 void Progress( sal_Size nDelta = 1 ); 155 void IncreaseProgressBar( sal_Size nDelta ); 164 sal_Size mnSize; /// Size of this segment. 165 sal_Size mnPos; /// Current position of this segment. 167 explicit ScfProgressSegment( sal_Size nSize ); 183 sal_Size mnTotalSize; /// Total size of all segments. 184 sal_Size mnTotalPos; /// Sum of positions of all segments. 186 sal_Size mnNextUnitPos; /// Limit for next system progress call. [all …]
|
H A D | XclExpChangeTrack.hxx | 57 virtual sal_Size GetLen() const; 93 virtual sal_Size GetLen() const; 106 virtual sal_Size GetLen() const; 119 virtual sal_Size GetLen() const; 132 virtual sal_Size GetLen() const; 145 virtual sal_Size GetLen() const; 158 virtual sal_Size GetLen() const; 174 virtual sal_Size GetLen() const; 189 virtual sal_Size GetLen() const; 208 virtual sal_Size GetLen() const; [all …]
|
H A D | excrecds.hxx | 73 virtual sal_Size GetLen() const = 0; 93 virtual sal_Size GetLen() const; 146 virtual sal_Size GetLen( void ) const; 176 virtual sal_Size GetLen( void ) const; 191 virtual sal_Size GetLen( void ) const; 213 static const sal_Size nMyLen; 256 static const sal_Size nMyLen; 268 static const sal_Size nMyLen; 292 sal_Size nStrPos; 319 virtual sal_Size GetLen() const; [all …]
|
H A D | xestream.hxx | 122 sal_Size Write( const void* pData, sal_Size nBytes ); 124 void WriteZeroBytes( sal_Size nBytes ); 126 void WriteZeroBytesToRecord( sal_Size nBytes ); 130 sal_Size CopyFromStream( SvStream& rInStrm, sal_Size nBytes = STREAM_SEEK_TO_END ); 161 sal_Size SetSvStreamPos( sal_Size nPos ); 163 inline sal_Size GetSvStreamPos() const { return mrStrm.Tell(); } in GetSvStreamPos() 179 void UpdateSizeVars( sal_Size nSize ); 189 void WriteRawZeroBytes( sal_Size nBytes ); 243 sal_uInt32 GetBlockPos( sal_Size nStrmPos ) const; 244 sal_uInt16 GetOffsetInBlock( sal_Size nStrmPos ) const; [all …]
|
/aoo42x/main/sal/rtl/source/ |
H A D | cipher.c | 89 const void *pData, sal_Size nDatLen, 90 sal_uInt8 *pBuffer, sal_Size nBufLen); 161 const void *pData, sal_Size nDatLen, in rtl_cipher_encode() 162 sal_uInt8 *pBuffer, sal_Size nBufLen) in rtl_cipher_encode() 178 const void *pData, sal_Size nDatLen, in rtl_cipher_decode() 254 sal_Size nLength); 263 sal_Size nLength); 788 sal_Size nLength) in __rtl_cipherBF_updateECB() 823 sal_Size nLength) in __rtl_cipherBF_updateCBC() 1168 sal_Size n, k; in rtl_cipherARCFOUR_init_Impl() [all …]
|
H A D | alloc_arena.c | 81 sal_Size * pSize 88 sal_Size nSize 91 static sal_Size 421 sal_Size size in rtl_arena_hash_remove() 425 sal_Size lookups = 0; in rtl_arena_hash_remove() 455 sal_Size nseg = (sal_Size)(arena->m_stats.m_alloc - arena->m_stats.m_free); in rtl_arena_hash_remove() 842 sal_Size i, n; in rtl_arena_deactivate() 1015 sal_Size * pSize in rtl_arena_alloc() 1033 sal_Size oversize; in rtl_arena_alloc() 1090 sal_Size size in rtl_arena_free() [all …]
|
H A D | alloc_cache.h | 44 sal_Size m_mem_total; 45 sal_Size m_mem_alloc; 89 sal_Size m_mag_size; 90 sal_Size m_mag_used; 104 sal_Size m_mag_count; /* count */ 107 sal_Size m_curr_min; 108 sal_Size m_prev_min; 131 sal_Size m_type_size; /* const */ 132 sal_Size m_type_align; /* const */ 145 sal_Size m_slab_size; /* const */ [all …]
|
H A D | alloc_arena.h | 44 sal_Size m_mem_total; 45 sal_Size m_mem_alloc; 52 #define RTL_ARENA_SEGMENT_TYPE_HEAD ((sal_Size)(0x01)) 53 #define RTL_ARENA_SEGMENT_TYPE_SPAN ((sal_Size)(0x02)) 54 #define RTL_ARENA_SEGMENT_TYPE_FREE ((sal_Size)(0x04)) 55 #define RTL_ARENA_SEGMENT_TYPE_USED ((sal_Size)(0x08)) 70 sal_Size m_size; 71 sal_Size m_type; 100 sal_Size m_quantum; 109 sal_Size m_freelist_bitmap; [all …]
|
H A D | alloc_global.c | 54 static const sal_Size g_alloc_sizes[] = 118 sal_Size size; in rtl_memory_once_init() 201 SAL_CALL rtl_allocateMemory (sal_Size n) SAL_THROW_EXTERN_C() in rtl_allocateMemory() 207 sal_Size size = RTL_MEMORY_ALIGN(n + RTL_MEMALIGN, RTL_MEMALIGN); in rtl_allocateMemory() 209 OSL_ASSERT(RTL_MEMALIGN >= sizeof(sal_Size)); in rtl_allocateMemory() 224 ((sal_Size*)(addr))[0] = size; in rtl_allocateMemory() 246 sal_Size size = ((sal_Size*)(addr))[0]; in rtl_freeMemory() 264 sal_Size n_old = ((sal_Size*)( (char*)(p) - RTL_MEMALIGN ))[0] - RTL_MEMALIGN; in rtl_reallocateMemory() 304 void * SAL_CALL rtl_allocateMemory (sal_Size n) in rtl_allocateMemory() 318 void * SAL_CALL rtl_reallocateMemory (void * p, sal_Size n) in rtl_reallocateMemory() [all …]
|
/aoo42x/main/sal/inc/rtl/ |
H A D | cipher.h | 159 const void *pData, sal_Size nDatLen, 160 sal_uInt8 *pBuffer, sal_Size nBufLen 177 const void *pData, sal_Size nDatLen, 178 sal_uInt8 *pBuffer, sal_Size nBufLen 223 const void *pData, sal_Size nDatLen, 224 sal_uInt8 *pBuffer, sal_Size nBufLen 233 const void *pData, sal_Size nDatLen, 234 sal_uInt8 *pBuffer, sal_Size nBufLen 281 const void *pData, sal_Size nDatLen, 282 sal_uInt8 *pBuffer, sal_Size nBufLen [all …]
|
H A D | alloc.h | 42 sal_Size Bytes 62 sal_Size Bytes 83 sal_Size Bytes 94 sal_Size Bytes 122 sal_Size quantum, 123 sal_Size quantum_cache_max, 125 void * (SAL_CALL * source_alloc)(rtl_arena_type *, sal_Size *), 156 sal_Size * pBytes 174 sal_Size nBytes 204 sal_Size nObjSize, [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xistream.cxx | 349 const SvStream& rStrm, sal_Size nNextPos, sal_Size nCurrSize, in Set() 363 SvStream& rStrm, sal_Size& rnNextPos, sal_Size& rnCurrSize, in Get() 455 sal_Size nZeroRecCount = 5; in StartNextRecord() 576 sal_Size XclImpStream::GetRecSize() in GetRecSize() 589 sal_Size XclImpStream::GetRecLeft() in GetRecLeft() 798 sal_Size XclImpStream::Read( void* pData, sal_Size nBytes ) in Read() 800 sal_Size nRet = 0; in Read() 823 sal_Size XclImpStream::CopyToStream( SvStream& rOutStrm, sal_Size nBytes ) in CopyToStream() 825 sal_Size nRet = 0; in CopyToStream() 847 sal_Size nRet = 0; in CopyRecordToStream() [all …]
|
H A D | xestream.cxx | 197 sal_Size XclExpStream::Write( const void* pData, sal_Size nBytes ) in Write() 199 sal_Size nRet = 0; in Write() 210 sal_Size nWriteLen = ::std::min< sal_Size >( PrepareWrite(), nBytesLeft ); in Write() 242 sal_Size nBytesLeft = nBytes; in WriteZeroBytes() 245 sal_Size nWriteLen = ::std::min< sal_Size >( PrepareWrite(), nBytesLeft ); in WriteZeroBytes() 266 sal_Size XclExpStream::CopyFromStream( SvStream& rInStrm, sal_Size nBytes ) in CopyFromStream() 274 sal_Size nRet = 0; in CopyFromStream() 350 sal_Size nLen = ::std::min< sal_Size >( rString.Len(), nMaxLen ); in WriteByteString() 392 sal_Size XclExpStream::SetSvStreamPos( sal_Size nPos ) in SetSvStreamPos() 471 sal_Size nBytesLeft = nBytes; in WriteRawZeroBytes() [all …]
|
/aoo42x/main/sal/qa/rtl/textenc/ |
H A D | rtl_textcvt.cxx | 49 sal_Size nNumber = 0; in testSingleByteCharSet() 61 sal_Size nSize; in testSingleByteCharSet() 63 sal_Size nConverted; in testSingleByteCharSet() 94 sal_Size nSize; in testSingleByteCharSet() 127 sal_Size nSize; in testSingleByteCharSet() 152 sal_Size m_nTextSize; 170 sal_Size nSize; in doComplexCharSetTest() 331 sal_Size nSize; in doComplexCharSetTest() 367 sal_Size nSize; in doComplexCharSetCutTest() 2567 sal_Size cvt; in TEST_F() [all …]
|
/aoo42x/main/extensions/source/xmlextract/ |
H A D | xmxtrct.cxx | 50 virtual ErrCode ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const; 51 …virtual ErrCode WriteAt( sal_Size nPos, const void* pBuffer, sal_Size nCount, sal_Size* pWritt… 53 virtual ErrCode SetSize( sal_Size nSize ); 92 ErrCode XMXLockBytes::ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const in ReadAt() 94 const sal_Size nSeqLen = maSeq.getLength(); in ReadAt() 113 ErrCode XMXLockBytes::WriteAt( sal_Size /*nPos*/, const void* /*pBuffer*/, sal_Size /*nCount*/, sal… in WriteAt() argument 127 ErrCode XMXLockBytes::SetSize( sal_Size /*nSize*/ ) in SetSize() argument
|
/aoo42x/main/filter/source/msfilter/ |
H A D | mscodec.cxx | 70 sal_Size lclGetLen( const sal_uInt8* pnPassData, sal_Size nBufferSize ) in lclGetLen() 72 sal_Size nLen = 0; in lclGetLen() 156 sal_Size nIndex; in InitKey() 247 void MSCodec_Xor95::Skip( sal_Size nBytes ) in Skip() 463 const void *pData, sal_Size nDatLen, in Encode() 464 sal_uInt8 *pBuffer, sal_Size nBufLen) in Encode() 475 const void *pData, sal_Size nDatLen, in Decode() 476 sal_uInt8 *pBuffer, sal_Size nBufLen) in Decode() 486 bool MSCodec_Std97::Skip( sal_Size nDatLen ) in Skip() 489 sal_Size nDatLeft = nDatLen; in Skip() [all …]
|
/aoo42x/main/tools/source/string/ |
H A D | strcvt.cxx | 198 sal_Size nSrcBytes; in ImplGet1ByteUnicodeTab() 199 sal_Size nDestChars; in ImplGet1ByteUnicodeTab() 267 sal_Size nSrcBytes; in ImplGet1ByteConvertTab() 269 sal_Size nSrcChars; in ImplGet1ByteConvertTab() 375 sal_Size nSrcBytes; in ImplStringConvert() 377 sal_Size nTempLen; in ImplStringConvert() 473 sal_Size nLen = 1; in ConvertToUnicode() 481 sal_Size nLen; in ConvertFromUnicode() 500 sal_Size nSrcBytes; in ConvertToUnicode() 501 sal_Size nDestChars; in ConvertToUnicode() [all …]
|
/aoo42x/main/sc/source/filter/ftools/ |
H A D | fprogressbar.cxx | 32 ScfProgressBar::ScfProgressSegment::ScfProgressSegment( sal_Size nSize ) : in ScfProgressSegment() 118 void ScfProgressBar::IncreaseProgressBar( sal_Size nDelta ) in IncreaseProgressBar() 120 sal_Size nNewPos = mnTotalPos + nDelta; in IncreaseProgressBar() 126 sal_Size nParentPos = static_cast< sal_Size >( in IncreaseProgressBar() 147 sal_Int32 ScfProgressBar::AddSegment( sal_Size nSize ) in AddSegment() 184 void ScfProgressBar::ProgressAbs( sal_Size nPos ) in ProgressAbs() 199 void ScfProgressBar::Progress( sal_Size nDelta ) in Progress() 212 ScfSimpleProgressBar::ScfSimpleProgressBar( sal_Size nSize, SfxObjectShell* pDocShell, sal_uInt16 n… in ScfSimpleProgressBar() 218 void ScfSimpleProgressBar::Init( sal_Size nSize ) in Init() 246 sal_Size nPos = mrStrm.Tell(); in Init() [all …]
|