StarFormatManager Class Reference

the main class to read/. More...

#include <StarFormatManager.hxx>

List of all members.

Public Member Functions

 StarFormatManager ()
 constructor
virtual ~StarFormatManager ()
 destructor
bool readSWFormatDef (StarZone &zone, char kind, shared_ptr< StarFormatManagerInternal::FormatDef > &format, StarObject &doc)
 try to read a format zone : 'f' or 'l' or 'o' or 'r' or 's'(in TOCX)
bool readSWNumberFormatterList (StarZone &zone)
 try to read a number formatter type : 'q'
bool readSWFlyFrameList (StarZone &zone, StarObject &doc)
 try to read a fly frame list : 'F' (list of 'l' or 'o')
bool readSWPatternLCL (StarZone &zone)
 try to read a format pattern LCL : 'P' (list of 'D') (child of a TOXs)
bool readNumberFormat (StarZone &zone, long endPos, StarObject &doc)
 try to read a number format (find in attribute)
bool readNumberFormatter (StarZone &zone)
 try to read number formatter type
void updateNumberingProperties (STOFFCell &cell) const
 try to update the cell's data

Private Attributes

shared_ptr
< StarFormatManagerInternal::State
m_state
 the state

Detailed Description

the main class to read/.

. a StarOffice sdw format


Constructor & Destructor Documentation

destructor


Member Function Documentation

bool StarFormatManager::readNumberFormat ( StarZone zone,
long  endPos,
StarObject doc 
)

try to read a number format (find in attribute)

try to read number formatter type

Referenced by readSWNumberFormatterList().

try to read a fly frame list : 'F' (list of 'l' or 'o')

bool StarFormatManager::readSWFormatDef ( StarZone zone,
char  kind,
shared_ptr< StarFormatManagerInternal::FormatDef > &  format,
StarObject doc 
)

try to read a format zone : 'f' or 'l' or 'o' or 'r' or 's'(in TOCX)

Referenced by readSWFlyFrameList().

try to read a number formatter type : 'q'

try to read a format pattern LCL : 'P' (list of 'D') (child of a TOXs)

try to update the cell's data


Member Data Documentation


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