LibreOffice Module sd (master) 1
Functions
sdtransform.cxx File Reference
#include <svl/style.hxx>
#include <svl/itemset.hxx>
#include <svl/whiter.hxx>
#include <svx/svdoutl.hxx>
#include <editeng/xmlcnitm.hxx>
#include <svx/svdotext.hxx>
#include <svx/svdogrp.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/lrspitem.hxx>
#include <editeng/outlobj.hxx>
#include <drawdoc.hxx>
#include "sdtransform.hxx"
Include dependency graph for sdtransform.cxx:

Go to the source code of this file.

Functions

void TransformOOo2xDocument (SdDrawDocument *pDocument)
 transforms the given model from OOo 2.x to OOo 3.x. More...
 
constexpr OUStringLiteral gsEnableNumbering (u"enable-numbering")
 
constexpr OUStringLiteral gsTextNamespace (u"urn:oasis:names:tc:opendocument:xmlns:text:1.0")
 
constexpr OUStringLiteral gsTrue (u"true")
 

Function Documentation

◆ gsEnableNumbering()

constexpr OUStringLiteral gsEnableNumbering ( u"enable-numbering"  )
constexpr

◆ gsTextNamespace()

constexpr OUStringLiteral gsTextNamespace ( u"urn:oasis:names:tc:opendocument:xmlns:text:1.0"  )
constexpr

◆ gsTrue()

constexpr OUStringLiteral gsTrue ( u"true"  )
constexpr

◆ TransformOOo2xDocument()

void TransformOOo2xDocument ( SdDrawDocument pDocument)

transforms the given model from OOo 2.x to OOo 3.x.

This maps the deprecated EE_PARA_BULLETSTATE and clears the EE_PARA_LRSPACE if used together with a EE_PARA_NUMBULLET

Definition at line 75 of file sdtransform.cxx.

Referenced by SdXMLFilter::Import().