Commit graph

2336 commits

Author SHA1 Message Date
Jan Holesovsky
932fb7b958 Merge commit 'ooo/DEV300_m103'
Conflicts:
	cppcanvas/source/mtfrenderer/implrenderer.cxx
	dtrans/source/win32/dtobj/XTDataObject.cxx
	dtrans/source/win32/dtobj/XTDataObject.hxx
	sot/source/sdstor/stgio.cxx
	tools/source/debug/debug.cxx
	vcl/source/gdi/jobset.cxx
	vcl/unx/kde4/KDEData.cxx
	vcl/unx/kde4/KDEData.hxx
	vcl/unx/kde4/KDESalDisplay.cxx
	vcl/unx/kde4/KDESalFrame.cxx
	vcl/unx/kde4/KDESalFrame.hxx
	vcl/unx/kde4/KDESalGraphics.cxx
	vcl/unx/kde4/KDESalGraphics.hxx
	vcl/unx/kde4/KDESalInstance.cxx
	vcl/unx/kde4/KDESalInstance.hxx
	vcl/unx/kde4/KDEXLib.cxx
	vcl/unx/kde4/VCLKDEApplication.cxx
	vcl/unx/kde4/VCLKDEApplication.hxx
2011-03-23 16:59:33 +01:00
Thomas Arnhold
cdf90c51f1 Remove ChangeLog file (and this one) 2011-03-22 19:05:51 +01:00
Thomas Arnhold
00275dde4a Remove ChangeLog file 2011-03-22 19:02:15 +01:00
Noel Power
bf8ae88d9c fix basic userform operation
re-instate the global containee list
2011-03-22 16:12:02 +00:00
Vladimir Glazunov
6f80af3e56 CWS-TOOLING: integrate CWS dba34c 2011-03-21 17:02:20 +01:00
Carsten Driesner
3c86157dcd fwk167: Rebase to DEV300m103 2011-03-21 14:13:03 +01:00
Thomas Arnhold
3d874bdf40 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:11:09 +01:00
Thomas Arnhold
99afdc5dcc Remove unused DBG_ERROR macros 2011-03-18 22:29:15 +01:00
Thorsten Behrens
feb9fe0e1f Fix build, re-introduce include path for xthrobber.hrc 2011-03-18 18:08:34 +01:00
Jan Holesovsky
4fdd55226d Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	comphelper/source/misc/servicedecl.cxx
	i18npool/source/breakiterator/breakiteratorImpl.cxx
	l10ntools/scripts/localize.pl
	svl/source/items/itemset.cxx
	svl/source/memtools/svarray.cxx
	svl/source/numbers/zformat.cxx
	svtools/source/brwbox/brwbox1.cxx
	tools/source/stream/strmwnt.cxx
	vcl/inc/vcl/graphite_adaptors.hxx
	vcl/inc/vcl/graphite_layout.hxx
	vcl/inc/vcl/graphite_serverfont.hxx
	vcl/source/control/imgctrl.cxx
	vcl/source/gdi/outdev.cxx
	vcl/source/gdi/outdev3.cxx
	vcl/source/glyphs/gcach_ftyp.cxx
	vcl/source/glyphs/graphite_adaptors.cxx
	vcl/source/glyphs/graphite_layout.cxx
	vcl/source/window/winproc.cxx
	vcl/unx/source/fontmanager/fontconfig.cxx
2011-03-18 15:55:08 +01:00
Tor Lillqvist
052a270ff0 Cygwin fixes and cleanups
With realpath now called in AllLangResTarget.mk, we can revert the
explicit expansion of the symlinks to clone/libs-gui/toolkit in the
makefiles for the resources. Also remove unnecessary -I switches that
apparently have just been copy-pasted blindly.

Add realpath calls for -I switches to the makefiles for the
executables.
2011-03-17 12:12:55 +02:00
Frank Schoenheit [fs]
a754527bb2 #i117341# let getAvailableServiceNames include css.awt.tab.UnoControlTabPageModel 2011-03-17 09:09:16 +01:00
Tor Lillqvist
5ae1535977 Use realpath to avoid -I options containing symlinks on Cygwin 2011-03-16 20:15:19 +02:00
Tor Lillqvist
d26611f3c6 Use manually expansion of the "toolkit" symlink
rsc is not a Cygwin program, so it doesn't understand pathnames
containing symlinks. I couldn't figure out a way to use Make's
realpath function here, unfortunately. So expand the symlink manually,
we know it is always clone/libs-gui/toolkit, isn't it?
2011-03-16 20:15:17 +02:00
obo
894b4df156 CWS-TOOLING: integrate CWS ext006 2011-03-16 09:46:06 +01:00
Frank Schoenheit [fs]
61cbc3468a dba34d: pulled and merged DEV300.m102 2011-03-14 10:01:15 +01:00
Bjoern Michaelsen
7b6525c91e removing remaining tools types from toolkit 2011-03-13 00:55:23 +01:00
Thomas Arnhold
0c35d637f7 Move OSL_ENSURE(0,...) to OSL_FAIL(...) 2011-03-12 14:19:18 +01:00
Thomas Arnhold
d86e9a3906 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:19:17 +01:00
Thomas Arnhold
08be19bcb8 Move DBG_TRACE to OSL_TRACE 2011-03-11 23:41:07 +01:00
Thomas Arnhold
da708864a7 Move DBG_ERROR5 to OSL_TRACE 2011-03-11 23:41:07 +01:00
Thomas Arnhold
a532a6e662 Move DBG_ERROR2 to OSL_TRACE 2011-03-11 23:41:06 +01:00
Thomas Arnhold
533f89e493 Move DBG_ERROR1 to OSL_TRACE 2011-03-11 23:41:06 +01:00
Thomas Arnhold
56e019462e Move DBG_ERROR to OSL_FAIL 2011-03-11 23:41:06 +01:00
Thomas Arnhold
81888a8954 Move DBG_ERROR to OSL_FAIL and correct OString usage 2011-03-11 23:41:06 +01:00
Michael Meeks
8a78e5b7a0 fix up merging issues, so it compiles 2011-03-11 18:08:25 +00:00
Jan Holesovsky
67d2af6fac Merge commit 'ooo/DEV300_m101' into intm101
The following builds for me:

basebmp, basegfx, comphelper, dtrans, i18npool, i18nutil, l10ntools, o3tl,
psprint_config, regexp, rsc, sax, sot, tools, ucbhelper, unotools, vcl

The rest still needs fixing ;-)

