|
LibreOffice Module filter (master) 1
|
#include <filter/msfilter/msfilterdllapi.h>#include <svx/msdffdef.hxx>#include <rtl/string.hxx>#include <rtl/textenc.h>#include <rtl/ustring.hxx>#include <sal/types.h>#include <tools/datetime.hxx>#include <tools/long.hxx>Go to the source code of this file.
Classes | |
| struct | msfilter::util::ApiPaperSize |
| Paper size in 1/100 millimeters. More... | |
| class | msfilter::util::PaperSizeConv |
| class | msfilter::util::WW8ReadFieldParams |
| struct | msfilter::util::EquationResult |
Namespaces | |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| Shape IDs per cluster in DGG atom. | |
| namespace | com::sun::star::awt |
| namespace | com::sun::star::lang |
| namespace | msfilter |
| namespace | msfilter::util |
Functions | |
| rtl_TextEncoding | msfilter::util::getBestTextEncodingFromLocale (const css::lang::Locale &rLocale) |
| Returns the best-fit default 8bit encoding for a given locale i.e. More... | |
| ::Color | msfilter::util::BGRToRGB (sal_uInt32 nColour) |
| Convert a color in BGR format to RGB. More... | |
| DateTime | msfilter::util::DTTM2DateTime (tools::Long lDTTM) |
| Convert from DTTM to Writer's DateTime. More... | |
| sal_Unicode | msfilter::util::bestFitOpenSymbolToMSFont (sal_Unicode cBullet, rtl_TextEncoding &r_ioChrSet, OUString &r_ioFontName) |
| Convert DateTime to xsd::dateTime string. More... | |
| OString | msfilter::util::ConvertColor (const Color &rColor) |
| Converts tools Color to HTML color (without leading hashmark). More... | |
| OUString | msfilter::util::ConvertColorOU (const Color &rColor) |
| OUString | msfilter::util::CreateDOCXStyleId (std::u16string_view const aName) |
| std::u16string_view | msfilter::util::findQuotedText (std::u16string_view rCommand, std::u16string_view cStartQuote, const sal_Unicode uEndQuote) |
| Finds the quoted text in a field instruction text. More... | |
| EquationResult | msfilter::util::ParseCombinedChars (const OUString &rStr) |
| OString | msfilter::util::GetOOXMLPresetGeometry (std::u16string_view rShapeType) |
| Similar to EnhancedCustomShapeTypeNames::Get(), but it also supports OOXML types and returns a drawingML string. More... | |
| MSO_SPT | msfilter::util::GETVMLShapeType (std::u16string_view aType) |
| Similar to EnhancedCustomShapeTypeNames::Get(), but returns an MSO_SPT (binary / VML type). More... | |
| bool | msfilter::util::HasTextBoxContent (sal_uInt32 nShapeType) |
| The following function checks if a MSO shapetype is allowed to have textboxcontent. More... | |
| sal_uInt8 | msfilter::util::TransColToIco (const Color &rCol) |
| Convert the input color value to an ico value (0..16) More... | |