Home
last modified time | relevance | path

Searched refs:getLimitedValue (Results 26 – 35 of 35) sorted by relevance

12

/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx1710 inline Type getLimitedValue( const Type& rValue, const Type& rMin, const Type& rMax ) in getLimitedValue() function
2102 …aSpanSize.mnCols = static_cast< SCCOL >( getLimitedValue< sal_Int32 >( aIter->GetString().ToInt32(… in DataOn()
2105 …aSpanSize.mnRows = static_cast< SCROW >( getLimitedValue< sal_Int32 >( aIter->GetString().ToInt32(… in DataOn()
2941 … sal_uInt32 nSize = getLimitedValue< sal_uInt32 >( aIter->GetNumber(), 1, SC_HTML_FONTSIZES ); in FontOn()
/trunk/main/oox/inc/oox/helper/
H A Dhelper.hxx114 inline ReturnType getLimitedValue( Type nValue, Type nMin, Type nMax ) in getLimitedValue() function
/trunk/main/oox/source/drawingml/
H A Dfillpropertiesgroupcontext.cxx73 …double fPosition = getLimitedValue< double >( aAttribs.getDouble( XML_pos, 0.0 ) / 100000.0, 0.0, … in createFastChildContext()
/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx535 …sal_uInt16 nMaxSize = getLimitedValue< sal_uInt16, sal_Int32 >( nBytes, 0, maRecBuffer.getRecLeft(… in getMaxRawReadSize()
H A Dexternallinkbuffer.cxx997 …size_t nMaxCount = getLimitedValue< size_t, sal_Int64 >( nRefCount, 0, rStrm.getRemaining() / 12 ); in importExternalSheets()
H A Dpivottablebuffer.cxx966 …aAutoShowInfo.ItemCount = getLimitedValue< sal_Int32, double >( maModel.mfValue, 0, SAL_MAX_INT32 … in finalizeImport()
/trunk/main/oox/source/drawingml/chart/
H A Dtypegroupconverter.cxx519 double fOffset = getLimitedValue< double >( nOoxExplosion / 100.0, 0.0, 1.0 ); in convertPieExplosion()
/trunk/main/oox/source/dump/
H A Doledumper.cxx585 sal_Int32 nNewLen = getLimitedValue< sal_Int32, sal_Int32 >( nLen, 0, 1024 ); in dumpCharArray8()
599 sal_Int32 nNewLen = getLimitedValue< sal_Int32, sal_Int32 >( nLen, 0, 1024 ); in dumpCharArray16()
H A Ddumperbase.cxx2628 …sal_Int32 nDumpSize = getLimitedValue< sal_Int32, sal_Int64 >( mxStrm->size() - mxStrm->tell(), 0,… in dumpArray()
2664 …sal_Int32 nDumpSize = getLimitedValue< sal_Int32, sal_Int64 >( mxStrm->size() - mxStrm->tell(), 0,… in dumpCharArray()
H A Dxlsbdumper.cxx122 orRanges.resize( getLimitedValue< size_t, sal_Int32 >( nCount, 0, SAL_MAX_UINT16 ) ); in readRangeList()

Completed in 102 milliseconds

12