Conflicts:
	canvas/prj/build.lst
	canvas/source/cairo/cairo_textlayout.cxx
	canvas/source/directx/dx_winstuff.hxx
	canvas/source/tools/image.cxx
	canvas/source/vcl/canvashelper.cxx
	comphelper/inc/comphelper/documentconstants.hxx
	comphelper/inc/comphelper/optionalvalue.hxx
	comphelper/inc/comphelper/querydeep.hxx
	comphelper/prj/build.lst
	comphelper/qa/complex/makefile.mk
	comphelper/qa/string/test_string_noadditional.cxx
	comphelper/source/misc/componentmodule.cxx
	comphelper/source/misc/mimeconfighelper.cxx
	comphelper/source/misc/querydeep.cxx
	comphelper/source/misc/uieventslogger.cxx
	comphelper/source/property/TypeGeneration.cxx
	comphelper/test/uno_iterators/uno_iterators.cxx
	comphelper/util/makefile.mk
	cppcanvas/source/mtfrenderer/implrenderer.cxx
	dtrans/prj/build.lst
	dtrans/source/generic/dtrans.cxx
	dtrans/source/win32/dtobj/FmtFilter.cxx
	i18npool/prj/build.lst
	i18npool/source/localedata/data/localedata_others.map
	i18npool/source/localedata/data/makefile.mk
	i18npool/source/localedata/localedata.cxx
	i18npool/source/localedata/saxparser.cxx
	i18npool/source/registerservices/registerservices.cxx
	i18npool/source/search/textsearch.cxx
	l10ntools/inc/cfgmerge.hxx
	l10ntools/inc/export.hxx
	l10ntools/inc/gsicheck.hxx
	l10ntools/inc/l10ntools/vosapp.hxx
	l10ntools/inc/tagtest.hxx
	l10ntools/inc/xmlparse.hxx
	l10ntools/layout/layoutparse.cxx
	l10ntools/layout/tralay.cxx
	l10ntools/source/cfgmerge.cxx
	l10ntools/source/export.cxx
	l10ntools/source/export2.cxx
	l10ntools/source/gsicheck.cxx
	l10ntools/source/help/HelpLinker.cxx
	l10ntools/source/lngex.cxx
	l10ntools/source/lngmerge.cxx
	l10ntools/source/merge.cxx
	l10ntools/source/tagtest.cxx
	l10ntools/source/xmlparse.cxx
	padmin/source/fontentry.cxx
	padmin/source/padialog.cxx
	padmin/source/padialog.src
	padmin/source/pamain.cxx
	rsc/inc/rscarray.hxx
	rsc/inc/rscclass.hxx
	rsc/inc/rscclobj.hxx
	rsc/inc/rsccont.hxx
	rsc/inc/rscdb.hxx
	rsc/inc/rscdef.hxx
	rsc/inc/rscmgr.hxx
	rsc/inc/rscrange.hxx
	rsc/inc/rsctop.hxx
	rsc/inc/vclrsc.hxx
	rsc/source/parser/rscdb.cxx
	rsc/source/parser/rscicpx.cxx
	rsc/source/parser/rscinit.cxx
	rsc/source/prj/start.cxx
	rsc/source/res/rscarray.cxx
	rsc/source/res/rscclass.cxx
	rsc/source/res/rscclobj.cxx
	rsc/source/res/rsccont.cxx
	rsc/source/res/rscmgr.cxx
	rsc/source/res/rscrange.cxx
	rsc/source/res/rsctop.cxx
	rsc/source/rsc/rsc.cxx
	rsc/source/tools/rscdef.cxx
	rsc/source/tools/rsctools.cxx
	sax/source/expatwrap/sax_expat.cxx
	sax/source/fastparser/facreg.cxx
	sax/source/tools/fastserializer.cxx
	sot/inc/sot/filelist.hxx
	sot/inc/sot/object.hxx
	sot/source/base/factory.cxx
	sot/source/base/filelist.cxx
	sot/source/sdstor/stg.cxx
	sot/source/sdstor/stgcache.cxx
	sot/source/sdstor/stgole.cxx
	sot/source/sdstor/stgstrms.cxx
	sot/source/sdstor/storage.cxx
	sot/source/sdstor/ucbstorage.cxx
	svl/inc/svl/cenumitm.hxx
	svl/inc/svl/cintitem.hxx
	svl/inc/svl/cntwall.hxx
	svl/inc/svl/ctypeitm.hxx
	svl/inc/svl/custritm.hxx
	svl/inc/svl/dateitem.hxx
	svl/inc/svl/filerec.hxx
	svl/inc/svl/globalnameitem.hxx
	svl/inc/svl/ilstitem.hxx
	svl/inc/svl/imageitm.hxx
	svl/inc/svl/intitem.hxx
	svl/inc/svl/itempool.hxx
	svl/inc/svl/itemset.hxx
	svl/inc/svl/lckbitem.hxx
	svl/inc/svl/poolitem.hxx
	svl/inc/svl/ptitem.hxx
	svl/inc/svl/rectitem.hxx
	svl/inc/svl/sfontitm.hxx
	svl/inc/svl/slstitm.hxx
	svl/inc/svl/srchitem.hxx
	svl/inc/svl/svarray.hxx
	svl/inc/svl/svdde.hxx
	svl/inc/svl/svstdarr.hxx
	svl/inc/svl/szitem.hxx
	svl/inc/svl/visitem.hxx
	svl/inc/svl/zforlist.hxx
	svl/inc/svl/zformat.hxx
	svl/prj/build.lst
	svl/qa/complex/ConfigItems/helper/ConfigItemTest.cxx
	svl/qa/complex/ConfigItems/helper/makefile.mk
	svl/qa/makefile.mk
	svl/source/filepicker/pickerhelper.cxx
	svl/source/filerec/filerec.cxx
	svl/source/items/cenumitm.cxx
	svl/source/items/cintitem.cxx
	svl/source/items/cntwall.cxx
	svl/source/items/ctypeitm.cxx
	svl/source/items/custritm.cxx
	svl/source/items/dateitem.cxx
	svl/source/items/globalnameitem.cxx
	svl/source/items/ilstitem.cxx
	svl/source/items/imageitm.cxx
	svl/source/items/intitem.cxx
	svl/source/items/itempool.cxx
	svl/source/items/itemprop.cxx
	svl/source/items/itemset.cxx
	svl/source/items/lckbitem.cxx
	svl/source/items/poolio.cxx
	svl/source/items/poolitem.cxx
	svl/source/items/ptitem.cxx
	svl/source/items/rectitem.cxx
	svl/source/items/slstitm.cxx
	svl/source/items/srchitem.cxx
	svl/source/items/style.cxx
	svl/source/items/szitem.cxx
	svl/source/items/visitem.cxx
	svl/source/items/whiter.cxx
	svl/source/memtools/svarray.cxx
	svl/source/misc/PasswordHelper.cxx
	svl/source/misc/adrparse.cxx
	svl/source/misc/lngmisc.cxx
	svl/source/notify/brdcst.cxx
	svl/source/notify/listener.cxx
	svl/source/notify/listenerbase.cxx
	svl/source/numbers/makefile.mk
	svl/source/numbers/nbdll.cxx
	svl/source/numbers/zforfind.cxx
	svl/source/numbers/zforlist.cxx
	svl/source/numbers/zformat.cxx
	svl/source/numbers/zforscan.cxx
	svl/source/passwordcontainer/passwordcontainer.cxx
	svl/source/svdde/ddecli.cxx
	svl/source/svdde/ddeimp.hxx
	svl/source/svdde/ddemlos2.h
	svl/source/svdde/ddesvr.cxx
	svl/source/undo/undo.cxx
	svl/source/uno/registerservices.cxx
	svl/util/makefile.mk
	svtools/bmpmaker/bmpsum.cxx
	svtools/bmpmaker/g2g.cxx
	svtools/bmpmaker/makefile.mk
	svtools/inc/borderhelper.hxx
	svtools/inc/svtools/accessiblefactory.hxx
	svtools/inc/svtools/apearcfg.hxx
	svtools/inc/svtools/brwbox.hxx
	svtools/inc/svtools/ctrlbox.hxx
	svtools/inc/svtools/ctrltool.hxx
	svtools/inc/svtools/editbrowsebox.hxx
	svtools/inc/svtools/ehdl.hxx
	svtools/inc/svtools/embedhlp.hxx
	svtools/inc/svtools/filter.hxx
	svtools/inc/svtools/ivctrl.hxx
	svtools/inc/svtools/parhtml.hxx
	svtools/inc/svtools/printdlg.hxx
	svtools/inc/svtools/rtftoken.h
	svtools/inc/svtools/ruler.hxx
	svtools/inc/svtools/svicnvw.hxx
	svtools/inc/svtools/svlbitm.hxx
	svtools/inc/svtools/svlbox.hxx
	svtools/inc/svtools/svtreebx.hxx
	svtools/inc/svtools/tabbar.hxx
	svtools/inc/svtools/table/abstracttablecontrol.hxx
	svtools/inc/svtools/taskbar.hxx
	svtools/inc/svtools/textview.hxx
	svtools/inc/svtools/valueset.hxx
	svtools/source/brwbox/brwbox1.cxx
	svtools/source/brwbox/brwbox2.cxx
	svtools/source/brwbox/datwin.cxx
	svtools/source/brwbox/datwin.hxx
	svtools/source/brwbox/makefile.mk
	svtools/source/config/apearcfg.cxx
	svtools/source/config/htmlcfg.cxx
	svtools/source/config/menuoptions.cxx
	svtools/source/config/miscopt.cxx
	svtools/source/contnr/cont_pch.cxx
	svtools/source/contnr/ctrdll.cxx
	svtools/source/contnr/fileview.cxx
	svtools/source/contnr/imivctl1.cxx
	svtools/source/contnr/ivctrl.cxx
	svtools/source/contnr/makefile.mk
	svtools/source/contnr/svcontnr.src
	svtools/source/contnr/svicnvw.cxx
	svtools/source/contnr/svimpbox.cxx
	svtools/source/contnr/svimpicn.cxx
	svtools/source/contnr/svlbitm.cxx
	svtools/source/contnr/svtreebx.cxx
	svtools/source/contnr/templwin.cxx
	svtools/source/contnr/templwin.hxx
	svtools/source/control/asynclink.cxx
	svtools/source/control/ctrlbox.cxx
	svtools/source/control/ctrldll.cxx
	svtools/source/control/ctrltool.cxx
	svtools/source/control/filectrl.cxx
	svtools/source/control/filectrl.src
	svtools/source/control/headbar.cxx
	svtools/source/control/inettbc.cxx
	svtools/source/control/makefile.mk
	svtools/source/control/prgsbar.cxx
	svtools/source/control/roadmap.cxx
	svtools/source/control/ruler.cxx
	svtools/source/control/scriptedtext.cxx
	svtools/source/control/stdmenu.cxx
	svtools/source/control/tabbar.cxx
	svtools/source/control/taskbar.cxx
	svtools/source/control/taskbox.cxx
	svtools/source/control/taskmisc.cxx
	svtools/source/control/taskstat.cxx
	svtools/source/control/valueacc.cxx
	svtools/source/control/valueset.cxx
	svtools/source/dialogs/addresstemplate.cxx
	svtools/source/dialogs/addresstemplate.src
	svtools/source/dialogs/colrdlg.src
	svtools/source/dialogs/filedlg2.cxx
	svtools/source/dialogs/filedlg2.hxx
	svtools/source/dialogs/makefile.mk
	svtools/source/dialogs/printdlg.cxx
	svtools/source/dialogs/printdlg.src
	svtools/source/dialogs/propctrl.cxx
	svtools/source/dialogs/propctrl.hxx
	svtools/source/dialogs/property.cxx
	svtools/source/edit/makefile.mk
	svtools/source/edit/sychconv.cxx
	svtools/source/edit/syntaxhighlight.cxx
	svtools/source/edit/textdoc.cxx
	svtools/source/edit/texteng.cxx
	svtools/source/edit/textundo.cxx
	svtools/source/edit/textview.cxx
	svtools/source/filter.vcl/filter/SvFilterOptionsDialog.cxx
	svtools/source/filter.vcl/filter/dlgejpg.cxx
	svtools/source/filter.vcl/filter/dlgejpg.hxx
	svtools/source/filter.vcl/filter/dlgejpg.src
	svtools/source/filter.vcl/filter/dlgepng.cxx
	svtools/source/filter.vcl/filter/dlgepng.hxx
	svtools/source/filter.vcl/filter/dlgepng.src
	svtools/source/filter.vcl/filter/dlgexpor.cxx
	svtools/source/filter.vcl/filter/dlgexpor.hxx
	svtools/source/filter.vcl/filter/dlgexpor.src
	svtools/source/filter.vcl/filter/filter2.cxx
	svtools/source/filter.vcl/filter/makefile.mk
	svtools/source/filter.vcl/filter/sgfbram.cxx
	svtools/source/filter.vcl/filter/sgvmain.cxx
	svtools/source/filter.vcl/filter/sgvspln.cxx
	svtools/source/filter.vcl/filter/strings.src
	svtools/source/filter.vcl/jpeg/makefile.mk
	svtools/source/filter.vcl/wmf/emfwr.cxx
	svtools/source/filter.vcl/wmf/emfwr.hxx
	svtools/source/filter.vcl/wmf/enhwmf.cxx
	svtools/source/filter.vcl/wmf/winmtf.hxx
	svtools/source/filter.vcl/wmf/wmfwr.cxx
	svtools/source/filter.vcl/wmf/wmfwr.hxx
	svtools/source/graphic/grfcache.cxx
	svtools/source/graphic/grfcache.hxx
	svtools/source/graphic/grfmgr.cxx
	svtools/source/graphic/makefile.mk
	svtools/source/inc/accessibletableimp.hxx
	svtools/source/inc/svimpbox.hxx
	svtools/source/java/patchjavaerror.src
	svtools/source/misc/ehdl.cxx
	svtools/source/misc/errtxt.src
	svtools/source/misc/helpagentwindow.cxx
	svtools/source/misc/imagemgr.cxx
	svtools/source/misc/imagemgr.src
	svtools/source/misc/imageresourceaccess.cxx
	svtools/source/misc/imap.cxx
	svtools/source/misc/langtab.src
	svtools/source/misc/makefile.mk
	svtools/source/misc/svtdata.cxx
	svtools/source/misc/templatefoldercache.cxx
	svtools/source/misc/transfer2.cxx
	svtools/source/misc/undo.src
	svtools/source/plugapp/commtest.cxx
	svtools/source/plugapp/commtest.src
	svtools/source/plugapp/makefile.mk
	svtools/source/plugapp/testtool.src
	svtools/source/productregistration/productregistration.cxx
	svtools/source/svhtml/htmlkywd.cxx
	svtools/source/svhtml/parhtml.cxx
	svtools/source/svrtf/rtfkey2.cxx
	svtools/source/svrtf/rtfkeywd.cxx
	svtools/source/table/defaultinputhandler.cxx
	svtools/source/table/makefile.mk
	svtools/source/table/tablecontrol.cxx
	svtools/source/table/tablecontrol_impl.cxx
	svtools/source/table/tablecontrol_impl.hxx
	svtools/source/table/tabledatawindow.cxx
	svtools/source/table/tablegeometry.cxx
	svtools/source/table/tablegeometry.hxx
	svtools/source/toolpanel/makefile.mk
	svtools/source/toolpanel/toolpaneldrawer.cxx
	svtools/source/uno/addrtempuno.cxx
	svtools/source/uno/miscservices.cxx
	svtools/source/uno/svtxgridcontrol.cxx
	svtools/source/uno/svtxgridcontrol.hxx
	svtools/source/uno/toolboxcontroller.cxx
	svtools/source/uno/treecontrolpeer.cxx
	svtools/source/uno/unocontroltablemodel.cxx
	svtools/source/uno/unocontroltablemodel.hxx
	svtools/source/uno/unoimap.cxx
	svtools/source/urlobj/inetimg.cxx
	svtools/util/makefile.mk
	svtools/workben/browser.cxx
	svtools/workben/cui/makefile.mk
	svtools/workben/makefile.mk
	svtools/workben/stest.cxx
	svtools/workben/toolpanel/makefile.mk
	svtools/workben/urange.cxx
	toolkit/inc/toolkit/awt/vclxdevice.hxx
	toolkit/inc/toolkit/awt/vclxgraphics.hxx
	toolkit/inc/toolkit/awt/vclxwindows.hxx
	toolkit/inc/toolkit/controls/dialogcontrol.hxx
	toolkit/inc/toolkit/helper/property.hxx
	toolkit/inc/toolkit/helper/servicenames.hxx
	toolkit/inc/toolkit/helper/throbberimpl.hxx
	toolkit/qa/complex/toolkit/accessibility/_XAccessibleComponent.java
	toolkit/source/awt/asynccallback.cxx
	toolkit/source/awt/vclxgraphics.cxx
	toolkit/source/awt/vclxtoolkit.cxx
	toolkit/source/awt/vclxwindow.cxx
	toolkit/source/awt/xsimpleanimation.cxx
	toolkit/source/awt/xthrobber.cxx
	toolkit/source/controls/dialogcontrol.cxx
	toolkit/source/controls/grid/defaultgridcolumnmodel.cxx
	toolkit/source/controls/grid/defaultgriddatamodel.cxx
	toolkit/source/controls/grid/gridcontrol.cxx
	toolkit/source/controls/grid/initguard.hxx
	toolkit/source/controls/unocontrol.cxx
	toolkit/source/controls/unocontrolcontainer.cxx
	toolkit/source/controls/unocontrols.cxx
	toolkit/source/helper/listenermultiplexer.cxx
	toolkit/source/helper/property.cxx
	toolkit/source/helper/registerservices.cxx
	toolkit/source/helper/servicenames.cxx
	toolkit/source/helper/throbberimpl.cxx
	toolkit/source/helper/tkresmgr.cxx
	tools/StaticLibrary_ooopathutils.mk
	tools/bootstrp/addexes/makefile.mk
	tools/bootstrp/addexes2/makefile.mk
	tools/bootstrp/addexes2/mkfilt.cxx
	tools/bootstrp/command.cxx
	tools/bootstrp/cppdep.cxx
	tools/bootstrp/iserver.cxx
	tools/bootstrp/makefile.mk
	tools/bootstrp/mkcreate.cxx
	tools/bootstrp/prj.cxx
	tools/bootstrp/rscdep.cxx
	tools/bootstrp/sstring.cxx
	tools/inc/bootstrp/command.hxx
	tools/inc/bootstrp/mkcreate.hxx
	tools/inc/bootstrp/prj.hxx
	tools/inc/bootstrp/sstring.hxx
	tools/inc/tools/agapi.hxx
	tools/inc/tools/agitem.hxx
	tools/inc/tools/chapi.hxx
	tools/inc/tools/download.hxx
	tools/inc/tools/eacopier.hxx
	tools/inc/tools/fract.hxx
	tools/inc/tools/fsys.hxx
	tools/inc/tools/geninfo.hxx
	tools/inc/tools/globname.hxx
	tools/inc/tools/inetmime.hxx
	tools/inc/tools/multisel.hxx
	tools/inc/tools/poly.hxx
	tools/inc/tools/postsys.h
	tools/inc/tools/postwin.h
	tools/inc/tools/presys.h
	tools/inc/tools/prewin.h
	tools/inc/tools/pstm.hxx
	tools/inc/tools/ref.hxx
	tools/inc/tools/simplerm.hxx
	tools/inc/tools/solar.h
	tools/inc/tools/table.hxx
	tools/inc/tools/urlkeys.hxx
	tools/inc/tools/urlobj.hxx
	tools/prj/build.lst
	tools/prj/d.lst
	tools/qa/makefile.mk
	tools/source/communi/geninfo.cxx
	tools/source/debug/debug.cxx
	tools/source/fsys/dirent.cxx
	tools/source/fsys/tdir.cxx
	tools/source/fsys/unx.cxx
	tools/source/fsys/urlobj.cxx
	tools/source/generic/color.cxx
	tools/source/generic/config.cxx
	tools/source/generic/fract.cxx
	tools/source/inet/inetmime.cxx
	tools/source/memtools/multisel.cxx
	tools/source/memtools/table.cxx
	tools/source/rc/resmgr.cxx
	tools/source/ref/globname.cxx
	tools/source/ref/pstm.cxx
	tools/source/solar/solar.c
	tools/source/stream/strmos2.cxx
	tools/source/stream/strmunx.cxx
	tools/source/stream/strmwnt.cxx
	tools/source/string/makefile.mk
	tools/source/testtoolloader/testtoolloader.cxx
	tools/test/makefile.mk
	tools/util/makefile.mk
	tools/win/inc/dll.hxx
	tools/win/inc/parser.hxx
	tools/win/inc/shellex.h
	tools/win/inc/shutil.h
	tools/win/inc/toolsdll.hxx
	tools/win/inc/winshell.hxx
	tools/workben/makefile.mk
	ucbhelper/source/client/proxydecider.cxx
	ucbhelper/workben/ucbexplorer/ucbexplorer.hrc
	unotools/inc/unotools/unotunnelhelper.hxx
	unotools/source/config/fltrcfg.cxx
	unotools/source/config/lingucfg.cxx
	unotools/source/config/misccfg.cxx
	unotools/source/config/pathoptions.cxx
	unotools/source/config/searchopt.cxx
	unotools/source/i18n/localedatawrapper.cxx
	unotools/source/ucbhelper/localfilehelper.cxx
	unotools/source/ucbhelper/ucbhelper.cxx
	unotools/source/ucbhelper/xtempfile.cxx
	vcl/aqua/inc/salbmp.h
	vcl/aqua/inc/salgdi.h
	vcl/aqua/inc/salinst.h
	vcl/aqua/source/app/salinst.cxx
	vcl/aqua/source/gdi/aquaprintaccessoryview.mm
	vcl/aqua/source/gdi/salgdi.cxx
	vcl/aqua/source/gdi/salprn.cxx
	vcl/aqua/source/window/salframeview.mm
	vcl/aqua/source/window/salobj.cxx
	vcl/inc/vcl/bitmap.hxx
	vcl/inc/vcl/brdwin.hxx
	vcl/inc/vcl/button.hxx
	vcl/inc/vcl/cmdevt.hxx
	vcl/inc/vcl/cvtgrf.hxx
	vcl/inc/vcl/dialog.hxx
	vcl/inc/vcl/dockwin.hxx
	vcl/inc/vcl/event.hxx
	vcl/inc/vcl/fixed.hxx
	vcl/inc/vcl/fldunit.hxx
	vcl/inc/vcl/floatwin.hxx
	vcl/inc/vcl/gdimtf.hxx
	vcl/inc/vcl/glyphcache.hxx
	vcl/inc/vcl/graphite_adaptors.hxx
	vcl/inc/vcl/graphite_features.hxx
	vcl/inc/vcl/graphite_layout.hxx
	vcl/inc/vcl/ilstbox.hxx
	vcl/inc/vcl/image.h
	vcl/inc/vcl/imgctrl.hxx
	vcl/inc/vcl/impbmpconv.hxx
	vcl/inc/vcl/impprn.hxx
	vcl/inc/vcl/jobset.h
	vcl/inc/vcl/keycodes.hxx
	vcl/inc/vcl/lstbox.hxx
	vcl/inc/vcl/mapunit.hxx
	vcl/inc/vcl/menu.hxx
	vcl/inc/vcl/msgbox.hxx
	vcl/inc/vcl/outdev.hxx
	vcl/inc/vcl/prndlg.hxx
	vcl/inc/vcl/salatype.hxx
	vcl/inc/vcl/salbmp.hxx
	vcl/inc/vcl/salgdi.hxx
	vcl/inc/vcl/salinst.hxx
	vcl/inc/vcl/seleng.hxx
	vcl/inc/vcl/settings.hxx
	vcl/inc/vcl/smartid.hxx
	vcl/inc/vcl/status.hxx
	vcl/inc/vcl/strhelper.hxx
	vcl/inc/vcl/svapp.hxx
	vcl/inc/vcl/svdata.hxx
	vcl/inc/vcl/syschild.hxx
	vcl/inc/vcl/sysdata.hxx
	vcl/inc/vcl/taskpanelist.hxx
	vcl/inc/vcl/toolbox.hxx
	vcl/inc/vcl/vclevent.hxx
	vcl/inc/vcl/windata.hxx
	vcl/inc/vcl/window.hxx
	vcl/inc/vcl/wintypes.hxx
	vcl/os2/source/app/salinst.cxx
	vcl/os2/source/gdi/salgdi.cxx
	vcl/os2/source/window/salmenu.cxx
	vcl/os2/source/window/salobj.cxx
	vcl/prj/build.lst
	vcl/source/app/dbggui.cxx
	vcl/source/app/help.cxx
	vcl/source/app/idlemgr.cxx
	vcl/source/app/settings.cxx
	vcl/source/app/svapp.cxx
	vcl/source/app/svdata.cxx
	vcl/source/app/svmain.cxx
	vcl/source/app/svmainhook.cxx
	vcl/source/app/unohelp.cxx
	vcl/source/app/vclevent.cxx
	vcl/source/control/button.cxx
	vcl/source/control/combobox.cxx
	vcl/source/control/edit.cxx
	vcl/source/control/field.cxx
	vcl/source/control/fixed.cxx
	vcl/source/control/ilstbox.cxx
	vcl/source/control/imgctrl.cxx
	vcl/source/control/makefile.mk
	vcl/source/control/tabctrl.cxx
	vcl/source/gdi/bitmap.cxx
	vcl/source/gdi/bitmap2.cxx
	vcl/source/gdi/bitmap4.cxx
	vcl/source/gdi/bmpconv.cxx
	vcl/source/gdi/cvtsvm.cxx
	vcl/source/gdi/font.cxx
	vcl/source/gdi/gdimtf.cxx
	vcl/source/gdi/image.cxx
	vcl/source/gdi/impimage.cxx
	vcl/source/gdi/jobset.cxx
	vcl/source/gdi/makefile.mk
	vcl/source/gdi/metaact.cxx
	vcl/source/gdi/outdev.cxx
	vcl/source/gdi/outdev3.cxx
	vcl/source/gdi/outdev4.cxx
	vcl/source/gdi/outdevnative.cxx
	vcl/source/gdi/pdfwriter.cxx
	vcl/source/gdi/pdfwriter_impl.cxx
	vcl/source/gdi/print3.cxx
	vcl/source/gdi/salmisc.cxx
	vcl/source/glyphs/gcach_ftyp.cxx
	vcl/source/glyphs/gcach_ftyp.hxx
	vcl/source/glyphs/glyphcache.cxx
	vcl/source/glyphs/graphite_cache.cxx
	vcl/source/glyphs/graphite_layout.cxx
	vcl/source/glyphs/graphite_textsrc.hxx
	vcl/source/helper/canvasbitmap.cxx
	vcl/source/helper/smartid.cxx
	vcl/source/helper/xconnection.cxx
	vcl/source/src/btntext.src
	vcl/source/src/images.src
	vcl/source/src/print.src
	vcl/source/window/accel.cxx
	vcl/source/window/accmgr.cxx
	vcl/source/window/brdwin.cxx
	vcl/source/window/btndlg.cxx
	vcl/source/window/dlgctrl.cxx
	vcl/source/window/javachild.cxx
	vcl/source/window/menu.cxx
	vcl/source/window/msgbox.cxx
	vcl/source/window/printdlg.cxx
	vcl/source/window/status.cxx
	vcl/source/window/syschild.cxx
	vcl/source/window/toolbox.cxx
	vcl/source/window/toolbox2.cxx
	vcl/source/window/window.cxx
	vcl/source/window/window2.cxx
	vcl/source/window/wrkwin.cxx
	vcl/unx/gtk/app/gtkdata.cxx
	vcl/unx/gtk/app/gtkinst.cxx
	vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
	vcl/unx/gtk/window/gtkframe.cxx
	vcl/unx/gtk/window/gtkobject.cxx
	vcl/unx/headless/svpbmp.hxx
	vcl/unx/headless/svpgdi.cxx
	vcl/unx/headless/svpgdi.hxx
	vcl/unx/headless/svpinst.cxx
	vcl/unx/headless/svpinst.hxx
	vcl/unx/headless/svpprn.cxx
	vcl/unx/headless/svpprn.hxx
	vcl/unx/headless/svppspgraphics.cxx
	vcl/unx/headless/svppspgraphics.hxx
	vcl/unx/headless/svptext.cxx
	vcl/unx/inc/dtint.hxx
	vcl/unx/inc/plugins/gtk/gtkdata.hxx
	vcl/unx/inc/pspgraphics.h
	vcl/unx/inc/salbmp.h
	vcl/unx/inc/saldata.hxx
	vcl/unx/inc/saldisp.hxx
	vcl/unx/inc/salgdi.h
	vcl/unx/inc/salinst.h
	vcl/unx/inc/xfont.hxx
	vcl/unx/kde/kdedata.cxx
	vcl/unx/kde4/KDESalGraphics.cxx
	vcl/unx/source/app/keysymnames.cxx
	vcl/unx/source/app/saldata.cxx
	vcl/unx/source/app/saldisp.cxx
	vcl/unx/source/app/salinst.cxx
	vcl/unx/source/app/wmadaptor.cxx
	vcl/unx/source/dtrans/X11_selection.cxx
	vcl/unx/source/dtrans/X11_service.cxx
	vcl/unx/source/gdi/makefile.mk
	vcl/unx/source/gdi/pspgraphics.cxx
	vcl/unx/source/gdi/salgdi.cxx
	vcl/unx/source/gdi/salgdi3.cxx
	vcl/unx/source/gdi/salprnpsp.cxx
	vcl/unx/source/gdi/xfont.cxx
	vcl/unx/source/gdi/xlfd_attr.cxx
	vcl/unx/source/gdi/xlfd_attr.hxx
	vcl/unx/source/gdi/xlfd_extd.cxx
	vcl/unx/source/gdi/xlfd_extd.hxx
	vcl/unx/source/gdi/xlfd_smpl.cxx
	vcl/unx/source/gdi/xlfd_smpl.hxx
	vcl/unx/source/printer/ppdparser.cxx
	vcl/unx/source/printer/printerinfomanager.cxx
	vcl/unx/source/window/salframe.cxx
	vcl/unx/source/window/salmenu.cxx
	vcl/unx/source/window/salobj.cxx
	vcl/util/makefile2.pmk
	vcl/win/inc/salbmp.h
	vcl/win/inc/saldata.hxx
	vcl/win/inc/salgdi.h
	vcl/win/inc/salinst.h
	vcl/win/source/app/saldata.cxx
	vcl/win/source/app/salinst.cxx
	vcl/win/source/gdi/salgdi.cxx
	vcl/win/source/gdi/salgdi3.cxx
	vcl/win/source/gdi/salprn.cxx
	vcl/win/source/gdi/winlayout.cxx
	vcl/win/source/window/salframe.cxx
	vcl/win/source/window/salobj.cxx
	vcl/workben/outdevgrind.cxx
	vos/inc/vos/execabl.hxx
	vos/inc/vos/macros.hxx
	vos/inc/vos/pipe.hxx
	vos/inc/vos/process.hxx
	vos/inc/vos/refernce.hxx
	vos/inc/vos/signal.hxx
	vos/inc/vos/socket.hxx
	vos/inc/vos/stream.hxx
	vos/inc/vos/thread.hxx
	vos/source/pipe.cxx
	vos/source/process.cxx
	vos/source/signal.cxx
	vos/source/thread.cxx
	vos/source/timer.cxx
