summaryrefslogtreecommitdiff
path: root/sw/source/ui/index
AgeCommit message (Collapse)AuthorFilesLines
2016-07-20loplugin:commaoperator in sw/Noel Grandin1-4/+16
Change-Id: I9b00755707687e4c10c02bf49866571f2c44d8ba (cherry picked from commit c17ead7dc9c9dce23033fdda9c316f27a0225b17)
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon3-15/+15
This commit renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I77e5134f42f25e3786afa36b7a505c7e3237a9e8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-61/+61
Change-Id: I01e11fa956a249974e77dce9deebe79311f098d0
2015-11-09formatting improvements in sw/Noel Grandin3-13/+13
after my recent "com::sun::star->css in sw" commit Change-Id: I2545648fc6f14ea0ebcabbe012e91546cf392b16
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin3-13/+13
Change-Id: I30016977f1be8fb53dd239367d043de92a9467d9
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-2/+1
Change-Id: I76671a74150791e1a74ece3d5bcf40fd6c727ac7
2015-10-29tdf#89337: Fixing crash in edit/index dialog, againOliver Specht1-1/+6
the fix of tdf#92732 moved the crash from pressing Close/OK to pressing the window closer. Now the CareWindow is set in dispose and this works for all Change-Id: Id9c272acec48890556a5042c0f5310e69c0a67da Reviewed-on: https://gerrit.libreoffice.org/19645 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-10-21sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-14/+15
Change-Id: If476381b05b046443facc9dd220d273133bda651
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+1
Change-Id: I11ff551955c1ac291ab576f2f18c2dd410427eda
2015-10-19loplugin:defaultparamsStephan Bergmann2-4/+4
Change-Id: Ib5b0e87064b6dcff03f6b77287a80ee2a03b8799
2015-10-16convert Link<> to typedNoel Grandin1-4/+7
Change-Id: I9ce3a85eb5eba35691c376d19436c624df68be33
2015-10-16convert Link<> to typedNoel Grandin2-48/+42
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 Grandin1-5/+3
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 Grandin1-4/+3
Change-Id: I6c55c74d47b13149c2fa210bb9de4e8c430c57cc
2015-10-15cppcheck:variableScopeNoel Grandin1-43/+43
Change-Id: I9b671637fbe0f32e695d22b74bfb40a39a9fe884 Reviewed-on: https://gerrit.libreoffice.org/19364 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-23/+23
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
2015-10-12convert Link<> to typedNoel Grandin3-39/+42
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-07Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet1-3/+3
+ tweak files of other modules which needed it Change-Id: Ibb673eba6609734addd233ac1477698c01b94678 Reviewed-on: https://gerrit.libreoffice.org/19180 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2015-10-06need <numeric> for std::accumulateNoel Grandin1-0/+1
Change-Id: Ic7d237ab5e4a7925bf265b8ab495ad3e0c128735
2015-10-02sw: replace boost::ptr_vector with std::vectorMichael Stahl1-0/+4
Change-Id: Ib3dbe824bd4e747981b69851c6186fd57402ed23
2015-09-24convert Link<> to typedNoel Grandin1-8/+6
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-23convert Link<> to typedNoel Grandin1-25/+23
Change-Id: If48dd5fd9ea87ca5c770424ce824998d842aacef Reviewed-on: https://gerrit.libreoffice.org/18811 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin2-3/+2
Change-Id: If1e53fee4b39daed44632b2395ddb42064c698fb Reviewed-on: https://gerrit.libreoffice.org/18800 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin1-10/+10
Change-Id: I39f08451c546865327f2f1014cfa33c78cdcdc9b Reviewed-on: https://gerrit.libreoffice.org/18798 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin1-14/+12
Change-Id: I210ea5a66ebb78d6aa93c53e95ddf00e93fd81e0 Reviewed-on: https://gerrit.libreoffice.org/18797 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-23convert Link<> to typedNoel Grandin1-13/+11
Change-Id: I2b8ef243a82c39174c1102c2e75f38dcf7efd376 Reviewed-on: https://gerrit.libreoffice.org/18796 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-17boost->stdCaolán McNamara2-2/+0
Change-Id: Idfbcfa1e5ba7bff92e98693c33c4b33a6beda08f
2015-09-17convert Link<> to typedNoel Grandin1-2/+1
Change-Id: I3d35a0bb75b6989dd13371543d1bdf3ef5f47641
2015-09-08convert Link<> to typedNoel Grandin1-5/+4
Change-Id: I365a81a0a960f5da736c9a97aa056da16c99452f
2015-09-07convert Link<> to typedNoel Grandin1-3/+3
Change-Id: I38f2c15b4f8bb1d7187b019d26a2644b087898c1 Reviewed-on: https://gerrit.libreoffice.org/18357 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-09-04tdf#92732: fix vclptr lifecycle for index entry editing dialogOliver Specht1-1/+1
Call SwViewShell::SetCareWin() in closeHdl instead of d'tor since with care window set the d'tor is never called Change-Id: Ieb8280ab57c3bccf95ce2ce96937aab261133ce0 Reviewed-on: https://gerrit.libreoffice.org/18330 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-08-31convert Link<> to typedNoel Grandin1-3/+2
Change-Id: I53b0a7a9875a3ebcca915c8f2d8c53face6f9509
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2-75/+47
Change-Id: Ie80dfb003118d40741549c41ebcc7eda4819f05b
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-1/+1
Change-Id: I77f7b528ed97964bdc153f820f6f96977ddb9254
2015-08-21loplugin: defaultparamsNoel Grandin2-12/+11
Change-Id: I13ad6260ef6a8858765231610d5cb326b4a9ce35
2015-08-03sw: inline use-once typedefsNoel Grandin1-2/+1
Change-Id: Id0e54c92769e6c82690fe6f1eab488fcabe6c655
2015-07-24convert WindowAlign to scoped enumNoel Grandin1-1/+1
Change-Id: I028d108b3a83bd5541d873c4d03b87339cd3be52
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-1/+1
Change-Id: Idb9f1439a786d90679ed6eb95153844332e44b02
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-3/+3
Change-Id: I7b12dd04f6811f71b776ee9168703434217b59c8
2015-06-16Fix typosAndrea Gelmini1-1/+1
Change-Id: Id8c7cf460cba5af89891c470e1aaa61b227d356e Reviewed-on: https://gerrit.libreoffice.org/16310 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-06-15cppcheck:unreadVariableNoel Grandin1-1/+0
Change-Id: I03981ceba67280e8ed98a9add7f24b3bd958d522
2015-06-10sw: fix gcc-4.7 buildMiklos Vajna1-1/+1
Change-Id: I6223691a25d5bdcf83b60a26e344fa964d995354
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
Omit the plugin, and sw's FrameControlsManager for now. Change-Id: Ifb98a2e6e03a9d099efc1668305b96bd9142ca5f Reviewed-on: https://gerrit.libreoffice.org/16117 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin1-1/+1
Change-Id: I7c324bb6358be28c119592850eb7607479279f09
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
Change-Id: I955b04396d27e88ce228f180275955071da83ec6
2015-05-25Use size_t consistently for GetFldTypeCount/GetFldType/RemoveFldTypeMatteo Casalin1-2/+2
Change-Id: Ie88af20e20f788c0d8b53f99da3decd98dec5078
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-40/+40
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-1/+1
Change-Id: Ic0f7f8fa236bb478b3598ae3fd3c1b30ebbf1a01
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin1-2/+2
Change-Id: Ie7302c909feb2e83b8b5e62a5e6a1f901783fb49
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf