LibreOffice Module sw (master) 1
|
#include <float.h>
#include <o3tl/any.hxx>
#include <osl/diagnose.h>
#include <svl/numformat.hxx>
#include <com/sun/star/sdbc/DataType.hpp>
#include <fmtfld.hxx>
#include <txtfld.hxx>
#include <calc.hxx>
#include <doc.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <docary.hxx>
#include <fldbas.hxx>
#include <dbfld.hxx>
#include <dbmgr.hxx>
#include <unofldmid.h>
#include <o3tl/string_view.hxx>
#include <utility>
Go to the source code of this file.
Functions | |
static OUString | lcl_DBSeparatorConvert (const OUString &aContent) |
replace database separator by dots for display More... | |
|
static |
replace database separator by dots for display
Definition at line 42 of file dbfld.cxx.
References DB_DELIM.
Referenced by SwDBField::ExpandImpl(), SwDBField::GetFieldName(), and SwDBNameInfField::GetFieldName().