LibreOffice Module sc (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
ScMyOpenCloseColumnRowGroup Class Reference

#include <XMLColumnRowGroupExport.hxx>

Collaboration diagram for ScMyOpenCloseColumnRowGroup:
[legend]

Public Member Functions

 ScMyOpenCloseColumnRowGroup (ScXMLExport &rExport, sal_uInt32 nToken)
 
 ~ScMyOpenCloseColumnRowGroup ()
 
void NewTable ()
 
void AddGroup (const ScMyColumnRowGroup &aGroup, const sal_Int32 nEndField)
 
bool IsGroupStart (const sal_Int32 nField)
 
void OpenGroups (const sal_Int32 nField)
 
bool IsGroupEnd (const sal_Int32 nField)
 
void CloseGroups (const sal_Int32 nField)
 
sal_Int32 GetLast ()
 
void Sort ()
 

Private Member Functions

void OpenGroup (const ScMyColumnRowGroup &rGroup)
 

Private Attributes

ScXMLExportrExport
 
const OUString rName
 
ScMyColumnRowGroupVec aTableStart
 
ScMyFieldGroupVec aTableEnd
 

Detailed Description

Definition at line 40 of file XMLColumnRowGroupExport.hxx.

Constructor & Destructor Documentation

◆ ScMyOpenCloseColumnRowGroup()

ScMyOpenCloseColumnRowGroup::ScMyOpenCloseColumnRowGroup ( ScXMLExport rExport,
sal_uInt32  nToken 
)

Definition at line 48 of file XMLColumnRowGroupExport.cxx.

References GetXMLToken(), and XML_NAMESPACE_TABLE.

◆ ~ScMyOpenCloseColumnRowGroup()

ScMyOpenCloseColumnRowGroup::~ScMyOpenCloseColumnRowGroup ( )

Definition at line 54 of file XMLColumnRowGroupExport.cxx.

Member Function Documentation

◆ AddGroup()

void ScMyOpenCloseColumnRowGroup::AddGroup ( const ScMyColumnRowGroup aGroup,
const sal_Int32  nEndField 
)

Definition at line 64 of file XMLColumnRowGroupExport.cxx.

References aTableEnd, and aTableStart.

Referenced by ScXMLExport::FillFieldGroup().

◆ CloseGroups()

void ScMyOpenCloseColumnRowGroup::CloseGroups ( const sal_Int32  nField)

Definition at line 114 of file XMLColumnRowGroupExport.cxx.

References aTableEnd, SvXMLExport::EndElement(), rExport, and rName.

◆ GetLast()

sal_Int32 ScMyOpenCloseColumnRowGroup::GetLast ( )

Definition at line 130 of file XMLColumnRowGroupExport.cxx.

References aTableEnd, and i.

◆ IsGroupEnd()

bool ScMyOpenCloseColumnRowGroup::IsGroupEnd ( const sal_Int32  nField)

Definition at line 109 of file XMLColumnRowGroupExport.cxx.

References aTableEnd.

◆ IsGroupStart()

bool ScMyOpenCloseColumnRowGroup::IsGroupStart ( const sal_Int32  nField)

Definition at line 70 of file XMLColumnRowGroupExport.cxx.

References aTableStart.

◆ NewTable()

void ScMyOpenCloseColumnRowGroup::NewTable ( )

Definition at line 58 of file XMLColumnRowGroupExport.cxx.

References aTableEnd, and aTableStart.

◆ OpenGroup()

void ScMyOpenCloseColumnRowGroup::OpenGroup ( const ScMyColumnRowGroup rGroup)
private

◆ OpenGroups()

void ScMyOpenCloseColumnRowGroup::OpenGroups ( const sal_Int32  nField)

Definition at line 93 of file XMLColumnRowGroupExport.cxx.

References aTableStart, and OpenGroup().

◆ Sort()

void ScMyOpenCloseColumnRowGroup::Sort ( )

Definition at line 142 of file XMLColumnRowGroupExport.cxx.

References aTableEnd, and aTableStart.

Referenced by ScXMLExport::FillFieldGroup().

Member Data Documentation

◆ aTableEnd

ScMyFieldGroupVec ScMyOpenCloseColumnRowGroup::aTableEnd
private

Definition at line 45 of file XMLColumnRowGroupExport.hxx.

Referenced by AddGroup(), CloseGroups(), GetLast(), IsGroupEnd(), NewTable(), and Sort().

◆ aTableStart

ScMyColumnRowGroupVec ScMyOpenCloseColumnRowGroup::aTableStart
private

Definition at line 44 of file XMLColumnRowGroupExport.hxx.

Referenced by AddGroup(), IsGroupStart(), NewTable(), OpenGroups(), and Sort().

◆ rExport

ScXMLExport& ScMyOpenCloseColumnRowGroup::rExport
private

Definition at line 42 of file XMLColumnRowGroupExport.hxx.

Referenced by CloseGroups(), and OpenGroup().

◆ rName

const OUString ScMyOpenCloseColumnRowGroup::rName
private

Definition at line 43 of file XMLColumnRowGroupExport.hxx.

Referenced by CloseGroups(), and OpenGroup().


The documentation for this class was generated from the following files: