summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2013-04-13Handle hidden property for external filter loading as well.Kohei Yoshida
2013-04-13Get the filter provider name from SfxMedium instead.Kohei Yoshida
2013-04-13Reduce indentation by early bail-out.Kohei Yoshida
2013-04-13Share error handling code between DoLoad() and DoLoadExternal().Kohei Yoshida
2013-04-13Handle load error correctly.Kohei Yoshida
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida
2013-04-13Make the impl class explicitly non-copyable.Kohei Yoshida
2013-04-13Re-organize UNO interface members & use clear() to clear their refs.Kohei Yoshida
2013-04-12Resolves: #i119492# Reset the modified flag on OLE objects after loadingAndre Fischer
2013-04-12remove dead codeNoel Grandin
2013-04-11Remove thumbnail from local view if we erase it throught the search view.Rafael Dominguez
2013-04-11Set Template Manager dialog minimum size.Rafael Dominguez
2013-04-11Resolves: fdo#63426 presentation wizard crashesCaolán McNamara
2013-04-11Fix warning: unused variable 'PROP_LAYOUT_MANAGER' [loplugin]Tor Lillqvist
2013-04-11rename UI to UIConfigDavid Tardon
2013-04-10Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand
2013-04-10equalsAsciiL() -> operator==()Thomas Arnhold
2013-04-09Oops. Forgot to remove this debug statement.Kohei Yoshida
2013-04-09String cleanup inside SfxFilter.Kohei Yoshida
2013-04-09com::sun::star cleanup.Kohei Yoshida
2013-04-09Make the member mutable to avoid ugly casting.Kohei Yoshida
2013-04-09Reduce indentation by early bail-out.Kohei Yoshida
2013-04-09Store filter provider property with SfxMedium.Kohei Yoshida
2013-04-09Use scoped_ptr for this for better exception safety.Kohei Yoshida
2013-04-09Sort the header includes and get it to build.Kohei Yoshida
2013-04-09The 'else if (nCount)' check is not necessary; remove it for less indentation.Kohei Yoshida
2013-04-09Remove unnecessary ::com::sun::star:: .Kohei Yoshida
2013-04-09fdo#61389 - Display Properties, Set as default actions in save mode.Rafael Dominguez
2013-04-09Display correct region name in error messages.Rafael Dominguez
2013-04-09Fetch thumbnails position and id from filter array instead.Rafael Dominguez
2013-04-09Update template item path when moving it to another folder.Rafael Dominguez
2013-04-09Mark thumbnailview item as unselected when updating filter.Rafael Dominguez
2013-04-09Revert "fix sfx2 with Library_merged"Matúš Kukan
2013-04-09make help work againCaolán McNamara
2013-04-08dispatch: print some info what is going onThomas Arnhold
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin
2013-04-08fdo#46808, use service constructor for document::FilterConfigRefreshNoel Grandin
2013-04-08remove unused methodNoel Grandin
2013-04-08fdo#46808, Convert beans::PropertyBag to new styleNoel Grandin
2013-04-08viewsh: correct indentationThomas Arnhold
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05[WaE] Fix signed/unsigned comparison.Rafael Dominguez
2013-04-05fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez
2013-04-05Avoid generating filter list several times.Rafael Dominguez
2013-04-05Dont show import action while in save mode.Rafael Dominguez
2013-04-05new module i18nlangtagEike Rathke
2013-04-05unotools: remove some unused itemsThomas Arnhold
2013-04-05Remove SvtInternalOptionsThomas Arnhold