|
LibreOffice Module sc (master) 1
|
#include <XMLColumnRowGroupExport.hxx>
Public Member Functions | |
| ScMyColumnRowGroup () | |
| bool | operator< (const ScMyColumnRowGroup &rGroup) const |
Public Attributes | |
| sal_Int32 | nField |
| sal_Int16 | nLevel |
| bool | bDisplay |
Definition at line 26 of file XMLColumnRowGroupExport.hxx.
| ScMyColumnRowGroup::ScMyColumnRowGroup | ( | ) |
Definition at line 30 of file XMLColumnRowGroupExport.cxx.
| bool ScMyColumnRowGroup::operator< | ( | const ScMyColumnRowGroup & | rGroup | ) | const |
Definition at line 37 of file XMLColumnRowGroupExport.cxx.
| bool ScMyColumnRowGroup::bDisplay |
Definition at line 30 of file XMLColumnRowGroupExport.hxx.
Referenced by ScXMLExport::FillFieldGroup(), and ScMyOpenCloseColumnRowGroup::OpenGroup().
| sal_Int32 ScMyColumnRowGroup::nField |
Definition at line 28 of file XMLColumnRowGroupExport.hxx.
Referenced by ScXMLExport::FillFieldGroup(), and operator<().
| sal_Int16 ScMyColumnRowGroup::nLevel |
Definition at line 29 of file XMLColumnRowGroupExport.hxx.
Referenced by ScXMLExport::FillFieldGroup(), and operator<().