Home
last modified time | relevance | path

Searched refs:lcbCmds (Results 1 – 7 of 7) sorted by relevance

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

Completed in 131 milliseconds