Home
last modified time | relevance | path

Searched refs:sal_Size (Results 51 – 75 of 226) sorted by relevance

12345678910

/trunk/main/svx/workben/msview/
H A Dxmlconfig.hxx41 virtual rtl::OUString format( SvStream& rStream, sal_Size& nLength ) const;
46 static rtl::OUString dump_hex( SvStream& rStream, sal_Size& nLength );
47 static rtl::OUString dump_byte( SvStream& rStream, sal_Size& nLength );
48 static rtl::OUString dump_uint( SvStream& rStream, sal_Size& nLength );
49 static rtl::OUString dump_unistring( SvStream& rStream, sal_Size& nLength );
50 static rtl::OUString dump_float( SvStream& rStream, sal_Size& nLength );
81 virtual rtl::OUString format( SvStream& rStream, sal_Size& nLength ) const;
109 virtual rtl::OUString format( SvStream& rStream, sal_Size& nLength ) const;
H A Dxmlconfig.cxx354 rtl::OUString ElementConfig::format( SvStream& rStream, sal_Size& nLength ) const in format()
376 rtl::OUString ElementConfig::dump_hex( SvStream& rStream, sal_Size& nLength ) in dump_hex()
418 rtl::OUString ElementConfig::dump_byte( SvStream& rStream, sal_Size& nLength ) in dump_byte()
435 rtl::OUString ElementConfig::dump_uint( SvStream& rStream, sal_Size& nLength ) in dump_uint()
452 rtl::OUString ElementConfig::dump_unistring( SvStream& rStream, sal_Size& nLength ) in dump_unistring()
460 rtl::OUString ElementConfig::dump_float( SvStream& rStream, sal_Size& nLength ) in dump_float()
479 rtl::OUString ElementConfigContainer::format( SvStream& rStream, sal_Size& nLength ) const in format()
545 rtl::OUString SwitchElementConfig::format( SvStream& rStream, sal_Size& nLength ) const in format()
/trunk/main/sal/rtl/source/
H A Dalloc_cache.c127 sal_Size new_size in rtl_cache_hash_rescale()
131 sal_Size new_bytes; in rtl_cache_hash_rescale()
139 sal_Size old_size, i; in rtl_cache_hash_rescale()
222 sal_Size lookups = 0; in rtl_cache_hash_remove()
241 sal_Size nbuf = (sal_Size)(cache->m_slab_stats.m_alloc - cache->m_slab_stats.m_free); in rtl_cache_hash_remove()
317 sal_Size size; in rtl_cache_slab_create()
887 sal_Size slabsize; in rtl_cache_activate()
1064 sal_Size i, n = cache->m_hash_size; in rtl_cache_deactivate()
1134 sal_Size objsize, in rtl_cache_create()
1135 sal_Size objalign, in rtl_cache_create()
[all …]
H A Dmemory.c28 void SAL_CALL rtl_zeroMemory(void *Ptr, sal_Size Bytes) in rtl_zeroMemory()
33 void SAL_CALL rtl_fillMemory(void *Ptr, sal_Size Bytes, sal_uInt8 Fill) in rtl_fillMemory()
38 void SAL_CALL rtl_copyMemory(void *Dst, const void *Src, sal_Size Bytes) in rtl_copyMemory()
43 void SAL_CALL rtl_moveMemory(void *Dst, const void *Src, sal_Size Bytes) in rtl_moveMemory()
48 sal_Int32 SAL_CALL rtl_compareMemory(const void *MemA, const void *MemB, sal_Size Bytes) in rtl_compareMemory()
53 void* SAL_CALL rtl_findInMemory(const void *MemA, sal_uInt8 ch, sal_Size Bytes) in rtl_findInMemory()
H A Drandom.c91 RandomPool_Impl *pImpl, const sal_uInt8 *pBuffer, sal_Size nBufLen);
96 RandomPool_Impl *pImpl, sal_uInt8 *pBuffer, sal_Size nBufLen);
166 RandomPool_Impl *pImpl, const sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_random_seedPool()
168 sal_Size i; in __rtl_random_seedPool()
218 RandomPool_Impl *pImpl, sal_uInt8 *pBuffer, sal_Size nBufLen) in __rtl_random_readPool()
307 rtlRandomPool Pool, const void *Buffer, sal_Size Bytes) in rtl_random_addBytes()
323 rtlRandomPool Pool, void *Buffer, sal_Size Bytes) in rtl_random_getBytes()
H A Dstring.c186 sal_Size nSrcChars; in rtl_impl_convertUStringToString()
187 sal_Size nDestBytes; in rtl_impl_convertUStringToString()
188 sal_Size nNewLen; in rtl_impl_convertUStringToString()
189 sal_Size nNotConvertedChars; in rtl_impl_convertUStringToString()
190 sal_Size nMaxCharLen; in rtl_impl_convertUStringToString()
199 if ( nNewLen == (sal_Size)nLength ) in rtl_impl_convertUStringToString()
/trunk/main/sal/textenc/
H A Dconvertbig5hkscs.c53 sal_Size ImplConvertBig5HkscsToUnicode(ImplTextConverterData const * pData, in ImplConvertBig5HkscsToUnicode()
56 sal_Size nSrcBytes, in ImplConvertBig5HkscsToUnicode()
58 sal_Size nDestChars, in ImplConvertBig5HkscsToUnicode()
61 sal_Size * pSrcCvtBytes) in ImplConvertBig5HkscsToUnicode()
74 sal_Size nConverted = 0; in ImplConvertBig5HkscsToUnicode()
273 sal_Size ImplConvertUnicodeToBig5Hkscs(ImplTextConverterData const * pData, in ImplConvertUnicodeToBig5Hkscs()
276 sal_Size nSrcChars, in ImplConvertUnicodeToBig5Hkscs()
278 sal_Size nDestBytes, in ImplConvertUnicodeToBig5Hkscs()
281 sal_Size * pSrcCvtChars) in ImplConvertUnicodeToBig5Hkscs()
297 sal_Size nConverted = 0; in ImplConvertUnicodeToBig5Hkscs()
H A Dtcvtutf8.c60 sal_Size ImplConvertUtf8ToUnicode(ImplTextConverterData const * pData, in ImplConvertUtf8ToUnicode()
62 sal_Size nSrcBytes, sal_Unicode * pDestBuf, in ImplConvertUtf8ToUnicode()
63 sal_Size nDestChars, sal_uInt32 nFlags, in ImplConvertUtf8ToUnicode()
64 sal_uInt32 * pInfo, sal_Size * pSrcCvtBytes) in ImplConvertUtf8ToUnicode()
262 sal_Size ImplConvertUnicodeToUtf8(ImplTextConverterData const * pData, in ImplConvertUnicodeToUtf8()
264 sal_Size nSrcChars, sal_Char * pDestBuf, in ImplConvertUnicodeToUtf8()
265 sal_Size nDestBytes, sal_uInt32 nFlags, in ImplConvertUnicodeToUtf8()
266 sal_uInt32 * pInfo, sal_Size* pSrcCvtChars) in ImplConvertUnicodeToUtf8()
H A Dtcvtutf7.c143 sal_Size ImplUTF7ToUnicode( const ImplTextConverterData* pData, void* pContext, in ImplUTF7ToUnicode()
144 const sal_Char* pSrcBuf, sal_Size nSrcBytes, in ImplUTF7ToUnicode()
145 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplUTF7ToUnicode()
147 sal_Size* pSrcCvtBytes ) in ImplUTF7ToUnicode()
439 sal_Size ImplUnicodeToUTF7( const ImplTextConverterData* pData, void* pContext, in ImplUnicodeToUTF7()
440 const sal_Unicode* pSrcBuf, sal_Size nSrcChars, in ImplUnicodeToUTF7()
441 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToUTF7()
443 sal_Size* pSrcCvtChars ) in ImplUnicodeToUTF7()
H A Dconvertiso2022cn.c91 sal_Size ImplConvertIso2022CnToUnicode(ImplTextConverterData const * pData, in ImplConvertIso2022CnToUnicode()
94 sal_Size nSrcBytes, in ImplConvertIso2022CnToUnicode()
96 sal_Size nDestChars, in ImplConvertIso2022CnToUnicode()
99 sal_Size * pSrcCvtBytes) in ImplConvertIso2022CnToUnicode()
119 sal_Size nConverted = 0; in ImplConvertIso2022CnToUnicode()
484 sal_Size ImplConvertUnicodeToIso2022Cn(ImplTextConverterData const * pData, in ImplConvertUnicodeToIso2022Cn()
487 sal_Size nSrcChars, in ImplConvertUnicodeToIso2022Cn()
489 sal_Size nDestBytes, in ImplConvertUnicodeToIso2022Cn()
492 sal_Size * pSrcCvtChars) in ImplConvertUnicodeToIso2022Cn()
512 sal_Size nConverted = 0; in ImplConvertUnicodeToIso2022Cn()
/trunk/main/sal/osl/unx/
H A Dfile_url.cxx867 sal_Size convert( in convert()
868 sal_Unicode const * pSrcBuf, sal_Size nSrcChars, sal_Char * pDstBuf, sal_Size nDstBytes, in convert()
869 sal_uInt32 nFlags, sal_uInt32 * pInfo, sal_Size * pSrcCvtChars) in convert()
881 sal_Size nSrcChars = 0; in UnicodeToText()
883 sal_Size nDestBytes = UnicodeToTextConverter_Impl::getInstance().convert ( in UnicodeToText()
924 sal_Size convert( in convert()
925 sal_Char const * pSrcBuf, sal_Size nSrcBytes, sal_Unicode * pDstBuf, sal_Size nDstChars, in convert()
926 sal_uInt32 nFlags, sal_uInt32 * pInfo, sal_Size * pSrcCvtBytes) in convert()
942 sal_Size nSrcChars = 0; in TextToUnicode()
944 sal_Size nDestBytes = TextToUnicodeConverter_Impl::getInstance().convert( in TextToUnicode()
/trunk/main/sc/source/filter/inc/
H A Dxiescher.hxx120 sal_Size GetProgressSize() const;
164 virtual sal_Size DoGetProgressSize() const;
214 sal_Size GetProgressSize() const;
245 virtual sal_Size DoGetProgressSize() const;
433 virtual sal_Size DoGetProgressSize() const;
875 inline sal_Size GetCtlsStreamPos() const { return mnCtlsStrmPos; } in GetCtlsStreamPos()
991 void StartProgressBar( sal_Size nProgressSize );
993 void Progress( sal_Size nDelta = 1 );
1128 sal_Size GetProgressSize() const;
1155 typedef ::std::map< sal_Size, XclImpDrawObjRef > XclImpObjMap;
[all …]
H A Dxetable.hxx308 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos );
339 explicit XclExpSingleCellBase( sal_uInt16 nRecId, sal_Size nContSize,
343 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos,
346 inline void SetContSize( sal_Size nContSize ) { mnContSize = nContSize; } in SetContSize()
347 inline sal_Size GetContSize() const { return mnContSize; } in GetContSize()
360 sal_Size mnContSize; /// The size of the cell contents.
530 sal_Size nContSize, const XclAddress& rXclPos );
533 inline void SetContSize( sal_Size nContSize ) { mnContSize = nContSize; } in SetContSize()
535 inline sal_Size GetContSize() const { return mnContSize; } in GetContSize()
566 sal_Size mnContSize; /// Data size of contents for one cell
/trunk/main/sal/inc/rtl/
H A Dmemory.h34 void SAL_CALL rtl_zeroMemory(void *Ptr, sal_Size Bytes);
35 void SAL_CALL rtl_fillMemory(void *Ptr, sal_Size Bytes, sal_uInt8 Fill);
36 void SAL_CALL rtl_copyMemory(void *Dst, const void *Src, sal_Size Bytes);
37 void SAL_CALL rtl_moveMemory(void *Dst, const void *Src, sal_Size Bytes);
38 sal_Int32 SAL_CALL rtl_compareMemory(const void *MemA, const void *MemB, sal_Size Bytes);
39 void* SAL_CALL rtl_findInMemory(const void *MemA, sal_uInt8 ch, sal_Size Bytes);
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1615 for( sal_Size i=0; i<nLen; i+=4 ) in convertToRGB()
1636 for( sal_Size i=0; i<nLen; i+=4 ) in convertToARGB()
1657 for( sal_Size i=0; i<nLen; i+=4 ) in convertToPARGB()
1671 for( sal_Size i=0; i<nLen; ++i ) in convertFromRGB()
1688 for( sal_Size i=0; i<nLen; ++i ) in convertFromARGB()
1705 for( sal_Size i=0; i<nLen; ++i ) in convertFromPARGB()
1789 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToRGB()
1814 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToARGB()
1858 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromRGB()
1876 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromARGB()
[all …]
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx353 const sal_Size nLen(aTags.getLength()); in bitmapExFromXBitmap()
650 const sal_Size nLen( deviceColor.getLength() ); in convertToRGB()
657 for( sal_Size i=0; i<nLen; i+=4 ) in convertToRGB()
667 const sal_Size nLen( deviceColor.getLength() ); in convertToARGB()
674 for( sal_Size i=0; i<nLen; i+=4 ) in convertToARGB()
684 const sal_Size nLen( deviceColor.getLength() ); in convertToPARGB()
691 for( sal_Size i=0; i<nLen; i+=4 ) in convertToPARGB()
701 const sal_Size nLen( rgbColor.getLength() ); in convertFromRGB()
705 for( sal_Size i=0; i<nLen; ++i ) in convertFromRGB()
722 for( sal_Size i=0; i<nLen; ++i ) in convertFromARGB()
[all …]
/trunk/main/store/source/
H A Dstorcach.cxx228 static int highbit(sal_Size n) in highbit()
289 void rescale_Impl (sal_Size new_size);
348 sal_Size i, n = m_hash_size; in ~PageCache_Impl()
387 void PageCache_Impl::rescale_Impl (sal_Size new_size) in rescale_Impl()
389 sal_Size new_bytes = new_size * sizeof(Entry*); in rescale_Impl()
395 sal_Size old_size = m_hash_size; in rescale_Impl()
406 sal_Size i; in rescale_Impl()
440 sal_Size new_size = m_hash_size, ave = m_hash_entries >> m_hash_shift; in lookup_Impl()
H A Dstordir.cxx71 inline sal_Size __store_convertTextToUnicode ( in __store_convertTextToUnicode()
73 const sal_Char *pSrcBuffer, sal_Size nSrcLength, in __store_convertTextToUnicode()
74 sal_Unicode *pDstBuffer, sal_Size nDstLength) in __store_convertTextToUnicode()
77 sal_Size nCvtBytes = 0; in __store_convertTextToUnicode()
207 sal_Size n = rtl_str_getLength (p); in iterate()
208 sal_Size k = rFindData.m_nLength; in iterate()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalcvt.cxx291 sal_Size nConvertedChars; in EncodingHasChar()
292 sal_Size nSize; in EncodingHasChar()
313 sal_Size
315 sal_Char *pBuffer, sal_Size nBufferSize, rtl_TextEncoding nEncoding ) in ConvertStringUTF16()
324 sal_Size nCvtChars; in ConvertStringUTF16()
329 sal_Size nSize = rtl_convertUnicodeToText( aConverter, aContext, in ConvertStringUTF16()
/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx77 extern "C" void * SAL_CALL allocExec(rtl_arena_type *, sal_Size * size) { in allocExec()
78 sal_Size pagesize; in allocExec()
92 pagesize = (sal_Size)ulPageSize; in allocExec()
96 sal_Size n = (*size + (pagesize - 1)) & ~(pagesize - 1); in allocExec()
123 rtl_arena_type *, void * address, sal_Size size) in freeExec()
246 sal_Size size = getBlockSize(slotCount); in createBlock()
247 sal_Size pagesize = sysconf(_SC_PAGESIZE); in createBlock()
/trunk/main/tools/source/inet/
H A Dinetstrm.cxx562 sal_Size nDocSiz = pTargetMsg->GetDocumentSize(); in PutMsgLine()
563 sal_Size nWrite = 0; in PutMsgLine()
924 sal_Size nRead = pMsgBuffer->Tell(); in PutMsgLine()
928 sal_Size nDocSiz = pMsg->GetDocumentSize(); in PutMsgLine()
929 sal_Size nWrite = 0; in PutMsgLine()
1214 sal_Size nDocSiz = pMsg->GetDocumentSize(); in PutMsgLine()
1215 sal_Size nRead = pMsgWrite - pMsgBuffer; in PutMsgLine()
1216 sal_Size nWrite = 0; in PutMsgLine()
1232 sal_Size nDocSiz = pMsg->GetDocumentSize(); in PutMsgLine()
1233 sal_Size nRead = pMsgWrite - pMsgBuffer; in PutMsgLine()
[all …]
H A Dinetmime.cxx324 sal_Size nSize; in parseParameters()
2052 sal_Size & rSize) in convertToUnicode()
2066 sal_Size nSrcCvtBytes; in convertToUnicode()
2094 sal_Size & rSize) in convertFromUnicode()
2108 sal_Size nSrcCvtBytes; in convertFromUnicode()
2581 sal_Size nLength = 0; in writeHeaderFieldBody()
2653 sal_Size nLength = 0; in writeHeaderFieldBody()
3040 sal_Size nSize; in translateUTF8Char()
3364 sal_Size nUnicodeSize = 0; in decodeHeaderFieldBody()
4031 sal_Size nTargetSize = 0; in finish()
[all …]
/trunk/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx576 sal_Size XclTxo::GetLen() const in GetLen()
724 sal_Size ExcBof8_Base::GetLen() const in GetLen()
779 sal_Size ExcBundlesheet8::GetLen() const in GetLen()
814 sal_Size XclObproj::GetLen() const in GetLen()
839 sal_Size XclCodename::GetLen() const in GetLen()
980 sal_Size ExcEScenario::GetLen() const in GetLen()
1072 sal_Size ExcEScenarioManager::GetLen() const in GetLen()
1166 sal_Size XclCalccount::GetLen() const in GetLen()
1200 sal_Size XclIteration::GetLen() const in GetLen()
1235 sal_Size XclDelta::GetLen() const in GetLen()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxerecord.cxx152 XclExpRecord::XclExpRecord( sal_uInt16 nRecId, sal_Size nRecSize ) : in XclExpRecord()
162 void XclExpRecord::SetRecHeader( sal_uInt16 nRecId, sal_Size nRecSize ) in SetRecHeader()
212 XclExpDummyRecord::XclExpDummyRecord( sal_uInt16 nRecId, const void* pRecData, sal_Size nRecSize ) : in XclExpDummyRecord()
218 void XclExpDummyRecord::SetData( const void* pRecData, sal_Size nRecSize ) in SetData()
231 XclExpFutureRecord::XclExpFutureRecord( XclFutureRecType eRecType, sal_uInt16 nRecId, sal_Size nRec… in XclExpFutureRecord()
/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx391 sal_Size nSrcCvtBytes = 0; in convert()
392 sal_Size nTargetCount = 0; in convert()
393 sal_Size nSourceCount = 0; in convert()
500 sal_Size nTargetCount = 0; in convert()
501 sal_Size nSourceCount = 0; in convert()
504 sal_Size nSrcCvtChars; in convert()

Completed in 162 milliseconds

12345678910