|
LibreOffice Module oox (master) 1
|
#include <oledumper.hxx>
Protected Member Functions | |
| ComCtlObjectBase (const InputObjectBase &rParent, sal_uInt32 nDataId5, sal_uInt32 nDataId6, sal_uInt16 nVersion, bool bCommonPart, bool bComplexPart) | |
| virtual void | implDump () override |
| virtual void | implDumpProperties ()=0 |
| virtual void | implDumpCommonExtra (sal_Int64 nEndPos) |
| virtual void | implDumpCommonTrailing () |
Protected Member Functions inherited from oox::dump::OleInputObjectBase | |
| OleInputObjectBase () | |
| OUString | dumpAnsiString32 (const String &rName) |
| OUString | dumpUniString32 (const String &rName) |
| sal_Int32 | dumpStdClipboardFormat (const String &rName) |
| OUString | dumpAnsiString32OrStdClip (const String &rName) |
| OUString | dumpUniString32OrStdClip (const String &rName) |
| void | writeOleColorItem (const String &rName, sal_uInt32 nColor) |
| sal_uInt32 | dumpOleColor (const String &rName) |
Protected Member Functions inherited from oox::dump::InputObjectBase | |
| InputObjectBase () | |
| void | construct (const ObjectBase &rParent, const BinaryInputStreamRef &rxStrm, const OUString &rSysFileName) |
| void | construct (const OutputObjectBase &rParent, const BinaryInputStreamRef &rxStrm) |
| void | construct (const InputObjectBase &rParent) |
| virtual bool | implIsValid () const override |
| void | skipBlock (sal_Int64 nBytes, bool bShowSize=true) |
| void | dumpRawBinary (sal_Int64 nBytes, bool bShowOffset, bool bStream=false) |
| void | dumpBinary (const String &rName, sal_Int64 nBytes, bool bShowOffset=true) |
| void | dumpRemaining (sal_Int64 nBytes) |
| void | dumpRemainingTo (sal_Int64 nPos) |
| void | dumpRemainingStream () |
| void | dumpArray (const String &rName, sal_Int32 nBytes, sal_Unicode cSep=OOX_DUMP_LISTSEP) |
| void | dumpUnused (sal_Int32 nBytes) |
| void | dumpUnknown (sal_Int32 nBytes) |
| sal_Unicode | dumpUnicode (const String &rName) |
| OUString | dumpCharArray (const String &rName, sal_Int32 nLen, rtl_TextEncoding eTextEnc, bool bHideTrailingNul=false) |
| OUString | dumpUnicodeArray (const String &rName, sal_Int32 nLen, bool bHideTrailingNul=false) |
| css::util::DateTime | dumpFileTime (const String &rName=EMPTY_STRING) |
| OUString | dumpGuid (const String &rName=EMPTY_STRING) |
| void | dumpItem (const ItemFormat &rItemFmt) |
| template<typename Type > | |
| Type | dumpName (const String &rName, const NameListWrapper &rListWrp) |
| template<typename Type > | |
| Type | dumpDec (const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| Type | dumpHex (const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| Type | dumpBin (const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| Type | dumpFix (const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| Type | dumpBool (const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| Type | dumpValue (const ItemFormat &rItemFmt) |
| template<typename Type1 , typename Type2 > | |
| Type1 | dumpName (bool bType1, const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type1 , typename Type2 > | |
| Type1 | dumpDec (bool bType1, const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type1 , typename Type2 > | |
| Type1 | dumpHex (bool bType1, const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type1 , typename Type2 > | |
| Type1 | dumpBin (bool bType1, const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type1 , typename Type2 > | |
| Type1 | dumpFix (bool bType1, const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type1 , typename Type2 > | |
| Type1 | dumpBool (bool bType1, const String &rName, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type1 , typename Type2 > | |
| Type1 | dumpValue (bool bType1, const ItemFormat &rItemFmt) |
| template<typename Type > | |
| void | dumpDecPair (const String &rName, sal_Unicode cSep=',') |
| template<typename Type > | |
| void | dumpHexPair (const String &rName, sal_Unicode cSep=',') |
| void | construct (const ObjectBase &rParent, const OUString &rSysFileName) |
| void | construct (const OutputObjectBase &rParent) |
| void | construct (const ConfigRef &rxConfig) |
| void | construct (const ObjectBase &rParent) |
Protected Member Functions inherited from oox::dump::OutputObjectBase | |
| OutputObjectBase () | |
| void | construct (const ObjectBase &rParent, const OUString &rSysFileName) |
| void | construct (const OutputObjectBase &rParent) |
| virtual bool | implIsValid () const override |
| void | writeEmptyItem (const String &rName) |
| void | writeInfoItem (const String &rName, const String &rData) |
| void | writeCharItem (const String &rName, sal_Unicode cData) |
| void | writeStringItem (const String &rName, std::u16string_view rData) |
| void | writeArrayItem (const String &rName, const sal_uInt8 *pnData, std::size_t nSize, sal_Unicode cSep=OOX_DUMP_LISTSEP) |
| void | writeDateTimeItem (const String &rName, const css::util::DateTime &rDateTime) |
| void | writeGuidItem (const String &rName, const OUString &rGuid) |
| template<typename Type > | |
| void | addNameToItem (Type nData, const NameListWrapper &rListWrp) |
| template<typename Type > | |
| void | writeNameItem (const String &rName, Type nData, const NameListWrapper &rListWrp) |
| template<typename Type > | |
| void | writeDecItem (const String &rName, Type nData, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| void | writeHexItem (const String &rName, Type nData, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| void | writeShortHexItem (const String &rName, Type nData, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| void | writeBinItem (const String &rName, Type nData, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| void | writeFixItem (const String &rName, Type nData, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| void | writeDecBoolItem (const String &rName, Type nData, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| void | writeValueItem (const String &rName, Type nData, FormatType eFmtType, const NameListWrapper &rListWrp=NO_LIST) |
| template<typename Type > | |
| void | writeValueItem (const ItemFormat &rItemFmt, Type nData) |
| template<typename Type > | |
| void | writeDecPairItem (const String &rName, Type nData1, Type nData2, sal_Unicode cSep=',') |
| template<typename Type > | |
| void | writeHexPairItem (const String &rName, Type nData1, Type nData2, sal_Unicode cSep=',') |
| void | construct (const ConfigRef &rxConfig) |
| void | construct (const ObjectBase &rParent) |
Protected Member Functions inherited from oox::dump::ObjectBase | |
| ObjectBase () | |
| void | construct (const ConfigRef &rxConfig) |
| void | construct (const ObjectBase &rParent) |
| virtual bool | implIsValid () const override |
| virtual void | implDump () |
| Config & | cfg () const |
Protected Member Functions inherited from oox::dump::Base | |
| Base () | |
| virtual bool | implIsValid () const =0 |
Protected Attributes | |
| sal_uInt32 | mnDataId5 |
| sal_uInt32 | mnDataId6 |
| sal_uInt16 | mnVersion |
| bool | mbCommonPart |
| bool | mbComplexPart |
Protected Attributes inherited from oox::dump::InputObjectBase | |
| BinaryInputStreamRef | mxStrm |
Protected Attributes inherited from oox::dump::OutputObjectBase | |
| OutputRef | mxOut |
| OUString | maSysFileName |
Private Member Functions | |
| bool | dumpComCtlHeader (sal_uInt32 nExpId, sal_uInt16 nExpMajor=SAL_MAX_UINT16, sal_uInt16 nExpMinor=SAL_MAX_UINT16) |
| bool | dumpComCtlSize () |
| bool | dumpComCtlData (sal_uInt32 &ornCommonPartSize) |
| bool | dumpComCtlCommon (sal_uInt32 nPartSize) |
| bool | dumpComCtlComplex () |
Additional Inherited Members | |
Public Member Functions inherited from oox::dump::InputObjectBase | |
| virtual | ~InputObjectBase () override |
| InputObjectBase (InputObjectBase const &)=default | |
| InputObjectBase (InputObjectBase &&)=default | |
| InputObjectBase & | operator= (InputObjectBase const &)=default |
| InputObjectBase & | operator= (InputObjectBase &&)=default |
Public Member Functions inherited from oox::dump::OutputObjectBase | |
| virtual | ~OutputObjectBase () override |
| OutputObjectBase (OutputObjectBase const &)=default | |
| OutputObjectBase (OutputObjectBase &&)=default | |
| OutputObjectBase & | operator= (OutputObjectBase const &)=default |
| OutputObjectBase & | operator= (OutputObjectBase &&)=default |
Public Member Functions inherited from oox::dump::ObjectBase | |
| virtual | ~ObjectBase () override |
| ObjectBase (ObjectBase const &)=default | |
| ObjectBase (ObjectBase &&)=default | |
| ObjectBase & | operator= (ObjectBase const &)=default |
| ObjectBase & | operator= (ObjectBase &&)=default |
| const css::uno::Reference< css::uno::XComponentContext > & | getContext () const |
| void | dump () |
Public Member Functions inherited from oox::dump::Base | |
| virtual | ~Base () |
| Base (Base const &)=default | |
| Base (Base &&)=default | |
| Base & | operator= (Base const &)=default |
| Base & | operator= (Base &&)=default |
| bool | isValid () const |
Static Public Member Functions inherited from oox::dump::Base | |
| static bool | isValid (const std::shared_ptr< Base > &rxBase) |
Definition at line 156 of file oledumper.hxx.
|
explicitprotected |
Definition at line 506 of file oledumper.cxx.
References oox::dump::InputObjectBase::construct(), and nVersion.
|
private |
Definition at line 569 of file oledumper.cxx.
References dumpComCtlHeader(), oox::dump::InputObjectBase::dumpRemainingTo(), oox::dump::InputObjectBase::dumpUnknown(), implDumpCommonExtra(), implDumpCommonTrailing(), oox::dump::OutputObjectBase::mxOut, and oox::dump::InputObjectBase::mxStrm.
Referenced by implDump().
|
private |
Definition at line 585 of file oledumper.cxx.
References oox::dump::ObjectBase::cfg(), oox::dump::ObjectBase::dump(), dumpComCtlHeader(), oox::dump::InputObjectBase::dumpGuid(), oox::dump::Config::getStringOption(), oox::dump::OutputObjectBase::mxOut, oox::dump::InputObjectBase::mxStrm, and oox::dump::OutputObjectBase::writeEmptyItem().
Referenced by implDump().
|
private |
Definition at line 556 of file oledumper.cxx.
References dumpComCtlHeader(), implDumpProperties(), mbCommonPart, mnDataId5, mnDataId6, mnVersion, oox::dump::OutputObjectBase::mxOut, and oox::dump::InputObjectBase::mxStrm.
Referenced by implDump().
|
private |
Definition at line 531 of file oledumper.cxx.
References oox::dump::OutputObjectBase::mxOut, oox::dump::InputObjectBase::mxStrm, nId, and SAL_MAX_UINT16.
Referenced by dumpComCtlCommon(), dumpComCtlComplex(), dumpComCtlData(), and dumpComCtlSize().
|
private |
Definition at line 544 of file oledumper.cxx.
References dumpComCtlHeader(), oox::dump::OutputObjectBase::mxOut, and oox::dump::InputObjectBase::mxStrm.
Referenced by implDump().
|
overrideprotectedvirtual |
Reimplemented from oox::dump::ObjectBase.
Definition at line 517 of file oledumper.cxx.
References dumpComCtlCommon(), dumpComCtlComplex(), dumpComCtlData(), dumpComCtlSize(), mbCommonPart, and mbComplexPart.
|
protectedvirtual |
Reimplemented in oox::dump::ComCtlImageListObject, oox::dump::ComCtlTabStripObject, oox::dump::ComCtlTreeViewObject, and oox::dump::ComCtlStatusBarObject.
Definition at line 523 of file oledumper.cxx.
Referenced by dumpComCtlCommon().
|
protectedvirtual |
Reimplemented in oox::dump::ComCtlImageListObject, and oox::dump::ComCtlStatusBarObject.
Definition at line 527 of file oledumper.cxx.
Referenced by dumpComCtlCommon().
|
protectedpure virtual |
Implemented in oox::dump::ComCtlScrollBarObject, oox::dump::ComCtlProgressBarObject, oox::dump::ComCtlSliderObject, oox::dump::ComCtlUpDownObject, oox::dump::ComCtlImageListObject, oox::dump::ComCtlTabStripObject, oox::dump::ComCtlTreeViewObject, and oox::dump::ComCtlStatusBarObject.
Referenced by dumpComCtlData().
|
protected |
Definition at line 180 of file oledumper.hxx.
Referenced by dumpComCtlData(), and implDump().
|
protected |
Definition at line 181 of file oledumper.hxx.
Referenced by implDump().
|
protected |
Definition at line 177 of file oledumper.hxx.
Referenced by dumpComCtlData().
|
protected |
Definition at line 178 of file oledumper.hxx.
Referenced by dumpComCtlData().
|
protected |
Definition at line 179 of file oledumper.hxx.
Referenced by dumpComCtlData(), oox::dump::ComCtlProgressBarObject::implDumpProperties(), oox::dump::ComCtlSliderObject::implDumpProperties(), oox::dump::ComCtlTabStripObject::implDumpProperties(), and oox::dump::ComCtlTreeViewObject::implDumpProperties().