summaryrefslogtreecommitdiff
path: root/basctl
AgeCommit message (Collapse)AuthorFilesLines
2010-06-03slidecopy: merged latest DEV300.m80 changesFrank Schoenheit [fs]22-152/+688
2010-05-21npower13_objectmodules: rebase and merge with DEV300_m78Daniel Rentz8-46/+12
2010-05-06npower13_objectmodules: #i111419#npower Developer2-3/+2
2010-05-05fix for insertnpower Developer1-4/+7
2010-04-30npower13_objectmodules: #i111245# fix core dump on renamenpower Developer4-19/+25
2010-04-22slidecopy: removed accelerator/*/default.xml - they're not used for a long ↵Frank Schoenheit [fs]3-25/+0
time now ... (accelerator config is now in Accelerators.xcu in officecfg. No need to confuse people with those dead files)
2010-04-20remove some stray instances of lcl_getObject ( now implemented in ↵npower Developer2-27/+2
ModuleInfoHelper::getObjectName )
2010-04-19npower13_objectmodules: fold in review comment ( about making ↵npower Developer3-7/+38
lcl_getObjectName & lcl_getModuleType 'real' methods of a helper for basctl)
2010-04-16npower13_objectmodules: uppercase UNO constantsDaniel Rentz3-10/+10
2010-04-08npower13_objectmodule: fold in review comments ( for basctl )npower Developer5-23/+36
2010-04-16CWS-TOOLING: integrate CWS sb118Jens-Heiner Rechtien2-5/+1
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb6-10/+11
2010-03-03npower13_objectmodule: #i109734# fix a couple of problems, a) introduce lazy ↵npower Developer3-27/+42
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 Developer1-12/+3
creation/delete ( useful generally I think )
2010-03-03npower13_objectmodule: disable IDE changesnpower Developer1-0/+2
2010-03-03npower13_objectmodule: clean up IDE changesnpower Developer9-107/+66
2010-03-03npower13_objectmodule: tweak IDE to only run macros from cursor in VBA modenpower Developer1-5/+10
2010-03-02npower13_objectmodule: #i109734# object module stuffnpower Developer19-57/+629
2010-04-13CWS-TOOLING: integrate CWS dtardon02Jens-Heiner Rechtien1-31/+0
2010-03-11dtardon02: #i108497# remove empty file in basctlDavid Tardon1-31/+0
2010-02-25sb118: merged in DEV300_m72sb125-635/+179
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov125-508/+126
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 Rechtien125-508/+126
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb1-1/+1
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]125-635/+179
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]15-40/+404
2010-01-21resync to DEV300_m70Mathias Bauer15-40/+404
2010-01-21sb118: merged in DEV300_m70sb15-40/+404
2010-01-14undo previous erroneous change, solar.hrc belongs to svl instead vcl nowPhilipp Lohmann [pl]9-9/+9
2010-01-14rebase to DEV300_m69Philipp Lohmann [pl]25-472/+478
2010-01-12autorecovery: initial implementation of a new save/recovery for database ↵Frank Schoenheit [fs]1-1/+1
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 supportsb1-4/+0
2010-01-08autorecovery: merge after rebase to m69Frank Schoenheit [fs]6-9/+10
2010-01-08#i107450#: build all other modules with new editeng libMathias Bauer8-125/+51
2010-01-07autorecovery: basdoc.cxx needs exceptions by now (well, really, it always ↵Frank Schoenheit [fs]1-1/+1
needed them, but now the compiler complains)
2010-01-06autorecovery: allow creating SFX-based documents which do not support the ↵Frank Schoenheit [fs]2-3/+4
XDocumentRecovery interface For this purpose, the SFX document factory methods got an additional parameter respectively flag ("DocumentRecoverySupport" resp. SFXMODEL_DISABLE_DOCUMENT_RECOVERY). This flag is used by database documents to remove the interface from sub documents (aka forms/reports). In this course, some of the functionality around those SFXMODELL_* flags, previously duplicated in all applications, has been consolidated into a new SfxObjectShell constructor.
2009-12-15autorecovery: SfxViewFrame's SfxFrame is a reference now, no pointer (it can ↵Frank Schoenheit [fs]2-4/+4
never be NULL)
2009-12-10#i107450#: move SvxSearchIten to svlMathias Bauer3-3/+3
2009-11-30#i10000#Frank Schoenheit [fs]1-1/+1
2009-11-23merge commit for m65Mathias Bauer4-410/+411
2009-11-04another warning on unxsoliMathias Bauer1-1/+1
2009-11-03#i104678# use high contrast mode setting instead of IsDark (paradigm shift ↵Philipp Lohmann [pl]4-410/+411
begun with issue i35482)
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer27-52/+46
2009-10-09merge with m61Philipp Lohmann14-16/+506
2009-10-08merge with m55hg10-180/+1
2009-10-06#103496#: move VCL free ConfigItems to unotoolsMathias Bauer5-15/+20
2009-09-25merge commitMathias Bauer13-16/+505
2009-09-19better dependencies for sdi filesMathias Bauer2-5/+11
2009-09-17CWS-TOOLING: integrate CWS ab74Ivo Hinkelmann1-4/+4
2009-09-10 10:13:43 +0200 jsk r276023 : Test Cases for #i103691, #i103697, #i103990 2009-09-03 15:42:36 +0200 ab r275754 : #i103990# Removed warning 2009-09-03 09:02:32 +0200 ab r275744 : CWS-TOOLING: rebase CWS ab74 to trunk@275331 (milestone: DEV300:m56) 2009-09-02 17:14:42 +0200 ab r275724 : #i103697# Applied patch 2009-08-27 15:11:50 +0200 ab r275488 : #i103354# Check Lucene index file to be named _0.cfs, fail otherwise 2009-08-26 08:57:21 +0200 ab r275393 : #i104354# Changed loop variable type to avoid Solaris Intel compiler optimizer bug 2009-08-17 14:17:32 +0200 ab r275053 : #i73263# Adapted breakpoint dialog to longer strings 2009-08-13 17:09:30 +0200 ab r274951 : #i103691# Fix empty comparison behaviour 2009-08-13 13:03:28 +0200 ab r274935 : #i103948# Applied patch 2009-08-13 12:31:15 +0200 ab r274931 : #i103134# Patch: Always set default property 2009-08-13 11:02:50 +0200 ab r274926 : #i103990# Support arrays in user types 2009-07-21 11:16:54 +0200 ab r274171 : #i102816# Make sure LocaleItem is loaded before copying from it 2009-07-20 14:56:35 +0200 ab r274139 : #i102816# Use default language as final fallback in service implementation
2009-09-16CWS-TOOLING: integrate CWS l10nframework01Ivo Hinkelmann1-2/+2