Home
last modified time | relevance | path

Searched refs:sal_Size (Results 101 – 125 of 226) sorted by last modified time

12345678910

/trunk/main/sc/source/filter/inc/
H A Dexcrecds.hxx73 virtual sal_Size GetLen() const = 0;
93 virtual sal_Size GetLen() const;
146 virtual sal_Size GetLen( void ) const;
176 virtual sal_Size GetLen( void ) const;
191 virtual sal_Size GetLen( void ) const;
213 static const sal_Size nMyLen;
256 static const sal_Size nMyLen;
268 static const sal_Size nMyLen;
292 sal_Size nStrPos;
319 virtual sal_Size GetLen() const;
[all …]
H A Dformel.hxx211 …virtual ConvErr Convert( const ScTokenArray*& rpErg, XclImpStream& rStrm, sal_Size nFormulaLen,
213 virtual ConvErr Convert( _ScRangeListTabs&, XclImpStream& rStrm, sal_Size nFormulaLen,
H A Dfprogressbar.hxx118 sal_Int32 AddSegment( sal_Size nSize );
135 void ProgressAbs( sal_Size nPos );
137 void Progress( sal_Size nDelta = 1 );
155 void IncreaseProgressBar( sal_Size nDelta );
164 sal_Size mnSize; /// Size of this segment.
165 sal_Size mnPos; /// Current position of this segment.
167 explicit ScfProgressSegment( sal_Size nSize );
183 sal_Size mnTotalSize; /// Total size of all segments.
184 sal_Size mnTotalPos; /// Sum of positions of all segments.
186 sal_Size mnNextUnitPos; /// Limit for next system progress call.
[all …]
H A DXclExpChangeTrack.hxx57 virtual sal_Size GetLen() const;
93 virtual sal_Size GetLen() const;
106 virtual sal_Size GetLen() const;
119 virtual sal_Size GetLen() const;
132 virtual sal_Size GetLen() const;
145 virtual sal_Size GetLen() const;
158 virtual sal_Size GetLen() const;
174 virtual sal_Size GetLen() const;
189 virtual sal_Size GetLen() const;
208 virtual sal_Size GetLen() const;
[all …]
/trunk/main/sc/source/filter/ftools/
H A Dfprogressbar.cxx32 ScfProgressBar::ScfProgressSegment::ScfProgressSegment( sal_Size nSize ) : in ScfProgressSegment()
118 void ScfProgressBar::IncreaseProgressBar( sal_Size nDelta ) in IncreaseProgressBar()
120 sal_Size nNewPos = mnTotalPos + nDelta; in IncreaseProgressBar()
126 sal_Size nParentPos = static_cast< sal_Size >( in IncreaseProgressBar()
147 sal_Int32 ScfProgressBar::AddSegment( sal_Size nSize ) in AddSegment()
184 void ScfProgressBar::ProgressAbs( sal_Size nPos ) in ProgressAbs()
199 void ScfProgressBar::Progress( sal_Size nDelta ) in Progress()
212 ScfSimpleProgressBar::ScfSimpleProgressBar( sal_Size nSize, SfxObjectShell* pDocShell, sal_uInt16 n… in ScfSimpleProgressBar()
218 void ScfSimpleProgressBar::Init( sal_Size nSize ) in Init()
246 sal_Size nPos = mrStrm.Tell(); in Init()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxilink.cxx263 sal_Size nReadCount = rStrm.GetRecLeft() / 2; in ReadTabid()
267 for( sal_Size nIndex = 0; rStrm.IsValid() && (nIndex < nReadCount); ++nIndex ) in ReadTabid()
590 …DBG_ASSERT( static_cast< sal_Size >( nXtiCount * 6 ) == rStrm.GetRecLeft(), "XclImpLinkManagerImpl… in ReadExternsheet()
591 …nXtiCount = static_cast< sal_uInt16 >( ::std::min< sal_Size >( nXtiCount, rStrm.GetRecLeft() / 6 )… in ReadExternsheet()
H A Dxistream.cxx349 const SvStream& rStrm, sal_Size nNextPos, sal_Size nCurrSize, in Set()
363 SvStream& rStrm, sal_Size& rnNextPos, sal_Size& rnCurrSize, in Get()
455 sal_Size nZeroRecCount = 5; in StartNextRecord()
576 sal_Size XclImpStream::GetRecSize() in GetRecSize()
589 sal_Size XclImpStream::GetRecLeft() in GetRecLeft()
798 sal_Size XclImpStream::Read( void* pData, sal_Size nBytes ) in Read()
800 sal_Size nRet = 0; in Read()
823 sal_Size XclImpStream::CopyToStream( SvStream& rOutStrm, sal_Size nBytes ) in CopyToStream()
825 sal_Size nRet = 0; in CopyToStream()
847 sal_Size nRet = 0; in CopyRecordToStream()
[all …]
H A Dxistyle.cxx104 DBG_ASSERT( rStrm.GetRecLeft() == static_cast< sal_Size >( 4 * nCount ), in ReadPalette()
H A Dxichart.cxx4247 sal_Size XclImpChart::GetProgressSize() const in GetProgressSize()
H A Dxiescher.cxx441 sal_Size XclImpDrawObjBase::GetProgressSize() const in GetProgressSize()
819 sal_Size XclImpDrawObjBase::DoGetProgressSize() const in DoGetProgressSize()
968 sal_Size XclImpDrawObjVector::GetProgressSize() const in GetProgressSize()
970 sal_Size nProgressSize = 0; in GetProgressSize()
1026 sal_Size XclImpGroupObj::DoGetProgressSize() const in DoGetProgressSize()
1711 sal_Size XclImpChartObj::DoGetProgressSize() const in DoGetProgressSize()
2633 sal_Size nRecEnd = rStrm.GetRecPos() + nRecLeft; in ReadFullLbsData()
3242 void XclImpDffConverter::Progress( sal_Size nDelta ) in Progress()
3605 sal_Size nEndPos = rDgHeader.GetRecEndFilePos(); in ProcessDgContainer()
3867 sal_Size XclImpDrawing::GetProgressSize() const in GetProgressSize()
[all …]
H A Dxepivot.cxx300 sal_Size XclExpPCField::GetIndexSize() const in GetIndexSize()
893 sal_Size nRecSize = 0; in WriteSxindexlistList()
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()
H A Dxestream.cxx197 sal_Size XclExpStream::Write( const void* pData, sal_Size nBytes ) in Write()
199 sal_Size nRet = 0; in Write()
210 sal_Size nWriteLen = ::std::min< sal_Size >( PrepareWrite(), nBytesLeft ); in Write()
242 sal_Size nBytesLeft = nBytes; in WriteZeroBytes()
245 sal_Size nWriteLen = ::std::min< sal_Size >( PrepareWrite(), nBytesLeft ); in WriteZeroBytes()
266 sal_Size XclExpStream::CopyFromStream( SvStream& rInStrm, sal_Size nBytes ) in CopyFromStream()
274 sal_Size nRet = 0; in CopyFromStream()
350 sal_Size nLen = ::std::min< sal_Size >( rString.Len(), nMaxLen ); in WriteByteString()
392 sal_Size XclExpStream::SetSvStreamPos( sal_Size nPos ) in SetSvStreamPos()
471 sal_Size nBytesLeft = nBytes; in WriteRawZeroBytes()
[all …]
H A Dxestring.cxx323 sal_Size XclExpString::GetBufferSize() const in GetBufferSize()
328 sal_Size XclExpString::GetSize() const in GetSize()
H A Dxestyle.cxx966 sal_Size nStrLen = maData.maName.Len(); in XclExpFont()
H A Dxetable.cxx488 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos ) : in XclExpCellBase()
517 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos, sal_uInt32 nXFId ) : in XclExpSingleCellBase()
525 sal_uInt16 nRecId, sal_Size nContSize, const XclAddress& rXclPos, in XclExpSingleCellBase()
1084 sal_uInt16 nRecId, sal_uInt16 nMulRecId, sal_Size nContSize, const XclAddress& rXclPos ) : in XclExpMultiCellBase()
1146 sal_Size nTotalSize = GetRecSize() + (2 + mnContSize) * nCount; in Save()
H A Dexcform8.cxx93 ConvErr ExcelToSc8::Convert( const ScTokenArray*& rpTokArray, XclImpStream& aIn, sal_Size nFormulaL… in Convert()
125 sal_Size nEndPos = aIn.GetRecPos() + nFormulaLen; in Convert()
875 ConvErr ExcelToSc8::Convert( _ScRangeListTabs& rRangeList, XclImpStream& aIn, sal_Size nFormulaLen,… in Convert()
898 sal_Size nEndPos = aIn.GetRecPos() + nFormulaLen; in Convert()
1217 ConvErr ExcelToSc8::ConvertExternName( const ScTokenArray*& rpArray, XclImpStream& rStrm, sal_Size in ConvertExternName()
1249 sal_Size nEndPos = rStrm.GetRecPos() + nFormulaLen; in ConvertExternName()
1426 sal_Bool ExcelToSc8::GetAbsRefs( ScRangeList& r, XclImpStream& aIn, sal_Size nLen ) in GetAbsRefs()
1433 sal_Size nSeek; in GetAbsRefs()
1435 sal_Size nEndPos = aIn.GetRecPos() + nLen; in GetAbsRefs()
H A Dexcrecds.cxx165 sal_Size ExcEmptyRec::GetLen() const in GetLen()
212 sal_Size ExcBoolRecord::GetLen( void ) const in GetLen()
251 sal_Size ExcBof::GetLen( void ) const in GetLen()
281 sal_Size ExcBofW::GetLen( void ) const in GetLen()
296 sal_Size ExcEof::GetLen( void ) const in GetLen()
305 sal_Size ExcDummy_00::GetLen( void ) const in GetLen()
320 sal_Size ExcDummy_040::GetLen( void ) const in GetLen()
334 sal_Size ExcDummy_041::GetLen( void ) const in GetLen()
426 sal_Size ExcBundlesheet::GetLen() const in GetLen()
434 sal_Size ExcDummy_02a::GetLen( void ) const in GetLen()
[all …]
H A Dread.cxx94 sal_Size nProgressBasePos = 0; in Read()
95 sal_Size nProgressBaseSize = 0; in Read()
821 sal_Size nProgressBasePos = 0; in Read()
822 sal_Size nProgressBaseSize = 0; in Read()
H A Dxechart.cxx437 sal_uInt16 nFrType, sal_uInt16 nRecId, sal_Size nRecSize ) : in XclExpChGroupBase()
483 XclFutureRecType eRecType, sal_uInt16 nRecId, sal_Size nRecSize ) : in XclExpChFutureRecordBase()
1081 sal_Size nRecSize = (1 + mxString->GetFormatsCount()) * ((GetBiff() == EXC_BIFF8) ? 2 : 1); in Save()
H A Dimpop.cxx496 DBG_ASSERT( aIn.GetRecLeft() == (sal_Size)(nColMac - nColMic) * 3 + 2, in Columndefault()
H A Dexcform.cxx192 ConvErr ExcelToSc::Convert( const ScTokenArray*& pErgebnis, XclImpStream& aIn, sal_Size nFormulaLen… in Convert()
228 sal_Size nEndPos = aIn.GetRecPos() + nFormulaLen; in Convert()
893 ConvErr ExcelToSc::Convert( _ScRangeListTabs& rRangeList, XclImpStream& aIn, sal_Size nFormulaLen, … in Convert()
897 sal_Size nIgnore; in Convert()
921 sal_Size nEndPos = aIn.GetRecPos() + nFormulaLen; in Convert()
1317 …ertExternName( const ScTokenArray*& /*rpArray*/, XclImpStream& /*rStrm*/, sal_Size /*nFormulaLen*/, in ConvertExternName() argument
1324 sal_Bool ExcelToSc::GetAbsRefs( ScRangeList& rRangeList, XclImpStream& rStrm, sal_Size nLen ) in GetAbsRefs()
1337 sal_Size nSeek; in GetAbsRefs()
1338 sal_Size nEndPos = rStrm.GetRecPos() + nLen; in GetAbsRefs()
1759 sal_Bool ExcelToSc::GetShrFmla( const ScTokenArray*& rpErgebnis, XclImpStream& aIn, sal_Size nFormu… in GetShrFmla()
/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()
/trunk/main/sal/workben/
H A Dt_cipher.c323 sal_Size length; in main()
/trunk/main/sal/textenc/
H A Dtextcvt.c30 static sal_Size ImplDummyToUnicode( const sal_Char* pSrcBuf, sal_Size nSrcBytes, in ImplDummyToUnicode()
31 sal_Unicode* pDestBuf, sal_Size nDestChars, in ImplDummyToUnicode()
33 sal_Size* pSrcCvtBytes ) in ImplDummyToUnicode()
69 static sal_Size ImplUnicodeToDummy( const sal_Unicode* pSrcBuf, sal_Size nSrcChars, in ImplUnicodeToDummy()
70 sal_Char* pDestBuf, sal_Size nDestBytes, in ImplUnicodeToDummy()
72 sal_Size* pSrcCvtChars ) in ImplUnicodeToDummy()
157 sal_Size SAL_CALL rtl_convertTextToUnicode( rtl_TextToUnicodeConverter hConverter, in rtl_convertTextToUnicode()
162 sal_Size* pSrcCvtBytes ) in rtl_convertTextToUnicode()
236 sal_Size SAL_CALL rtl_convertUnicodeToText( rtl_UnicodeToTextConverter hConverter, in rtl_convertUnicodeToText()
239 sal_Char* pDestBuf, sal_Size nDestBytes, in rtl_convertUnicodeToText()
[all …]

Completed in 223 milliseconds

12345678910