summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Collapse)Author
2010-10-07FASTBOOL to bool conversionNorbert Thiebaud
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-04Remove redundant #include directives & commentsJ. Graeme Lingard
2010-09-29fix for bugs.freedesktop.org/show_bug.cgi?id=30452Noel Power
2010-09-28Replace the "Help Support" menu item by the "License Information" oneFridrich Štrba
2010-09-15default-no-registration-menu.diff: Remove registration from menu.Michael Meeks
2010-09-01dba33i: #i111146# migrated all SFX-based applications to use named viewsFrank Schoenheit [fs]
2010-08-06mib18: #163121# Declare ReworkAndreas Bregas
2010-07-27mib17: rebase to DEV300_m84Daniel Rentz
2010-07-27mib17: move VBA specific interfaces into vba subdirDaniel Rentz
2010-06-22jl152 merge with DEV300_m83Joachim Lingner
2010-06-15CWS-TOOLING: integrate CWS fwk139obo
2010-06-07jl152 merge with DEV300_m80Joachim Lingner
2010-06-03fwk139: #i10000# avoid warnings on solarisMikhail Voytenko
2010-06-03slidecopy: merged latest DEV300.m80 changesFrank Schoenheit [fs]
2010-05-21npower13_objectmodules: rebase and merge with DEV300_m78Daniel Rentz
2010-05-06npower13_objectmodules: #i111419#npower Developer
2010-05-05fix for insertnpower Developer
2010-04-30npower13_objectmodules: #i111245# fix core dump on renamenpower Developer
2010-04-22slidecopy: removed accelerator/*/default.xml - they're not used for a long ↵Frank Schoenheit [fs]
time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)
2010-04-21jl152 import 263449 from native0jl:#i77196# no registration of components ↵Joachim Lingner
in uno.exe at startup, fixed extension activation, basic, etc.
2010-04-20remove some stray instances of lcl_getObject ( now implemented in ↵npower Developer
ModuleInfoHelper::getObjectName )
2010-04-19npower13_objectmodules: fold in review comment ( about making ↵npower Developer
lcl_getObjectName & lcl_getModuleType 'real' methods of a helper for basctl)
2010-04-16npower13_objectmodules: uppercase UNO constantsDaniel Rentz
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien
2010-04-08npower13_objectmodule: fold in review comments ( for basctl )npower Developer
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb
2010-03-03npower13_objectmodule: #i109734# fix a couple of problems, a) introduce lazy ↵npower Developer
init of xModule for ModuleWindow ( needed because we get the module added before basic is updated ), b) fix compile warning, c) make sure elementRemoved really does try to remove the ModuleWindow
2010-03-03npower13_objectmodule: #i109734# re-instate listening for module ↵npower Developer
creation/delete ( useful generally I think )
2010-03-03npower13_objectmodule: disable IDE changesnpower Developer
2010-03-03npower13_objectmodule: clean up IDE changesnpower Developer
2010-03-03npower13_objectmodule: tweak IDE to only run macros from cursor in VBA modenpower Developer
2010-03-02npower13_objectmodule: #i109734# object module stuffnpower Developer
2010-04-13CWS-TOOLING: integrate CWS dtardon02Jens-Heiner Rechtien
2010-03-11dtardon02: #i108497# remove empty file in basctlDavid Tardon
2010-02-25sb118: merged in DEV300_m72sb
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov
Notes: split repo tag: components_ooo/DEV300_m72 split repo tag: components_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb
and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates
2010-03-11autorecovery: merged changes from m74. Still need to find out how to re-do ↵Frank Schoenheit [fs]
two patches (to module_hidden_ooo.scp and file_ooo.scp in scp2/source/ooo) which do not apply anymore.
2010-02-04autorecovery: commit resolved merge (after rebase to m71)Frank Schoenheit [fs]
2010-01-21resync to DEV300_m70Mathias Bauer
2010-01-21sb118: merged in DEV300_m70sb
2010-01-14undo previous erroneous change, solar.hrc belongs to svl instead vcl nowPhilipp Lohmann [pl]
2010-01-14rebase to DEV300_m69Philipp Lohmann [pl]
2010-01-12autorecovery: initial implementation of a new save/recovery for database ↵Frank Schoenheit [fs]
documents For the moment, the document only stores and loads itself, as before. In this course, the AutoRecovery service now delegates the decision whether or not a document needs to be stored (to the "salvage location") to the document itself, using the new method XDocumentRecovery::wasModifiedSinceLastSave, superseded the previous E_MODIFIED_SINCE_LAST_AUTOSAVE flag. XDocumentRecovery::wasModifiedSinceLastSave has been implemented for SfxBaseModel, yielding the same behavior as before. It has also been implemented for database documents, where the implementation is somewhat "sloppy", in that it returns always <TRUE/> when any of the opened sub components of the document is modified.
2010-01-12sb118: #i108269# first step of removing tcsh supportsb