summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* ofz: Z_NEED_DICT is unsupportedCaolán McNamara2017-03-061-1/+1
| | | | | | | | | Change-Id: Ib0945d5a4606915aff9ee3019203caaf2a3cc7c5 (cherry picked from commit aacaacc16938b030a1341d8dbaf56c6a2efeb1dc) Reviewed-on: https://gerrit.libreoffice.org/34743 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 6f3cc872c58d8b34ca9f0a06f2d65b3b6cc1c7ee)
* ofz#372 check if ImplSplit succeededCaolán McNamara2017-01-022-5/+10
| | | | | Change-Id: I1e34295fe3ee5f77e787f583616d52fa92a0eca4 (cherry picked from commit 62a97e6a561ce65e88d4c537a1b82c336f012722)
* loplugin:expandablemethods in toolkit..toolsNoel Grandin2016-10-262-8/+3
| | | | | | | Change-Id: I7221bf131d28804ee93474b11973bbc066cc2764 Reviewed-on: https://gerrit.libreoffice.org/30268 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* loplugin:expandablemethodds in include/tools..unotoolsNoel Grandin2016-10-213-10/+4
| | | | | | | Change-Id: I5607d4a2a81de1a3ae329acd1e90280a21522f06 Reviewed-on: https://gerrit.libreoffice.org/30097 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* clang-cl loplugin: toolsStephan Bergmann2016-10-154-28/+27
| | | | | | | Change-Id: I6f02d9607405e144727f925c8f8a1de6041688b9 Reviewed-on: https://gerrit.libreoffice.org/29844 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* GetAutoHelpId logically can only return an empty string nowCaolán McNamara2016-10-121-51/+0
| | | | Change-Id: Ie7368f083a5aa6bcfb249375fbae1f4cd92e02ba
* drop RSC_DOCKINGWINDOW*Caolán McNamara2016-10-121-14/+0
| | | | Change-Id: Ibcddc2def40e15f4a2f92fec13c1c3fd2f824d68
* no numericfield, spinfield or spinbutton loaded from .src nowCaolán McNamara2016-10-101-2/+0
| | | | Change-Id: I90e4390d1fadcbb18036861dc9b9d39fa8a73551
* rename SetResMgr to ClearResMgrNoel Grandin2016-10-101-3/+3
| | | | | | | | | | since that is it's only use. Also clean up the comment block nearby. Change-Id: Iff67aeec176963132bb8a1e64e0c81853f0912d7 Reviewed-on: https://gerrit.libreoffice.org/29654 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* no ComboBoxes loaded from .src anymoreCaolán McNamara2016-10-091-1/+0
| | | | Change-Id: Ic497dddfe326e9cc06e71c39284b2848d17ae0c8
* tools: use rtl/character.hxx in tools/source/inet/inetmsg.cxxArnaud Versini2016-10-091-15/+5
| | | | | | | Change-Id: I5e4b2abd5487a383af6a8e37a4c33a90d91ec2e4 Reviewed-on: https://gerrit.libreoffice.org/29610 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* no radiobuttons or checkboxes loaded from src files anymoreCaolán McNamara2016-10-081-1/+0
| | | | Change-Id: Ie10ebcf56a6145c8edeb903bed1beb0cf5cf8a7a
* TOOLS: Remove SvStream::ImpInit()Arnaud Versini2016-10-081-32/+28
| | | | | | | Change-Id: I7a089e77586041bce662c33a5610df122d5a74be Reviewed-on: https://gerrit.libreoffice.org/27940 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* no CheckBox loaded from src files anymoreCaolán McNamara2016-10-071-1/+0
| | | | Change-Id: I3211707d38c15a6fd3edcbe70fc3cee9b65dd6f6
* don't call inflateEnd if inflateInit failedDavid Tardon2016-10-071-1/+2
| | | | | | | | | | | | | | | | | | | | | This fixes the following valgrind message: ==12572== Conditional jump or move depends on uninitialised value(s) ==12572== at 0x1505C89C: inflateEnd (inflate.c:1258) ==12572== by 0xD17644D: ZCodec::EndCompression() (zcodec.cxx:106) ==12572== by 0xD17724E: ZCodec::AttemptDecompression(SvStream&, SvStream&) (zcodec.cxx:405) ==12572== by 0x5F17020A: PlainTextFilterDetect::detect(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&) (filterdetect.cxx:157) ==12572== by 0x3C3F098C: filter::config::TypeDetection::impl_askDetectService(rtl::OUString const&, utl::MediaDescriptor&) (typedetection.cxx:1040) ==12572== by 0x3C3F0449: filter::config::TypeDetection::impl_detectTypeFlatAndDeep(utl::MediaDescriptor&, std::__debug::list<filter::config::FlatDetectionInfo, std::allocator<filter::config::FlatDetectionInfo> > const&, bool, std::__debug::vector<rtl::OUString, std::allocator<rtl::OUString> >&, rtl::OUString&) (typedetection.cxx:946) ==12572== by 0x3C3ED6A1: filter::config::TypeDetection::queryTypeByDescriptor(com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&, unsigned char) (typedetection.cxx:427) ==12572== by 0x49B232CF: OwnView_Impl::GetFilterNameFromExtentionAndInStream(com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory> const&, rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::io::XInputStream> const&) (ownview.cxx:219) ==12572== by 0x49B011EB: OleEmbeddedObject::TryToConvertToOOo() (oleembed.cxx:268) ==12572== by 0x49B03AD1: OleEmbeddedObject::doVerb(int) (oleembed.cxx:837) ==12572== by 0x9F5C353: SfxInPlaceClient::DoVerb(long) (ipclient.cxx:946) ==12572== by 0x402D395A: SwWrtShell::LaunchOLEObj(long) (wrtsh1.cxx:588) ==12572== Change-Id: I51c0fbdc185897c60f6c0099b96c6ca9c25a35ba
* drop loading Colors from src filesCaolán McNamara2016-10-061-29/+0
| | | | Change-Id: I43f2fda133371a1284a53beeeb774552210c7e3f
* no MetricFields are loaded from .src files nowCaolán McNamara2016-10-061-1/+0
| | | | Change-Id: I4b30cbc7bc6a3a3a635c3889d43b7fa6513209f5
* loplugin:countusersofdefaultparams in sw..vclNoel Grandin2016-10-031-1/+1
| | | | | | | Change-Id: I152df55f5a30e073c66cfd3a64d5090a20cb232d Reviewed-on: https://gerrit.libreoffice.org/29471 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Add note that Rectangle::toString() format now has a stability requirementTor Lillqvist2016-09-271-0/+3
| | | | | | De facto, at least. Change-Id: Ie83f275d376841a7e4e9f7e80895165fe70a69b9
* loplogin:singlevalfields in include/Noel Grandin2016-09-163-22/+5
| | | | | | | Change-Id: I27842162fcf82120ecb811ee8e89e187430931fc Reviewed-on: https://gerrit.libreoffice.org/28931 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* tools: SvFileStream::LockRange/UnlockRange take 64 bit positionsMichael Stahl2016-09-152-11/+11
| | | | Change-Id: I85d9cc00daaaa127817aaaa6f54d3e6f86907fb6
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-156-97/+97
| | | | | | | | ... except in include/rtl, include/sal, include/uno, where sal_Size is retained for compatibility, and where callers of rtl functions pass in pointers that are incompatible on MSVC. Change-Id: I8344453780689f5120ba0870e44965b6d292450c
* coverity#1371213 Missing move assignment operatorCaolán McNamara2016-09-022-0/+12
| | | | Change-Id: I2454a230cd9a524086beba1a2ca32ea0b70bf17e
* loplugin:stringconstant: adapt to improved OUStringLiteral1 (tools)Stephan Bergmann2016-08-301-3/+3
| | | | Change-Id: I624505ceee232a531826915755717f2e09dc0a72
* cid#1371171 Missing move assignment operatorNoel Grandin2016-08-291-0/+6
| | | | Change-Id: I3150428f130823cdb1584e30c54f5591896214cf
* cid#1371160 Missing move assignment operatorNoel Grandin2016-08-291-0/+10
| | | | Change-Id: Ifcddd08cd1ec6bfb7679ee0433524c4bd68803dd
* loplugin:countusersofdefaultparams in tools..xmlsecurityNoel Grandin2016-07-271-2/+1
| | | | | | | | | find methods with default params with only zero or one call site Change-Id: Ie5b30f60e9fe00ba1acf0dfc79b005ded46f05a0 Reviewed-on: https://gerrit.libreoffice.org/27512 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* nBufSiz can be a non-class local constantMatteo Casalin2016-07-161-3/+9
| | | | Change-Id: I2a7d32eabd01622261a1163781ac2a8b64bdee3f
* Reduce #include dependenciesMatteo Casalin2016-07-161-1/+0
| | | | Change-Id: I5c6c379717869028102ab2a1ae7929dfbc447904
* loplugin:constparams in toolsNoel Grandin2016-07-1311-32/+32
| | | | | | | Change-Id: Iea05efbb90a0a95fefd18ae9673095a31422f06c Reviewed-on: https://gerrit.libreoffice.org/27137 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Moved SfxModule owner to SfxApplicationMark Page2016-07-132-34/+0
| | | | | | | | | | | | | ::GetAppData replaced with SfxApplication::GetModule that now returns SfxModule* SfxModule no longer registers self for ownership instead it is now registered using SfxApplication::SetModule Change-Id: Ifbbe1b2b4c5122da8e643b7926d47878d116c6c8 Reviewed-on: https://gerrit.libreoffice.org/26914 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:nullptr: Better heuristic to determine code shared between C and C++Stephan Bergmann2016-07-111-3/+3
| | | | Change-Id: I51e1c5fa4639e51fac90f92adf3d87d12960d589
* Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke2016-07-084-65/+280
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... implementing signed years with year 0 gap. Date(31,12,-1) last day BCE Date(1,1,1) first day CE New class Date member functions: * AddYears(sal_Int16) to be used instead of aDate.SetYear(aDate.GetYear()+sal_Int16) to handle year 0 gap. * convenience GetNextYear() to be used insted of GetYear()+1 * convenience GetPrevYear() to be used insted of GetYear()-1 * AddMonths(sal_Int32) * operator=(const css::util::Date&) New class DateTime member functions: * operator=(const css::util::DateTime&) Made some conversion ctors explicit, specifically Date(sal_Int32) Adapted hopefully all places that used a sal_uInt16 year to use sal_Int16 where appropriate. Eliminated some quirks in date handling found on the fly. Added era handling to i18npool icu calendar setting interface, which missing was responsible for 0001-01-01 entered in Calc being set as -0001-01-01, hence subtracting one day resulted in -0002-12-31. Change-Id: I77b39fba9599ebd5067d7864f6c9ebe01f6f578f Reviewed-on: https://gerrit.libreoffice.org/27049 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
* Clarify calculation precedence tdf#39440Muhammet Kara2016-07-051-8/+8
| | | | | | | | | | | Use parentheses to clarify the code. Change-Id: I864dc6dacadb5b9ba9dca8e0abd9fa4e6db1eddc Reviewed-on: https://gerrit.libreoffice.org/25677 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* loplugin:singlevalfields in variousNoel Grandin2016-06-282-80/+21
| | | | | | | Change-Id: Ia0d8f463a4dba9ec63aa0159441e3e607dd3bf5e Reviewed-on: https://gerrit.libreoffice.org/26738 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Drop overflow warning that was produced repeatedly on WindowsTor Lillqvist2016-06-281-1/+0
| | | | | | | | | | | | I see hundreds of the "'operator *=' detected overflow" warnings on Windows doing perfectly normal things. The call site for those explicitly checks anyway for an invalid (overflowed) result. (Sure, there might be other call sites where the warning possibly had some degree of usefulness because an overflowed result is not checked for. I am willing to take the risk.) Change-Id: Ie88ad11d159ee7aa505c22633a7e2cda1246ff31
* tdf#75280 Cleaning up of sal_uIntPtr usage #1atymyjan2016-06-271-10/+10
| | | | | | | Change-Id: Ief2cc6ab03316c2530d386d662db21ca1c9ddb30 Reviewed-on: https://gerrit.libreoffice.org/25898 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu2016-06-231-4/+5
| | | | | | | Change-Id: I8b0fe9354232a7b60f3605fa6f90f6741f7bf683 Reviewed-on: https://gerrit.libreoffice.org/26537 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
* improve formatting of DBG_UNHANDLED_EXCEPTION messageNoel Grandin2016-06-131-7/+6
| | | | | | | put more useful info on the same line, and indent following lines, to visually separate them from new log messages. Change-Id: Ieda71aebf68420a0521ce98c621b0236d533bc53
* convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2016-06-121-1/+1
| | | | | | | Change-Id: Ie52f28f28c67a91c4d3d4517d5c6a466890c7a55 Reviewed-on: https://gerrit.libreoffice.org/26195 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* attempt to document the obscure MAX_DAYS valueEike Rathke2016-06-091-0/+11
| | | | Change-Id: I8d8b36e6f61df4a683ce2d32ab0fde8ef003a2e0
* tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko2016-06-091-4/+1
| | | | | | | | | | | | | | | | | | | | This patch changes occurences in makefiles from $(eval $(call gb_CppunitTest_use_api,comphelper_test_config, \ udkapi \ offapi \ )) to $(eval $(call gb_CppunitTest_use_sdk_api,comphelper_test_config)) (corrected instead of abandon, jani) Change-Id: Ic96ec65d82d7452e288f05a8b6d576ef543b068e Reviewed-on: https://gerrit.libreoffice.org/23426 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
* reduce "no DbgTestSolarMutex function set" warningNoel Grandin2016-06-091-19/+15
| | | | | | | Change-Id: I68c67e77a2759c8542dd4a44a78a9fcf8aa7dcc0 Reviewed-on: https://gerrit.libreoffice.org/26056 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-068-56/+59
| | | | | | | Change-Id: Ib788a30d413436aa03f813aa2fddcbc4d6cd2f9a Reviewed-on: https://gerrit.libreoffice.org/25972 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* drop "Solar-Version not set on rIStream" messagesNoel Grandin2016-06-032-8/+0
| | | | | | | nothing else in our codebase seems to care if we set a version on an SvStream Change-Id: I6c0e78dade5f1e79c4b5bf1ffe2a35d5261b6008
* loplugin:unusedfieldsNoel Grandin2016-06-021-1/+0
| | | | | | | Change-Id: Ieed5f4d9411478d2568b8e5f4bbe0782bd1d309d Reviewed-on: https://gerrit.libreoffice.org/25724 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* improve the logging of resource loading failuresNoel Grandin2016-05-261-8/+8
| | | | | | this message was particularly unreadable in the unit test logs Change-Id: I5faa5b33ae75488664d498232ec26c66f11361f3
* SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2016-05-251-0/+1
| | | | Change-Id: If35da46c209746a86687e1c3f60f72f2f08aa681
* loplugin:unusedmethods in toolsNoel Grandin2016-05-191-54/+0
| | | | | | | Change-Id: I26a4ce6e849615d6d24632650ca03c40ab16502e Reviewed-on: https://gerrit.libreoffice.org/25089 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* remove unused RSC_SYSWINDOW and RSC_WORKWINNoel Grandin2016-05-161-2/+0
| | | | | | | Change-Id: I2c7db8a635c6770ff3221ee28b9349668d8d5881 Reviewed-on: https://gerrit.libreoffice.org/25004 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>