summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2013-03-04remove unused and commented out codeThomas Arnhold
This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
2013-03-04callcatcher: unused codeCaolán McNamara
Change-Id: I7dcaa6f57815321e108cd7ce284fe145dc0506f2
2013-03-04fdo#46808, convert singleton util::theOfficeInstallationDirectoriesNoel Grandin
.. to new-style UNO. And deprecate old service in favour of singleton. Change-Id: I67244097c22af02530214d7c529dd0d32f5964c1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
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 Arnhold
Change-Id: If0ddaa8fd7cfaf4df8589422cb50ce37f1be2ad1
2013-03-03loplugin: unused variables and commented codeThomas Arnhold
Change-Id: I01f1f1d112767b576d7cfc6e25fe95385de2c0cf
2013-03-03drop unneeded includeDavid Tardon
Change-Id: I5782dc1f6acd6dfb7532189b93eae618780ae571
2013-03-03coverity#705720: fix memory leakMarkus Mohrhard
Change-Id: I374f22ae6cc20c14adb99cd9bc6da1f830067861
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
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-03-01raise warning when saving macro laden doc as a macro-free format bnc#791777Noel Power
Change-Id: Ic947ceef71c86e31fbf0bce74b064aaf91f47178
2013-02-28sfx2: restore weird SfxStack::nLevel that was...Michael Stahl
... accidentally removed in 7cbeac07d21413443889e6ee777a428782e746ae. Not that i know what it's good for. Change-Id: I8f2963050434741503b39539fd9a1a339b56d60f
2013-02-28sfx2: remove GPF() macro, we manage to crash just fine without thatMichael Stahl
Change-Id: Ia80c5affa0c12acee0a79b9e4665a2b13511e981
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-28fdo#61453 fix truncation on German UIAndras Timar
Change-Id: I4ec173dc2856a6208f1149a5a9cbfc18873d1f2e
2013-02-28coverity#705637: fix memory leak and add documentationMarkus Mohrhard
Change-Id: If06ef8c78a7d3910be3f3d46dca090a4568b5fe7
2013-02-27Remove unused parts and simplifyJulien Nabet
See http://nabble.documentfoundation.org/Cppcheck-quot-bContainsDate-quot-not-read-in-templateremoteview-cxx-sfx2-td4032416.html Change-Id: I2369d728e431d5e802871fc0a173aacc90079798
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac
Removed several unused methods. Could not remove ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() and ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&) because it breaks compilation (they are implementing pure virtual methods). Should Test::test1Table1Page() really be removed? (test class) Conflicts: unusedcode.easy Change-Id: I98a761f66f28e3a82661c10a5fa1dc7e109fff2f
2013-02-27coverity#705698: fix memory leak and add some documentationMarkus Mohrhard
Change-Id: I082ac7c47a59f1cb0ef4e098739d6c7fa98e3795
2013-02-25loplugin: improve indentationThomas Arnhold
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-25fdo#38838,::rtl::OUString_to_OUStringelixir
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-25Remove useless SfxStringEncode and SfxStringDecodeThomas Arnhold
They return empty strings. SearchAndReplace is a stray declaration from historic misc.cxx. Change-Id: Ia7aa970a8ca200bd7bdc5ed688a8f00d092c9561
2013-02-25loplugin: unused variablesThomas Arnhold
Change-Id: I63553a09eec81e5ae28aa79ee1d3281053b23d06
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac
I ran the following code replace: s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/ And finally removed String::CreateFromInt32(). Change-Id: I53b26a59c68511ae09f0ee82cfade210d0de3fa5 Reviewed-on: https://gerrit.libreoffice.org/2279 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-23sal: update log areasThomas Arnhold
Change-Id: Id7b2c7e871abf19b70f427095371c6a6c0208607
2013-02-22String -> OUStringIvan Timofeev
Change-Id: I5b577a8e0675d7849ca22e24bb99ee2d8602ae6a
2013-02-22Better debugging messagesStephan Bergmann
Change-Id: I7c10329f87edfe5d6f801c0aa70e1f6860780c8b
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22fix sfx2 buildCaolán McNamara
Change-Id: I17b8ab426e7aabeb5db9d49391e0c1be99e63a51
2013-02-22s/the the/the/Tor Lillqvist
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-22s/whith/with/Tor Lillqvist
Change-Id: I23da81c182ad30faf871d98e55820295418207d0
2013-02-21Fix type unkown -> unknownJulien Nabet
Change-Id: I8d55d5ae5ae38ae2b252859b5400e36301f19ef0
2013-02-21HIG, consistent border width for properties pageCaolán McNamara
Change-Id: Iacaa53c167230d40bd7e68216ff9deb97c528063
2013-02-21clone documentfontsdialog from sw, add method to SfxDocumentInfoDialog add tabNoel Power
Change-Id: I9cfb4f65e27a73921ac7944376677c5ddecdf9a9
2013-02-21change lib:widget delimiter from : to -Caolán McNamara
because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
2013-02-20Some cppcheck cleaningJulien Nabet
Change-Id: I0b9d3b5f8283e2fddc96b220a755ba6bcdd11606
2013-02-17spelling: otherwhise -> otherwiseIvan Timofeev
Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
2013-02-16coverity#441015 Use after freeCaolán McNamara
Change-Id: Iba7b3b2969525bbb8315452962556d08773e04fd
2013-02-15coverity#738978: Fix use after free.Jan Holesovsky
This was a corner case after the container types removal. Change-Id: I2200b7fc2d38946403d289e62ad602a63bd1cf6e
2013-02-15various efforts to consistently apply HIG rulesCaolán McNamara
Change-Id: I0bd09c023be622ced9d3fa508e5e3463a3a5e5b2
2013-02-15use stock buttonCaolán McNamara
Change-Id: I203eac7e8f4b49524c9255924725f5f1de4b9979
2013-02-14appdde.cxx: try to fix MSVC buildMichael Stahl
Change-Id: I14baa8bc0a462492ada6e4aeb8d8f90a0de2a51d
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ↵Jean-Noël Rouvignac
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-14CMIS: made it work with Lotus LiveCédric Bosdonnat
Making libcmis and LibreOffice work with Lotus Live service needed a few hacks to either better implement CMIS or workaround some bad implementations. As a general improvement, the CheckOut InfoBar isn't shown if the document can't be checked out.
2013-02-13Fix member variables not initialized in the constructorJulien Nabet
Change-Id: Ibd7138a185e4d4f87f36d59acd398387a52e9d34
2013-02-13move print options .ui to sfx2 and adapt codeCaolán McNamara
Change-Id: I8a7b1d15a002cbe74ac0fb97fcd8ce60a47a4e61
2013-02-13Some cppcheck cleaningJulien Nabet
Change-Id: I3d515fabc272e5c14f2e2779da1c43f92514f290
2013-02-12Remove commented linesJulien Nabet
Change-Id: Iaf07d9f4bc0a133c1127d93bf635b6653fe1479a
2013-02-12fdo#46808, convert some svtools code to XComponentContextNoel Grandin
Change-Id: Icf939095f130e684db88a8563c56f4eb1e6079bc
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin
Change-Id: I1cafbfc53994e5d74241042dbd1d292ddbda67d5
2013-02-12Templates Manager: if the title can't be edited, don't update it in UICédric Bosdonnat
Conflicts: sfx2/inc/sfx2/templatelocalview.hxx sfx2/source/control/templatelocalview.cxx sfx2/source/control/templateview.cxx Change-Id: Id16431fb3517c831a5e81ff72fafaa8569f99ef1