LibreOffice Module sw (master) 1
|
#include <sal/config.h>
#include <sal/log.hxx>
#include <com/sun/star/text/XTextSection.hpp>
#include <comphelper/propertyvalue.hxx>
#include <cppuhelper/typeprovider.hxx>
#include <vcl/svapp.hxx>
#include <pagedesc.hxx>
#include <poolfmt.hxx>
#include <redline.hxx>
#include <section.hxx>
#include <unoprnms.hxx>
#include <unotextrange.hxx>
#include <unotextcursor.hxx>
#include <unoparagraph.hxx>
#include <unocoll.hxx>
#include <unomap.hxx>
#include <unocrsr.hxx>
#include <unoport.hxx>
#include <unoredline.hxx>
#include <doc.hxx>
#include <IDocumentRedlineAccess.hxx>
#include <IDocumentStylePoolAccess.hxx>
#include <docary.hxx>
Go to the source code of this file.
Functions | |
static uno::Sequence< beans::PropertyValue > | lcl_GetSuccessorProperties (const SwRangeRedline &rRedline) |
|
static |
Definition at line 174 of file unoredline.cxx.
References SwRangeRedline::GetAuthorString(), SwRedlineData::GetComment(), SwRangeRedline::GetRedlineData(), SwRedlineData::GetTimeStamp(), SwRedlineData::GetType(), DateTime::GetUNODateTime(), comphelper::makePropertyValue(), SwRedlineData::Next(), SwRedlineTypeToOUString(), UNO_NAME_REDLINE_AUTHOR, UNO_NAME_REDLINE_COMMENT, UNO_NAME_REDLINE_DATE_TIME, and UNO_NAME_REDLINE_TYPE.
Referenced by SwXRedlinePortion::CreateRedlineProperties(), and SwXRedlinePortion::GetPropertyValue().