Home
last modified time | relevance | path

Searched refs:lcbDggInfo (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx717 *pOut << "\tlcbDggInfo: " << lcbDggInfo << endl1; in Dump()
2383 if( pWwFib->lcbDggInfo ) in DumpDrawing()
2389 << begin1 << "Escher (DggInfo): Len: " << pWwFib->lcbDggInfo in DumpDrawing()
2392 ::DumpEscherRecs( pWwFib->fcDggInfo, (sal_uLong)pWwFib->lcbDggInfo ); in DumpDrawing()
H A Dww8scan.hxx1155 sal_Int32 lcbDggInfo; // length in bytes of the office art object table data member in WW8Fib
H A Dww8scan.cxx5101 rSt >> lcbDggInfo; in WW8Fib()
5459 Set_UInt32( pData, lcbDggInfo ); // in Ver67 leere Reserve in Write()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8scan.hxx1365 sal_Int32 lcbDggInfo; // length in bytes of the office art object table data member in WW8Fib
H A Dww8scan.cxx5631 rSt >> lcbDggInfo; in WW8Fib()
6068 Set_UInt32( pData, lcbDggInfo ); // in Ver67 leere Reserve in Write()
H A Dwrtw8esh.cxx1473 pFib->lcbDggInfo = pTableStrm->Tell() - nStart; in WriteEscher()