summaryrefslogtreecommitdiffstats
path: root/sfx2
Commit message (Expand)AuthorAgeFilesLines
* Delete two pass-through include files and update the file that included them.Michael Dunphy2013-04-191-1/+1
* Remove pass-through header svtools/inc/svtools/txtcmp.hxxMichael Dunphy2013-04-193-28/+1
* date/time IDL datatypes incompatible changeLionel Elie Mamane2013-04-189-29/+29
* Resolves: #i121933# docking area layout improvementOliver-Rainer Wittmann2013-04-181-13/+77
* warning C4702: unreachable codeStephan Bergmann2013-04-181-1/+0
* fix fdo#63659 restore handling of ZOOM MID, MID_VALUESET & MID_TYPE sub parmasNoel Power2013-04-181-40/+84
* fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov2013-04-172-2/+2
* -Werror=unused-macros (MinGW, sfx2)Stephan Bergmann2013-04-171-8/+0
* Fix assert statementNoel Grandin2013-04-171-1/+1
* remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxxNoel Grandin2013-04-1610-348/+0
* Fix error: cannot cast from type 'int' to pointer type 'SfxChild_Impl *'Tor Lillqvist2013-04-161-1/+1
* remove dead code minstack.hxxNoel Grandin2013-04-163-58/+0
* Convert SfxShellStack_Impl from SfxPtrArr to std::vectorNoel Grandin2013-04-162-54/+49
* Convert SfxChildWindows_Impl from SfxPtrArr to std::vectorNoel Grandin2013-04-162-72/+63
* Convert SfxChildList_Impl from SfxPtrArr to std::vectorNoel Grandin2013-04-162-46/+38
* Convert SfxViewFactoryArr_Impl from SfxPtrArray to std::vectorNoel Grandin2013-04-161-10/+9
* Convert SfxObjectUIArr_Impl from SfxPtrArr to std::vectorNoel Grandin2013-04-162-52/+30
* Convert SfxPtrArray to std::vector in SfxTabDialogItemNoel Grandin2013-04-161-40/+32
* Convert usage of SfxPtrArray to std::vectorNoel Grandin2013-04-162-46/+52
* 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