Home
last modified time | relevance | path

Searched refs:TableGuard (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/oox/source/dump/
H A Ddumperbase.cxx2538 TableGuard aTabGuard( mxOut, in dumpRawBinary()
2919 TableGuard aTabGuard( mxOut, 8 ); in implDumpLine()
H A Doledumper.cxx362 TableGuard aTabGuard( mxOut, 15, 60 ); in implDump()
409 TableGuard aTabGuard( mxOut, 15, 25 ); in dumpSection()
489 TableGuard aTabGuard( mxOut, 10, 20 ); in dumpDictionaryProperty()
H A Dxlsbdumper.cxx148 TableGuard aTabGuard( mxOut, 14 ); in writeFontPortions()
164 TableGuard aTabGuard( mxOut, 14, 21 ); in writePhoneticPortions()
374 TableGuard aTabGuard( mxOut, 8, 18 ); in implDump()
928 TableGuard aTabGuard( mxOut, 17 ); in dumpAddDataArray()
1477 TableGuard aTabGuard( mxOut, 13, 17, 24 ); in implDumpRecordBody()
H A Dbiffdumper.cxx101 TableGuard aTabGuard( rxOut, 17 ); in lclDumpDffClientPos()
416 TableGuard aTabGuard( mxOut, 14 ); in writeFontPortions()
816 TableGuard aTabGuard( mxOut, 8, 18 ); in implDump()
1529 TableGuard aTabGuard( mxOut, 17 ); in dumpAddDataArray()
2156 TableGuard aTabGuard( mxOut, 12, 10 ); in implDumpRecordBody()
2177 TableGuard aTabGuard( mxOut, 14, 17 ); in implDumpRecordBody()
2366 TableGuard aTabGuard( mxOut, 10, 17, 24 ); in implDumpRecordBody()
2595 TableGuard aTabGuard( mxOut, 12 ); in implDumpRecordBody()
2611 TableGuard aTabGuard( mxOut, 12, 12 ); in implDumpRecordBody()
2816 TableGuard aTabGuard( mxOut, 17, 17, 17 ); in implDumpRecordBody()
H A Ddffdumper.cxx139 TableGuard aTabGuard( mxOut, 15, 16 ); in implDumpRecordBody()
310 TableGuard aTabGuard( mxOut, 11 ); in dumpDffOptPropHeader()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1190 class TableGuard class
1193 inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1 ) : in TableGuard() function in oox::dump::TableGuard
1195 inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2 ) : in TableGuard() function in oox::dump::TableGuard
1197 …inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW… in TableGuard() function in oox::dump::TableGuard
1199 …inline explicit TableGuard( const OutputRef& rxOut, sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW… in TableGuard() function in oox::dump::TableGuard
1201 inline explicit TableGuard( const OutputRef& rxOut, size_t nColCount, in TableGuard() function in oox::dump::TableGuard
1204 inline ~TableGuard() { mrOut.endTable(); } in ~TableGuard()
1208 TableGuard( const TableGuard& );
1209 TableGuard& operator=( const TableGuard& );

Completed in 94 milliseconds