summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2013-04-16remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxxNoel Grandin
2013-04-16Fix error: cannot cast from type 'int' to pointer type 'SfxChild_Impl *'Tor Lillqvist
2013-04-16remove dead code minstack.hxxNoel Grandin
2013-04-16Convert SfxShellStack_Impl from SfxPtrArr to std::vectorNoel Grandin
2013-04-16Convert SfxChildWindows_Impl from SfxPtrArr to std::vectorNoel Grandin
2013-04-16Convert SfxChildList_Impl from SfxPtrArr to std::vectorNoel Grandin
2013-04-16Convert SfxViewFactoryArr_Impl from SfxPtrArray to std::vectorNoel Grandin
2013-04-16Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vectorNoel Grandin
2013-04-16Convert SfxPtrArray to std::vector in SfxTabDialogItemNoel Grandin
2013-04-16Convert usage of SfxPtrArray to std::vectorNoel Grandin
2013-04-15remove dead class SfxResourceManagerNoel Grandin
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-04-15fdo#60724 informations -> informationThomas Arnhold
2013-04-14make file names match library namesPeter Foley
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