summaryrefslogtreecommitdiff
path: root/tools/Tool.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-06-02wsd: single-char string literals -> charAshod Nakashian1-3/+3
More readable and typically more efficient. Change-Id: I9bd5bfc91f4ac255bb8ae0987708fb8b56b398f8 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/95285 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
2020-04-08killpoco: removed Poco::Thread from tools directoryPranam Lashkari1-7/+6
Change-Id: I3fc4a04c62a064eaefd5c31452abc4a7fe100fb4 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/83224 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2019-11-07killpoco: Don't use POCO for app exit values.Jan Holesovsky1-3/+4
Change-Id: I2948ac45a7b4243f7afde08d5245530fdbf9a070 Reviewed-on: https://gerrit.libreoffice.org/82125 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2019-01-03Tool: make members privateMiklos Vajna1-5/+10
Some of the members were not used externally at all, others were just read-only externally. Change-Id: I8fbe5c9c027e7d0adf516b311aafb6b66134776e
2018-07-20tools: remove unused Poco::Util::Option include / using declMiklos Vajna1-2/+0
2018-07-11Fix the help message after my option handling changes last nightTor Lillqvist1-7/+11
Change-Id: I9cc869b9957236803d41f3495eb1a444fa8ebad1
2018-07-11Make the loolconvert tool compatible with libreoffice --convert-toTor Lillqvist1-32/+46
Accept the same options, as applicable. Ignore irrelevant options (like -env:userInstallation or --headless, but actually just ignore anything we don't need). Handle options manually so that we can accept them also with just one dash. Drop superfluous verbosity. Succeed silently, as is The Unix Philosophy (haha). Change-Id: I05793b11886f61955db4746b864be97a6bef5674
2018-07-10It's /lool/convert-to, not /convert-toTor Lillqvist1-1/+1
(But it doesn't seem to work anyway any more.) Change-Id: I53261cd24d945dc47e156ff16240679beeb85f6a
2018-07-10The std::string compare() method is like strcmp(): it returns 0 on equalityTor Lillqvist1-1/+1
Change-Id: I4d080afd98419cbdaa531cc6f2c306533bbc1737
2018-07-10The option is called "server" and not "uri"Tor Lillqvist1-1/+1
(It's the parameter of that option that is called "uri".) Change-Id: If247a932bf8879b4eb626d850e813c3e8d5a7d60
2018-05-09loolconvert: print help if no argsAndras Timar1-6/+20
Change-Id: I8f93e61fa73a17132842f8786557f81d049393a6 Reviewed-on: https://gerrit.libreoffice.org/54026 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2018-05-09rename looltool to loolconvertAndras Timar1-1/+1
Change-Id: I9e87c4a142bf63a8a7494861457660ab243e0924 Reviewed-on: https://gerrit.libreoffice.org/54025 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2017-12-20loplugin:includeformPranav Kant1-4/+4
Change-Id: Ib62a7aa61062f00698aa3e8a144438de5c57e53d
2017-03-10config.h - get includes right: must always be the first include.Michael Meeks1-0/+2
2017-02-03Online, not on-lineSamuel Mehrbrodt1-1/+1
Change-Id: I93a8322dceca7c1ed95449c6aeb4ae854b982957 Reviewed-on: https://gerrit.libreoffice.org/33886 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-12-31wsd: include cleanupAshod Nakashian1-10/+0
Change-Id: Id481cfbab6be12a095918bdc7318fb3584345307 Reviewed-on: https://gerrit.libreoffice.org/32548 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2016-12-22loplugin:unnecessaryoverrideNoel Grandin1-1/+0
Change-Id: Ib077de07e832ae30137f465596961731954d8e62 Reviewed-on: https://gerrit.libreoffice.org/32340 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2016-11-25Adapt makefiles, includes etc. to new locations.Michael Meeks1-1/+1
2016-11-25Apply the pre-branch rename script to re-organize the source.Michael Meeks1-0/+253