Home
last modified time | relevance | path

Searched refs:SAL_MAX_UINT32 (Results 1 – 25 of 62) sorted by relevance

123

/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx346 if ( static_cast< sal_uInt32 >(nPoly) < SAL_MAX_UINT32 / sizeof(sal_uInt16) ) in ReadEnhWMF()
386 …if ( ( nGesPoints < SAL_MAX_UINT32 / sizeof(Point) ) && ( nPoly < SAL_MAX_UINT32 / sizeof(sal_uInt… in ReadEnhWMF()
852 if ( (cbBitsSrc > (SAL_MAX_UINT32 - 14)) || ((SAL_MAX_UINT32 - 14) - cbBitsSrc < cbBmiSrc) ) in ReadEnhWMF()
914 if ( (cbBitsSrc > (SAL_MAX_UINT32 - 14)) || ((SAL_MAX_UINT32 - 14) - cbBitsSrc < cbBmiSrc) ) in ReadEnhWMF()
968 if ( (cbBitsSrc > (SAL_MAX_UINT32 - 14)) || ((SAL_MAX_UINT32 - 14) - cbBitsSrc < cbBmiSrc) ) in ReadEnhWMF()
1067 if ( nLen && ( nLen < SAL_MAX_UINT32 / sizeof(sal_Int32) ) ) in ReadEnhWMF()
1201 if ( static_cast< sal_uInt32 >(nPoly) < SAL_MAX_UINT32 / sizeof(sal_uInt16) ) in ReadEnhWMF()
1237 …if ( ( nGesPoints < SAL_MAX_UINT32 / sizeof(Point) ) && ( nPoly < SAL_MAX_UINT32 / sizeof(sal_uInt… in ReadEnhWMF()
/trunk/main/store/source/
H A Dlockbyte.cxx103 if (src_size > SAL_MAX_UINT32) in readAt()
125 if (dst_size > SAL_MAX_UINT32) in writeAt()
338 : m_hFile (rFile.m_handle), m_nSize (SAL_MAX_UINT32), m_xAllocator() in FileLockBytes()
367 if (uSize > SAL_MAX_UINT32) in initSize_Impl()
434 OSL_PRECOND(uSize < SAL_MAX_UINT32, "store::ILockBytes::writeAt() contract violation"); in writeAt_Impl()
493 if (uSize > SAL_MAX_UINT32) in initialize()
799 OSL_PRECOND(dst_size < SAL_MAX_UINT32, "store::ILockBytes::writeAt() contract violation"); in writeAt_Impl()
/trunk/main/sal/qa/sal/
H A Dtest_types.cxx49 testPrintf("4294967295", "%" SAL_PRIuUINT32, SAL_MAX_UINT32); in TEST()
50 testPrintf("ffffffff", "%" SAL_PRIxUINT32, SAL_MAX_UINT32); in TEST()
51 testPrintf("FFFFFFFF", "%" SAL_PRIXUINT32, SAL_MAX_UINT32); in TEST()
/trunk/main/oox/source/ole/
H A Dvbamodule.cxx60 mnOffset( SAL_MAX_UINT32 ), in VbaModule()
130 …OSL_ENSURE( mnOffset < SAL_MAX_UINT32, "VbaModule::importDirRecords - missing module stream offset… in importDirRecords()
150 if( (maStreamName.getLength() > 0) && (mnOffset != SAL_MAX_UINT32) ) in readSourceCode()
/trunk/main/sw/source/core/fields/
H A Dfldbas.cxx663 GetFormat() != SAL_MAX_UINT32 ) in SetLanguage()
749 if( nFmt && SAL_MAX_UINT32 != nFmt ) in SetFormula()
766 if (nFmt && nFmt != SAL_MAX_UINT32 && ((SwValueFieldType *)GetTyp())->UseFormat()) in SetExpandedFormula()
792 if (nFmt && nFmt != SAL_MAX_UINT32 && ((SwValueFieldType *)GetTyp())->UseFormat()) in GetExpandedFormula()
H A Dusrfld.cxx270 if (nFmt && nFmt != SAL_MAX_UINT32) in GetContent()
290 if (nFmt && nFmt != SAL_MAX_UINT32) in SetContent()
/trunk/main/store/workben/
H A Dt_page.cxx845 if (dst_size > SAL_MAX_UINT32) in peekAt()
863 if (dst_size > SAL_MAX_UINT32) in pokeAt()
995 if (m_uSize > SAL_MAX_UINT32) in initialize()
1102 if (uSize > SAL_MAX_UINT32) in getSize_Impl()
1296 if (uSize > SAL_MAX_UINT32) in pokeAt_Impl()
/trunk/main/sw/inc/
H A Dfmtmeta.hxx193 const sal_uInt32 nNumberFormat = SAL_MAX_UINT32,
214 const sal_uInt32 nNumberFormat = SAL_MAX_UINT32,
/trunk/main/sc/source/filter/lotus/
H A Dlotread.cxx76 if( pIn->IsEof() || nNextRec > SAL_MAX_UINT32 - nRecLen - 4 ) in Read()
264 if( pIn->IsEof() || nNextRec > SAL_MAX_UINT32 - nRecLen - 4 ) in Read()
/trunk/main/sal/inc/sal/
H A Dtypes.h232 #define SAL_MAX_UINT32 ((sal_uInt32) 0xFFFFFFFF) macro
239 #define SAL_MAX_SIZE SAL_MAX_UINT32
/trunk/main/oox/source/helper/
H A Dattributelist.cxx108 return getLimitedValue< sal_uInt32, sal_Int64 >( rValue.toInt64(), 0, SAL_MAX_UINT32 ); in decodeUnsigned()
123 return getLimitedValue< sal_uInt32, sal_Int64 >( rValue.toInt64( 16 ), 0, SAL_MAX_UINT32 ); in decodeUnsignedHex()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx635 if(SAL_MAX_UINT32 != rPN.mnI) in getB2DPolyPolygon()
661 pPNCurr->mnI = SAL_MAX_UINT32; in getB2DPolyPolygon()
665 while(pPNCurr != &rPN && SAL_MAX_UINT32 != pPNCurr->mnI); in getB2DPolyPolygon()
/trunk/main/idlc/source/
H A Dastexpression.cxx354 if (ev->u.hval < 0 || ev->u.hval > SAL_MAX_UINT32) in coerce_value()
360 if (ev->u.uhval > SAL_MAX_UINT32) in coerce_value()
370 if (ev->u.fval < 0.0 || ev->u.fval > SAL_MAX_UINT32) in coerce_value()
376 if (ev->u.dval < 0.0 || ev->u.dval > SAL_MAX_UINT32) in coerce_value()
/trunk/main/svl/source/items/
H A Dpoolio.cxx228 const sal_uInt32 nCount = ::std::min<size_t>( (*pArr)->size(), SAL_MAX_UINT32 ); in Store()
442 sal_uInt32 nFree = SAL_MAX_UINT32; in readTheItems()
470 if ( nFree != SAL_MAX_UINT32 ) in readTheItems()
/trunk/main/filter/source/msfilter/
H A Ddffrecordheader.cxx37 …if ( rRec.nRecLen > ( SAL_MAX_UINT32 - rRec.nFilePos ) ) // preserving overflow, optimal would be … in operator >>()
/trunk/main/sc/source/ui/inc/
H A Dcsvsplits.hxx37 const sal_uInt32 CSV_VEC_NOTFOUND = SAL_MAX_UINT32;
/trunk/main/configmgr/source/
H A Dcomponents.cxx607 osl::FileBase::RC rc = dir.getNextItem(i, SAL_MAX_UINT32); in parseFiles()
699 osl::FileBase::RC rc = dir.getNextItem(i, SAL_MAX_UINT32); in parseXcdFiles()
/trunk/main/testtools/source/bridgetest/
H A Dconstructors.cxx130 && (arguments[5] >>= arg5) && arg5 == SAL_MAX_UINT32 in initialize()
158 && arg19[0] == SAL_MAX_UINT32 in initialize()
H A Dcppobj.cxx919 Sequence< sal_uInt32 > arg19(1); arg19[0] = SAL_MAX_UINT32; in testConstructorsService()
944 SAL_MAX_UINT32, in testConstructorsService()
985 args[5] <<= SAL_MAX_UINT32; in testConstructorsService()
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx341 if ( ( nDataLen > nOldNumSO ) && ( nDataLen < SAL_MAX_UINT32 / sizeof( sal_uInt32 ) ) ) in ReadTagData()
387 if ( ( nDataLen > nOldNumSBC ) && ( nDataLen < SAL_MAX_UINT32 / sizeof( sal_uInt32 ) ) ) in ReadTagData()
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx652 if (codeSize > SAL_MAX_UINT32 - (2 + 2 + 4 + 2 + 2) in addMethod()
654 > (SAL_MAX_UINT32 - (2 + 2 + 4 + 2 + 2) in addMethod()
/trunk/main/oox/source/xls/
H A Dsheetdatacontext.cxx110 maLastCellAddress.Row = SAL_MAX_UINT32; // wraps around to 0 when incremented in SheetDataContextBase()
305 maLastCellAddress.Column = SAL_MAX_UINT32; // wraps around to 0 when incremented in importRow()
/trunk/main/basebmp/inc/basebmp/
H A Dpolypolygonrenderer.hxx48 …inline sal_Int64 toFractional( double v ) { return (sal_Int64)(v*SAL_MAX_UINT32 + (v < 0.0 ? -0.5 … in toFractional()
/trunk/main/codemaker/test/cppumaker/
H A Dtest_codemaker_cppumaker.cxx535 SAL_MAX_UINT32, test::codemaker::cppumaker::Constants::unsignedLongMax); in TEST()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx95 sal_uInt32 SdPageObjsTLB::SdPageObjsTransferable::mnListBoxDropFormatId = SAL_MAX_UINT32;
231 if (mnListBoxDropFormatId == SAL_MAX_UINT32) in GetListBoxDropFormatId()

Completed in 154 milliseconds

123