6812fd715c
Fix bug in previous patch
...
Thanks, kohei
2010-12-16 21:42:56 -08:00
3978e340bb
remove DECLARE_LIST(BasErrorLst,BasicError*) and (BasicLibsBase,BasicLibInfo*)
2010-12-16 20:17:55 -08:00
50a13b7f41
Merge commit 'origin/master'
...
Conflicts:
vbahelper/source/vbahelper/vbadialogbase.cxx
2010-10-13 13:22:42 +01:00
6db6a43ddc
Merge branch 'vba' fix conflics, trailing ws & tab issues
...
also removed some old headers ( which I need to add new ones for )
Conflicts:
basic/source/classes/sbunoobj.cxx
basic/source/classes/sbxmod.cxx
xmloff/inc/xmlnmspe.hxx
xmloff/inc/xmloff/xmltoken.hxx
xmlscript/inc/xmlscript/xmldlg_imexp.hxx
2010-10-13 10:51:50 +01:00
8694d2bc19
Add vim/emacs modelines to all source files
...
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com )
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de >
2010-10-13 10:57:58 +02:00
0b21b8b146
initial commit for vba blob ( not including container_control stuff )
2010-10-06 10:16:27 +01:00
facd86ef9c
remove include guards using fixguard.py
2010-10-05 18:11:20 +02:00
fb3a1bb93a
Translation of comments from German to English
...
I translated the comments in the files from German to English.
There were tabs in the file sbunoobj.cxx. I coverted them with the help of Kohei to whitespaces.
I found whitespaces at the end of two rows in that file (line 1642 and 2642). They were deleted.
2010-10-04 10:37:06 +02:00
e1461c4204
mib17: move VBA specific interfaces into vba subdir
2010-07-27 14:43:33 +02:00
5ed103d2dd
mib16: contributed bugfixes and various new symbols in VBA compatibility implementation
2010-06-15 20:02:53 +02:00
87523ea710
npower13_objectmodules: rebase and merge with DEV300_m78
2010-05-21 10:11:51 +02:00
45cc8f5bd1
npower13_objectmodules: uppercase UNO constants
2010-04-16 17:28:52 +02:00
da0a3a0e7f
npower13_objectmodule: #i109734# object module stuff
2010-03-02 12:39:31 +00:00
2951cc3ad8
sb118: merged in DEV300_m72
2010-02-25 12:46:45 +01:00
82b1d381cd
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-02-12 15:01:35 +01:00
e6823163e3
sb118: changed tools/debug to never fall back from writing to shell to writing to file, and read DBGSV_INIT from rtl::Bootstrap; the latter causes problems if tools/debug is called from static code executing before SAL_MAIN has called osl_setCommandArgs -> removed statics from code and added assertions to osl/process; various improvements to smoketests.cxx (incl. passing an appropriate dbgsv.ini for non-pro builds)
2010-01-27 16:23:59 +01:00
8d669bc21b
merge to m67
2009-12-05 19:29:07 +01:00
9f2fde7ab5
#i103496#: split svtools; improve ConfitItems
2009-10-16 00:05:16 +02:00
bff284e216
#103496#: move VCL free ConfigItems to unotools
2009-10-06 07:38:24 +02:00
4cea79ccdf
initial commit of code reorg, existing files that are modified
2009-09-18 15:24:22 +00:00
a63e7873d3
CWS-TOOLING: integrate CWS cli005
...
2009-01-30 15:47:54 +0100 cli r267204 : Translated comments to English.
2009-01-30 11:46:57 +0100 cli r267188 : CWS-TOOLING: rebase CWS cli005 to trunk@267171 (milestone: DEV300:m41)
2009-01-29 17:57:42 +0100 cli r267165 : Translated comments to English.
2009-01-29 11:40:24 +0100 cli r267108 : Translated comments to English and fixed indentations.
2009-01-28 17:57:58 +0100 cli r267075 : Remove Java parsing method stubs from basic parser^^
2009-01-28 17:38:47 +0100 cli r267072 : Translated comments to English.
2009-01-28 16:55:51 +0100 cli r267066 : Translated comments to English.
2009-01-28 12:19:02 +0100 cli r267053 : Translated comments to English.
2009-01-27 13:24:28 +0100 cli r266987 : Quick fix for #i92947#
2009-01-27 12:48:19 +0100 cli r266983 : CWS-TOOLING: rebase CWS cli005 to trunk@266944 (milestone: DEV300:m40)
2009-01-26 18:20:48 +0100 cli r266941 : Translated comments.
2009-01-26 17:04:09 +0100 cli r266938 : Some translations. mgrtest.cxx needs HEAVY refactoring...
2009-01-26 16:49:09 +0100 cli r266936 : Translated comments in all include files.
2009-01-26 14:18:54 +0100 cli r266924 : Some comments translated.
2009-01-24 17:19:07 +0100 cli r266883 : Translation of german comments to english.
2009-01-24 16:00:05 +0100 cli r266881 : Indentation
2009-01-24 15:53:04 +0100 cli r266880 : Apply patch for issue #i96836#
2009-04-25 00:18:20 +00:00
ca3104c0f5
INTEGRATION: CWS obo30 (1.44.24); FILE MERGED
...
2008/06/06 07:01:36 obo 1.44.24.2: #i90100# EOL missing
2008/05/30 09:44:45 obo 1.44.24.1: #i90100# ambigous Reference during ENABLE_PCH build
2008-06-24 15:01:41 +00:00
b493d5f678
INTEGRATION: CWS hr50 (1.7.4); FILE MERGED
...
2008/04/10 15:47:36 hr 1.7.4.1: #i86574#: fix warning (gcc-4.2.3)
2008-04-22 14:28:46 +00:00
ae565947b9
INTEGRATION: CWS changefileheader (1.8.112); FILE MERGED
...
2008/03/28 16:07:11 rt 1.8.112.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:44:13 +00:00
2c2169839e
INTEGRATION: CWS changefileheader (1.43.6); FILE MERGED
...
2008/04/01 15:01:49 thb 1.43.6.3: #i85898# Stripping all external header guards
2008/04/01 10:48:40 thb 1.43.6.2: #i85898# Stripping all external header guards
2008/03/28 16:07:11 rt 1.43.6.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:43:55 +00:00
3b61e6ab1b
INTEGRATION: CWS changefileheader (1.9.6); FILE MERGED
...
2008/04/01 15:01:49 thb 1.9.6.3: #i85898# Stripping all external header guards
2008/04/01 10:48:40 thb 1.9.6.2: #i85898# Stripping all external header guards
2008/03/28 16:07:11 rt 1.9.6.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:43:35 +00:00
12f11ee67e
INTEGRATION: CWS odbmacros2 (1.42.28); FILE MERGED
...
2007/12/19 14:50:14 fs 1.42.28.3: #i49133# *GlobalUNOConstant consolidated into SetGlobalUNOConstant
2007/12/13 11:28:43 fs 1.42.28.2: SetGlobalUNOVariable: search for SbxClass_PROPERTY, not SbxClass_OBJECT
2007/12/12 12:22:32 fs 1.42.28.1: #i49133# Re/SetGlobalUNOConstant
2008-03-06 17:52:10 +00:00
47f7b76d3b
INTEGRATION: CWS odbmacros2 (1.7.20); FILE MERGED
...
2008/03/04 12:05:07 fs 1.7.20.3: RESYNC: (1.7-1.8); FILE MERGED
2007/12/19 14:50:49 fs 1.7.20.2: #i49133# BasicManager::Insert/set/ResetGlobalUNOConstant superseded by SetGlobalUNOConstant
2007/12/06 13:29:33 fs 1.7.20.1: #i49133# don't assume an XDocumentInfoSupplier interface
2008-03-06 17:51:47 +00:00
eb02193b50
INTEGRATION: CWS custommeta (1.7.38); FILE MERGED
...
2008/01/21 15:45:28 mst 1.7.38.1: - basic/source/basmgr/basicmanagerrepository.cxx:
+ remove method ImplRepository::impl_getDocumentTitle_nothrow;
call ::comphelper::DocumentInfo::getDocumentTitle instead
2008-02-26 12:28:32 +00:00
89af22b13b
INTEGRATION: CWS basmgr03 (1.5.14); FILE MERGED
...
2007/09/06 05:56:57 fs 1.5.14.2: RESYNC: (1.5-1.6); FILE MERGED
2007/07/27 20:50:26 fs 1.5.14.1: #i73331# use the newly introduced XEmbeddedScripts to access the scripts/dialogs in a document
2007-10-09 14:03:37 +00:00
316da6ae4a
INTEGRATION: CWS npower7 (1.39.2); FILE MERGED
...
2007/07/05 11:44:06 npower 1.39.2.2: RESYNC: (1.39-1.40); FILE MERGED
2007/05/02 09:44:21 npower 1.39.2.1: #i76819#
2007-08-30 08:58:48 +00:00
e3afe6dc69
INTEGRATION: CWS npower7 (1.4.14); FILE MERGED
...
2007/05/02 09:44:21 npower 1.4.14.1: #i76819#
2007-08-30 08:58:36 +00:00
4a43ef57d7
INTEGRATION: CWS vgbugs07 (1.39.10); FILE MERGED
...
2007/06/04 13:22:15 vg 1.39.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
2007-06-27 13:17:23 +00:00
923f6d6261
INTEGRATION: CWS vgbugs07 (1.4.20); FILE MERGED
...
2007/06/04 13:22:15 vg 1.4.20.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
2007-06-27 13:17:08 +00:00
2d20bb8883
INTEGRATION: CWS bgdlremove (1.39.4); FILE MERGED
...
2007/05/25 10:45:36 kso 1.39.4.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.
2007-06-05 14:10:13 +00:00
cefb7eba58
INTEGRATION: CWS residcleanup (1.37.42); FILE MERGED
...
2007/03/20 15:21:45 pl 1.37.42.3: RESYNC: (1.37-1.38); FILE MERGED
2007/03/12 12:22:28 pl 1.37.42.2: #i75311# separate stt and sb resources
2007/02/20 11:08:04 pl 1.37.42.1: #i74635# all basic resources from stt resource file henceforth
2007-04-26 07:32:47 +00:00
ac25ae2544
INTEGRATION: CWS basmgr02 (1.37.30); FILE MERGED
...
2007/02/13 08:24:54 fs 1.37.30.5: #i100000# manual RESYNC: +LegacyPasswdBinaryLimitExceeded moved herein (formerly at the SfxLibraryContainer)
2007/01/25 11:53:55 fs 1.37.30.4: #i73329# removed some code which is unneeded since Basic was duplicated in binfilter
2007/01/17 11:29:58 fs 1.37.30.3: #i73329# library containers changes
2007/01/15 08:29:58 fs 1.37.30.2: #i73329# some refactoring of the library container API
2007/01/10 14:03:32 fs 1.37.30.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer
2007-03-15 14:38:04 +00:00
532d6eed49
INTEGRATION: CWS basmgr02 (1.3.18); FILE MERGED
...
2007/01/17 11:30:56 fs 1.3.18.3: #i73329# document's library containers are obtained from the model, not created ourself
2007/01/15 08:29:58 fs 1.3.18.2: #i73329# some refactoring of the library container API
2007/01/10 14:03:32 fs 1.3.18.1: #i73329# library containers expose a pure UNO API now, in particular XPersistentLibraryContainer
2007-03-15 14:37:48 +00:00
1156b2fadc
INTEGRATION: CWS ause074 (1.7.36); FILE MERGED
...
2007/01/30 12:02:51 hjs 1.7.36.1: #i73801# remove remaining usages of sv[pre].mk
2007-02-06 13:13:04 +00:00
fc42919e33
#i71457# pch include statement added (patch by vq).
2006-12-05 11:05:01 +00:00
74a03b308e
INTEGRATION: CWS basmgr01 (1.6.38); FILE MERGED
...
2006/09/28 20:19:16 fs 1.6.38.1: #i69957# +basicmanagerrepository
2006-11-08 10:53:16 +00:00
4f74e5dd87
INTEGRATION: CWS basmgr01 (1.35.4); FILE MERGED
...
2006/10/04 12:55:28 fs 1.35.4.3: #i69957# removed some dead code
2006/10/04 12:32:50 fs 1.35.4.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository
2006/09/28 20:19:02 fs 1.35.4.1: #i69957# some refactoring (commented out dead code, moved methods to private)
2006-11-08 10:53:03 +00:00
56c117ee53
INTEGRATION: CWS basmgr01 (1.1.2); FILE ADDED
...
2006/10/06 21:09:16 fs 1.1.2.3: EndListening - remove too-strong assertion
2006/10/04 12:32:49 fs 1.1.2.2: #i69957# lifetime control: BasicManager instances are kept in the responsibility of the BasicManagerRepository
2006/09/28 20:11:26 fs 1.1.2.1: #i69957# repository for BasicManager instances
2006-11-08 10:52:42 +00:00
139bf38e8e
INTEGRATION: CWS sb59 (1.34.24); FILE MERGED
...
2006/08/11 15:04:25 sb 1.34.24.1: #i67487# Made code warning-free (wntmsci10).
2006-10-12 13:24:26 +00:00
fdcf74b2cf
INTEGRATION: CWS pchfix02 (1.34.26); FILE MERGED
...
2006/09/01 17:17:00 kaib 1.34.26.1: #i68856# Added header markers and pch files
2006-09-17 08:58:58 +00:00
674b64c425
INTEGRATION: CWS warnings01 (1.5.24); FILE MERGED
...
2006/05/17 07:21:10 sb 1.5.24.1: #i53898# Made code warning-free and/or compile at all after resync to SRC680m162.
2006-06-19 16:38:37 +00:00
6710c35083
INTEGRATION: CWS warnings01 (1.30.6); FILE MERGED
...
2006/05/23 19:06:19 sb 1.30.6.3: RESYNC: (1.32-1.33); FILE MERGED
2005/12/01 14:55:46 ab 1.30.6.2: #i53898# Removed warnings for unxlngi6
2005/11/07 12:02:37 ab 1.30.6.1: #i53898# Removed warnings
2006-06-19 16:38:25 +00:00
0a34b04e6a
INTEGRATION: CWS sixtyfour04 (1.32.60); FILE MERGED
...
2006/03/21 14:26:05 cmc 1.32.60.1: #i63124# make basic 64bit ok
2006-04-07 07:09:31 +00:00
126f8dd419
#i10000#: Integration of CWS ab17fixes was broken. Reverse changes.
2005-09-29 15:04:21 +00:00
6ab89bb59f
INTEGRATION: CWS ab17fixes (1.2.310); FILE MERGED
2005-09-29 11:38:39 +00:00