summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2013-04-15remove dead class SfxResourceManagerNoel Grandin
Change-Id: I33590e7907c593d821e2eafda0e04c76c8b99879 Reviewed-on: https://gerrit.libreoffice.org/3393 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
2013-04-15fdo#60724 correct spellingThomas Arnhold
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
2013-04-15fdo#60724 informations -> informationThomas Arnhold
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
2013-04-14make file names match library namesPeter Foley
Change-Id: Id9b7decbf2f3cfc89e76e7c86a801904375971be
2013-04-13Handle hidden property for external filter loading as well.Kohei Yoshida
Change-Id: I7a0154161d28e59c3e741fd592d3ce175676c901
2013-04-13Get the filter provider name from SfxMedium instead.Kohei Yoshida
This property is now transferred to SfxMedium. Let's get it from there. Change-Id: Ie0a4680581500135f3b65370ea94946f02c02cb8
2013-04-13Reduce indentation by early bail-out.Kohei Yoshida
Change-Id: Iaf2fed36b33d44f06f2c2750f800da5a6dd454ab
2013-04-13Share error handling code between DoLoad() and DoLoadExternal().Kohei Yoshida
Change-Id: I34167b80e9ac31b32639cd3be903ba9edbdfa41a
2013-04-13Handle load error correctly.Kohei Yoshida
When we fail to load a new document, we shouldn't manually delete the SfxMedium instance there since SfxObjectShell gets to own it after the DoLoadExternal call. And we need to throw an error instead of simply return from load(). Change-Id: Ic194d47dd1caaab3034aba1b9add54c9b5338a38
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida
But this occasionally crashes. Change-Id: I0a18d0e210639b43b89b966a54de541b9a43e329
2013-04-13Make the impl class explicitly non-copyable.Kohei Yoshida
Change-Id: I58971205bcb0c9f397c64556c84114c0390e8e96
2013-04-13Re-organize UNO interface members & use clear() to clear their refs.Kohei Yoshida
Change-Id: I815e77640c7c3816e5b9c83b567a8e2051cdb81f
2013-04-12Resolves: #i119492# Reset the modified flag on OLE objects after loadingAndre Fischer
Patch by: Clarence GUO Review by: Andre Fischer (cherry picked from commit 83777cd6e0f3f1a4458af896fd13344c696ecb1e) Conflicts: sfx2/source/doc/objstor.cxx Change-Id: I51682ace6a5b233270e52070ef39c33480fd27c0
2013-04-12remove dead codeNoel Grandin
Change-Id: I18b203f9647e2fd5199a2d15f4be67c99f7def5d Reviewed-on: https://gerrit.libreoffice.org/3361 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-04-11Remove thumbnail from local view if we erase it throught the search view.Rafael Dominguez
Change-Id: I42e5fe1f806712b2b912f945c164b0e239ecaa54
2013-04-11Set Template Manager dialog minimum size.Rafael Dominguez
Change-Id: Ifa5091a5159d3832d3b8c8846eff57b6bfcf9854
2013-04-11Resolves: fdo#63426 presentation wizard crashesCaolán McNamara
This effectively reverts the code parts of 13e8f68e82713cae2d081a236b260bda12aafa23 "fix memory leak and add some documentation" Change-Id: I66fa052f79185e1348c14e99954b04bf0a4622e5
2013-04-11Fix warning: unused variable 'PROP_LAYOUT_MANAGER' [loplugin]Tor Lillqvist
Change-Id: Ifd475718766a772504da9e522894b90d7e63347a
2013-04-11rename UI to UIConfigDavid Tardon
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand
also checked and fixed memory leaks caused by not deleting SfxStyleSheetIterator instances. Found by: Chao Huang Patch by: Chao Huang Review by: alg (cherry picked from commit aee8221b3fbe64d8e88aa3a1b630214807cd86f0) Conflicts: sc/source/core/data/stlsheet.cxx sc/source/filter/xml/xmlfonte.cxx sfx2/source/doc/objcont.cxx svl/source/items/style.cxx sw/source/core/unocore/unostyle.cxx Resolves: #120077# ALG: Reverted r1354011, adapted all usages of SfxStyleSheetIterator and CreateIterator to use boost::shared_ptr (cherry picked from commit ec1819f218b94bed1556653e1b2b816a65da61ef) Conflicts: sc/source/core/data/stlsheet.cxx sc/source/filter/xml/xmlfonte.cxx sfx2/source/doc/objcont.cxx svl/inc/svl/style.hxx svl/source/items/style.cxx sw/source/core/unocore/unoframe.cxx sw/source/core/unocore/unostyle.cxx 26937d4d65562b14de0aea59a7b01cc4334f73c1 Change-Id: If99bf3ee399292ec269d68b36ee78ed63f033215
2013-04-10equalsAsciiL() -> operator==()Thomas Arnhold
some more like 7e06132878a495ffb8ed9d54588e1a3ebbd0e8da Change-Id: I42c2a208e30ce80e95d892c6123247057c823773
2013-04-09Oops. Forgot to remove this debug statement.Kohei Yoshida
Change-Id: I8d7d308ee913f61b7f4a9cf9d83158a32bb0c1e5
2013-04-09String cleanup inside SfxFilter.Kohei Yoshida
Change-Id: I647b9e4de54fdcfadcf17ac7e161b245f3dea546
2013-04-09com::sun::star cleanup.Kohei Yoshida
Change-Id: I279441c1e1a271c76a2fec92711765134da90cac
2013-04-09Make the member mutable to avoid ugly casting.Kohei Yoshida
Change-Id: I28fd84b89a8d443e502d2c0e76f38cf006a57d4a
2013-04-09Reduce indentation by early bail-out.Kohei Yoshida
Change-Id: I8430d030fdfce51d3706c801ce8d2cb3fa6eed5d
2013-04-09Store filter provider property with SfxMedium.Kohei Yoshida
Change-Id: I4ee6eed94cdfd8a8a514a79a33a1ccb4ff586ce5
2013-04-09Use scoped_ptr for this for better exception safety.Kohei Yoshida
Change-Id: I7f14972e562845eb260b3d567c3fbabda2524d41
2013-04-09Sort the header includes and get it to build.Kohei Yoshida
Change-Id: Iaef855c4829f5b6fc6a0016fd2697c761ed1ea9a
2013-04-09The 'else if (nCount)' check is not necessary; remove it for less indentation.Kohei Yoshida
We check for nCount != 0 earlier. Change-Id: Ibdb099fc651210263b8f23182796a8d56a531591
2013-04-09Remove unnecessary ::com::sun::star:: .Kohei Yoshida
Change-Id: I98f2ef80b2487264e9e74c7895b1f702ae847452
2013-04-09fdo#61389 - Display Properties, Set as default actions in save mode.Rafael Dominguez
It dosent make sense to display delete action since we are saving a template same for edit. Change-Id: I5532d3a7a7f5e6200419c2b7159c4d6fe40d16ea
2013-04-09Display correct region name in error messages.Rafael Dominguez
Change-Id: I1e3eddf9be2a75faabf0b0be91f30d7e8d43d3e4
2013-04-09Fetch thumbnails position and id from filter array instead.Rafael Dominguez
Change-Id: I5d49bf90e9eab402f2c6e58ca46302e2a2c72c84
2013-04-09Update template item path when moving it to another folder.Rafael Dominguez
Change-Id: I0ea9bf77b2393240e5074000a3692a4eaac11cf0
2013-04-09Mark thumbnailview item as unselected when updating filter.Rafael Dominguez
Change-Id: I10dd5ee79bf5c39bba4873633b3bf4438c703be0
2013-04-09Revert "fix sfx2 with Library_merged"Matúš Kukan
This reverts commit 0b78f2b9dc17dfa88d72d6ee27e3e0e0ca6a152f. Change-Id: I3608c15226f233add01ebe4a64667012854cf08b
2013-04-09make help work againCaolán McNamara
This is a regression from b248624126c271c88381d3dad6e04fc954f65779 I suspect there might be more. Change-Id: I9ffbcfb8d32b0b0b4193a86eee90d0a5f481de11
2013-04-08dispatch: print some info what is going onThomas Arnhold
Change-Id: Ifa0637c197546ed43f7a6b39744ba1949b00e3f9
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin
Change-Id: I74427d1e0059808f04960c648b93245b06c20f7f
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin
.. and all of it's friends Change-Id: I408d9308d1d1a4f8ed0055ac5f4042d729c44d1e
2013-04-08fdo#46808, use service constructor for document::FilterConfigRefreshNoel Grandin
Change-Id: Ibf857684029b6b63845850a1930d853e5aab2fdb
2013-04-08remove unused methodNoel Grandin
Change-Id: Ic8d56962411d87c5c6b33acccf1927d4e85ceaa9
2013-04-08fdo#46808, Convert beans::PropertyBag to new styleNoel Grandin
Change-Id: Ibb2466af4c9289cba93b8330d10db033d296bfc1
2013-04-08viewsh: correct indentationThomas Arnhold
after 31fedbe9f782976b6aa4615b6fd171ed52137c94 Change-Id: I2ac895e0808a0d8d04bbb82d72cf1295297b07b9
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05[WaE] Fix signed/unsigned comparison.Rafael Dominguez
Change-Id: I79ee42e8e2480cb57f0d136bf96201e80fdf4f28
2013-04-05fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez
Change-Id: Ia63b2a39df1c2aa76bb288e032b35d95bb0ff439