summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Convert SfxChildWindows_Impl from SfxPtrArr to std::vectorNoel Grandin2-72/+63
2013-04-16Convert SfxChildList_Impl from SfxPtrArr to std::vectorNoel Grandin2-46/+38
2013-04-16Convert SfxViewFactoryArr_Impl from SfxPtrArray to std::vectorNoel Grandin1-10/+9
2013-04-16Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vectorNoel Grandin2-52/+30
2013-04-16Convert SfxPtrArray to std::vector in SfxTabDialogItemNoel Grandin1-40/+32
2013-04-16Convert usage of SfxPtrArray to std::vectorNoel Grandin2-46/+52
2013-04-15remove dead class SfxResourceManagerNoel Grandin4-69/+0
2013-04-15fdo#60724 correct spellingThomas Arnhold1-9/+9
2013-04-15fdo#60724 correct spellingThomas Arnhold3-14/+14
2013-04-15fdo#60724 informations -> informationThomas Arnhold3-3/+3
2013-04-14make file names match library namesPeter Foley2-1/+1
2013-04-13Handle hidden property for external filter loading as well.Kohei Yoshida1-10/+13
2013-04-13Get the filter provider name from SfxMedium instead.Kohei Yoshida1-12/+7
2013-04-13Reduce indentation by early bail-out.Kohei Yoshida1-94/+94
2013-04-13Share error handling code between DoLoad() and DoLoadExternal().Kohei Yoshida2-37/+44
2013-04-13Handle load error correctly.Kohei Yoshida1-2/+2
2013-04-13Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida7-20/+46
2013-04-13Make the impl class explicitly non-copyable.Kohei Yoshida1-9/+9
2013-04-13Re-organize UNO interface members & use clear() to clear their refs.Kohei Yoshida1-21/+17
2013-04-12Resolves: #i119492# Reset the modified flag on OLE objects after loadingAndre Fischer1-1/+21
2013-04-12remove dead codeNoel Grandin3-45/+0
2013-04-11Remove thumbnail from local view if we erase it throught the search view.Rafael Dominguez1-1/+5
2013-04-11Set Template Manager dialog minimum size.Rafael Dominguez1-0/+2
2013-04-11Resolves: fdo#63426 presentation wizard crashesCaolán McNamara2-1/+4
2013-04-11Fix warning: unused variable 'PROP_LAYOUT_MANAGER' [loplugin]Tor Lillqvist1-2/+0
2013-04-11rename UI to UIConfigDavid Tardon2-3/+3
2013-04-10Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand1-2/+0
2013-04-10equalsAsciiL() -> operator==()Thomas Arnhold1-3/+2
2013-04-09Oops. Forgot to remove this debug statement.Kohei Yoshida1-1/+0
2013-04-09String cleanup inside SfxFilter.Kohei Yoshida5-62/+70
2013-04-09com::sun::star cleanup.Kohei Yoshida1-42/+44
2013-04-09Make the member mutable to avoid ugly casting.Kohei Yoshida2-11/+28
2013-04-09Reduce indentation by early bail-out.Kohei Yoshida1-317/+318
2013-04-09Store filter provider property with SfxMedium.Kohei Yoshida2-1/+19
2013-04-09Use scoped_ptr for this for better exception safety.Kohei Yoshida1-6/+5
2013-04-09Sort the header includes and get it to build.Kohei Yoshida2-77/+70
2013-04-09The 'else if (nCount)' check is not necessary; remove it for less indentation.Kohei Yoshida1-551/+553
2013-04-09Remove unnecessary ::com::sun::star:: .Kohei Yoshida2-129/+126
2013-04-09fdo#61389 - Display Properties, Set as default actions in save mode.Rafael Dominguez2-12/+44
2013-04-09Display correct region name in error messages.Rafael Dominguez3-3/+16
2013-04-09Fetch thumbnails position and id from filter array instead.Rafael Dominguez2-15/+28
2013-04-09Update template item path when moving it to another folder.Rafael Dominguez1-2/+2
2013-04-09Mark thumbnailview item as unselected when updating filter.Rafael Dominguez1-0/+1
2013-04-09Revert "fix sfx2 with Library_merged"Matúš Kukan1-4/+0
2013-04-09make help work againCaolán McNamara1-2/+2
2013-04-08dispatch: print some info what is going onThomas Arnhold1-1/+1
2013-04-08fdo#46808, Convert frame::Frame to new styleNoel Grandin9-91/+71
2013-04-08fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin3-16/+12
2013-04-08fdo#46808, use service constructor for document::FilterConfigRefreshNoel Grandin1-11/+4
2013-04-08remove unused methodNoel Grandin1-1/+0