summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* remove dead class SfxResourceManagerNoel Grandin2013-04-154-69/+0
* fdo#60724 correct spellingThomas Arnhold2013-04-151-9/+9
* fdo#60724 correct spellingThomas Arnhold2013-04-153-14/+14
* fdo#60724 informations -> informationThomas Arnhold2013-04-153-3/+3
* make file names match library namesPeter Foley2013-04-142-1/+1
* Handle hidden property for external filter loading as well.Kohei Yoshida2013-04-131-10/+13
* Get the filter provider name from SfxMedium instead.Kohei Yoshida2013-04-131-12/+7
* Reduce indentation by early bail-out.Kohei Yoshida2013-04-131-94/+94
* Share error handling code between DoLoad() and DoLoadExternal().Kohei Yoshida2013-04-132-37/+44
* Handle load error correctly.Kohei Yoshida2013-04-131-2/+2
* Manage to use orcus to import ods, xlsx, and csv.Kohei Yoshida2013-04-137-20/+46
* Make the impl class explicitly non-copyable.Kohei Yoshida2013-04-131-9/+9
* Re-organize UNO interface members & use clear() to clear their refs.Kohei Yoshida2013-04-131-21/+17
* Resolves: #i119492# Reset the modified flag on OLE objects after loadingAndre Fischer2013-04-121-1/+21
* remove dead codeNoel Grandin2013-04-123-45/+0
* Remove thumbnail from local view if we erase it throught the search view.Rafael Dominguez2013-04-111-1/+5
* Set Template Manager dialog minimum size.Rafael Dominguez2013-04-111-0/+2
* Resolves: fdo#63426 presentation wizard crashesCaolán McNamara2013-04-112-1/+4
* Fix warning: unused variable 'PROP_LAYOUT_MANAGER' [loplugin]Tor Lillqvist2013-04-111-2/+0
* rename UI to UIConfigDavid Tardon2013-04-112-3/+3
* Resolves: #i120077# Memory leak fixed in ScXMLFontAutoStylePool_ImplArmin Le Grand2013-04-101-2/+0
* equalsAsciiL() -> operator==()Thomas Arnhold2013-04-101-3/+2
* Oops. Forgot to remove this debug statement.Kohei Yoshida2013-04-091-1/+0
* String cleanup inside SfxFilter.Kohei Yoshida2013-04-095-62/+70
* com::sun::star cleanup.Kohei Yoshida2013-04-091-42/+44
* Make the member mutable to avoid ugly casting.Kohei Yoshida2013-04-092-11/+28
* Reduce indentation by early bail-out.Kohei Yoshida2013-04-091-317/+318
* Store filter provider property with SfxMedium.Kohei Yoshida2013-04-092-1/+19
* Use scoped_ptr for this for better exception safety.Kohei Yoshida2013-04-091-6/+5
* Sort the header includes and get it to build.Kohei Yoshida2013-04-092-77/+70
* The 'else if (nCount)' check is not necessary; remove it for less indentation.Kohei Yoshida2013-04-091-551/+553
* Remove unnecessary ::com::sun::star:: .Kohei Yoshida2013-04-092-129/+126
* fdo#61389 - Display Properties, Set as default actions in save mode.Rafael Dominguez2013-04-092-12/+44
* Display correct region name in error messages.Rafael Dominguez2013-04-093-3/+16
* Fetch thumbnails position and id from filter array instead.Rafael Dominguez2013-04-092-15/+28
* Update template item path when moving it to another folder.Rafael Dominguez2013-04-091-2/+2
* Mark thumbnailview item as unselected when updating filter.Rafael Dominguez2013-04-091-0/+1
* Revert "fix sfx2 with Library_merged"Matúš Kukan2013-04-091-4/+0
* make help work againCaolán McNamara2013-04-091-2/+2
* dispatch: print some info what is going onThomas Arnhold2013-04-081-1/+1
* fdo#46808, Convert frame::Frame to new styleNoel Grandin2013-04-089-91/+71
* fdo#46808, Convert svt::ToolboxController to XComponentContextNoel Grandin2013-04-083-16/+12
* fdo#46808, use service constructor for document::FilterConfigRefreshNoel Grandin2013-04-081-11/+4
* remove unused methodNoel Grandin2013-04-081-1/+0
* fdo#46808, Convert beans::PropertyBag to new styleNoel Grandin2013-04-081-23/+3
* viewsh: correct indentationThomas Arnhold2013-04-081-47/+44
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-071-1/+0
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-07195-2773/+2764
* [WaE] Fix signed/unsigned comparison.Rafael Dominguez2013-04-051-1/+3
* fdo#61390 - Thumbnail navigation by shift-click and shift-keyboard.Rafael Dominguez2013-04-052-10/+187