LibreOffice Module sfx2 (master) 1
Classes | Namespaces | Functions
classificationhelper.cxx File Reference
#include <sfx2/classificationhelper.hxx>
#include <map>
#include <algorithm>
#include <iterator>
#include <com/sun/star/beans/XPropertyContainer.hpp>
#include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/xml/sax/Parser.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <com/sun/star/xml/sax/SAXParseException.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <sal/log.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <sfx2/infobar.hxx>
#include <comphelper/processfactory.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/pathoptions.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <unotools/streamwrap.hxx>
#include <cppuhelper/implbase.hxx>
#include <sfx2/strings.hrc>
#include <sfx2/sfxresid.hxx>
#include <sfx2/viewfrm.hxx>
#include <tools/datetime.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/datetime.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/weld.hxx>
#include <svl/fstathelper.hxx>
#include <o3tl/string_view.hxx>
#include <officecfg/Office/Common.hxx>
Include dependency graph for classificationhelper.cxx:

Go to the source code of this file.

Classes

class  SfxClassificationHelper::Impl
 Implementation details of SfxClassificationHelper. More...
 

Namespaces

namespace  sfx
 

Functions

static bool lcl_containsProperty (const uno::Sequence< beans::Property > &rProperties, std::u16string_view rName)
 
sfx::ClassificationCreationOrigin sfx::getCreationOriginProperty (uno::Reference< beans::XPropertyContainer > const &rxPropertyContainer, sfx::ClassificationKeyCreator const &rKeyCreator)
 

Function Documentation

◆ lcl_containsProperty()

static bool lcl_containsProperty ( const uno::Sequence< beans::Property > &  rProperties,
std::u16string_view  rName 
)
static