Lines Matching refs:sal_uLong
1088 StgTmpStrm::StgTmpStrm( sal_uLong nInitSize ) in StgTmpStrm()
1102 sal_uLong n = rSrc.GetSize(); in Copy()
1103 sal_uLong nCur = rSrc.Tell(); in Copy()
1112 sal_uLong nn = n; in Copy()
1140 sal_uLong StgTmpStrm::GetSize() const in GetSize()
1142 sal_uLong n; in GetSize()
1145 sal_uLong old = pStrm->Tell(); in GetSize()
1154 void StgTmpStrm::SetSize( sal_uLong n ) in SetSize()
1164 sal_uLong nCur = Tell(); in SetSize()
1165 sal_uLong i = nEndOfData; in SetSize()
1172 sal_uLong nb = ( i > 4096 ) ? 4096 : i; in SetSize()
1208 sal_uLong nCur = Tell(); in SetSize()
1219 sal_uLong StgTmpStrm::GetData( void* pData, sal_uLong n ) in GetData()
1231 sal_uLong StgTmpStrm::PutData( const void* pData, sal_uLong n ) in PutData()
1251 sal_uLong StgTmpStrm::SeekPos( sal_uLong n ) in SeekPos()