Ananas Library 0.9.5
|
#include <acalctemplate.h>
Protected Member Functions | |
virtual bool | getNodeTags (QDomNode node, const QString &tagname, bool params) |
virtual void | insertTagsValues (QDomNode node, const QString &tagName) |
QDomNode | getCellNode (QDomNode node) |
Protected Member Functions inherited from aOOTemplate | |
void | searchTags (QDomNode node, const QString &sname) |
void | insertRowValues (QDomNode node) |
void | clearTags (QDomNode node, bool section) |
void | clearRow (QDomNode node) |
Additional Inherited Members | |
Public Member Functions inherited from aOOTemplate | |
virtual bool | open (const QString &fname) |
virtual void | close () |
virtual void | clear () |
virtual QString | getValue (const QString &name) |
virtual void | setValue (const QString &name, const QString &value) |
virtual QString | exec (const QString &sname) |
virtual QString | result () |
virtual bool | save (const QString &fname) |
virtual void | setDir (const QString &dirName) |
virtual QString | getDir () |
virtual void | cleanUpTags () |
virtual bool | lineFeedRemove (const QString &filename) |
Public Member Functions inherited from iTemplate | |
iTemplate () | |
virtual | ~iTemplate () |
Protected Attributes inherited from aOOTemplate | |
QString | copyName |
QString | templateDir |
QMap< QString, QString > | values |
QDomDocument | docTpl |
QDomDocument | docStyle |
Class for work with pattern in OpenOffice Calc format
|
protectedvirtual |
Return true, if node contain tag
node | - context for searching |
sname | - tag name |
params | - true, if find simple tag and false, if section |
Reimplemented from aOOTemplate.
|
protectedvirtual |
Addes to tag value of parametr tagName
node | - context |
sname | - tag name |
Reimplemented from aOOTemplate.
References aOOTemplate::getValue(), and aLog::print().