Julien Nabet
2be3b8bd88
Change <file>.toURL() to <file>.toURI().toURL()
2011-05-03 22:55:31 +02:00
Andreas Becker
9ad4eeb4fa
fixed cppcheck warnings
2011-04-28 13:45:46 +02:00
Jan Holesovsky
2554b31146
Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
...
Conflicts:
extensions/source/svg/svgaction.cxx
extensions/source/svg/svgaction.hxx
extensions/source/svg/svgcom.hxx
extensions/source/svg/svgprinter.cxx
extensions/source/svg/svgprinter.hxx
extensions/source/svg/svguno.cxx
extensions/source/svg/svgwriter.cxx
extensions/source/svg/svgwriter.hxx
javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/InstallationOngoingCtrl.java
javainstaller2/src/JavaSetup/org/openoffice/setup/InstallData.java
javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/LinuxInstaller.java
package/inc/ZipFile.hxx
package/inc/ZipOutputStream.hxx
package/inc/ZipPackage.hxx
package/inc/ZipPackageStream.hxx
package/source/manifest/ManifestExport.cxx
package/source/manifest/ManifestImport.cxx
package/source/manifest/UnoRegister.cxx
package/source/xstor/owriteablestream.cxx
package/source/xstor/xstorage.cxx
package/source/xstor/xstorage.hxx
package/source/zipapi/EntryInputStream.cxx
package/source/zipapi/EntryInputStream.hxx
package/source/zipapi/XFileStream.cxx
package/source/zipapi/XFileStream.hxx
package/source/zipapi/XMemoryStream.cxx
package/source/zipapi/XUnbufferedStream.cxx
package/source/zipapi/XUnbufferedStream.hxx
package/source/zipapi/ZipFile.cxx
package/source/zipapi/ZipOutputStream.cxx
package/source/zipapi/sha1context.hxx
package/source/zippackage/ZipPackage.cxx
package/source/zippackage/ZipPackageFolder.cxx
package/source/zippackage/ZipPackageStream.cxx
setup_native/source/win32/customactions/shellextensions/registerextensions.cxx
wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
xmlsecurity/prj/build.lst
xmlsecurity/source/helper/xmlsignaturehelper.cxx
xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.cxx
xmlsecurity/source/xmlsec/nss/seinitializer_nssimpl.hxx
2011-04-22 15:08:05 +02:00
Petr Mladek
524a90293f
Merge remote-tracking branch 'origin/libreoffice-3-4'
...
Conflicts:
cui/source/options/optchart.cxx
2011-04-06 19:31:35 +02:00
David Tardon
a561fc7f65
convert leading tab to spaces
2011-04-03 19:22:56 +02:00
David Tardon
6fc82236e8
fix copy&paste relict
2011-04-03 18:19:01 +02:00
David Tardon
cc39ffae09
oops, still need these
2011-04-03 18:08:06 +02:00
David Tardon
25b47c571b
gbuildize forms
2011-04-03 17:44:24 +02:00
Michael Meeks
c364c9efd3
remove obsolete component_writeInfo methods
2011-04-01 22:33:12 +01:00
David Tardon
3d07d32ed4
convert DBG_ assertions to OSL_
2011-04-01 06:24:45 +02:00
Francisco Saito
e13262cb4c
drop bogus executable flag from [ch]xx/bas/asm files
2011-03-29 21:39:48 +01:00
Bjoern Michaelsen
8d377d3838
migrate forms subsequenttests to gbuild
2011-03-28 01:15:13 +02:00
Bjoern Michaelsen
ede70780fc
fd#35728: various forms.OGridControlModel unoapitests fail
...
* forms.OGridControlModel::com::sun:⭐ :form::component::GridControl
* forms.OGridControlModel::com::sun:⭐ 🫘 :XMultiPropertySet
* forms.OGridControlModel::com::sun:⭐ 🫘 :XPropertySet
* forms.OGridControlModel::com::sun:⭐ 🫘 :XFastPropertySet
2011-03-28 01:14:42 +02:00
Bjoern Michaelsen
b0b0d11a8a
fd#35693: disable hangin subsequenttests (complex and unoapi tests)
...
- chart2/qa/unoapi
- configmgr/qa/unoapi
- dbaccess/qa/unoapi
- forms/qa/complex/forms
- linguistic/qa/unoapi
- qadevOOo/qa/unoapi
- sd/qa/unoapi
- starmath/qa/unoapi
- ucb/qa/complex/ucb
- ucb/qa/unoapi
- unotools/qa/complex/tempfile
2011-03-26 17:07:02 +01:00
Petr Mladek
adad15cff9
set build depencencies against the new "translations" module
2011-03-25 12:14:34 +01:00
Thomas Arnhold
352f1a58e2
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
2011-03-19 14:06:18 +01:00
Jan Holesovsky
6a75a47be7
Merge remote-tracking branch 'origin/integration/dev300_m101'
...
Conflicts:
automation/source/communi/communi.cxx
automation/source/server/recorder.cxx
automation/source/server/server.cxx
basctl/source/basicide/basobj2.cxx
2011-03-18 15:35:18 +01:00
Norbert Thiebaud
eee3dbc7af
use boost::unordered_map instead of hash_map
2011-03-13 05:35:57 -05:00
Thomas Arnhold
a913e6e5c2
OSL_TRACE: Use format string
2011-03-12 14:12:12 +01:00
Thomas Arnhold
5ad6920963
Move OSL_ENSURE(false,...) to OSL_FAIL(...)
2011-03-12 14:12:11 +01:00
Thomas Arnhold
678cbfa572
Move DBG_TRACE to OSL_TRACE for getStr()
2011-03-11 23:46:25 +01:00
Thomas Arnhold
712b74daaa
Move DBG_ERROR to OSL_FAIL for getStr()
2011-03-11 23:46:24 +01:00
Rafael Dominguez
cef1ec87ed
Remove List container in components/imgprod
2011-03-09 19:47:53 -08:00
Norbert Thiebaud
cc5db648bc
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
...
* commit 'ooo/DEV300_m101': (185 commits)
masterfix DEV300: #i10000# usage of L10N build_type
masterfix: #i10000# INT16 -> sal_Int16
fixed compile errors after resync to m100, part2
gridsort: post-rebase fixes
CWS gnumake3: found another tools integer type
removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw
native359: #i114398# changing mac langpack icon
native359: #i115669# fixing package description for solaris packages
gnumake3: remove comphelper version; fix including extract.hxx
locales34: #i106785# add Haitian_Haiti [ht-HT] to language list and locale data; locale data contributed by <jcpoulard>
sb138: #i116659# timely termination of OnLogRotateThread
accfixes: removed include of obsolete header file
accfixes: removed obsolete file
removetooltypes01: #i112600# Fix build problems on non-pro
accfixes: moved some shared strings to svx part2
accfixes: moved some shared strings to svx
accfixes: added more accessibility information and fixed tab orders in multiple dialogs (cui module)
removetooltypes01: #i112600# Remove tools types for Mac specific parts
fixed tab order in BasicIDE, Library dialog tab page
added some accessible names in BasicIDE
...
Conflicts:
UnoControls/source/base/registercontrols.cxx
accessibility/inc/accessibility/standard/vclxaccessiblelistboxlist.hxx
automation/inc/automation/communi.hxx
automation/inc/automation/simplecm.hxx
automation/source/communi/communi.cxx
automation/source/inc/rcontrol.hxx
automation/source/miniapp/servuid.hxx
automation/source/server/XMLParser.cxx
automation/source/server/cmdbasestream.cxx
automation/source/server/profiler.hxx
automation/source/server/recorder.cxx
automation/source/server/retstrm.hxx
automation/source/server/server.cxx
automation/source/server/sta_list.cxx
automation/source/server/statemnt.cxx
automation/source/server/statemnt.hxx
automation/source/simplecm/packethandler.cxx
automation/source/simplecm/simplecm.cxx
automation/source/simplecm/tcpio.cxx
automation/source/simplecm/tcpio.hxx
automation/source/testtool/comm_bas.hxx
automation/source/testtool/cretstrm.hxx
automation/source/testtool/httprequest.cxx
automation/source/testtool/httprequest.hxx
automation/source/testtool/objtest.cxx
automation/source/testtool/objtest.hxx
basctl/source/basicide/baside2.cxx
basctl/source/basicide/baside2.hxx
basctl/source/basicide/baside2b.cxx
basctl/source/basicide/baside3.cxx
basctl/source/basicide/basides1.cxx
basctl/source/basicide/basides2.cxx
basctl/source/basicide/basidesh.cxx
basctl/source/basicide/basidesh.src
basctl/source/basicide/basobj3.cxx
basctl/source/basicide/bastype2.cxx
basctl/source/basicide/bastype3.cxx
basctl/source/basicide/bastypes.cxx
basctl/source/basicide/brkdlg.cxx
basctl/source/basicide/iderdll.cxx
basctl/source/basicide/macrodlg.cxx
basctl/source/basicide/moduldl2.cxx
basctl/source/basicide/moduldlg.cxx
basctl/source/basicide/objdlg.cxx
basctl/source/basicide/scriptdocument.cxx
basctl/source/basicide/tbxctl.cxx
basctl/source/basicide/tbxctl.hxx
basctl/source/basicide/tbxctl.src
basctl/source/dlged/dlged.cxx
basctl/source/dlged/dlgedfunc.cxx
basctl/source/dlged/dlgedobj.cxx
basctl/source/inc/basidesh.hxx
basctl/source/inc/bastypes.hxx
basctl/source/inc/dlgedmod.hxx
basctl/source/inc/dlgedpage.hxx
crashrep/prj/build.lst
cui/inc/pch/precompiled_cui.hxx
cui/source/customize/acccfg.cxx
cui/source/customize/acccfg.hrc
cui/source/customize/acccfg.src
cui/source/customize/cfg.cxx
cui/source/customize/cfgutil.cxx
cui/source/customize/macropg.cxx
cui/source/customize/macropg.src
cui/source/customize/selector.cxx
cui/source/dialogs/SpellDialog.cxx
cui/source/dialogs/commonlingui.cxx
cui/source/dialogs/cuicharmap.cxx
cui/source/dialogs/cuifmsearch.cxx
cui/source/dialogs/cuigaldlg.cxx
cui/source/dialogs/cuigrfflt.cxx
cui/source/dialogs/hldocntp.cxx
cui/source/dialogs/hldoctp.cxx
cui/source/dialogs/hlinettp.cxx
cui/source/dialogs/hlmailtp.cxx
cui/source/dialogs/hlmarkwn.cxx
cui/source/dialogs/hlmarkwn.src
cui/source/dialogs/hltpbase.cxx
cui/source/dialogs/iconcdlg.cxx
cui/source/dialogs/passwdomdlg.cxx
cui/source/dialogs/pastedlg.cxx
cui/source/dialogs/scriptdlg.cxx
cui/source/dialogs/thesdlg.cxx
cui/source/dialogs/zoom.cxx
cui/source/factory/dlgfact.hxx
cui/source/inc/SpellDialog.hxx
cui/source/inc/autocdlg.hxx
cui/source/inc/backgrnd.hxx
cui/source/inc/bbdlg.hxx
cui/source/inc/cfg.hxx
cui/source/inc/cfgutil.hxx
cui/source/inc/cuigaldlg.hxx
cui/source/inc/cuigrfflt.hxx
cui/source/inc/cuitabarea.hxx
cui/source/inc/cuitabline.hxx
cui/source/inc/hldocntp.hxx
cui/source/inc/hltpbase.hxx
cui/source/inc/iconcdlg.hxx
cui/source/inc/numpages.hxx
cui/source/inc/page.hxx
cui/source/inc/postdlg.hxx
cui/source/inc/scriptdlg.hxx
cui/source/inc/transfrm.hxx
cui/source/inc/zoom.hxx
cui/source/options/cfgchart.cxx
cui/source/options/cuisrchdlg.cxx
cui/source/options/dbregister.cxx
cui/source/options/dbregister.src
cui/source/options/fontsubs.cxx
cui/source/options/internationaloptions.cxx
cui/source/options/optasian.cxx
cui/source/options/optchart.cxx
cui/source/options/optcolor.cxx
cui/source/options/optcolor.src
cui/source/options/optfltr.cxx
cui/source/options/optfltr.src
cui/source/options/optgdlg.cxx
cui/source/options/optgdlg.src
cui/source/options/optgenrl.cxx
cui/source/options/opthtml.cxx
cui/source/options/optimprove.cxx
cui/source/options/optinet2.cxx
cui/source/options/optinet2.hxx
cui/source/options/optjava.cxx
cui/source/options/optlingu.cxx
cui/source/options/optsave.cxx
cui/source/options/optsave.hxx
cui/source/options/treeopt.cxx
cui/source/options/webconninfo.cxx
cui/source/tabpages/autocdlg.cxx
cui/source/tabpages/backgrnd.cxx
cui/source/tabpages/border.cxx
cui/source/tabpages/chardlg.cxx
cui/source/tabpages/dstribut.cxx
cui/source/tabpages/grfpage.cxx
cui/source/tabpages/macroass.cxx
cui/source/tabpages/measure.cxx
cui/source/tabpages/numfmt.cxx
cui/source/tabpages/numpages.cxx
cui/source/tabpages/page.cxx
cui/source/tabpages/paragrph.cxx
cui/source/tabpages/swpossizetabpage.cxx
cui/source/tabpages/tabarea.src
cui/source/tabpages/textanim.cxx
cui/source/tabpages/textattr.cxx
cui/source/tabpages/tparea.cxx
cui/source/tabpages/tpbitmap.cxx
cui/source/tabpages/tpcolor.cxx
cui/source/tabpages/tpgradnt.cxx
cui/source/tabpages/tphatch.cxx
cui/source/tabpages/tpline.cxx
cui/source/tabpages/tplnedef.cxx
cui/source/tabpages/tplneend.cxx
cui/source/tabpages/tpshadow.cxx
cui/source/tabpages/transfrm.cxx
embedserv/source/embed/register.cxx
extensions/inc/pch/precompiled_extensions.hxx
extensions/inc/propctrlr.hrc
extensions/source/abpilot/abpservices.cxx
extensions/source/bibliography/bibload.cxx
extensions/source/bibliography/datman.cxx
extensions/source/bibliography/general.cxx
extensions/source/dbpilots/dbpservices.cxx
extensions/source/inc/componentmodule.cxx
extensions/source/nsplugin/source/so_env.cxx
extensions/source/ole/oleobjw.cxx
extensions/source/ole/oleobjw.hxx
extensions/source/oooimprovement/invite_job.cxx
extensions/source/oooimprovement/onlogrotate_job.cxx
extensions/source/plugin/base/service.cxx
extensions/source/plugin/inc/plugin/unx/mediator.hxx
extensions/source/plugin/inc/plugin/unx/plugcon.hxx
extensions/source/plugin/unx/mediator.cxx
extensions/source/plugin/unx/nppapi.cxx
extensions/source/plugin/unx/plugcon.cxx
extensions/source/preload/services.cxx
extensions/source/propctrlr/formmetadata.cxx
extensions/source/propctrlr/pcrservices.cxx
extensions/source/resource/resource.cxx
extensions/source/scanner/sane.hxx
extensions/source/scanner/sanedlg.cxx
extensions/source/scanner/scanunx.cxx
extensions/source/scanner/scanwin.cxx
extensions/source/scanner/twain.cxx
extensions/source/scanner/twain.hxx
extensions/source/update/check/updatecheckconfig.cxx
extensions/test/stm/datatest.cxx
extensions/test/stm/marktest.cxx
extensions/test/stm/pipetest.cxx
extensions/test/stm/testfactreg.cxx
extensions/workben/testpgp.cxx
forms/qa/complex/forms/CheckOGroupBoxModel.java
forms/qa/makefile.mk
forms/source/component/Button.cxx
forms/source/component/Button.hxx
forms/source/component/ListBox.cxx
forms/source/inc/forms_module_impl.hxx
forms/source/misc/services.cxx
forms/source/solar/control/navtoolbar.cxx
javainstaller2/prj/build.lst
javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ModuleCtrl.java
lingucomponent/prj/build.lst
lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx
lingucomponent/source/spellcheck/spell/sreg.cxx
lingucomponent/source/spellcheck/spell/sspellimp.cxx
package/source/manifest/ManifestExport.cxx
package/source/manifest/UnoRegister.cxx
package/source/xstor/owriteablestream.cxx
package/source/xstor/owriteablestream.hxx
package/source/xstor/xstorage.hxx
package/source/zippackage/ZipPackageFolder.cxx
package/source/zippackage/ZipPackageStream.cxx
setup_native/source/mac/ooo/DS_Store
setup_native/source/win32/customactions/shellextensions/registerextensions.cxx
xmlsecurity/prj/build.lst
xmlsecurity/source/component/registerservices.cxx
xmlsecurity/source/dialogs/stbcontrl.cxx
xmlsecurity/source/framework/xsec_framework.cxx
xmlsecurity/source/xmlsec/xsec_xmlsec.cxx
xmlsecurity/tools/demo/util.hxx
xmlsecurity/workben/signaturetest.cxx
2011-03-09 16:20:50 -06:00
Frank Schoenheit [fs]
35a4f69330
dba34d: pulled and merged latest changes from CWS dba34c
2011-03-08 09:56:56 +01:00
Guillaume Poussel
26e4971dfb
Remove various useless comments in components.
...
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-04 19:41:47 +01:00
Ocke Janssen
660f7c59a0
Automated merge with file:///d:\tools\master\ooo
2011-03-04 07:53:39 +01:00
Thomas Arnhold
fdeb501678
Move DBG_ERROR to OSL_FAIL
2011-03-02 15:00:30 +01:00
Caolán McNamara
a64e5e3cf5
avoid implicit cast
2011-03-01 20:34:28 +00:00
Thomas Arnhold
52370d787a
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
2011-02-26 10:42:19 +01:00
Julien Nabet
f6e89c9e98
Remove "using namespace ::rtl"
2011-02-26 01:19:34 +01:00
Ivo Hinkelmann
8427b0f498
masterfix DEV300: #i10000# usage of L10N build_type
2011-02-22 19:07:34 +01:00
Joseph Powers
e986d2fc48
Cleanup some #include <tools/list.hxx>
2011-02-20 21:03:23 -08:00
Frank Schoenheit [fs]
4c47c08025
dba34d: #i116215# de-select all items when the to-be-selected string is invalid or empty
2011-02-16 14:35:27 +01:00
Frank Schoenheit [fs]
87784da170
dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100
2011-02-15 10:31:10 +01:00
Frank Schoenheit [fs]
5a973690a7
gridsort: pulled and merged DEV300_m100
2011-02-14 23:00:48 +01:00
Frank Schoenheit [fs]
36635e78f0
dba34c: pulled and merged DEV300.m100
2011-02-14 22:22:46 +01:00
Guillaume Poussel
8add752517
Remove bogus comments
2011-02-13 17:35:58 +01:00
Thomas Arnhold
ed105e9e10
make test -> make check
2011-02-09 19:51:50 +01:00
Caolán McNamara
aab856b75e
fix build breakage
2011-02-08 21:00:41 +00:00
Luboš Luňák
9457a3ce40
more std:: -> o3tl:: build fixes
2011-02-08 19:33:25 +01:00
Guillaume Poussel
842bfb16f7
Remove useless comments in components.
2011-02-08 19:06:48 +01:00
Carsten Driesner
7fa8864a0f
removetooltypes01: Rebase to DEV300m99
2011-02-07 13:06:08 +01:00
Thomas Arnhold
50c26300e5
Remove lots of dead code
2011-02-06 13:43:35 +01:00
Fridrich Štrba
7685200dc1
move components to boost unordered containers
2011-02-06 01:00:47 +01:00
Ocke Janssen [oj]
187e3fe763
merge from master
2011-02-03 12:19:25 +01:00
Thomas Arnhold
2945b56030
Clean up makefiles
2011-02-01 18:21:17 +01:00
Vladimir Glazunov
c395e5608c
CWS-TOOLING: integrate CWS dba34b
2011-02-01 11:12:15 +01:00
Caolán McNamara
498b5080cc
remove dangerously broken >>= operator
2011-01-29 16:13:08 +00:00
Thomas Arnhold
fa2526c545
Remove some dead code.
2011-01-26 07:50:25 +01:00
Thomas Arnhold
3569872463
Remove FS_PRIV_DEBUG directive.
2011-01-25 23:41:46 +01:00
Frank Schoenheit [fs]
dbbd1aae55
gridsort: pulled and merged DEV300m98
2011-01-25 20:54:56 +01:00
Frank Schoenheit [fs]
acb0bbd76e
gridsort: pulled CWS dba34b
2011-01-25 09:21:17 +01:00
Thomas Arnhold
86f964d438
Remove doubled headers.
2011-01-21 18:32:36 +01:00
Carsten Driesner
f163f1264a
removetooltypes01: Rebase to DEV300m98
2011-01-21 17:18:37 +01:00
Thomas Arnhold
7c89e643b1
Replace suitable equalsAscii calls with equalsAsciiL.
...
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 10:30:44 +01:00
Ocke.Janssen
41e6c179e7
dba34d: #i111015# XTextRange and derivee are not supported anymore by column object
2011-01-17 10:11:36 +01:00
Mikhail Voytenko
41fb6b1541
removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags
2011-01-14 11:20:36 +01:00
Mikhail Voytenko
a6569df130
removetooltypes01: #i112600# remove tooltypes from slideshow and forms
2011-01-13 16:49:46 +01:00
Frank Schoenheit [fs]
35406d6292
dba34c: merge
2011-01-07 14:29:08 +01:00
Frank Schoenheit [fs]
9b2bc5d7cb
dba34c: pulled/merged latest changes from CWS dba34b
2011-01-07 13:50:28 +01:00
Philipp Lohmann [pl]
d213658e38
rebase to DEV300_m96
2011-01-06 11:11:47 +01:00
Frank Schoenheit [fs]
94ee4db659
dba34b: merged DEV300m96
2011-01-05 10:07:18 +01:00
Ocke Janssen [oj]
e89ecedf65
dba34c: #i110323# fix for double
2011-01-03 13:58:05 +01:00
Caolán McNamara
4a0bb837cd
cppcheck: prefer prefix variant
2011-01-01 21:06:25 +00:00
serval
79c787a66b
RTL_CONSTASCII_USTRINGPARAM
2010-12-22 21:21:00 +00:00
Caolán McNamara
d161cc8870
prefix prefix variant
2010-12-19 16:28:33 +00:00
Caolán McNamara
e59df5cb6c
cppcheck: can be const
2010-12-16 12:16:00 +00:00
Frank Schoenheit [fs]
09cfbd6086
gridsort: give the UnoControl(Model/Base) classes a ctor taking a service factory, so we have access to the factory
...
which created us, and don't need to resort to the process'es service factory
2010-12-06 14:14:11 +01:00
Takeshi Abe
60a9b5172b
Replace all occured, occurance etc.
2010-12-05 20:23:29 +00:00
Ocke.Janssen
6697a4827b
dba34c: #i102625# only fetch rows when the view moves outside the scope of the rowset window
2010-12-02 13:16:48 +01:00
J. Graeme Lingard
2b77d15fd2
Remove dated comments
2010-11-28 19:44:03 +00:00
Gert Faller
7692bfc268
RTL_CONSTASCII_USTRINGPARAM in components 3
2010-11-28 18:33:53 +01:00
Gert Faller
1231e74a6d
RTL_CONSTASCII_USTRINGPARAM in components 2 (build problem in sal ?)
2010-11-27 17:20:30 +01:00
Caolán McNamara
c838ea595f
cppcheck: use prefix form
2010-11-27 12:46:43 +00:00
Gert Faller
f357474191
RTL_CONSTASCII_USTRINGPARAM in components 1
2010-11-27 11:54:21 +01:00
Ocke.Janssen
c0ec842414
dba34c: #i94053# remove lastvalue
2010-11-26 15:22:57 +01:00
Philipp Lohmann [pl]
4592bb216c
merge with DEV300_m94
2010-11-24 18:50:17 +01:00
Philipp Lohmann [pl]
bd6ee967cd
vcl117: header cleanup
2010-11-24 16:09:43 +01:00
Julien Nabet
648589a0bd
RTL patch
2010-11-24 07:56:52 +01:00
Frank Schoenheit [fs]
6a7bbc11c1
dba34b: #i115250# DBTypeConversion::getValue: do not use the target format to determine how to obtain the column value, instead, use the column type
2010-11-23 21:55:13 +01:00
Philipp Lohmann [pl]
abe4496cfc
vcl117: removed obsolete header
2010-11-23 18:41:04 +01:00
Joseph Powers
bf8f8053cf
Remove the last of the HC icons
2010-11-22 17:55:31 -08:00
Frank Schoenheit [fs]
5001b1ce32
dba34b: merge after pulling DEV300.m94
2010-11-22 14:30:32 +01:00
Pierre-André Jacquod
f3eb77586e
further removing of dead code
...
Hello,
here in components some other pieces to delete. Again some small parts
in case I was to generous in deleting.
regards
>From 1535d5e774e7d1ef08696344be8fcdfc6828f2c3 Mon Sep 17 00:00:00 2001
From: pjacquod <pjacquod@alumni.ethz.ch>
Date: Sun, 21 Nov 2010 12:10:15 +0100
Subject: [PATCH 1/5] remove dead code components workben
2010-11-22 12:10:30 +00:00
Norbert Thiebaud
9140ff3adc
micro-optimization suggested by cppcheck
2010-11-21 19:07:07 -06:00
sb
297b302757
sb131: merged in re/DEV300_next towards DEV300_m94
2010-11-19 11:35:41 +01:00
pjacquod
b0a1304262
RTL_CONSTASCII_USTRINGPARAM in components misc
...
components/forms/source/misc should be OK now
2010-11-17 16:33:00 +00:00
pjacquod
41fbf2c1a6
RTL_CONSTASCII_USTRINGPARAM components in runtime
...
components/forms/source/runtime should be OK now
2010-11-17 16:30:16 +00:00
pjacquod
7f459c9492
RTL_CONSTASCII_USTRINGPARAM components xpathlib
...
components/forms/source/xforms/xpathlib should now be OK
2010-11-17 16:28:24 +00:00
pjacquod
7f36ddf518
RTL_CONSTASCII_USTRINGPARAM in components .. submission
...
components/forms/source/xforms/submission should be OK now
2010-11-17 16:26:20 +00:00
pjacquod
c150d11c58
RTL_CONSTASCII_USTRINGPARAM in components - inc
...
components/forms/source/inc should be OK now
2010-11-17 16:23:47 +00:00
pjacquod
36cff0860f
RTL_CONSTASCII_USTRINGPARAM in components - forms
...
the whole directory components/forms/source/component
should now be OK
2010-11-17 16:21:57 +00:00
Caolán McNamara
5515c056ab
WaE, fix member init order
2010-11-12 11:33:12 +00:00
Vladimir Glazunov
7f6d48f1e1
CWS-TOOLING: integrate CWS dba34a
2010-11-08 16:01:31 +01:00
Thomas Klausner
4fd29f3d18
Add some more files to EXCEPTIONSFILES, needed on at least NetBSD.
2010-11-02 15:08:29 +01:00
Norbert Thiebaud
3fae822870
use SolarMutexGuard to take a guard on the solar mutex.
2010-11-01 12:24:09 -05:00
Vladimir Glazunov
8372a69539
#i10000# changes from OOO330 m13
2010-11-01 15:58:31 +01:00
Frank Schoenheit [fs]
afb8e47009
dba34a: #i114403# when delivering our text (getText, plus notifications), and we're a filter list box created for a list box control, translate between display strings and values. (Filter list boxes (*not* combo boxes!) still messed up. This needs a follow-up issue.)
2010-11-01 13:32:13 +01:00
Caolán McNamara
eec16c4640
include algorithm for std::lower_bound
2010-10-28 20:18:06 +01:00