summaryrefslogtreecommitdiff
path: root/helpcontent2/help-to-wiki.py
AgeCommit message (Expand)Author
2011-09-01Adapt to the translations repository.Jan Holesovsky
2011-05-18More languages.feature/gsoc2011_wizardsJan Holesovsky
2011-01-26wikihelp: Incroduce an option to run without translations.LO-BASE-INTEGRATION-DEV300_m98Jan Holesovsky
2011-01-20wikihelp: Add pt and pt-BR.Jan Holesovsky
2011-01-19wikihelp: More languages.Jan Holesovsky
2011-01-19wikihelp: Generate more languages at once, so far en + cs.Jan Holesovsky
2010-12-09wikihelp: Fix handling of listitems, and the paragraphs in them. fdo#32174Jan Holesovsky
2010-12-06wikihelp: wikiconv2 into a module. Don't generate redirects by default.Jan Holesovsky
2010-12-02wikihelp: Finished the redirects generation.Jan Holesovsky
2010-11-30wikihelp: Instead of bookmark.h, create wiki redirects (preparation work).LIBREOFFICE_PRE_BOOTSTRAP_BUILDJan Holesovsky
2010-11-30wikihelp: Improve the generation of conditionals (switch/switchinline).Jan Holesovsky
2010-11-24Combined convall.py with wikiconv2.py.Muthu Subramanian
2010-11-19Localization support (pass the sdf file as parameter).Muthu Subramanian
2010-11-12Updated to generated bookmarks.h file instead of a csv.Muthu Subramanian K
2010-11-08Show the phases of the wiki generation.Jan Holesovsky
2010-11-05Update the help -> wiki conversion scripts to work inside helpcontent2.Jan Holesovsky
ice-24-2-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unotools/source/streaming
AgeCommit message (Expand)Author
2023-08-09use sal_uInt64 when dealing with stream positionNoel Grandin
2023-06-04Use getXWeak in unotoolsMike Kaganski
2023-03-08tdf#82984 tdf#94915 zip64 support (import + export)Attila Szűcs
2023-01-13XUnoTunnel->dynamic_cast in comphelper::ByteReader and comphelper::ByteWriterNoel Grandin
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-06-28use utl::TempFile directly in packageNoel Grandin
2022-05-19add ByteWriter to reduce memory copying when writing dataNoel Grandin
2022-05-19add utl::ByteReader pure classNoel Grandin
2022-01-10use less SvStream::Flush()Noel Grandin
2021-08-13Help older linkers (Ubuntu 18.04, Fedora 31)Jan-Marek Glogowski
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-31osl::Mutex->std::mutex in OInputStreamWrapperNoel Grandin
2021-07-31osl::Mutex->std::mutex in OInputStreamHelperNoel Grandin
2020-02-17inline some acquire/release callsNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-09-20Improve exception messageStephan Bergmann
2018-12-05remove unused SvLockBytesStatFlag enumNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin
2018-07-11clean up UNO available() implementationsNoel Grandin
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann
2017-11-22drop duplicate methodCaolán McNamara
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M
2017-02-06Add missing #includesStephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08Non-inline virtual dtors of exported classesStephan Bergmann
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-07-15new loplugin unnecessary overrideNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-04-04reduce unnecessary reallocingNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann