Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dwrtww8.cxx3715 pFib->lcbCmds = pStream->Tell(); in RestoreMacroCmds()
3718 sal_uInt8 *pBuffer = new sal_uInt8[pFib->lcbCmds]; in RestoreMacroCmds()
3719 pStream->Read(pBuffer, pFib->lcbCmds); in RestoreMacroCmds()
3720 pTableStrm->Write(pBuffer, pFib->lcbCmds); in RestoreMacroCmds()
3732 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.hxx1247 sal_Int32 lcbCmds; // 0x11c member in WW8Fib
H A Dww8scan.cxx5563 lcbCmds = Readcb(rSt, eVer); in WW8Fib()
6003 Set_UInt32( pData, lcbCmds ); in Write()
/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1037 sal_Int32 lcbCmds; // 0x11c member in WW8Fib
H A Dww8scan.cxx5035 rSt >> lcbCmds; in WW8Fib()
5394 Set_UInt32( pData, lcbCmds ); in Write()
H A Ddump8a.cxx665 *pOut << "\tlcbCmds: " << lcbCmds << endl1; in Dump()