summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2015-10-16convert Link<> to typedNoel Grandin14-33/+47
Change-Id: Icbba339dac0be31e30dff021bba06a219f8aecd6 Reviewed-on: https://gerrit.libreoffice.org/19405 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin4-10/+4
the Call() already does a check Found with: git grep -A 1 -w 'IsSet()' | grep -B 1 '.Call(' | grep ':' | cut -d ':' -f 1 Change-Id: Ia7248f5d62640b75f705e539c3d1183e39c0d847
2015-10-15convert Link<> to typedNoel Grandin4-5/+9
Change-Id: I6c55c74d47b13149c2fa210bb9de4e8c430c57cc
2015-10-13error C2666: 'operator ==' : 2 overloads have similar conversionsStephan Bergmann1-1/+1
Change-Id: I7460e993851335db108a02afe2c147ee57736b0a
2015-10-13loplugin:mergeclasses, merge IControlContext with OBrowserListBoxNoel Grandin2-27/+12
Change-Id: Ib3e54c9fe8d9445ad799e4b06c41443093af87fb
2015-10-13remove some useless commentsNoel Grandin1-2/+0
found with git grep '// /' Change-Id: I948cf9ae61bbbf2ec706ca5b0572c4f27c58c745
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann113-1078/+1078
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann15-29/+29
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
2015-10-12convert Link<> to typedNoel Grandin18-43/+46
Change-Id: Iec15042138e0715459b2c9e872a7464d75a6b1eb Reviewed-on: https://gerrit.libreoffice.org/19305 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-12loplugin:stringconstantStephan Bergmann1-1/+1
Change-Id: I83078723ffc40bf16632df87da24ad2289867ed4
2015-10-12some small cleanupsNoel Grandin4-14/+13
Change-Id: I03221fd5e618155dc093dd4dd7474f516d63761e
2015-10-12now we can get rid of the convoluted ControlWindow templateNoel Grandin5-61/+34
Change-Id: I4365e5819784a26f4a71eab8a64cc53ef35d9ad1
2015-10-12now we can push the controlwindow down and lose some type-castingNoel Grandin2-50/+23
Change-Id: I3bc5963bad29898bd104feddef1bc1d00a1325e1
2015-10-12reduce the web of class relationships here a littleNoel Grandin4-99/+62
make CommonBehaviourControlHelper a base-class of the CommonBehaviourControl template, which allows us to dispense with the IModifyListener callback interface Change-Id: I3c02b864fa08fc50515c11af859477e0fdc035e3
2015-10-12improve naming of template parametersNoel Grandin3-94/+37
Change-Id: If62a86b914db634c662949a04396b95e3f44be2a
2015-10-12cppcheck:variableScopeNoel Grandin1-3/+2
Change-Id: I037feb335499629300309851dcda3bb661f03d4f Reviewed-on: https://gerrit.libreoffice.org/19316 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+2
Change-Id: Id193a3fa8c3832da783f8647d6fc6db8375149f4
2015-10-07Sane::SetOptionValue return values are unusedStephan Bergmann2-33/+18
Change-Id: Ie9310be6508fe828ca1ef36372d56596a02085aa
2015-10-07loplugin:mergeclassesNoel Grandin1-22/+11
Change-Id: Ia19514d33fd025a1df9d26b94e2d39113d122392
2015-10-06loplugin:unusedmethodsNoel Grandin1-2/+0
Change-Id: I150baadc442e57ee604563bc52965daa9d2e41af
2015-10-01loplugin:unusedmethodsNoel Grandin5-43/+0
- improvements to the plugin to find more method calls - improvements to python script to remove more false+ - fix the FORCE_COMPILE_ALL build flag to include code in the $WORKDIR Change-Id: I4d6015dcb9b9d60c26f0bcee8abad807177a7836 Reviewed-on: https://gerrit.libreoffice.org/19064 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-01com::sun::star->css in extensions/Noel Grandin145-1956/+1943
Change-Id: I64af9f5ae444e1f7bc6c0e8c29df383a9531dba9
2015-10-01remove old standalone Sun bug numbersNoel Grandin8-19/+1
Sun bug numbers without any accompanying text are completely useless. Fixed with git grep -lP '//\s*#\d+#\s*$' | xargs perl -i -ne'/\/\/\s*#\d+#\s*$/d or print' And then hand-checking the result to restore places where it deleted code. And then some more grepping and hand-editing to kill the others. Change-Id: Ia96ce4466db8bb8da363ebf41f0ae7f45f28bf29 Reviewed-on: https://gerrit.libreoffice.org/19023 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-30Fix typosAndrea Gelmini7-11/+11
Change-Id: Iaa9dd3f02f21947742643349d3b878126017477d Reviewed-on: https://gerrit.libreoffice.org/18947 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-30 tdf#94559: second step to remove rtti.hxxOliver Specht1-1/+1
replaced use of PTR_CAST, IS_TYPE, ISA in chart2, connectivity, editeng, extensions, filter, forms, framework, idl Change-Id: I6a2f9d8bbccb07088413f7552af4b5af8f0cad99 Reviewed-on: https://gerrit.libreoffice.org/18920 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann3-16/+16
Fixed tdf#94269 Change-Id: I63109cc4e095bad680d7637a065080ea368860ae Reviewed-on: https://gerrit.libreoffice.org/18851 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin4-53/+0
Change-Id: I35456b2a3ad2a84a1d045f09cdfb29e4c19b8350
2015-09-24convert Link<> to typedNoel Grandin5-11/+9
Change-Id: I59d325c3b051690303a5841907317122fa1ec98b Reviewed-on: https://gerrit.libreoffice.org/18825 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-21convert Link<> to typedNoel Grandin3-10/+7
Change-Id: If3e2b00092440ebd42ae5b73ae2b0e44c3702683
2015-09-20convert Link<> to typedNoel Grandin1-10/+8
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-18boost->stdCaolán McNamara13-40/+37
Change-Id: Id55e334156628a916ce15fca8ec618eed0ae9366 Reviewed-on: https://gerrit.libreoffice.org/18683 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-17convert Link<> to typedNoel Grandin4-12/+11
Change-Id: Id600a5ee28440ee91c7089c8f7aa05f83bc0e63c
2015-09-17convert Link<> to typedNoel Grandin4-8/+6
Change-Id: I1ce46ea4784ecbd30a47d749d863173e0fe86fe6
2015-09-17convert Link<> to typedNoel Grandin5-12/+10
Change-Id: Iad25d514be71ea4d0f8d2b773197aa30371d776b
2015-09-17convert Link<> to typedNoel Grandin4-162/+135
Change-Id: I2f59aec574ed2c5120c554bdff13a9efab6992df
2015-09-17convert Link<> to typedNoel Grandin9-24/+15
Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
2015-09-16convert Link<> to typedNoel Grandin1-4/+4
Change-Id: If6334d32abbec379acbb9def98fdf6cb5144238b
2015-09-16convert Link<> to typedNoel Grandin1-3/+3
Change-Id: I628de57f87b4ba20a797d345bdf71cf10cf148fc
2015-09-15cppcheck: noExplicitConstructorCaolán McNamara27-41/+44
Change-Id: If00a2de2c23271baaee126230c6bf9e657666ff4
2015-09-15convert Link<> to typedNoel Grandin2-4/+2
Change-Id: I8f3e401afa27778678788b4ac90ea927a2fed1d7
2015-09-12sal_uInt16 and SAL_MAX_UINT16 to sal_Int32 and LISTBOX_APPENDMatteo Casalin1-1/+1
Change-Id: Id68a8369d0ca907d4afc0d8a22d31d1e4c24133c
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin5-12/+11
Change-Id: I6469ac5e2d17406bee9bc434930e2471cb3bae9f
2015-09-11convert Link<> to typedNoel Grandin2-4/+2
Change-Id: I8f64b8f8e1e8ac7ce1475fc5132acb7171237a32
2015-09-09convert Link<> to typedNoel Grandin2-5/+2
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-08convert Link<> to typedNoel Grandin4-9/+6
Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
2015-09-04use comphelper::containerToSequence and fix some castingNoel Grandin1-27/+21
Change-Id: Ic476204e9db8a0cd1164002a4a8b55f90aef515e
2015-09-04convert Link<> to typedNoel Grandin2-3/+2
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-03convert Link<> to typedNoel Grandin2-4/+3
Change-Id: Ic0482dc5ed26eb2fc6ccde73022eff8b4786de83 Reviewed-on: https://gerrit.libreoffice.org/18258 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann9-44/+44
Change-Id: Iea6b497b91b8874bfaded494a114cbeef4417b70
2015-08-28Bin a few leftover (?) stderr printoutsTor Lillqvist2-9/+0
If they are truly needed, use SAL_INFO then.