LibreOffice Module sw (master) 1
Classes | Namespaces | Typedefs | Functions
msfilter.hxx File Reference
#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>
Include dependency graph for msfilter.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sw::util::ParaStyleMapper
 Knows which writer style a given word style should be imported as. More...
 
class  sw::util::CharStyleMapper
 Knows which writer style a given word style should be imported as. More...
 
class  sw::util::FontMapExport
 Find suitable names for exporting this font. More...
 
class  sw::util::InsertedTableListener
 
class  sw::util::InsertedTablesManager
 Handle requirements for table formatting in insert->file mode. More...
 
class  sw::util::RedlineStack
 
class  sw::util::SetInDocAndDelete
 
class  sw::util::SetEndIfOpen
 
class  sw::util::CompareRedlines
 
class  sw::util::WrtRedlineAuthor
 
struct  sw::util::CharRunEntry
 

Namespaces

namespace  myImplHelpers
 
namespace  sw
 Dialog to specify the properties of date form field.
 
namespace  sw::ms
 
namespace  sw::util
 

Typedefs

typedef std::vector< CharRunEntry > sw::util::CharRuns
 

Functions

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...