Home
last modified time | relevance | path

Searched refs:mnOldPos (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxistream.cxx48 mnOldPos( STREAM_SEEK_TO_END ), in XclImpDecrypter()
56 mnOldPos( STREAM_SEEK_TO_END ), in XclImpDecrypter()
92 if( (mnOldPos != nNewPos) || (mnRecSize != nRecSize) ) in Update()
94 OnUpdate( mnOldPos, nNewPos, nRecSize ); in Update()
95 mnOldPos = nNewPos; in Update()
110 mnOldPos = rStrm.Tell(); in Read()
H A Dxestream.cxx485 mnOldPos(STREAM_SEEK_TO_END), in XclExpBiff8Encrypter()
636 if (mnOldPos != nStrmPos) in EncryptBytes()
638 sal_uInt16 nOldOffset = GetOffsetInBlock(mnOldPos); in EncryptBytes()
639 sal_uInt32 nOldBlockPos = GetBlockPos(mnOldPos); in EncryptBytes()
675 mnOldPos = nStrmPos; in EncryptBytes()
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx88 long mnOldPos; member
1296 nIndexOne = pOne->mnOldPos; in Compare()
1307 nIndexTwo = pTwo->mnOldPos; in Compare()
1765 pData->mnOldPos, pData->mnCurPos ); in ResortModified()
1859 mnOldPos = nPos; in SortListData()
/trunk/main/sc/source/filter/inc/
H A Dxestream.hxx253 sal_Size mnOldPos; /// Last known stream position member in XclExpBiff8Encrypter
H A Dxistream.hxx93 sal_Size mnOldPos; /// Last known stream position. member in XclImpDecrypter

Completed in 31 milliseconds