#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>
Go to the source code of this file.
|
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) |
|
◆ IMPL_LINK_NOARG()
◆ lcl_SetBOOLProp()
static void lcl_SetBOOLProp |
( |
uno::Reference< beans::XPropertySetInfo > const & |
xInfo, |
|
|
uno::Reference< beans::XPropertySet > const & |
xProps, |
|
|
OUString const & |
aPropName, |
|
|
bool |
bValue |
|
) |
| |
|
static |
◆ 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 |
◆ 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 |