LibreOffice Module svl (master) 1
|
Print 2-dimensional data in a nice and pleasant fashion. More...
#include <gridprinter.hxx>
Classes | |
struct | Impl |
Public Member Functions | |
GridPrinter (size_t nRows, size_t nCols, bool bPrint) | |
~GridPrinter () | |
void | set (size_t nRow, size_t nCol, const OUString &rStr) |
void | print (const char *pHeader) const |
Private Attributes | |
std::unique_ptr< Impl > | mpImpl |
Print 2-dimensional data in a nice and pleasant fashion.
Useful when debugging grid layout data.
Definition at line 23 of file gridprinter.hxx.
svl::GridPrinter::GridPrinter | ( | size_t | nRows, |
size_t | nCols, | ||
bool | bPrint | ||
) |
Definition at line 59 of file gridprinter.cxx.
svl::GridPrinter::~GridPrinter | ( | ) |
Definition at line 62 of file gridprinter.cxx.
void svl::GridPrinter::print | ( | const char * | pHeader | ) | const |
void svl::GridPrinter::set | ( | size_t | nRow, |
size_t | nCol, | ||
const OUString & | rStr | ||
) |
Definition at line 66 of file gridprinter.cxx.
References mpImpl.
|
private |
Definition at line 26 of file gridprinter.hxx.