2011-03-11 14:24:23 +01:00
Carsten Driesner
c2e4254b32 fwk167: #i87596# Remove decoration on windowResized() only in design mode. VCL works without decoration and so does the toolkit. In design mode the drawing layer wants to include the decoration. So using mbDesignMode helps to complete the fix 2011-03-09 10:03:44 +01:00
Guillaume Poussel
2941a0a774 Remove bogus and useless comments.
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-03-04 19:43:52 +01:00
Ocke Janssen
15a1619ad2 Automated merge with file:///d:\tools\master\ooo 2011-03-04 07:53:39 +01:00
Thomas Arnhold
11d2050780 Move DBG_ERROR to OSL_FAIL 2011-03-02 14:46:42 +01:00
Caolán McNamara
69217469b5 avoid implicit cast 2011-03-01 20:38:55 +00:00
Ivo Hinkelmann
6c4a630826 CWS-TOOLING: integrate CWS impress195 2011-02-28 17:12:48 +01:00
Carsten Driesner
20755856d6 fwk167: #i70217 No need to assert if the same instance is set. Don't create a fresh VCLXDialog instance if has been created in the window ctor 2011-02-28 10:00:23 +01:00
Julien Nabet
d8ca192024 Remove "using namespace ::rtl" 2011-02-27 13:57:05 +01:00
Julien Nabet
a1f57cc3f0 Fix small bug 2011-02-27 12:11:12 +01:00
Joseph Powers
0591319c05 Some more #include <boost/ptr_container/ptr_vector.hpp> fixes 2011-02-23 19:38:56 -08:00
Frank Schoenheit [fs]
962afcec31 #i117037# re-introduce the XDialog2 support which got lost with some merge conflict resolving 2011-02-21 13:10:28 +01:00
Joseph Powers
aefcf32dc0 Some more #include <tools/list.hxx> cleanup
I basically removed them for everywhere and then added back in only the
ones required to get it to build.

