|
| virtual void | implDumpShortProperties () override |
| |
| | AxPropertyObjectBase () |
| |
| void | construct (const ObjectBase &rParent, const BinaryInputStreamRef &rxStrm, const OUString &rSysFileName, const String &rPropNameList, bool b64BitPropFlags=false) |
| |
| void | construct (const InputObjectBase &rParent, const String &rPropNameList, bool b64BitPropFlags=false) |
| |
| virtual bool | implIsValid () const override |
| |
| virtual void | implDump () override |
| |
| virtual void | implDumpShortProperties () |
| |
| virtual void | implDumpExtended () |
| |
| bool | ensureValid (bool bCondition=true) |
| |
| template<typename Type > |
| void | alignInput () |
| |
| void | setAlignAnchor () |
| |
| bool | startNextProperty () |
| |
| OUString | getPropertyName () const |
| |
| template<typename Type > |
| Type | dumpDecProperty (Type nDefault, const NameListWrapper &rListWrp=NO_LIST) |
| |
| template<typename Type > |
| Type | dumpHexProperty (Type nDefault, const NameListWrapper &rListWrp=NO_LIST) |
| |
| bool | dumpBoolProperty () |
| |
| sal_Int32 | dumpHmmProperty () |
| |
| sal_uInt8 | dumpMousePtrProperty () |
| |
| template<typename Type > |
| Type | dumpBorderStyleProperty (Type nDefault) |
| |
| template<typename Type > |
| Type | dumpSpecialEffectProperty (Type nDefault) |
| |
| sal_uInt32 | dumpEnabledProperty () |
| |
| sal_Int32 | dumpOrientationProperty () |
| |
| sal_Int32 | dumpDelayProperty () |
| |
| sal_uInt32 | dumpImagePosProperty () |
| |
| sal_uInt8 | dumpImageSizeModeProperty () |
| |
| sal_uInt8 | dumpImageAlignProperty () |
| |
| sal_uInt32 | dumpFlagsProperty (sal_uInt32 nDefault, const char *pcNameList="AX-FLAGS") |
| |
| sal_uInt32 | dumpColorProperty (sal_uInt32 nDefault) |
| |
| sal_Unicode | dumpUnicodeProperty () |
| |
| void | dumpUnknownProperty () |
| |
| void | dumpPosProperty () |
| |
| void | dumpSizeProperty () |
| |
| void | dumpGuidProperty (OUString *pValue=nullptr) |
| |
| void | dumpStringProperty (OUString *pValue=nullptr) |
| |
| void | dumpStringArrayProperty () |
| |
| void | dumpStreamProperty () |
| |
| void | dumpEmbeddedFont () |
| |
| void | dumpToPosition (sal_Int64 nPos) |
| |
| | 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) |
| |
| | 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) |
| |
| | 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) |
| |
| | ObjectBase () |
| |
| void | construct (const ConfigRef &rxConfig) |
| |
| void | construct (const ObjectBase &rParent) |
| |
| virtual bool | implIsValid () const override |
| |
| virtual void | implDump () |
| |
| Config & | cfg () const |
| |
| | Base () |
| |
| virtual bool | implIsValid () const =0 |
| |
Definition at line 572 of file oledumper.hxx.