summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Collapse)AuthorFilesLines
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer1-1/+1
2013-03-11fdo#47011 autosave featureKrisztian Pinter1-3/+14
removed unnecessary prop. name "Document/UserAutoSave" from saveopt.cxx fixed autosave feature setting "losing its value" set autosave feature default value to False Change-Id: I473154b21bab53bf595a5a59e87dc16e472dcbf9 Reviewed-on: https://gerrit.libreoffice.org/2663 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2013-03-11use startsWith() instead of compareToAscii()Thomas Arnhold1-2/+2
brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
2013-03-09coverity#705655: fix memory leakMarkus Mohrhard1-2/+2
Change-Id: Icf514d2f7cf678cb347c2e114f01ae8f56e2e999
2013-03-09simplify code a bitMarkus Mohrhard1-7/+6
Change-Id: Id965dd79ab8401a2ba7eb8266bba642f80cbe0d3
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim6-0/+15
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08make use of startsWith()Thomas Arnhold1-10/+9
Change-Id: Ie70097de550ddd1cddc6714f8f86f9723cb36679 Reviewed-on: https://gerrit.libreoffice.org/2599 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-08simplify compareTo (now correct)Thomas Arnhold1-1/+1
Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-03-08Revert "simplify some compareTo"Stephan Bergmann1-1/+1
This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b, s1.compareTo(s2, length-of-s2) is *not* equivalent to s1 == s2
2013-03-08simplify some compareToThomas Arnhold1-1/+1
Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98
2013-03-08fwk: some follow up of rtl cleanupThomas Arnhold9-67/+67
Change-Id: I434e714b6e5a38795c0baca85b51eef85a4732fd
2013-03-08RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter60-1505/+1504
Change-Id: Ief6418425676d6943993513c4d05c8d22e4740cf Reviewed-on: https://gerrit.libreoffice.org/2470 Tested-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-07WIP: fdo#47011 autosave featureKrisztian Pinter2-1/+22
Change-Id: Ib2cbcc33e6188c60c183b5f47e9ae9c9d4c91b95
2013-03-07fdo#46808, Convert ui::UIConfigurationManager to new-styleNoel Grandin5-33/+26
Change-Id: I62c37eb6d0e0b2a681a84e1fa0067d0a9f967cf2
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong1-16/+8
Change-Id: I08d755677c46c476710ecbd067ed9f7e2f54a671 loplugin: clean warnings: unused variables, incorrect indentation and log area. Reviewed-on: https://gerrit.libreoffice.org/2544 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-03-05doubled usingThomas Arnhold1-1/+0
Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
2013-03-04sal_Bool to boolTakeshi Abe2-2/+2
Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
2013-03-04doubled namespacesThomas Arnhold4-4/+0
Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
2013-03-04doubled includesThomas Arnhold20-28/+0
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-03-04fdo#46808, Use service constructor for task::InteractionHandlerNoel Grandin6-21/+15
a lot of code was loading the service using it's implementation name, which is why this got missed earlier. Change-Id: I0b150bc9383a1a3a09ab905c4ddb7f914e69638d
2013-03-04fdo#46808, convert task::StatusIndicatorFactory to new styleNoel Grandin14-115/+78
the service already existed, it just needed an IDL file. Change-Id: I84c8e48e176ec3a38ac48a7abcec7463390523b9
2013-03-04fdo#46808, Convert the menu classes in framework to XComponentContextNoel Grandin1-15/+44
Change-Id: Ia800083ab052dd648e25d6ee3ac284a017d2176e
2013-03-04fdo#46808, Convert frame::DispatchRecorder to new styleNoel Grandin2-4/+2
API CHANGE: dropped the XIndexReplace interface because no-one is using it. Change-Id: Iad77af588a070b22f2fce007a6ec4641758997a8
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold52-86/+86
Using the autocorrect list of LibreOffice extras/source/autotext/lang/en-US/acor/DocumentList.xml Change-Id: I8b93969bc0742c2e95b8b7db3c4c37691e8d3657 Script: http://pastebin.ca/2327716
2013-03-03loplugin: improve indentationThomas Arnhold1-5/+3
Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
2013-03-03loplugin: unused variables and commented codeThomas Arnhold1-1/+0
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King42-74/+74
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-26fdo#60724: lintian typo fix: useful -> usefulGregg King3-4/+4
Change-Id: I5635c3efaaa6bbe1c1e3ec41a502e203fe17e47c
2013-02-25loplugin: improve indentationThomas Arnhold6-44/+22
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir1-192/+192
Change-Id: I7c9ebd01c16ff066008e53de865560ad78215bab Reviewed-on: https://gerrit.libreoffice.org/2330 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-25loplugin: unused variablesThomas Arnhold4-6/+0
Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
2013-02-23Fix typo seperated/separatedJulien Nabet6-7/+7
Change-Id: I133423de994b1befe246b6c921802428a3528202
2013-02-23Fix typos retreive/retrieve furture/futureJulien Nabet1-1/+1
Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
2013-02-23Fix typo "sucessfully" -> "successfully"Julien Nabet1-1/+1
Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
2013-02-23Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet1-1/+1
Change-Id: I1e6343fdcee91d23aacd776520e8bfdf81d411e4
2013-02-23sal: update log areasThomas Arnhold1-3/+3
Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
2013-02-22Start Center: update hardcoded borders to match the new imagesIvan Timofeev1-4/+4
Change-Id: Ib3dae9b06bcd2cfe5e73b723d9ea2e5856073651
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet13-20/+20
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22s/childrens/children/Tor Lillqvist3-7/+7
Change-Id: I1731710811506383d29c835a613b07506e7232f0
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev17-25/+25
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
2013-02-16Some cppcheck cleaningJulien Nabet1-1/+1
Change-Id: I1cc0a9e5c7f8bfd310e9bf56664f0f8b396ad9ec
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac2-8/+4
ASCII_STRING, CONST_ASCII, ASCSTR, ASCII, DEFINE_CONST_UNICODE, DEFINE_CONST_OUSTRING Change-Id: I96d690bf9f9b319e9eeafcf218ec5ce87f21215f Reviewed-on: https://gerrit.libreoffice.org/1954 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-12fdo#46808, convert some svtools code to XComponentContextNoel Grandin1-4/+4
Change-Id: Icf939095f130e684db88a8563c56f4eb1e6079bc
2013-02-11fdo#39370 - Fixed RTL/LTR and alignment buttons location on RTL interfaceIssa Alkurtass1-0/+17
Reversed the location of the RTL and LTR buttons as well as the align right and align left buttons on the RTL interface. It now matches the LTR interface. Done from toolboxdocumenthandler instead of modifying 20+ xml files. Change-Id: I6b3715e134bb45a7500b87a9e926d7940690a9af Reviewed-on: https://gerrit.libreoffice.org/2077 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-02-11fdo#46808, use linguistic2::LanguageGuessing service constructorNoel Grandin4-8/+6
Change-Id: I5c650a96ea99a1cf16ca8aa61f2db4986790040b
2013-02-11fdo#46808, convert to getProcessComponentContextNoel Grandin2-8/+16
Change-Id: I59632fb1fe1d0e200fc42240ab1551a46801822e
2013-02-11small doc fixNoel Grandin1-1/+1
Change-Id: Ieafdd536faf4c51ec0eb1fabca3edd7f575d001e