I did a "make distclean" on Mac and it worked.
2011-02-19 08:29:03 -08:00
Ivo Hinkelmann
7b54316a19 CWS-TOOLING: integrate CWS gridsort 2011-02-17 16:53:53 +01:00
Malte Timmermann [mt]
1e8ae7f11c accfixes: merged to m100 2011-02-15 17:14:59 +01:00
Frank Schoenheit [fs]
db8eb68761 gridsort: post-rebase fixes 2011-02-15 12:12:43 +01:00
Frank Schoenheit [fs]
2b7675c9b0 gridsort: pulled and merged DEV300_m100 2011-02-14 23:00:48 +01:00
Frank Schoenheit [fs]
18202982bd dba34c: pulled and merged DEV300.m100 2011-02-14 22:22:46 +01:00
Alfonso Eusebio
4944e391e6 Remove obsolete Hyperlink Bar from libs-gui
Removed all code related to hyperlink bar from libs-gui repo.
2011-02-11 19:05:25 +01:00
Jens-Heiner Rechtien [hr]
ce5f1dd187 DEV300 masterfix: #i116814,i116838#: fix XCloneable so that tests work again 2011-02-11 18:06:45 +01:00
Joseph Powers
5bd709c6ab Remove DECLARE_LIST( ComponentEntryList, ComponentEntry* ) 2011-02-10 21:48:39 -08:00
Joseph Powers
19935f3676 Remove DECLARE_LIST( UnoControlModelEntryListBase, UnoControlModelEntry* ) 2011-02-10 20:29:00 -08:00
Joseph Powers
298b9df14b Remove DECLARE_LIST( PopupMenuRefList, uno::Reference< awt::XPopupMenu >* ) 2011-02-10 07:22:02 -08:00
Jens-Heiner Rechtien [hr]
1d01bcd095 DEV300 masterfix: #i116814,i116838#: re-enable test (XCloneable) 2011-02-10 15:20:01 +01:00
Thomas Arnhold
a5be440b30 Remove unused basic/workben 2011-02-09 23:20:32 +01:00
Joseph Powers
df27722e3a Remove a comment out DECLARE_LIST
The easyiest type.
2011-02-08 21:55:56 -08:00
Tor Lillqvist
b14f9301ef prewin.h already includes <windows.h> 2011-02-09 01:04:21 +02:00
Fridrich Štrba
d935718b6e Port stuff to our private implementation of SGI extensions 2011-02-08 17:42:35 +01:00
Tor Lillqvist
f10a74f4fd Move prewin.h and postwin.h to solenv and adapt 2011-02-08 14:02:04 +02:00
Mathias Bauer
d55fc1c693 CWS gnumake3: pull in cws removetooltypes01 2011-02-08 11:49:29 +01:00
Carsten Driesner
88f014217e removetooltypes01: #i112600# Fix build problem after rebase in toolkit 2011-02-07 16:07:14 +01:00
Carsten Driesner
c39a5bda38 removetooltypes01: Rebase to DEV300m99 2011-02-07 13:06:08 +01:00
Michael Stahl
7c3026b4aa gnumake3: toolkit: disable unoapi test UnoControlDialogModel 2011-02-04 19:02:26 +01:00
Fridrich Strba
e99fcbe58e Bulk move libs-gui to boost unordered containers 2011-02-04 01:10:15 +01:00
Mathias Bauer
2e913ff4d6 CWS gnumake3: resync to m99 2011-02-03 15:53:56 +01:00
Ocke Janssen [oj]
39454fe28f merge from master 2011-02-03 12:19:25 +01:00
Mathias Bauer
ec283a532c CWS gnumake3: clean up mingw stuff after adding STDLIBS 2011-02-03 10:24:18 +01:00
Frank Schoenheit [fs]
2e21a7ec4b pulled and merged DEV300.m99 2011-02-03 09:41:02 +01:00
Frank Schoenheit [fs]
0fd19afca7 gridsort: disabled a test which currently fails on Linux 2011-02-02 22:29:50 +01:00
Mathias Bauer
582eb5a368 CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of individual standard libs from makefiles; fix export problem in framework 2011-02-02 17:05:04 +01:00
Michael Stahl
5785dee00e gnumake3: remove loads of obsolete dmakefiles 2011-02-01 19:21:11 +01:00
Michael Stahl
153a326981 gnumake3: remove dmake files for tests in converted modules 2011-02-01 19:21:09 +01:00
Mathias Bauer
f7d5dd5f78 CWS gnumake3: use standard linked libs on Windows 2011-02-01 18:44:12 +01:00
Vladimir Glazunov
19a03d77ae CWS-TOOLING: integrate CWS dba34b 2011-02-01 11:12:15 +01:00
Mathias Bauer
017970dc24 CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel 2011-01-31 14:12:13 +01:00
Frank Schoenheit [fs]
0dde49b239 gridsort: pulled and merged latest changes from CWS dba34b 2011-01-31 09:24:47 +01:00
David Tardon
d326d10ba8 use the right variable
Not that it matters much, as nWheelBehavior has the same value...
2011-01-31 08:34:11 +01:00
Thomas Arnhold
692e8cb2d6 Replace suitable equalsAscii calls with equalsAsciiL. 2011-01-28 16:13:08 +01:00
Vladimir Glazunov
85aac3918f CWS-TOOLING: integrate CWS tabcontrol 2011-01-28 12:51:43 +01:00
Hans-Joachim Lankenau
cb0aa041c2 gnumake3: remove comphelper version; fix including extract.hxx 2011-01-28 12:49:53 +01:00
Ocke Janssen [oj]
3f67c4efe6 tabcontrol: merge master 2011-01-28 11:49:55 +01:00
Frank Schoenheit [fs]
112393ad54 undoapi: pulled and merged DEV300.m98 2011-01-28 11:44:02 +01:00
Ocke Janssen [oj]
d3bcd2b8c4 Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300 2011-01-28 11:42:34 +01:00
Frank Schoenheit [fs]
c7ace5a04d Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34b 2011-01-28 10:30:40 +01:00
Frank Schoenheit [fs]
b699625287 dba34b: do not use a throbber image which doesn't fit into the window 2011-01-28 10:22:51 +01:00
Frank Schoenheit [fs]
25a7a5fec7 gridsort: element*: don't let non-runtime exceptions slip, this will crash on non-Windows platforms 2011-01-27 12:56:33 +01:00
Frank Schoenheit [fs]
b5707b50ee gridsort: more unit tests 2011-01-27 12:52:10 +01:00
Frank Schoenheit [fs]
1e7279d412 gridsort: tests for sortable grid data 2011-01-27 08:32:47 +01:00
Frank Schoenheit [fs]
75a441f652 gridsort: minor changes to the new API:
- renamed XMutableGridDataModel::setRowHeading to updateRowHeading for consistency reasons
- renamed XSortableGridDataModel to XSortableGridData - actually, this is not a full-fledged model in itself.
2011-01-27 08:17:57 +01:00
Frank Schoenheit [fs]
9e1ab4bf40 gridsort: added missing Java file to makefil 2011-01-26 14:57:47 +01:00
Frank Schoenheit [fs]
838ec321b7 gridsort: grid control related unit tests (first set, more to come) 2011-01-26 14:39:03 +01:00
Mathias Bauer
6c0d17b3e2 CWS gnumake3: several clean ups and fixes in makefiles 2011-01-26 10:30:19 +01:00
Frank Schoenheit [fs]
d3ea597f51 gridsort: pulled and merged DEV300m98 2011-01-25 20:54:56 +01:00
Mathias Bauer
5ede660954 CWS gnumake3: resync to m98 2011-01-25 18:35:57 +01:00
Mathias Bauer
38ea83b7b4 CWS gnumake3: fix license headers 2011-01-25 18:19:55 +01:00
Frank Schoenheit [fs]
235f20dfc8 gridsort: adjusted new classes from MWS to the UnoControl/Model ctor changes done in the CWS 2011-01-25 17:40:42 +01:00
Frank Schoenheit [fs]
54d9ea315a gridsort: post rebase (which was implicitly done by merging CWS dba34b): re-do changes in the new build system 2011-01-25 17:40:38 +01:00
David Tardon
bc0a780816 WaE: remove unused variable 2011-01-25 15:21:13 +01:00
Caolán McNamara
90b755b283 WaE: gcc 4.6.0 various warnings 2011-01-25 10:29:50 +00:00
Frank Schoenheit [fs]
ea2edeee01 gridsort: pulled CWS dba34b 2011-01-25 09:21:17 +01:00
Frank Schoenheit [fs]
6df1f4cd69 gridsort: fixed the UnoControlList/ComboBox ctors so that the latter registers the proper properties 2011-01-24 15:51:23 +01:00
Frank Schoenheit [fs]
0cbc0e3ab6 gridsort: Mac WaE 2011-01-24 12:54:15 +01:00
Frank Schoenheit [fs]
754e27dbde Automated merge with ssh://hg@hg.services.openoffice.org/cws/gridsort 2011-01-24 12:00:56 +01:00
Frank Schoenheit [fs]
7406b40991 gridsort: re-did the column resizing
- introduced XGridColumn.Flexibility, determining to which degree the column is resized during auto-column-resizing
- removed XGridColumn.PreferredWidth - there really is no need for this anymore now
- documented the relationship between XGridColumn.Flexibility and XGridColumn.Resizeable
- re-implemented TableControl_Impl::impl_ni_updateColumnWidths, with (hopefully) less magic
2011-01-24 11:44:36 +01:00
Carsten Driesner
2025ad7dd6 removetooltypes01: Rebase to DEV300m98 2011-01-21 17:18:37 +01:00
Malte Timmermann [mt]
4a68997f96 accfixes: just some exports in toolkit 2011-01-21 15:19:57 +01:00
Frank Schoenheit [fs]
4b059a49b3 gridsort: mac WaE 2011-01-21 09:08:32 +01:00
Thomas Arnhold
2fb4d4800c 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 11:35:10 +01:00
Malte Timmermann [mt]
ab645d9d6f accfixes: Completed VCL Window API for accessible releations, renamed GetLabeledBy to GetAccessibleRelationLabeledBy 2011-01-19 18:15:46 +01:00
Bjoern Michaelsen
cb966ed98f gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex test, deliver globlmn.hrc for now, adding component registration for svx libraries, still misses gengal and friends when packing 2011-01-19 16:36:58 +01:00
Frank Schoenheit [fs]
9db12cc26a gridsort: release our mutex before calling into the delegator (in particular for modifying calls, which trigger listener notifications) 2011-01-19 15:20:30 +01:00
Bjoern Michaelsen
c78a063da4 gnumake3: #i116390# finishing support for Junittests in gbuild 2011-01-19 14:16:46 +01:00
Frank Schoenheit [fs]
903ddf534a gridsort: introduce XGridColumn::DataModelIndex. this allows for column removal/insertion at the GridColumnModel, without the need to touch the GridDataModel 2011-01-19 12:39:41 +01:00
Ivo Hinkelmann
6e8b722fe3 CWS-TOOLING: integrate CWS sb135 2011-01-19 12:24:32 +01:00
Ivo Hinkelmann
b7908c38b1 CWS-TOOLING: integrate CWS mingwport33 2011-01-19 12:20:03 +01:00
Frank Schoenheit [fs]
e24827c9a7 gridsort: respect the collator got in the service ctor 2011-01-18 22:12:03 +01:00
Frank Schoenheit [fs]
de9dba9275 gridsort: introduce XSortableGridDataModel::removeColumnSort 2011-01-18 17:30:17 +01:00
Frank Schoenheit [fs]
961e924dbc gridsort: #163172# added UNO API support for sorting grid data. Implementation still unfinished.
Things missing in the SortableGridData implementation
- add as listener to the delegator, so we're notified of changes
- translate and multiplex those changes
- do own notifications (XGridDataListener.dataChanged) when the sort order changed
- (possibly) update the sort order when the data in the current sort-column changed
2011-01-18 11:49:20 +01:00
Frank Schoenheit [fs]
dc971d000d gridsort: GCC WaE 2011-01-18 11:15:23 +01:00
Frank Schoenheit [fs]
7031556478 gridsort: made the row title a row heading, being an Any instead of a string 2011-01-16 22:18:58 +01:00
Frank Schoenheit [fs]
622c6ecd2f gridsort: adjust column indexes when inserting columns 2011-01-16 21:09:59 +01:00
Frank Schoenheit [fs]
91b997afa6 gridsort: add disposal checks and some rudimentary mutex locking 2011-01-16 20:59:30 +01:00
Caolán McNamara
7e2450af24 move these global static to be local statics 2011-01-16 15:41:11 +00:00
Carsten Driesner
f0199f252c removetooltypes01: #i112600# Remove tool types from binfilter, starmath, svx, toolkit and xmloff 2011-01-14 17:19:25 +01:00
Frank Schoenheit [fs]
d35c316d00 gridsort: XMutableGridData: renamed updateRow to updateRowData for consistency; introduced updateRowToolTip as shortcut for multiple updateCellToolTip calls 2011-01-14 15:13:23 +01:00
Frank Schoenheit [fs]
f30518cc97 gridsort: re-add tooltip support to X(Mutable)GridDataModel, this time more explicit, and less magical 2011-01-14 13:19:09 +01:00
Mikhail Voytenko
8568e19020 removetooltypes01: #i112600# fix TRUE/FALSE autodoc tags 2011-01-14 11:20:36 +01:00
Frank Schoenheit [fs]
dfe2edc22c gridsort: ouch. Removed IAccessibleTable::GetSelectedRows. It exposed an internal implementation detail, and in
fact some clients (the A11Y API implementation) exploited this, e.g. by simply adding elements to the array,
without the owner (the TableControl/_Impl) ever noticing it. Replaced that with a working API.

