LibreOffice Module writerperfect (master) 1
Classes | Namespaces | Functions
txtparai.hxx File Reference
#include <map>
#include <librevenge/librevenge.h>
#include "xmlictxt.hxx"
Include dependency graph for txtparai.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  writerperfect::exp::XMLParaContext
 Handler for <text:p>/<text:h>. More...
 

Namespaces

namespace  writerperfect
 
namespace  writerperfect::exp
 

Functions

rtl::Reference< XMLImportContext > writerperfect::exp::CreateParagraphOrSpanChildContext (XMLImport &rImport, const OUString &rName, const librevenge::RVNGPropertyList &rTextPropertyList)
 Shared child context factory for paragraph and span contexts. More...
 
void writerperfect::exp::FillStyles (const OUString &rName, std::map< OUString, librevenge::RVNGPropertyList > &rAutomaticStyles, std::map< OUString, librevenge::RVNGPropertyList > &rNamedStyles, librevenge::RVNGPropertyList &rPropertyList)
 Looks for rName in rAutomaticStyles (and failing that, in rNamedStyles) and fills rPropertyList based on that. More...