LibreOffice Module sw (master) 1
Namespaces | Functions
WriterInspectorTextPanel.cxx File Reference
#include "WriterInspectorTextPanel.hxx"
#include <doc.hxx>
#include <ndtxt.hxx>
#include <docsh.hxx>
#include <wrtsh.hxx>
#include <unoprnms.hxx>
#include <editeng/unoprnms.hxx>
#include <com/sun/star/text/XBookmarksSupplier.hpp>
#include <com/sun/star/text/XTextSectionsSupplier.hpp>
#include <com/sun/star/text/XTextRange.hpp>
#include <com/sun/star/text/XTextRangeCompare.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/rdf/XMetadatable.hpp>
#include <com/sun/star/rdf/XDocumentMetadataAccess.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <unotextrange.hxx>
#include <comphelper/string.hxx>
#include <comphelper/processfactory.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/settings.hxx>
#include <inspectorproperties.hrc>
#include <strings.hrc>
#include <rdfhelper.hxx>
Include dependency graph for WriterInspectorTextPanel.cxx:

Go to the source code of this file.

Namespaces

namespace  sw
 Dialog to specify the properties of date form field.
 
namespace  sw::sidebar
 

Functions

static void sw::sidebar::UpdateTree (SwDocShell &rDocSh, SwEditShell &rEditSh, std::vector< svx::sidebar::TreeNode > &aStore, sal_Int32 &rParIdx)
 
static OUString sw::sidebar::PropertyNametoRID (const OUString &rName)
 
static svx::sidebar::TreeNode sw::sidebar::SimplePropToTreeNode (const OUString &rName, const css::uno::Any &rVal)
 
static svx::sidebar::TreeNode sw::sidebar::BorderToTreeNode (const OUString &rName, const css::uno::Any &rVal)
 
static svx::sidebar::TreeNode sw::sidebar::LocaleToTreeNode (const OUString &rName, const css::uno::Any &rVal)
 
static OUString sw::sidebar::NestedTextContentToText (const css::uno::Any &rVal)
 
static void sw::sidebar::MetadataToTreeNode (const css::uno::Reference< css::uno::XInterface > &rSource, svx::sidebar::TreeNode &rNode)
 
static svx::sidebar::TreeNode sw::sidebar::PropertyToTreeNode (const css::beans::Property &rProperty, const uno::Reference< beans::XPropertySet > &xPropertiesSet, const bool rIsGrey)
 
static void sw::sidebar::InsertValues (const css::uno::Reference< css::uno::XInterface > &rSource, std::unordered_map< OUString, bool > &rIsDefined, svx::sidebar::TreeNode &rNode, const bool isRoot, const std::vector< OUString > &rHiddenProperty, svx::sidebar::TreeNode &rFieldsNode)
 
 sw::sidebar::IMPL_LINK (WriterInspectorTextPanel, AttrChangedNotify, LinkParamNone *, pLink, void)