Lines Matching refs:sal_Int64

76 const sal_Int64 OOX_DUMP_MAXARRAY       = 16;
266 appendString( rStr, OUString::valueOf( static_cast< sal_Int64 >( nData ) ), nWidth, cFill ); in appendDec()
281 aBuffer.append( OUString::valueOf( static_cast< sal_Int64 >( nData / 10 ) ) ); in appendDec()
286 void StringHelper::appendDec( OUStringBuffer& rStr, sal_Int64 nData, sal_Int32 nWidth, sal_Unicode … in appendDec()
339 void StringHelper::appendHex( OUStringBuffer& rStr, sal_Int64 nData, bool bPrefix ) in appendHex()
395 void StringHelper::appendShortHex( OUStringBuffer& rStr, sal_Int64 nData, bool bPrefix ) in appendShortHex()
456 void StringHelper::appendBin( OUStringBuffer& rStr, sal_Int64 nData, bool bDots ) in appendBin()
619 void StringHelper::appendToken( OUStringBuffer& rStr, sal_Int64 nToken, sal_Unicode cSep ) in appendToken()
633 void StringHelper::prependToken( OUStringBuffer& rStr, sal_Int64 nToken, sal_Unicode cSep ) in prependToken()
645 void StringHelper::appendIndex( OUStringBuffer& rStr, sal_Int64 nIdx ) in appendIndex()
658 void StringHelper::appendIndexedText( OUStringBuffer& rStr, const OUString& rData, sal_Int64 nIdx ) in appendIndexedText()
805 bool StringHelper::convertFromDec( sal_Int64& ornData, const OUString& rData ) in convertFromDec()
828 bool StringHelper::convertFromHex( sal_Int64& ornData, const OUString& rData ) in convertFromHex()
847 bool StringHelper::convertStringToInt( sal_Int64& ornData, const OUString& rData ) in convertStringToInt()
868 sal_Int64 nData; in convertStringToBool()
911 sal_Int64 nData; in convertStringToIntList()
1029 TextInputStream& /*rStrm*/, sal_Int64 /*nKey*/, const OUString& /*rData*/ ) in implProcessConfigItemInt() argument
1086 sal_Int64 nKey; in processConfigItem()
1099 void NameListBase::setName( sal_Int64 nKey, const String& rName ) in setName()
1131 TextInputStream& /*rStrm*/, sal_Int64 nKey, const OUString& rData ) in implProcessConfigItemInt()
1136 void NameListBase::insertRawName( sal_Int64 nKey, const OUString& rName ) in insertRawName()
1141 const OUString* NameListBase::findRawName( sal_Int64 nKey ) const in findRawName()
1192 void ConstList::implSetName( sal_Int64 nKey, const OUString& rName ) in implSetName()
1197 OUString ConstList::implGetName( const Config& /*rCfg*/, sal_Int64 nKey ) const in implGetName()
1232 void MultiList::setNamesFromVec( sal_Int64 nStartKey, const OUStringVector& rNames ) in setNamesFromVec()
1234 sal_Int64 nKey = nStartKey; in setNamesFromVec()
1249 void MultiList::implSetName( sal_Int64 nKey, const OUString& rName ) in implSetName()
1269 sal_Int64 nIgnore; in implProcessConfigItemStr()
1279 void FlagsList::implSetName( sal_Int64 nKey, const OUString& rName ) in implSetName()
1285 OUString FlagsList::implGetName( const Config& /*rCfg*/, sal_Int64 nKey ) const in implGetName()
1287 sal_Int64 nFound = mnIgnore; in implGetName()
1292 sal_Int64 nMask = aIt->first; in implGetName()
1361 void CombiList::implSetName( sal_Int64 nKey, const OUString& rName ) in implSetName()
1400 OUString CombiList::implGetName( const Config& rCfg, sal_Int64 nKey ) const in implGetName()
1402 sal_Int64 nFound = 0; in implGetName()
1408 sal_Int64 nMask = rMapKey.mnKey; in implGetName()
1419 sal_Int64 nSValue = static_cast< sal_Int64 >( nUValue ); in implGetName()
1421 setFlag( nSValue, static_cast< sal_Int64 >( ~nUMask ) ); in implGetName()
1442 … OUString aValueName = rCfg.getName( rItemFmt.maListName, static_cast< sal_Int64 >( nUValue ) ); in implGetName()
1470 void UnitConverter::implSetName( sal_Int64 /*nKey*/, const OUString& /*rName*/ ) in implSetName() argument
1475 OUString UnitConverter::implGetName( const Config& rCfg, sal_Int64 nKey ) const in implGetName()
1619 sal_Int64 nStartKey; in createShortList()
1886 void Output::resetItemIndex( sal_Int64 nIdx ) in resetItemIndex()
2525 void InputObjectBase::skipBlock( sal_Int64 nBytes, bool bShowSize ) in skipBlock()
2527 sal_Int64 nEndPos = ::std::min< sal_Int64 >( mxStrm->tell() + nBytes, mxStrm->size() ); in skipBlock()
2536 void InputObjectBase::dumpRawBinary( sal_Int64 nBytes, bool bShowOffset, bool bStream ) in dumpRawBinary()
2544 sal_Int64 nMaxShowSize = cfg().getIntOption< sal_Int64 >( in dumpRawBinary()
2548sal_Int64 nEndPos = bSeekable ? ::std::min< sal_Int64 >( mxStrm->tell() + nBytes, mxStrm->size() )… in dumpRawBinary()
2549sal_Int64 nDumpEnd = bSeekable ? ::std::min< sal_Int64 >( mxStrm->tell() + nMaxShowSize, nEndPos )… in dumpRawBinary()
2550 sal_Int64 nPos = bSeekable ? mxStrm->tell() : 0; in dumpRawBinary()
2590 void InputObjectBase::dumpBinary( const String& rName, sal_Int64 nBytes, bool bShowOffset ) in dumpBinary()
2601 void InputObjectBase::dumpRemaining( sal_Int64 nBytes ) in dumpRemaining()
2612 void InputObjectBase::dumpRemainingTo( sal_Int64 nPos ) in dumpRemainingTo()
2628 …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()
2733 sal_Int64 nFileTime = dumpDec< sal_Int64 >( EMPTY_STRING ); in dumpFileTime()
2737 sal_Int64 nDays = nFileTime / sal_Int64( 360000 * 24 ); in dumpFileTime()
2739sal_Int64 nYears = (nDays - (nDays / (4 * 365)) + (nDays / (100 * 365)) - (nDays / (400 * 365))) /… in dumpFileTime()
2741 sal_Int64 nDaysInYear = nDays - (nYears * 365 + nYears / 4 - nYears / 100 + nYears / 400); in dumpFileTime()
2747 static const sal_Int64 spnDaysInMonth[] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in dumpFileTime()
2748 static const sal_Int64 spnDaysInMonthL[] = { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; in dumpFileTime()
2749 const sal_Int64* pnDaysInMonth = bLeap ? spnDaysInMonthL : spnDaysInMonth; in dumpFileTime()
2760 sal_Int64 nTimeInDay = nFileTime % sal_Int64( 360000 * 24 ); in dumpFileTime()
2820 case DATATYPE_INT64: dumpValue< sal_Int64 >( rItemFmt ); break; in dumpItem()
3054 sal_Int64 nRecPos = mxStrm->tell(); in implDump()
3123 …e::implStartRecord( BinaryInputStream& rBaseStrm, sal_Int64& ornRecPos, sal_Int64& ornRecId, sal_I… in implStartRecord()