summaryrefslogtreecommitdiffstats
path: root/include/svtools
Commit message (Collapse)AuthorAgeFilesLines
* com::sun::star->css in include/sot to include/typelibNoel Grandin2015-10-2352-559/+539
| | | | Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
* drop unused stuff scheduled to be removed 'before the next major'Caolán McNamara2015-10-211-28/+0
| | | | Change-Id: I2162618d430cf8dc6bb8d20d9a5dd9af543fa934
* remove untyped Link<>Noel Grandin2015-10-212-6/+2
| | | | | | | Change-Id: I809f9e10309ceadda0a82c3818277323b34ec61b Reviewed-on: https://gerrit.libreoffice.org/19491 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:defaultparamsStephan Bergmann2015-10-191-1/+1
| | | | Change-Id: I7f24a05bdf01b455d470f5b560359dea3f407c58
* Writer image export: cmd. line, default to white backgroundTomaž Vajngerl2015-10-191-1/+2
| | | | | | | | | | | | | This commit fixes the writer image export (jpeg, png) that didn't work because the export pixel size was set to 0 by default. Now the default is set to document size (which depends on system DPI). When exporting to a PNG the background was transparent, which may not be desired. The background color is now by default white and can be changed for DocumentToGraphicRenderer, but the dialog or command line don't support such an option - for now. Change-Id: I16ffd3cd60c47b52768f43ae4c4c170fc821033b
* convert Link<> to typedNoel Grandin2015-10-161-3/+3
| | | | Change-Id: I9aa883a2228ed5d39e924e4364cd3a812f2037a3
* convert Link<> to typedNoel Grandin2015-10-161-1/+1
| | | | Change-Id: I48893ac7130ad671864faa5eb55409b21cdda77e
* convert Link<> to typedNoel Grandin2015-10-166-18/+18
| | | | | | | Change-Id: Icbba339dac0be31e30dff021bba06a219f8aecd6 Reviewed-on: https://gerrit.libreoffice.org/19405 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* simplify the CellController modify Link<> handlingNoel Grandin2015-10-151-11/+15
| | | | | | in preparation for some more "make Link<> typed" work Change-Id: Ifdf58cc697c7172102bf9e4cc63f869c522517e6
* convert Link<> to typedNoel Grandin2015-10-151-1/+1
| | | | Change-Id: I6c55c74d47b13149c2fa210bb9de4e8c430c57cc
* tdf#93390 correctly handle back-and-forth between numeric and text valueLionel Elie Mamane2015-10-141-2/+3
| | | | Change-Id: I06711afd5d668816608661f0fe433efd93fef99e
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1272-761/+761
| | | | Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1215-40/+40
| | | | Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
* convert Link<> to typedNoel Grandin2015-10-125-4/+7
| | | | | | | Change-Id: Iec15042138e0715459b2c9e872a7464d75a6b1eb Reviewed-on: https://gerrit.libreoffice.org/19305 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:unusedmethodsNoel Grandin2015-10-066-48/+1
| | | | Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af
* Fix typosAndrea Gelmini2015-09-304-5/+5
| | | | | | | Change-Id: Id66432ef80fc2963fd2cbc6fad5d8e135e8975b0 Reviewed-on: https://gerrit.libreoffice.org/18956 Reviewed-by: Oliver Specht <oliver.specht@cib.de> Tested-by: Oliver Specht <oliver.specht@cib.de>
* Fix typosAndrea Gelmini2015-09-305-5/+5
| | | | | | | Change-Id: If877778a98d8f06f6f596b4c186d9c4cf5c33438 Reviewed-on: https://gerrit.libreoffice.org/18957 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-292-4/+0
| | | | Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
* Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann2015-09-281-1/+2
| | | | Change-Id: I1e4c32099ec9741c0cab246eb627a2eb3b933e1a
* convert Link<> to typedNoel Grandin2015-09-241-2/+2
| | | | | | | Change-Id: I59d325c3b051690303a5841907317122fa1ec98b Reviewed-on: https://gerrit.libreoffice.org/18825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* convert Link<> to typedNoel Grandin2015-09-221-2/+2
| | | | | | | Change-Id: Iccdfc807447c18c2929cc93bcb11d32b3659d666 Reviewed-on: https://gerrit.libreoffice.org/18774 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* convert Link<> to typedNoel Grandin2015-09-221-1/+1
| | | | | | and remove unused UserEvent class Change-Id: Ic61c5eef75c36393dbbaa92d93163eab89021ee3
* convert Link<> to typedNoel Grandin2015-09-203-3/+3
| | | | | | | Change-Id: I10b050dc4aae45e646761a82520caa96969bc511 Reviewed-on: https://gerrit.libreoffice.org/18700 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* convert Link<> to typedNoel Grandin2015-09-162-3/+3
| | | | Change-Id: I58b31530b4a29851abe9eccdf8f832b9d0348c2c
* convert Link<> to typedNoel Grandin2015-09-151-1/+1
| | | | Change-Id: Id8ea19a0fe04061c6ec35229f41c164b4ebd408c
* convert Link<> to typedNoel Grandin2015-09-151-1/+1
| | | | Change-Id: I6564e4e7042c34741fd7c9ed03627c83ef818486
* convert Link<> to typedNoel Grandin2015-09-151-1/+1
| | | | Change-Id: I8cd997f55f4c7206358cba9edd3d41dbedd4363f
* convert Link<> to typedNoel Grandin2015-09-151-1/+1
| | | | Change-Id: I057969beed6402b2125f4dc719570d324c1df4fc
* convert Link<> to typedNoel Grandin2015-09-151-2/+2
| | | | Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7
* convert Link<> to typedNoel Grandin2015-09-151-2/+2
| | | | Change-Id: I99ae0ff43a25dbaf8f6f5f03ec0f8751f0893ccb
* remove unused Link<>Noel Grandin2015-09-151-1/+0
| | | | Change-Id: I7749d0d7d7dc27395373ed4a81e8235b9317d284
* boost->stdCaolán McNamara2015-09-141-3/+1
| | | | | | | | 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>
* convert Link<> to typedNoel Grandin2015-09-141-1/+1
| | | | Change-Id: I1c501671d72edd5b998e80c7fa1e91dbeb507af8
* Update many ListBox users to its sal_Int32 interfaceMatteo Casalin2015-09-121-1/+1
| | | | Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
* Use forward declaration and reduce include scopeMatteo Casalin2015-09-121-1/+1
| | | | Change-Id: I4456629dfc242d78f2c63c0b83d00afc3cdd23e7
* fix downcast by intermediate functionMatteo Casalin2015-09-121-1/+1
| | | | Change-Id: I8e7909003249a3f86928197bbde29231f84b01c2
* convert Link<> to typedNoel Grandin2015-09-112-7/+8
| | | | Change-Id: I85658fa35b9b85106a3b9c8ef303584cad6f39b0
* convert Link<> to typedNoel Grandin2015-09-111-8/+8
| | | | Change-Id: I3defac5fff9708228d9bf3200e51853a127bfdc5
* convert Link<> to typedNoel Grandin2015-09-101-1/+1
| | | | Change-Id: I7aa46c5cbaf70bea5756a4066bc620b3c40dedee
* remove more warnings about vba exportMarkus Mohrhard2015-09-101-1/+0
| | | | Change-Id: I8d0e6f69dd4d51d195422e6e934fedc406caec16
* convert Link<> to typedNoel Grandin2015-09-091-1/+1
| | | | | | | Change-Id: I3127752785b77672d37f99bc9eaa881377dabe7c Reviewed-on: https://gerrit.libreoffice.org/18431 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* convert Link<> to typedNoel Grandin2015-09-091-2/+2
| | | | Change-Id: I2f36a123662488ef5534f7bf0845d61e497fb0ec
* Remove unused function paramsStephan Bergmann2015-09-091-5/+2
| | | | Change-Id: I1b72a95b7367bb555d37a9a073ca4da2b01cf53f
* Remove unused function paramStephan Bergmann2015-09-081-7/+1
| | | | Change-Id: Iab33c8008e07c4f17482dc3a8e4d15e38dc32b4e
* Remove unused function paramsStephan Bergmann2015-09-081-23/+0
| | | | Change-Id: I0db4352ab7a14b4a62bebb650d1956c4a177b67f
* convert Link<> to typedNoel Grandin2015-09-081-10/+9
| | | | Change-Id: Ia520982b6764994fc4ab02cb12d1bd051e37883a
* convert Link<> to typedNoel Grandin2015-09-082-7/+7
| | | | Change-Id: Ia2706c308c6297d05b2862e9f86fc0f2ee90e4f0
* convert Link<> to typedNoel Grandin2015-09-082-39/+39
| | | | Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
* convert Link<> to typedNoel Grandin2015-09-043-9/+9
| | | | Change-Id: I42eba6c9b6295d94dddc49942d47d59f474bfd28
* convert Link<> to typedNoel Grandin2015-09-041-6/+6
| | | | Change-Id: I743c74b134552eefb14d35e54491494160f1ffbd