Base(Base const &)=default | oox::dump::Base | |
Base(Base &&)=default | oox::dump::Base | |
Base() | oox::dump::Base | inlineprotected |
contItem() | oox::dump::Output | |
decIndent() | oox::dump::Output | |
emptyLine(size_t nCount=1) | oox::dump::Output | |
endItem() | oox::dump::Output | |
endMultiItems() | oox::dump::Output | |
endTable() | oox::dump::Output | |
implIsValid() const override | oox::dump::Output | protectedvirtual |
incIndent() | oox::dump::Output | |
isValid() const | oox::dump::Base | inline |
isValid(const std::shared_ptr< Base > &rxBase) | oox::dump::Base | inlinestatic |
maColPos | oox::dump::Output | private |
maIndent | oox::dump::Output | private |
maLastItem | oox::dump::Output | private |
maLine | oox::dump::Output | private |
mnCol | oox::dump::Output | private |
mnItemIdx | oox::dump::Output | private |
mnItemLevel | oox::dump::Output | private |
mnLastItem | oox::dump::Output | private |
mnMultiLevel | oox::dump::Output | private |
mxStrm | oox::dump::Output | private |
newLine() | oox::dump::Output | |
operator=(Base const &)=default | oox::dump::Base | |
operator=(Base &&)=default | oox::dump::Base | |
Output(const css::uno::Reference< css::uno::XComponentContext > &rxContext, const OUString &rFileName) | oox::dump::Output | explicit |
resetItemIndex(sal_Int64 nIdx=0) | oox::dump::Output | |
startItem(const String &rItemName) | oox::dump::Output | |
startMultiItems() | oox::dump::Output | |
startTable(sal_Int32 nW1) | oox::dump::Output | |
startTable(sal_Int32 nW1, sal_Int32 nW2) | oox::dump::Output | |
startTable(sal_Int32 nW1, sal_Int32 nW2, sal_Int32 nW3, sal_Int32 nW4) | oox::dump::Output | |
startTable(size_t nColCount, const sal_Int32 *pnColWidths) | oox::dump::Output | |
tab() | oox::dump::Output | |
tab(size_t nCol) | oox::dump::Output | |
writeArray(const sal_uInt8 *pnData, std::size_t nSize, sal_Unicode cSep=OOX_DUMP_LISTSEP) | oox::dump::Output | |
writeAscii(const char *pcStr) | oox::dump::Output | |
writeBin(Type nData, bool bDots=true) | oox::dump::Output | inline |
writeBool(bool bData) | oox::dump::Output | |
writeChar(sal_Unicode cChar, sal_Int32 nCount=1) | oox::dump::Output | |
writeDateTime(const css::util::DateTime &rDateTime) | oox::dump::Output | |
writeDec(Type nData, sal_Int32 nWidth=0, sal_Unicode cFill=' ') | oox::dump::Output | inline |
writeFix(Type nData, sal_Int32 nWidth) | oox::dump::Output | inline |
writeHex(Type nData, bool bPrefix=true) | oox::dump::Output | inline |
writeItemName(const String &rItemName) | oox::dump::Output | private |
writeName(const Config &rCfg, Type nData, const NameListWrapper &rListWrp) | oox::dump::Output | inline |
writeShortHex(Type nData, bool bPrefix=true) | oox::dump::Output | inline |
writeString(std::u16string_view rStr) | oox::dump::Output | |
writeValue(Type nData, FormatType eFmtType) | oox::dump::Output | inline |
~Base() | oox::dump::Base | virtual |