summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2015-09-22convert Link<> to typedNoel Grandin
and remove unused UserEvent class Change-Id: Ic61c5eef75c36393dbbaa92d93163eab89021ee3
2015-09-21hide ScopedPtr::reset and add disposeAndClearCaolán McNamara
Change-Id: I55d6e789abd408b8478a2b9ae141d8899af2c309 Reviewed-on: https://gerrit.libreoffice.org/18745 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-21convert Link<> to typedNoel Grandin
Change-Id: If3e2b00092440ebd42ae5b73ae2b0e44c3702683
2015-09-20convert Link<> to typedNoel Grandin
Change-Id: I10b050dc4aae45e646761a82520caa96969bc511 Reviewed-on: https://gerrit.libreoffice.org/18700 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-17unused headersCaolán McNamara
Change-Id: I59d274951a8b81c091993277f433359834851a0c
2015-09-16boost->stdCaolán McNamara
Change-Id: Ic18be8b86727dd1179a7e39c70493d088ed00557
2015-09-16tdf#94228 vcl: replace BOOST_PP with templatesDaniel Robertson
Replace BOOST_PP macros in Bitmap Checksum to Bitmap Checksum Octet Array with templates. Change-Id: Ia7cbc20c90b4d99d54760580e3db10afac9020f3 Reviewed-on: https://gerrit.libreoffice.org/18597 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-16remove unused Link fieldNoel Grandin
Change-Id: If79a5031d60bd88fa8a3ad4d0ab1664c18f46a67
2015-09-16convert Link<> to typedNoel Grandin
Change-Id: I55596ac8fd5cc0a052b821fca48523f9f5a5a294
2015-09-16convert Link<> to typedNoel Grandin
Change-Id: I58b31530b4a29851abe9eccdf8f832b9d0348c2c
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: Id8ea19a0fe04061c6ec35229f41c164b4ebd408c
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: I6564e4e7042c34741fd7c9ed03627c83ef818486
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: Ia7a63d72048f6abde92b414e58b464cdd611017b
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: I8cd997f55f4c7206358cba9edd3d41dbedd4363f
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: I057969beed6402b2125f4dc719570d324c1df4fc
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7
2015-09-15convert Link<> to typedNoel Grandin
Change-Id: I99ae0ff43a25dbaf8f6f5f03ec0f8751f0893ccb
2015-09-15remove unused Link<>Noel Grandin
Change-Id: I7749d0d7d7dc27395373ed4a81e8235b9317d284
2015-09-14add English (Botswana) [en-BW] 0x9809 to language list, tdf#94207 preparationEike Rathke
Change-Id: I6730352c830fdbbc293830f3567d61096e8d0b6f
2015-09-14convert Link<> to typedNoel Grandin
Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
2015-09-12Use forward declaration and reduce include scopeMatteo Casalin
Change-Id: I4456629dfc242d78f2c63c0b83d00afc3cdd23e7
2015-09-12fix downcast by intermediate functionMatteo Casalin
Change-Id: I8e7909003249a3f86928197bbde29231f84b01c2
2015-09-12Typo: muliple->multipleJulien Nabet
Change-Id: Iebcf44d99bd4cabd5f7f1242e44c1c1d8e5a10d5
2015-09-11tdf#92145: Writer table rows/columns can't be resizedLászló Németh
with disabled rulers. (This fix was suggested by Tomaž Vajngerl.) Change-Id: I161237cdb4941c0eaf934223b078acd94d72e21d
2015-09-11convert Link<> to typedNoel Grandin
Change-Id: I85658fa35b9b85106a3b9c8ef303584cad6f39b0
2015-09-11convert Link<> to typedNoel Grandin
Change-Id: I3defac5fff9708228d9bf3200e51853a127bfdc5
2015-09-10convert Link<> to typedNoel Grandin
Change-Id: I7aa46c5cbaf70bea5756a4066bc620b3c40dedee
2015-09-09convert Link<> to typedNoel Grandin
Change-Id: I3127752785b77672d37f99bc9eaa881377dabe7c Reviewed-on: https://gerrit.libreoffice.org/18431 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-09convert Link<> to typedNoel Grandin
Change-Id: I2f36a123662488ef5534f7bf0845d61e497fb0ec
2015-09-09Get rid of OSL_UNUSEDStephan Bergmann
In many cases it was originally used to silence warnings about variables used only in OSL_ENSURE etc., but that's no longer necessary since OSL_ENSURE is based on SAL_WARN etc. In some other cases it was apparently used as a speculative debugging aid, to have a value assigned to a variable to be easily able to view the value in a debugger. And in some cases it was used with (otherwise ignored) return values of (typically SQL-related) function calls, but it is probably better to eventually find and fix all the problematic ones among such calls via function declarations annotated SAL_WARN_UNUSED_RESULT. Change-Id: Ib925b38da70073b546fdcd00fa8524dc302accbf
2015-09-09Remove unused function paramsStephan Bergmann
Change-Id: I1b72a95b7367bb555d37a9a073ca4da2b01cf53f
2015-09-08Remove unused function paramStephan Bergmann
Change-Id: Iab33c8008e07c4f17482dc3a8e4d15e38dc32b4e
2015-09-08Remove unused function paramsStephan Bergmann
Change-Id: I0db4352ab7a14b4a62bebb650d1956c4a177b67f
2015-09-08This shall presumably use nCompression, not a hardcoded "9"Stephan Bergmann
...looks like a regression introduced with 333d1e3dcc2e819f8c62c9713cca96fbedaba3de, "impress186: #i4499# graphic dialog reorganisation - added support of bitmap resolution," found with clang-analyzer-deadcode.DeadStores Change-Id: I86522b9e9a96e1de8ae35c77d779365b29f23f72
2015-09-08convert Link<> to typedNoel Grandin
Change-Id: Ia520982b6764994fc4ab02cb12d1bd051e37883a
2015-09-08convert Link<> to typedNoel Grandin
Change-Id: Ia2706c308c6297d05b2862e9f86fc0f2ee90e4f0
2015-09-08convert Link<> to typedNoel Grandin
Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
...the code was like this ever since 8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial import" Change-Id: I808296a280c01f02adeba1018b9f9bc6977971d3
2015-09-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
"return bDone;" was commented out ever since 8ab086b6cc054501bfbf7ef6fa509c393691e860 "initial import" Change-Id: I604c7b49623e730cbbe486563f1a91f713ff6810
2015-09-07tdf#92357 clear tab type switcher button of rulerLászló Németh
before drawing the new icon Change-Id: Ibbdbed448f965848429ace28dcfae47efc982164
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
with the variadic variants. Change-Id: I935dde5c4c83e0f00d1b7dd5ee2500190d80fb69 Reviewed-on: https://gerrit.libreoffice.org/18352 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-04convert Link<> to typedNoel Grandin
Change-Id: I42eba6c9b6295d94dddc49942d47d59f474bfd28
2015-09-04convert Link<> to typedNoel Grandin
Change-Id: I743c74b134552eefb14d35e54491494160f1ffbd
2015-09-04convert Link<> to typedNoel Grandin
Change-Id: I047c52f37b21b1264396d7077a1f35f6d2b13f3f
2015-09-04convert Link<> to typedNoel Grandin
Change-Id: Ibf658f42227ee3f4277f0089b6f8a8ac771dab1a
2015-09-04convert Link<> to typedNoel Grandin
Change-Id: I1acb6462aa32a0ee61e8ede3ed3e9607b8069298
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-01Fixed a bug the 64-bit checksum switch code was affected byMarco Cecchetti
Changed the size of the string buffer used for converting 4 integer values into a hexadecimal string: aHexStr.setLength(24 + (2 * BITMAP_CHECKSUM_SIZE)) Change-Id: I5936bae4ce3b41e85a68f6f342b5288f7f9395fe
2015-09-01switch to 64-bit checksum: fixed a missed substitutionMarco Cecchetti
Change-Id: I733240798a8415602b824a9732193c344fe53a5c