In this course, removed XGridSelection::getMin/MaxSelectionIndex. Pretty useless IMO, unused, and ugly to
implement.
2011-01-14 11:04:24 +01:00
Frank Schoenheit [fs]
4c08b4b3d3 gridsort: reworked the notification system for inserted/removed rows
In this course, more code which was in SVTXGridControl was moved to the places it belongs to, effectively
meaning that the TableControl has better chances than before to be used outside an SVTXGridControl (though
we're not there, yet).

Also, the selection-related methods in TableControl/_Impl got some refactoring love, so the implementation
details are hidden in the Impl class now, instead of being exposed to an exploited by the TableControl.

And while we were there ... The XGridSelection does not provide a |selectColumn| anymore (there was no
preparation whatsoever for column selection, anywhere, thus it was a complete dummy.)
Also, its de/selectRows methods have been removed: They have questionable use, and make implementation
rather difficult, compared with multiple calls to de/selectRow.
2011-01-13 14:08:36 +01:00
Frank Schoenheit [fs]
6fba3904b9 gridsort: removed the XGridDataModel.removeRows flavour which took an arbitrary sequence of indexes - this makes the handling, in particular for listeners, unnecessarily complex, and has a questionable use only 2011-01-12 21:59:36 +01:00
Frank Schoenheit [fs]
6c8d7babb6 gridsort: reworked the color model for grid controls. Now supporting more than two alternating colors,
having more reasonable defaults for the colors (VOID instead of some hard-coded values, which thus are unusable).
Also, introduced new property UseGridLines controlling whether or not to paint the table grid.
2011-01-12 12:34:24 +01:00
Bjoern Michaelsen
b8fce145c2 gnumake3: more work on junit subsequenttest migration 2011-01-11 21:16:21 +01:00
Frank Schoenheit [fs]
0bbace39b3 gridsort: XGridControl: add methods to retrieve the current row/col 2011-01-11 14:00:09 +01:00
Frank Schoenheit [fs]
16028c42b1 gridsort: XGridControl::getItemIndexAtPoint renamed to getRowAtPoint; introduced getColumnAtPoint 2011-01-11 12:36:41 +01:00
Frank Schoenheit [fs]
012b72f488 gridsort: +XGridColumn::HelpText, to be displayed as tooltip for the column header 2011-01-11 11:42:27 +01:00
Frank Schoenheit [fs]
5a256f4486 gridsort: removed XGridControl::setTooltip. It had a rather strange semantics, seems to be unused in the current
OOo code base, and would belong to the model, if at all.
Still one thing to do: do not unconditionally display the cell content as tooltip, but make this dependent on
whether or not the cell content fits into the cell.
2011-01-11 10:58:26 +01:00
Frank Schoenheit [fs]
858b82e990 gridsort: removed XGridColumn::setIndex - don't really want to have something like this at the public API 2011-01-10 15:48:16 +01:00
Frank Schoenheit [fs]
34f93e97f2 gridsort: XGridDataModel: moved modifying functionality into XMutableGridDataModel. 2011-01-10 15:47:51 +01:00
Frank Schoenheit [fs]
6b67bdb0ef gridsort: toolkit depends on qadevOOo for quite a few revisions now - reflect this in build.lst 2011-01-10 11:41:28 +01:00
Vladimir Glazunov
bfc17d4b7e CWS-TOOLING: integrate CWS ause129 2011-01-08 11:26:08 +01:00
Frank Schoenheit [fs]
ee6e84390f gridsort: do not retrieve all row headers at once, this doesn't scale. Instead, allow to retrieve the header/title of a row given by index 2011-01-07 15:52:55 +01:00
Frank Schoenheit [fs]
075ffa4ea2 gridsort: alllow removing columns from a grid control column model 2011-01-07 15:28:22 +01:00
Frank Schoenheit [fs]
a2c4c5323d dba34c: pulled/merged latest changes from CWS dba34b 2011-01-07 13:50:28 +01:00
Frank Schoenheit [fs]
ca53d45049 gridsort: added XGridColumnModel::createColumn 2011-01-07 13:08:22 +01:00
Frank Schoenheit [fs]
c36c24d7c4 gridsort: RowHeight belongs to the GridControlModel (not the GridDataModel), too 2011-01-07 10:51:57 +01:00
Frank Schoenheit [fs]
9cb54ddb6e gridsort: RowHeaderWidth/ColumnHeaderHeight do not belong to the GridData/ColumnModel, but to the GridControlModel 2011-01-07 10:31:19 +01:00
Frank Schoenheit [fs]
e1c8040141 gridsort: removed css.awt.grid.ScrollBarMode - it was unused, and if it weren't, it wouldn't belong into this module 2011-01-07 09:55:56 +01:00
Frank Schoenheit [fs]
f167cee01f gridsort: XGridDataModel: do not provide access to all data at once, instead use cell-based access 2011-01-06 16:28:45 +01:00
Hans-Joachim Lankenau
ec297b77de ause129: #i116298# move toolkit images 2011-01-06 15:44:47 +01:00
Caolán McNamara
6dba180d82 cppunit: prefer prefix variant 2011-01-06 14:13:20 +00:00
Mikhail Voytenko
305315337b removetooltypes01: rebase to DEV300_m96 2011-01-06 14:57:12 +01:00
Caolán McNamara
2f7bb2eec9 cppunit: prefer prefix variant 2011-01-06 13:48:25 +00:00
Frank Schoenheit [fs]
9a40270466 gridsort: removed XGridColumnModel::copyColumn
This does the very same as XGridColumn::XCloneable::createClone does, so there's no need for this method anymore.
2011-01-06 14:45:02 +01:00
Frank Schoenheit [fs]
adebaa24f8 gridsort: allow inserting columns into the column model while the control is already alive (unfinished)
Missing: Adjustments to the data model. Probably we need to change the API here: It does not make sense
that the only method to retrieve actual data from the data model is "any[][] getData" - this doesn't scale
at all, and blocks all dynamic changes to the columns. I suppose we need some "any getCellData( col, row )"
here.
2011-01-06 14:16:36 +01:00