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