summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Collapse)AuthorAgeFilesLines
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* fdo#60724: Fix spelling avaliable -> available.Steven Meyer2013-03-131-1/+1
|
* fdo#47011 autosave featureKrisztian Pinter2013-03-111-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>
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-111-2/+2
| | | | | | brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
* coverity#705655: fix memory leakMarkus Mohrhard2013-03-091-2/+2
| | | | Change-Id: Icf514d2f7cf678cb347c2e114f01ae8f56e2e999
* simplify code a bitMarkus Mohrhard2013-03-091-7/+6
| | | | Change-Id: Id965dd79ab8401a2ba7eb8266bba642f80cbe0d3
* fdo#60691 add modelines to *.src and *.hrc filesBorim2013-03-086-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
* make use of startsWith()Thomas Arnhold2013-03-081-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>
* simplify compareTo (now correct)Thomas Arnhold2013-03-081-1/+1
| | | | | Change-Id: Ia4fd2f54d0bda71d472f46949500c0b23ff8e1b7 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Revert "simplify some compareTo"Stephan Bergmann2013-03-081-1/+1
| | | | | | | | | | This reverts commit 19020191cbf3e3c7a7bf98d0958d86d931ae687b, s1.compareTo(s2, length-of-s2) is *not* equivalent to s1 == s2
* simplify some compareToThomas Arnhold2013-03-081-1/+1
| | | | Change-Id: Ib63cfac8b5f129f31534020fd634750e846e3b98
* fwk: some follow up of rtl cleanupThomas Arnhold2013-03-089-67/+67
| | | | Change-Id: I434e714b6e5a38795c0baca85b51eef85a4732fd
* RTL_CONSTASCII_USTRINGPARAM and ::rtl:: removalsKrisztian Pinter2013-03-0860-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>
* WIP: fdo#47011 autosave featureKrisztian Pinter2013-03-072-1/+22
| | | | Change-Id: Ib2cbcc33e6188c60c183b5f47e9ae9c9d4c91b95
* fdo#46808, Convert ui::UIConfigurationManager to new-styleNoel Grandin2013-03-075-33/+26
| | | | Change-Id: I62c37eb6d0e0b2a681a84e1fa0067d0a9f967cf2
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-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>
* doubled usingThomas Arnhold2013-03-051-1/+0
| | | | Change-Id: Ib1d3213a688194bfb027b7bca5bd9ac1b7bb1b28
* sal_Bool to boolTakeshi Abe2013-03-042-2/+2
| | | | Change-Id: I8c554fb3faead41c974af9c2a89728bd0bdf5eb6
* doubled namespacesThomas Arnhold2013-03-044-4/+0
| | | | Change-Id: I0f6a34a459c1492a69afa3ef6bcbaa8ed7639a22
* doubled includesThomas Arnhold2013-03-0420-28/+0
| | | | Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
* fdo#46808, Use service constructor for task::InteractionHandlerNoel Grandin2013-03-046-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
* fdo#46808, convert task::StatusIndicatorFactory to new styleNoel Grandin2013-03-0414-115/+78
| | | | | | the service already existed, it just needed an IDL file. Change-Id: I84c8e48e176ec3a38ac48a7abcec7463390523b9
* fdo#46808, Convert the menu classes in framework to XComponentContextNoel Grandin2013-03-041-15/+44
| | | | Change-Id: Ia800083ab052dd648e25d6ee3ac284a017d2176e
* fdo#46808, Convert frame::DispatchRecorder to new styleNoel Grandin2013-03-042-4/+2
| | | | | | API CHANGE: dropped the XIndexReplace interface because no-one is using it. Change-Id: Iad77af588a070b22f2fce007a6ec4641758997a8
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-0352-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
* loplugin: improve indentationThomas Arnhold2013-03-031-5/+3
| | | | Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
* loplugin: unused variables and commented codeThomas Arnhold2013-03-031-1/+0
| | | | Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
* Typo fix: informations -> information and a few other adjacent typos.Gregg King2013-03-0242-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>
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* fdo#60724: lintian typo fix: useful -> usefulGregg King2013-02-263-4/+4
| | | | Change-Id: I5635c3efaaa6bbe1c1e3ec41a502e203fe17e47c
* loplugin: improve indentationThomas Arnhold2013-02-256-44/+22
| | | | Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
* fdo#38838,::rtl::OUString_to_OUStringelixir2013-02-251-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>
* loplugin: unused variablesThomas Arnhold2013-02-254-6/+0
| | | | Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
* Fix typo seperated/separatedJulien Nabet2013-02-236-7/+7
| | | | Change-Id: I133423de994b1befe246b6c921802428a3528202
* Fix typos retreive/retrieve furture/futureJulien Nabet2013-02-231-1/+1
| | | | Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
* Fix typo "sucessfully" -> "successfully"Julien Nabet2013-02-231-1/+1
| | | | Change-Id: I01c85e4d3853c44fa05acc3019bc35c56c4f655e
* Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet2013-02-231-1/+1
| | | | Change-Id: I1e6343fdcee91d23aacd776520e8bfdf81d411e4
* sal: update log areasThomas Arnhold2013-02-231-3/+3
| | | | Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
* Start Center: update hardcoded borders to match the new imagesIvan Timofeev2013-02-221-4/+4
| | | | Change-Id: Ib3dae9b06bcd2cfe5e73b723d9ea2e5856073651
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-2213-20/+20
| | | | Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* s/childrens/children/Tor Lillqvist2013-02-223-7/+7
| | | | Change-Id: I1731710811506383d29c835a613b07506e7232f0
* spelling: otherwhise -> otherwiseIvan Timofeev2013-02-1717-25/+25
| | | | Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
* Some cppcheck cleaningJulien Nabet2013-02-161-1/+1
| | | | Change-Id: I1cc0a9e5c7f8bfd310e9bf56664f0f8b396ad9ec
* Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac2013-02-142-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>
* fdo#46808, convert some svtools code to XComponentContextNoel Grandin2013-02-121-4/+4
| | | | Change-Id: Icf939095f130e684db88a8563c56f4eb1e6079bc
* fdo#39370 - Fixed RTL/LTR and alignment buttons location on RTL interfaceIssa Alkurtass2013-02-111-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>
* fdo#46808, use linguistic2::LanguageGuessing service constructorNoel Grandin2013-02-114-8/+6
| | | | Change-Id: I5c650a96ea99a1cf16ca8aa61f2db4986790040b
* fdo#46808, convert to getProcessComponentContextNoel Grandin2013-02-112-8/+16
| | | | Change-Id: I59632fb1fe1d0e200fc42240ab1551a46801822e
* small doc fixNoel Grandin2013-02-111-1/+1
| | | | Change-Id: Ieafdd536faf4c51ec0eb1fabca3edd7f575d001e