Home
last modified time | relevance | path

Searched refs:SAL_MAX_SIZE (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sal/inc/sal/
H A Dtypes.h239 #define SAL_MAX_SIZE SAL_MAX_UINT32 macro
242 #define SAL_MAX_SIZE SAL_MAX_UINT64 macro
/trunk/main/svl/source/misc/
H A Dstrmadpt.cxx303 static_cast<sal_uInt64>(m_nPosition) > SAL_MAX_SIZE && in readBytes()
340 if (static_cast<sal_uInt64>(m_nPosition) > SAL_MAX_SIZE in readSomeBytes()
/trunk/main/sal/rtl/source/
H A Dalloc_global.c210 if (n >= SAL_MAX_SIZE - (RTL_MEMALIGN + RTL_MEMALIGN - 1)) in rtl_allocateMemory()
/trunk/main/odk/source/unoapploader/unx/
H A Dunoapploader.c158 if (n >= SAL_MAX_SIZE / 2) { in main()
/trunk/main/binaryurp/source/
H A Dwriter.cxx436 OSL_ASSERT(header.size() <= SAL_MAX_INT32 && SAL_MAX_INT32 <= SAL_MAX_SIZE); in sendMessage()
H A Dunmarshal.cxx517 if (size > SAL_MAX_SIZE - SAL_SEQUENCE_HEADER_SIZE) { in readSequence()
/trunk/main/tools/source/stream/
H A Dstream.cxx1229 if ( SAL_MAX_SIZE - nActualPos > (sal_Size)nPos ) in SeekRel()
1568 BOOST_STATIC_ASSERT(STRING_MAXLEN <= SAL_MAX_SIZE / 2); in ReadByteString()
/trunk/main/sw/source/core/doc/
H A Ddbgoutsw.cxx297 if ((sal_uIntPtr)pItem != SAL_MAX_SIZE) in lcl_dbg_out()

Completed in 43 milliseconds