Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-07 | Remove superfluous includes and forward decls | August Sodora | 17 | -90/+29 | |
2011-11-02 | Remove an unused header from basctl | Joseph Powers | 1 | -69/+0 | |
2011-10-08 | migrate to StringRangeEnumerator in Basic | Ivan Timofeev | 1 | -10/+20 | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | 1 | -40/+1 | |
2011-10-03 | do not include removed header | Matúš Kukan | 2 | -2/+1 | |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | 2 | -2/+11 | |
2011-09-12 | remove Repeat from Basic IDE menu | Andras Timar | 1 | -1/+0 | |
This command (.uno:Repeat) works only in Writer and Calc. It is always inactive (greyed out) in Basic IDE. | |||||
2011-09-12 | callcatcher: drop unused methods | Caolán McNamara | 2 | -14/+0 | |
2011-09-12 | SfxMacro is unused, strip down to ctor/dtor | Caolán McNamara | 1 | -1/+0 | |
2011-09-06 | SID_DOC_MODIFIED should (probably) be a SfxBoolItem | Caolán McNamara | 1 | -5/+1 | |
2011-09-01 | remove obsolete, and apparently unused GLOBALOVERFLOW* defines | Michael Meeks | 3 | -5/+0 | |
2011-08-29 | don't crash when loading basic IDE | Markus Mohrhard | 1 | -1/+1 | |
2011-08-29 | tweak for change | Caolán McNamara | 1 | -1/+1 | |
2011-08-29 | looks a bad idea to have asymmetrical const/nonconst 'at's | Caolán McNamara | 2 | -35/+21 | |
2011-08-25 | no longer need GetDLL | Caolán McNamara | 1 | -6/+0 | |
2011-08-24 | hide this class | Caolán McNamara | 19 | -124/+151 | |
2011-08-24 | rearrange this to not leak search configitem | Caolán McNamara | 5 | -23/+42 | |
2011-08-24 | catch ignored exceptions by const reference | Takeshi Abe | 9 | -44/+44 | |
2011-08-23 | Translated German comments and removed the redundant ones in the directories ↵ | Allmann-Rahn | 23 | -252/+208 | |
accessibility to (incl.) basebmp. | |||||
2011-08-21 | undo anything not wizard related in the previous merge-commit | Norbert Thiebaud | 9 | -46/+21 | |
2011-08-21 | Merge branch 'master' into feature/gsoc2011_wizards | Xisco Fauli | 21 | -489/+256 | |
Conflicts: automation/source/inc/cmdbasestream.hxx automation/source/server/cmdbasestream.cxx automation/source/server/retstrm.hxx automation/source/testtool/cmdstrm.cxx automation/source/testtool/cmdstrm.hxx automation/source/testtool/tcommuni.cxx basctl/prj/d.lst basctl/uiconfig/basicide/toolbar/findbar.xml cui/source/dialogs/about.cxx cui/source/dialogs/about.src cui/source/inc/about.hxx extensions/source/abpilot/abpservices.cxx extensions/source/dbpilots/dbpservices.cxx extensions/source/propctrlr/pcrservices.cxx extensions/source/svg/makefile.mk forms/Library_frm.mk lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx lingucomponent/source/spellcheck/spell/sspellimp.cxx package/prj/d.lst package/source/zipapi/XMemoryStream.cxx package/source/zipapi/XMemoryStream.hxx setup_native/prj/d.lst setup_native/source/win32/customactions/relnotes/makefile.mk tools/test/export.map wizards/com/sun/star/wizards/common/ConfigGroup.py wizards/com/sun/star/wizards/common/ConfigNode.py wizards/com/sun/star/wizards/common/Configuration.py wizards/com/sun/star/wizards/common/Desktop.py wizards/com/sun/star/wizards/common/FileAccess.py wizards/com/sun/star/wizards/common/Helper.py wizards/com/sun/star/wizards/common/SystemDialog.py wizards/com/sun/star/wizards/document/OfficeDocument.py wizards/com/sun/star/wizards/fax/FaxDocument.py wizards/com/sun/star/wizards/fax/FaxWizardDialog.py wizards/com/sun/star/wizards/fax/FaxWizardDialogConst.py wizards/com/sun/star/wizards/fax/FaxWizardDialogImpl.py wizards/com/sun/star/wizards/fax/FaxWizardDialogResources.py wizards/com/sun/star/wizards/letter/LetterDocument.py wizards/com/sun/star/wizards/letter/LetterWizardDialog.py wizards/com/sun/star/wizards/letter/LetterWizardDialogConst.py wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.py wizards/com/sun/star/wizards/letter/LetterWizardDialogResources.py wizards/com/sun/star/wizards/text/TextDocument.py wizards/com/sun/star/wizards/text/TextFieldHandler.py wizards/com/sun/star/wizards/text/TextSectionHandler.py wizards/com/sun/star/wizards/text/ViewHandler.py wizards/com/sun/star/wizards/ui/UnoDialog.py wizards/com/sun/star/wizards/ui/UnoDialog2.py wizards/com/sun/star/wizards/ui/WizardDialog.py wizards/com/sun/star/wizards/ui/event/CommonListener.py wizards/com/sun/star/wizards/ui/event/DataAware.py wizards/com/sun/star/wizards/ui/event/RadioDataAware.py wizards/com/sun/star/wizards/ui/event/UnoDataAware.py wizards/util/helpids.h wizards/util/hidother.src xmlsecurity/prj/build.lst xmlsecurity/prj/d.lst xmlsecurity/qa/certext/SanCertExt.cxx | |||||
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | 1 | -1/+1 | |
2011-08-15 | ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalString | Caolán McNamara | 1 | -1/+2 | |
shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check | |||||
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | 4 | -4/+4 | |
2011-08-09 | Some cppcheck cleaning | Julien Nabet | 1 | -4/+4 | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | 1 | -0/+1 | |
2011-08-03 | callcatcher: remove unused methods | Caolán McNamara | 2 | -37/+0 | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | 4 | -4/+8 | |
2011-07-29 | findbar: Add seporator between the Prev/Next and Serch & Replace | Jan Holesovsky | 1 | -0/+1 | |
2011-07-29 | callcatcher: remove unused methods | Thomas Arnhold | 2 | -15/+0 | |
2011-07-28 | fix include paths | Matúš Kukan | 1 | -0/+2 | |
2011-07-27 | Convert basctl to gbuild | Matúš Kukan | 13 | -423/+234 | |
2011-07-27 | findbar: Show the "Search and Replace" button in the FindBar by default. | Jan Holesovsky | 1 | -1/+1 | |
2011-07-12 | Remove component_getImplementationEnvironment | Matus Kukan | 2 | -9/+0 | |
2011-07-01 | Do not include filedlg.hxx when not necessary | Francois Tigeot | 1 | -2/+0 | |
2011-06-20 | totally pointless intermediate object | Caolán McNamara | 1 | -2/+1 | |
2011-06-06 | Merge remote-tracking branch 'origin/libreoffice-3-4' | Jan Holesovsky | 3 | -3/+15 | |
2011-06-03 | Drop %_EXT% which was always empty | Tor Lillqvist | 1 | -20/+20 | |
2011-05-30 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | 2 | -4/+13 | |
2011-05-29 | WaE: pButton became un-used due to 7eba32f0eacd71fbf2561c9f58f52b89cdd0e86f | Julien Nabet | 1 | -1/+1 | |
2011-05-27 | Merge remote-tracking branch 'origin/integration/dev300_m106' | Jan Holesovsky | 4 | -26/+0 | |
Conflicts: extensions/source/svg/svgaction.cxx extensions/source/svg/svguno.cxx package/source/xstor/owriteablestream.cxx package/source/xstor/xstorage.cxx package/source/zippackage/ZipPackageStream.cxx setup_native/source/win32/customactions/shellextensions/registerextensions.cxx wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java | |||||
2011-05-21 | Drop OS2 | Tor Lillqvist | 1 | -9/+0 | |
2011-05-18 | Fix 'Ctrl+A' in the Basic IDE - fdo#37211. | Noel Power | 3 | -3/+15 | |
Signed-off-by: Jan Holesovsky <kendy@suse.cz> | |||||
2011-05-17 | WaE (picky) - noeol | Christian Lohmaier | 1 | -1/+1 | |
2011-05-05 | fix for #fdo35706 - ( Ctrl-F & Ctrl-Alt-F don't work in basic IDE ) | Noel Power | 2 | -4/+13 | |
2011-04-28 | fixed cppcheck warnings | Andreas Becker | 1 | -6/+6 | |
2011-04-25 | Remove PM2 macro usage | Francois Tigeot | 2 | -4/+0 | |
2011-04-20 | Easyhack: Add visibility markup to all component_get* functions (part2) | Julien Nabet | 1 | -2/+1 | |
2011-04-19 | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (components) | Christina Rossmanith | 1 | -1/+1 | |
2011-04-18 | Remove useless import which caused an error | Julien Nabet | 1 | -2/+0 | |