summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-19Resolves: fdo#39026 SfxPickList singleton wasn't instantiatedCaolán McNamara
2011-08-19callcatcher: regenerate listCaolán McNamara
2011-08-19remove extra arg and methodCaolán McNamara
2011-08-19branch is unconditional, remove dead alternativeCaolán McNamara
2011-08-19regenerate listCaolán McNamara
2011-08-18callcatcher: unused codeCaolán McNamara
2011-08-17Do not silently ignore exceptions when saving LibrariesLionel Elie Mamane
It may lead to data loss
2011-08-17remove freshly unused codeCaolán McNamara
2011-08-17regenerate listCaolán McNamara
2011-08-17callcatcher: remove some methodsCaolán McNamara
2011-08-16callcatcher: unused codeCaolán McNamara
2011-08-16catch by const referenceCaolán McNamara
2011-08-16const char*->const char[]Caolán McNamara
2011-08-15Remove WordArr and DECL_2BYTEARRAY, used only once.Jan Holesovsky
Instead that, use std::basic_string.
2011-08-15callcatcher: Remove unused ByteArr class, and DECL_1BYTEARRAY define.Jan Holesovsky
2011-08-15callcatcher: remove ResetObjectBars_ImplCaolán McNamara
2011-08-12This one changes the button text and dialog header.Josh Heidenreich
2011-08-11Add missing #endifJan Holesovsky
2011-08-11Changed the "alien" save dialog to contain the format name on the buttonJosh Heidenreich
This is stage one of a number of changes to improve this dialog.
2011-08-10Enable paragraph border settings in HTML editor for all HTML variantsHarri Pitkänen
Previously border settings were not available in paragraph format dialog when HTML export format was "HTML 3.2". This was confusing since documents with borders could still be imported and you could even access the border dialog with suitably configured shortcut key.
2011-08-10callcatcher: remove unused codeCaolán McNamara
2011-08-10callcatcher: remove some unused methodsCaolán McNamara
2011-08-09Resolves: fdo#32177 add a modification listener on new XDocumentPropertiesCaolán McNamara
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-09annoyingly MSWord2010 will apparently deem a doc using VT_DATE as invalidCaolán McNamara
2011-08-09Resolves: fdo#38981 implement saving/loading PROPVARIANT::DATE ole2 propertyCaolán McNamara
2011-08-09fix for fdo#34768 - no update previewPeter Rabi
Fixes dialogue "Load Slide Design" in Impress. The preview now updates when selecting another template in the listbox. Contributed under license LGPLv3+/MPL.
2011-08-08Add 2 lacking va_end.Julien Nabet
2011-08-05callcatcher: unused methodsCaolán McNamara
2011-08-05reflect gmake flavorTakeshi Abe
2011-08-05Emacs mode line compatible with vi's oneTakeshi Abe
2011-08-04bad merge, setup_native depends on sfx2 nowCaolán McNamara
2011-08-03callcatcher: remove unused methodsCaolán McNamara
2011-08-03make assert useful, tell me the invalid sizeCaolán McNamara
2011-08-03callcatcher: remove unused methodsThomas Arnhold
2011-08-02callcatcher: remove unused codeCaolán McNamara
2011-08-01Clean-up of bugfix fdo#32895 for the master branchPeter Rabi
Contributed under license LGPLv3+/MPL.
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-29Clean-up of bugfix fdo#32895 for the -3-4 branchPeter Rabi
Contributed under license LGPLv3+/MPL.
2011-07-29callcatcher: ditch newly unused codeCaolán McNamara
2011-07-29callcatcher: ditch various unused methodsCaolán McNamara
2011-07-29fix for fdo37628: change password button is always disabledMarkus Mohrhard
Note: changing the password to modify doc is not working, and we'll leave that as a known bug for now.
2011-07-28callcatcher: remove unused constructorMarkus Mohrhard
2011-07-28fix merge problemMarkus Mohrhard
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
Conflicts: desktop/source/app/app.cxx desktop/source/app/dispatchwatcher.cxx desktop/unx/source/splashx.c sfx2/Library_qstart.mk sfx2/Library_sfx.mk sfx2/source/bastyp/fltfnc.cxx
2011-07-27callcatcher: remove various unused methodsCaolán McNamara
2011-07-26callcatcher: remove unused methodsThomas Arnhold
2011-07-26use gtk external in qstartBjoern Michaelsen
2011-07-25Fix wrong RTTI baseclass for SfxViewEventHintThorsten Behrens
Fixes fdo#38768 and likely a bunch of other nasty side effects. SfxBaseModel::Notify was simply ignoring all kinds of messages without this fix. Signed-off-by: David Tardon <dtardon@redhat.com> Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@novell.com>