LibreOffice Module sw (master) 1
|
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/xml/sax/InputSource.hpp>
#include <com/sun/star/xml/sax/Parser.hpp>
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/document/NamedPropertyValues.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/packages/zip/ZipIOException.hpp>
#include <com/sun/star/packages/WrongPasswordException.hpp>
#include <com/sun/star/ucb/InteractiveAugmentedIOException.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <o3tl/any.hxx>
#include <vcl/errinf.hxx>
#include <sfx2/docfile.hxx>
#include <svtools/sfxecode.hxx>
#include <svl/stritem.hxx>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include <svx/xmlgrhlp.hxx>
#include <svx/xmleohlp.hxx>
#include <comphelper/fileformat.h>
#include <comphelper/genericpropertyset.hxx>
#include <comphelper/propertysetinfo.hxx>
#include <sal/log.hxx>
#include <sfx2/frame.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <swerror.h>
#include <fltini.hxx>
#include <drawdoc.hxx>
#include <doc.hxx>
#include <docfunc.hxx>
#include <IDocumentSettingAccess.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <IDocumentMarkAccess.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <DocumentRedlineManager.hxx>
#include <docary.hxx>
#include <docsh.hxx>
#include <unotextrange.hxx>
#include <SwXMLSectionList.hxx>
#include <SwStyleNameMapper.hxx>
#include <poolfmt.hxx>
#include <numrule.hxx>
#include <paratr.hxx>
#include <fmtrowsplt.hxx>
#include <svx/svdpage.hxx>
#include <svx/svditer.hxx>
#include <svx/svdoole2.hxx>
#include <svx/svdograf.hxx>
#include <sfx2/docfilt.hxx>
#include <sfx2/sfxsids.hrc>
#include <istyleaccess.hxx>
#include <sfx2/DocumentMetadataAccess.hxx>
#include <comphelper/diagnose_ex.hxx>
Go to the source code of this file.
Functions | |
static void | lcl_EnsureValidPam (SwPaM &rPam) |
static void | lcl_AdjustOutlineStylesForOOo (SwDoc &_rDoc) |
static void | lcl_ConvertSdrOle2ObjsToSdrGrafObjs (SwDoc &_rDoc) |
|
static |
Definition at line 348 of file swxml.cxx.
References SwTextFormatColl::AssignToListLevelOfOutlineStyle(), SwTextFormatColl::GetAssignedOutlineStyleLevel(), SwFormat::GetFormatAttr(), SwFormat::GetName(), SwNumRule::GetName(), SwDoc::GetOutlineNumRule(), SwStyleNameMapper::GetProgName(), SwDoc::GetTextFormatColls(), CntUnencodedStringItem::GetValue(), i, SwTextFormatColl::IsAssignedToListLevelOfOutlineStyle(), MAXLEVEL, n, RES_PARATR_NUMRULE(), RES_POOLCOLL_HEADLINE1, SwTextFormatColl::SetFormatAttr(), and SwVectorModifyBase< Value >::size().
Referenced by XMLReader::Read().
|
static |
Definition at line 426 of file swxml.cxx.
References SdrOle2Obj::Connect(), SdrOle2Obj::Disconnect(), SdrObject::GetCurrentBoundRect(), IDocumentDrawModelAccess::GetDrawModel(), SdrOle2Obj::GetGraphic(), SwDoc::getIDocumentDrawModelAccess(), SdrObject::GetLayer(), SdrObject::GetOrdNum(), SdrModel::GetPage(), SdrObject::getParentSdrObjListFromSdrObject(), SdrObject::getSdrModelFromSdrObject(), SdrObjListIter::IsMore(), SdrObjListIter::Next(), and SdrObjList::ReplaceObject().
Referenced by XMLReader::Read().
|
static |
Definition at line 91 of file swxml.cxx.
References SwPosition::Adjust(), SwContentIndex::Assign(), SwPosition::Assign(), SwPaM::DeleteMark(), fnMoveForward, SwPosition::GetContentNode(), SwPaM::GetDoc(), SwNodes::GetEndOfContent(), SwPaM::GetMark(), SwPaM::GetMarkContentNode(), SwDoc::GetNodes(), SwPaM::GetPoint(), SwPaM::GetPointContentNode(), GoInContent(), SwPaM::Move(), SwPosition::nContent, and SwNode::StartOfSectionNode().
Referenced by XMLReader::Read().