|
static SwTwips | myImplHelpers::CalcHdFtDist (const SwFrameFormat &rFormat, sal_uInt16 nSpacing) |
|
static SwTwips | myImplHelpers::CalcHdDist (const SwFrameFormat &rFormat) |
|
static SwTwips | myImplHelpers::CalcFtDist (const SwFrameFormat &rFormat) |
|
static OUString | myImplHelpers::FindBestMSSubstituteFont (std::u16string_view rFont) |
|
static SvxLRSpaceItem | lcl_getWordLRSpace (const SwFrameFormat &rFormat) |
| Count what Word calls left/right margin from a format's LRSpace + Box. More...
|
|
bool | sw::util::IsPlausableSingleWordSection (const SwFrameFormat &rTitleFormat, const SwFrameFormat &rFollowFormat) |
| See if two page formats can be expressed as a single word section. More...
|
|
CharRuns | sw::util::GetPseudoCharRuns (const SwTextNode &rTextNd) |
| Collect the ranges of Text which share. More...
|
|
sal_uInt8 | sw::ms::rtl_TextEncodingToWinCharset (rtl_TextEncoding eTextEncoding) |
| MSOffice appears to set the charset of unicode fonts to MS 932. More...
|
|
static bool | sw::ms::CanEncode (OUString const &rString, rtl_TextEncoding const eEncoding) |
|
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...
|
|
static sal_Int32 | sw::ms::findUnquoted (std::u16string_view aParams, sal_Unicode cFind, sal_Int32 nFromPos) |
| Find cFind in rParams if not embedded in " double quotes. More...
|
|
static bool | sw::ms::replaceUnquoted (OUString &rParams, std::u16string_view aFind, std::u16string_view aReplace) |
| Find all rFind in rParams if not embedded in " double quotes and replace with rReplace. 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...
|
|