LibreOffice Module sw (master) 1
Classes | Functions
unorefmk.cxx File Reference
#include <memory>
#include <utility>
#include <comphelper/interfacecontainer4.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/servicehelper.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <sal/config.h>
#include <svl/listener.hxx>
#include <vcl/svapp.hxx>
#include <sal/log.hxx>
#include <unotextrange.hxx>
#include <unorefmark.hxx>
#include <unotextcursor.hxx>
#include <unomap.hxx>
#include <unocrsrhelper.hxx>
#include <doc.hxx>
#include <ndtxt.hxx>
#include <fmtrfmrk.hxx>
#include <txtrfmrk.hxx>
#include <unometa.hxx>
#include <unotext.hxx>
#include <unoport.hxx>
#include <txtatr.hxx>
#include <fmtmeta.hxx>
#include <docsh.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/NoSupportException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/rdf/Statement.hpp>
#include <com/sun/star/rdf/URI.hpp>
#include <com/sun/star/rdf/URIs.hpp>
#include <com/sun/star/rdf/XLiteral.hpp>
#include <com/sun/star/rdf/XRepositorySupplier.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
Include dependency graph for unorefmk.cxx:

Go to the source code of this file.

Classes

class  SwXReferenceMark::Impl
 
class  SwXMeta::Impl
 the Meta has a cached list of text portions for its contents this list is created by SwXTextPortionEnumeration the Meta listens at the SwTextNode and throws away the cache when it changes More...
 

Functions

static uno::Reference< rdf::XURI > const & lcl_getURI (const sal_Int16 eKnown)
 
static OUString lcl_getPrefixOrSuffix (uno::Reference< rdf::XRepository > const &xRepository, uno::Reference< rdf::XResource > const &xMetaField, uno::Reference< rdf::XURI > const &xPredicate)
 
void getPrefixAndSuffix (const uno::Reference< frame::XModel > &xModel, const uno::Reference< rdf::XMetadatable > &xMetaField, OUString *const o_pPrefix, OUString *const o_pSuffix, OUString *const o_pShadingColor)
 

Function Documentation

◆ getPrefixAndSuffix()

void getPrefixAndSuffix ( const uno::Reference< frame::XModel > &  xModel,
const uno::Reference< rdf::XMetadatable > &  xMetaField,
OUString *const  o_pPrefix,
OUString *const  o_pSuffix,
OUString *const  o_pShadingColor 
)

◆ lcl_getPrefixOrSuffix()

static OUString lcl_getPrefixOrSuffix ( uno::Reference< rdf::XRepository > const &  xRepository,
uno::Reference< rdf::XResource > const &  xMetaField,
uno::Reference< rdf::XURI > const &  xPredicate 
)
static

Definition at line 1397 of file unorefmk.cxx.

References SAL_INFO.

Referenced by getPrefixAndSuffix().

◆ lcl_getURI()

static uno::Reference< rdf::XURI > const & lcl_getURI ( const sal_Int16  eKnown)
static

Definition at line 1372 of file unorefmk.cxx.

Referenced by getPrefixAndSuffix().