#include <sal/config.h>
#include <map>
#include <vector>
#include <memory>
#include <swtypes.hxx>
#include "wwstyles.hxx"
#include <rtl/textenc.h>
#include "fltshell.hxx"
#include <shellio.hxx>
#include <svl/listener.hxx>
Go to the source code of this file.
|
sal_uInt8 | sw::ms::rtl_TextEncodingToWinCharset (rtl_TextEncoding eTextEncoding) |
| MSOffice appears to set the charset of unicode fonts to MS 932. More...
|
|
sal_uInt8 | sw::ms::rtl_TextEncodingToWinCharsetRTF (OUString const &rFontName, OUString const &rAltName, rtl_TextEncoding eTextEncoding) |
| MSOffice appears to set the charset of unicode fonts to MS 932. More...
|
|
sal_uInt32 | sw::ms::DateTime2DTTM (const DateTime &rDT) |
| Convert from DTTM to Writer's DateTime. More...
|
|
sal_uLong | sw::ms::MSDateTimeFormatToSwFormat (OUString &rParams, SvNumberFormatter *pFormatter, LanguageType &rLang, bool bHijri, LanguageType nDocLang) |
| Convert from Word Date/Time field str to Writer's Date Time str. More...
|
|
bool | sw::ms::IsPreviousAM (std::u16string_view rParams, sal_Int32 nPos) |
|
bool | sw::ms::IsNextPM (std::u16string_view rParams, sal_Int32 nPos) |
|
bool | sw::ms::IsNotAM (std::u16string_view rParams, sal_Int32 nPos) |
| Used by MSDateTimeFormatToSwFormat to identify AM time fields. More...
|
|
void | sw::ms::SwapQuotesInField (OUString &rFormat) |
| Another function used by MSDateTimeFormatToSwFormat. More...
|
|
SwTwips | sw::util::MakeSafePositioningValue (SwTwips nIn) |
| Clips a value to MAX/MIN 16bit value to make it safe for use as a position value to give to writer. More...
|
|
void | sw::util::MoveAttrFieldmarkInserted (SwFltPosition &rMkPos, SwFltPosition &rPtPos, const SwPosition &rPos) |
|
CharRuns | sw::util::GetPseudoCharRuns (const SwTextNode &rTextNd) |
| Collect the ranges of Text which share. More...
|
|