Searched refs:nMasterChain (Results 1 – 2 of 2) sorted by relevance
88 , nMasterChain( 0 ) in StgHeader()113 nMasterChain = STG_EOF; in Init()150 >> nMasterChain // 44 chain to the next master block in Load()176 << nMasterChain // 44 chain to the next master block in Store()201 … && ( nMasterChain == STG_FREE || nMasterChain == STG_EOF || ( nMasterChain >=0 && nMaster > 0 ) ) in Check()250 if( n != nMasterChain ) in SetFATChain()251 bDirty = sal_True, nMasterChain = n; in SetFATChain()
61 sal_Int32 nMasterChain; // 44 chain to the next master block member in StgHeader84 sal_Int32 GetFATChain() const { return nMasterChain; } in GetFATChain()
Completed in 12 milliseconds