summaryrefslogtreecommitdiffstats
path: root/basctl
Commit message (Collapse)AuthorAgeFilesLines
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* do not include removed headerMatúš Kukan2011-10-032-2/+1
|
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-222-2/+11
|
* remove Repeat from Basic IDE menuAndras Timar2011-09-121-1/+0
| | | | | This command (.uno:Repeat) works only in Writer and Calc. It is always inactive (greyed out) in Basic IDE.
* callcatcher: drop unused methodsCaolán McNamara2011-09-122-14/+0
|
* SfxMacro is unused, strip down to ctor/dtorCaolán McNamara2011-09-121-1/+0
|
* SID_DOC_MODIFIED should (probably) be a SfxBoolItemCaolán McNamara2011-09-061-5/+1
|
* remove obsolete, and apparently unused GLOBALOVERFLOW* definesMichael Meeks2011-09-013-5/+0
|
* don't crash when loading basic IDEMarkus Mohrhard2011-08-291-1/+1
|
* tweak for changeCaolán McNamara2011-08-291-1/+1
|
* looks a bad idea to have asymmetrical const/nonconst 'at'sCaolán McNamara2011-08-292-35/+21
|
* no longer need GetDLLCaolán McNamara2011-08-251-6/+0
|
* hide this classCaolán McNamara2011-08-2419-124/+151
|
* rearrange this to not leak search configitemCaolán McNamara2011-08-245-23/+42
|
* catch ignored exceptions by const referenceTakeshi Abe2011-08-249-44/+44
|
* Translated German comments and removed the redundant ones in the directories ↵Allmann-Rahn2011-08-2323-252/+208
| | | | accessibility to (incl.) basebmp.
* undo anything not wizard related in the previous merge-commitNorbert Thiebaud2011-08-219-46/+21
|
* Merge branch 'master' into feature/gsoc2011_wizardsXisco Fauli2011-08-2121-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
| * detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
| |
| * ByteString::IsNumericAscii->comphelper::string::isAsciiDecimalStringCaolán McNamara2011-08-151-1/+2
| | | | | | | | | | shrink ByteString api, remove need for intermediate OString/ByteString with random-ish encoding solely for check
| * prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-104-4/+4
| |
| * Some cppcheck cleaningJulien Nabet2011-08-091-4/+4
| |
| * Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
| |
| * callcatcher: remove unused methodsCaolán McNamara2011-08-032-37/+0
| |
| * Add consistent Emacs and vim mode linesTor Lillqvist2011-07-304-4/+8
| |
| * findbar: Add seporator between the Prev/Next and Serch & ReplaceJan Holesovsky2011-07-291-0/+1
| |
| * callcatcher: remove unused methodsThomas Arnhold2011-07-292-15/+0
| |
| * fix include pathsMatúš Kukan2011-07-281-0/+2
| |
| * Convert basctl to gbuildMatúš Kukan2011-07-2713-423/+234
| |
| * findbar: Show the "Search and Replace" button in the FindBar by default.Jan Holesovsky2011-07-271-1/+1
| |
| * Remove component_getImplementationEnvironmentMatus Kukan2011-07-122-9/+0
| |
| * Do not include filedlg.hxx when not necessaryFrancois Tigeot2011-07-011-2/+0
| |
| * totally pointless intermediate objectCaolán McNamara2011-06-201-2/+1
| |
| * Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky2011-06-063-3/+15
| |\
| | * Fix 'Ctrl+A' in the Basic IDE - fdo#37211.Noel Power2011-05-183-3/+15
| | | | | | | | | | | | Signed-off-by: Jan Holesovsky <kendy@suse.cz>
| * | Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-20/+20
| | |
| * | Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-302-4/+13
| |\|
| | * fix for #fdo35706 - ( Ctrl-F & Ctrl-Alt-F don't work in basic IDE )Noel Power2011-05-052-4/+13
| | |
| * | WaE: pButton became un-used due to 7eba32f0eacd71fbf2561c9f58f52b89cdd0e86fJulien Nabet2011-05-291-1/+1
| | |
| * | Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-274-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
| | * fdo#36230 Remove unused AGotoCallButton and associated RID_IMGBTN_GOTOCALL idChristian Dywan2011-04-184-26/+0
| | |
| * | Drop OS2Tor Lillqvist2011-05-211-9/+0
|/ /
* | WaE (picky) - noeolChristian Lohmaier2011-05-171-1/+1
| |
* | fixed cppcheck warningsAndreas Becker2011-04-281-6/+6
| |
* | Remove PM2 macro usageFrancois Tigeot2011-04-252-4/+0
| |
* | Easyhack: Add visibility markup to all component_get* functions (part2)Julien Nabet2011-04-201-2/+1
| |
* | remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (components)Christina Rossmanith2011-04-191-1/+1
| |
* | Remove useless import which caused an errorJulien Nabet2011-04-181-2/+0
|/
* more sensible SdrObject::Clone() and SdrObject::operator=()Luboš Luňák2011-03-252-14/+4
| | | | | | | | | | | | Virtual operator=() is IMO pointless, and especially in a class hierarchy like SdrObject it's pretty unlikely one could reasonably assign any SdrObject-based object to any other one. Moreover, it was actually only used in Clone(), which was almost never reimplemented, so the more sensible choice is to have non-virtual operator= and virtual Clone() always being reimplemented and using that. This commit also fixes various smaller or bigger, er, interesting details in the various operator= implementations.
* set build depencencies against the new "translations" modulePetr Mladek2011-03-251-1/+1
|