Home
last modified time | relevance | path

Searched refs:lcbCmds (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4190 if (pWwFib->lcbCmds) in StoreMacroCmds()
4203 sal_uInt8 *pBuffer = new sal_uInt8[pWwFib->lcbCmds]; in StoreMacroCmds()
4204 pTableStream->Read(pBuffer, pWwFib->lcbCmds); in StoreMacroCmds()
4205 pStream->Write(pBuffer, pWwFib->lcbCmds); in StoreMacroCmds()
H A Dww8scan.cxx5564 lcbCmds = Readcb(rSt, eVer); in WW8Fib()
6004 Set_UInt32( pData, lcbCmds ); in Write()
H A Dww8scan.hxx1248 sal_Int32 lcbCmds; // 0x11c member in WW8Fib
H A Dwrtww8.cxx3716 pFib->lcbCmds = pStream->Tell(); in RestoreMacroCmds()
3719 sal_uInt8 *pBuffer = new sal_uInt8[pFib->lcbCmds]; in RestoreMacroCmds()
3720 pStream->Read(pBuffer, pFib->lcbCmds); in RestoreMacroCmds()
3721 pTableStrm->Write(pBuffer, pFib->lcbCmds); in RestoreMacroCmds()
3733 pFib->lcbCmds = pTableStrm->Tell() - pFib->fcCmds; in RestoreMacroCmds()
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx665 *pOut << "\tlcbCmds: " << lcbCmds << endl1; in Dump()
H A Dww8scan.cxx5036 rSt >> lcbCmds; in WW8Fib()
5395 Set_UInt32( pData, lcbCmds ); in Write()
H A Dww8scan.hxx1037 sal_Int32 lcbCmds; // 0x11c member in WW8Fib

Completed in 190 milliseconds