summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2015-09-16convert Link<> to typedNoel Grandin
Change-Id: I2573b42143078c4e72ab201392c69ee296f4974e
2015-09-15Remove unnecessary cDelim varsStephan Bergmann
Change-Id: I7ee144881abd032262563d123778905e9c2d7857
2015-09-15loplugin:stringconstantStephan Bergmann
Change-Id: I52e225a71726629abd788e1a9e720e4b589aeeb5
2015-09-15WaE: loplugin:stringconstantTor Lillqvist
Fix warning: in call of rtl::OUString::operator+=, replace OUString constructed from an ASCII char constant with a string literal. Change-Id: I56ccf89b6b6b8c8b9a0d54ba688adc5c45ec28e1
2015-09-14sal_uInt16 to sal_Int32Matteo Casalin
Change-Id: I16169aa22b373beb768d12bb304b5e816d40b2d4
2015-09-14Use search position in getTokenMatteo Casalin
Change-Id: If801cb8c4aef16ecac1c747e56bf0c1797d7db21
2015-09-14Avoid getTokenCount in PathHdl_Impl linkMatteo Casalin
Change-Id: Idfc4977283373349d6c636c91e631eb98684ae56
2015-09-14sFullPath is empty for sure, hereMatteo Casalin
Change-Id: Idee351bf2515dd7343b6a74eba98d1df7f4d5ffc
2015-09-14Avoid getTokenCount in StandardHdl_Impl link (3)Matteo Casalin
Change-Id: Ib68b48fd14cbfae234d03a2963991a1c8581423b
2015-09-14Avoid getTokenCount in StandardHdl_Impl link (2)Matteo Casalin
Change-Id: I0164f81e6308c5a5c1b4d93e8df55aa911ea8b4c
2015-09-14Avoid getTokenCount in StandardHdl_Impl link (1)Matteo Casalin
Change-Id: I3a74980fec63085fe60f6f413c77b54dcd4df0ab
2015-09-14Reduce OUString copiesMatteo Casalin
Change-Id: I443a327ce2f089b7930678d21572a43a28cdea51
2015-09-14This was probably the original intent (wrong index in inner loop body)Matteo Casalin
Change-Id: I17bec80168cc56fa5ab47da65e85a90c32c958b3
2015-09-14Convert_Impl can be staticMatteo Casalin
Change-Id: If99b39aa46bfb02ece72944b9122b04458a0dae6
2015-09-14Avoid getTokenCount in Convert_Impl (optpath.cxx)Matteo Casalin
Change-Id: Icc434c714fead503c3fd292bd9609c3905023676
2015-09-14boost->stdCaolán McNamara
Change-Id: I3fd9e1599c5ad812879a58cf1dabbcd393105e1c Reviewed-on: https://gerrit.libreoffice.org/18564 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-14convert Link<> to typedNoel Grandin
Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
2015-09-13Fix precedence errorMatteo Casalin
Change-Id: I2720279f1e03e5a84da455cfd9074de157907e0b
2015-09-13Avoid getTokenCountMatteo Casalin
in SvxMultiPathDialog::SetPath and SvxPathSelectDialog::SetPath Change-Id: I4d360caacf438949ccd9a90c4fec14a7e7d1c009
2015-09-12Avoid getTokenCount in favor of getTokenMatteo Casalin
Order of token extraction is inverted, but since elements are inserted in a set their final order won't be affected. Change-Id: I7f22a518e3d6a9a53951aa89159a36b398af5f46
2015-09-12Fix regression from ea2c80bdcd862f91dd7429184aea29d9a77f9774Matteo Casalin
Change-Id: I7aa236fbfed74dec67ff423d51d7313e7d235e1e
2015-09-12sal_uInt16 to sal_Int32, constify/reduce OUStringsMatteo Casalin
Change-Id: I123274309ecc4ba8d1aa605d3aadc37bb11df9a0
2015-09-12Simplify TakeThread::execute()Matteo Casalin
Change-Id: Ic5c7e5ab2775422720875d117a22338cbfe283d3
2015-09-12SimplifyMatteo Casalin
Change-Id: I7e93874ed5127c9d674d53b220ba680718bd82ab
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
2015-09-11tdf#93901: apply handling in style/edit dialog improvedOliver Specht
introduced SfxTabPage::ChangesApplied() to enable resetting values to their initial state while editing styles Change-Id: I60fd68d8464e12e795b0e0d2f2e53882a225c181 Reviewed-on: https://gerrit.libreoffice.org/18467 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-09-11convert Link<> to typedNoel Grandin
Change-Id: I85658fa35b9b85106a3b9c8ef303584cad6f39b0
2015-09-10convert Link<> to typedNoel Grandin
Change-Id: I603463d0486d4d0f21ebbdc6eca900db58bb090f
2015-09-08convert Link<> to typedNoel Grandin
Change-Id: I206430e6cb32235b0ac47781fe586c3e374bfc17
2015-09-08convert Link<> to typedNoel Grandin
Change-Id: I1140910c8e90a3022cc88ff33fa37db62007b745
2015-09-08convert Link<> to typedNoel Grandin
Change-Id: Ia2706c308c6297d05b2862e9f86fc0f2ee90e4f0
2015-09-08convert Link<> to typedNoel Grandin
Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
2015-09-07cui: prefix members of SvxLineTabPageMiklos Vajna
The last 'pColorList = pColTab' -> 'm_pColorList = pColorList' replacements. Change-Id: Iae4c9c1b2fb7339d1efbc98edd32f4a4774ae13c
2015-09-04convert Link<> to typedNoel Grandin
Change-Id: I047c52f37b21b1264396d7077a1f35f6d2b13f3f
2015-09-04convert Link<> to typedNoel Grandin
Change-Id: I5469c9983ef94b418b729af841f8db10b9116667 Reviewed-on: https://gerrit.libreoffice.org/18316 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-04convert Link<> to typedNoel Grandin
Change-Id: I2136c3db2742afcb4722f69297276bea1e0119f4 Reviewed-on: https://gerrit.libreoffice.org/18306 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-03tdf#93870 - GL accel. via VCL canvas for presentations when GL enabled.Michael Meeks
Change-Id: Ia31a88cb3d9e6baa987b22f77f407a3f592031f1 Reviewed-on: https://gerrit.libreoffice.org/18285 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl
With the new RHEL6-era baseline TDF can finally ship KDE4 support. Change-Id: I227278b576a3ed2f2aaa751d41b469ca92dc78b3 Reviewed-on: https://gerrit.libreoffice.org/18267 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann
Change-Id: Iba38686620624178a7be39d703389402bbcea4cb
2015-09-03cui: prefix members of SvxBitmapTabPageMiklos Vajna
Change-Id: I5f33c2eeeffdd2b3254ec464e5a2b96c09324df4
2015-09-02SetXXX(bool) with a default value of false are just wrongNoel Grandin
Change-Id: I4888d0474199bb10ca81d1ad03118a150f574671 Reviewed-on: https://gerrit.libreoffice.org/18235 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-01WaE: loplugin:staticmethods in the non-Java caseTor Lillqvist
Change-Id: I1fe771f01edb0ce14da01146191cfe3f48958966
2015-08-31convert Link<> to typedNoel Grandin
Change-Id: I22f995b905e7abf1451a0636083bf19b3f2d9bc4
2015-08-31convert Link<> to typedNoel Grandin
and remove some dead code Change-Id: I608ed684fafb33390d869f7ebd4000c53d7fb28d
2015-08-31convert Link<> to typedNoel Grandin
Change-Id: I53b0a7a9875a3ebcca915c8f2d8c53face6f9509
2015-08-31cui: prefix members of SvxHatchTabPageMiklos Vajna
Change-Id: I8f005d72c73d7e058fdb06351e8bc075d049d0f7
2015-08-28make PostUserEvent Link<> typedNoel Grandin
Change-Id: I13f10bda985d55d419a5bff481130a456ae2db8a
2015-08-27Clean up sEmptyStephan Bergmann
Change-Id: If1b2bfe308caa2bce92e73d2c5c86ee273faed93
2015-08-27Clean up aEmptyStephan Bergmann
Change-Id: I4c4294b7fb1cb537ba3ae3e6e7e747a3333b7469
2015-08-26Clean up aEmptyStrStephan Bergmann
Change-Id: I5befe9deac917a28e80ed193b67ff29b5ba35149