LibreOffice Module sw (master) 1
Functions
cntex.cxx File Reference
#include <com/sun/star/text/XDocumentIndexesSupplier.hpp>
#include <com/sun/star/text/XTextSectionsSupplier.hpp>
#include <com/sun/star/text/XDependentTextField.hpp>
#include <com/sun/star/text/XDocumentIndex.hpp>
#include <com/sun/star/text/ChapterFormat.hpp>
#include <com/sun/star/text/XTextSection.hpp>
#include <com/sun/star/beans/PropertyValues.hpp>
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <comphelper/string.hxx>
#include <comphelper/servicehelper.hxx>
#include <tools/UnitConversion.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <wrtsh.hxx>
#include <view.hxx>
#include <cnttab.hxx>
#include <unoprnms.hxx>
#include <unotools.hxx>
#include <unotxdoc.hxx>
#include <docsh.hxx>
#include <SwStyleNameMapper.hxx>
#include <swuicnttab.hxx>
Include dependency graph for cntex.cxx:

Go to the source code of this file.

Functions

static void lcl_SetProp (uno::Reference< XPropertySetInfo > const &xInfo, uno::Reference< XPropertySet > const &xProps, OUString const &aPropName, const OUString &rValue)
 
static void lcl_SetProp (uno::Reference< XPropertySetInfo > const &xInfo, uno::Reference< XPropertySet > const &xProps, OUString const &aPropName, sal_Int16 nValue)
 
static void lcl_SetBOOLProp (uno::Reference< beans::XPropertySetInfo > const &xInfo, uno::Reference< beans::XPropertySet > const &xProps, OUString const &aPropName, bool bValue)
 
 IMPL_LINK_NOARG (SwMultiTOXTabDialog, CreateExample_Hdl, SwOneExampleFrame &, void)
 

Function Documentation

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( SwMultiTOXTabDialog  ,
CreateExample_Hdl  ,
SwOneExampleFrame ,
void   
)

Definition at line 87 of file cntex.cxx.

References Exception, i, n, TOOLS_WARN_EXCEPTION, and xModel.

◆ lcl_SetBOOLProp()

static void lcl_SetBOOLProp ( uno::Reference< beans::XPropertySetInfo > const &  xInfo,
uno::Reference< beans::XPropertySet > const &  xProps,
OUString const &  aPropName,
bool  bValue 
)
static

Definition at line 76 of file cntex.cxx.

References Any, and aPropName.

Referenced by SwMultiTOXTabDialog::CreateOrUpdateExample().

◆ lcl_SetProp() [1/2]

static void lcl_SetProp ( uno::Reference< XPropertySetInfo > const &  xInfo,
uno::Reference< XPropertySet > const &  xProps,
OUString const &  aPropName,
const OUString &  rValue 
)
static

Definition at line 52 of file cntex.cxx.

References aPropName.

Referenced by SwMultiTOXTabDialog::CreateOrUpdateExample().

◆ lcl_SetProp() [2/2]

static void lcl_SetProp ( uno::Reference< XPropertySetInfo > const &  xInfo,
uno::Reference< XPropertySet > const &  xProps,
OUString const &  aPropName,
sal_Int16  nValue 
)
static

Definition at line 64 of file cntex.cxx.

References aPropName, and nValue.