|
static void | lcl_ConvertProgID (std::u16string_view rProgID, OUString &o_rMediaType, OUString &o_rRelationType, OUString &o_rFileExtension) |
|
static uno::Reference< io::XInputStream > | lcl_StoreOwnAsOOXML (uno::Reference< uno::XComponentContext > const &xContext, uno::Reference< embed::XEmbeddedObject > const &xObj, char const *&o_rpProgID, OUString &o_rMediaType, OUString &o_rRelationType, OUString &o_rSuffix) |
|
uno::Reference< io::XInputStream > | GetOLEObjectStream (uno::Reference< uno::XComponentContext > const &xContext, uno::Reference< embed::XEmbeddedObject > const &xObj, std::u16string_view i_rProgID, OUString &o_rMediaType, OUString &o_rRelationType, OUString &o_rSuffix, const char *&o_rpProgID) |
|
sal_Int32 | getHighlightColorTokenFromString (std::u16string_view sColorName) |
|
constexpr OUStringLiteral | gaDashNameBase (u"msLineDash ") |
|
constexpr OUStringLiteral | gaGradientNameBase (u"msFillGradient ") |
|
constexpr OUStringLiteral | gaTransGradNameBase (u"msTransGradient ") |
|
constexpr OUStringLiteral | gaBitmapUrlNameBase (u"msFillBitmap ") |
|
constexpr OUStringLiteral | gaHatchNameBase (u"msFillHatch ") |
|
static void | lclDumpAnyValue (const Any &value) |
|
static void | printLevel (int level) |
|
static const char * | lclGetEnhancedParameterType (sal_uInt16 nType) |
|
static void | printParameterPairData (int level, EnhancedCustomShapeParameterPair const &pp) |
|
static const char * | lclDumpAnyValueCode (const Any &value, int level) |
|
rtl::Reference< core::ContextHandler > | CreateLazyMathBufferingContext (core::ContextHandler const &rParent, drawingml::TextParagraph &rPara) |
|
Any | addToSequence (const Any &rOldValue, const Any &rNewValue) |
|
NamespaceMap & | StaticNamespaceMap () |
|
const std::vector< OUString > & | GetPropertyNameVector () |
|
OUString | getRelationship (Relationship eRelationship) |
|
TokenMap & | StaticTokenMap () |
|
OOX_DLLPUBLIC css::uno::Reference< css::io::XInputStream > | GetOLEObjectStream (css::uno::Reference< css::uno::XComponentContext > const &xContext, css::uno::Reference< css::embed::XEmbeddedObject > const &xObj, std::u16string_view i_rProgID, OUString &o_rMediaType, OUString &o_rRelationType, OUString &o_rSuffix, const char *&o_rpProgID) |
|
OOX_DLLPUBLIC css::uno::Any | addToSequence (const css::uno::Any &rOldValue, const css::uno::Any &rNewValue) |
|
ReturnType | getLimitedValue (Type nValue, Type nMin, Type nMax) |
|
ReturnType | getIntervalValue (Type nValue, Type nBegin, Type nEnd) |
|
ReturnType | getDoubleIntervalValue (double fValue, double fBegin, double fEnd) |
|
bool | getFlag (Type nBitField, Type nMask) |
|
ReturnType | getFlagValue (Type nBitField, Type nMask, ReturnType nSet, ReturnType nUnset) |
|
ReturnType | extractValue (Type nBitField, sal_uInt8 nStartBit, sal_uInt8 nBitCount) |
|
void | setFlag (Type &ornBitField, Type nMask, bool bSet=true) |
|