Thomas Arnhold
f3041e079b
callcatcher: remove unused StarBASIC::GetLanguageMode
2011-07-12 17:01:18 +02:00
Thomas Arnhold
9683103cd3
callcatcher: remove unused StarBASIC::GetGlobalLanguageMode
2011-07-12 17:01:18 +02:00
Thomas Arnhold
74181bf634
callcatcher: remove unused StarBASIC::GetGlobalBreakHdl
2011-07-12 17:01:18 +02:00
Thomas Arnhold
8f5ec81b7a
callcatcher: remove unused StarBASIC::FindVarInCurrentScopy
2011-07-12 17:01:17 +02:00
Thomas Arnhold
04c025a3fd
callcatcher: remove unused StarBASIC::ActivateObject
2011-07-12 17:01:17 +02:00
Caolán McNamara
c46bc9ed20
callcatcher: remove unused implFoo*
2011-07-11 09:04:34 +01:00
Francois Tigeot
dde72ab2a2
Do not include filedlg.hxx when not necessary
2011-07-01 07:30:51 +02:00
Caolán McNamara
97e3d208ba
remove deprecated ByteString::CreateFromInt64
2011-06-29 09:04:33 +01:00
Luke Symes
5438a69c00
Fix build by updating to new api
...
Hi,
I was rebuilding master, and had to change a line in libs-core which used
the old api for SetWindowState. Could this get pushed to master (if it's not
already done by the time people read this)?
Kind regards,
Luke.
Hi,<div><br></div><div>I was rebuilding master, and had to change a line in libs-core which used the old api for SetWindowState. Could this get pushed to master (if it's not already done by the time people read this)?</div>
<div><br></div><div>Kind regards,</div><div><br></div><div>Luke.</div>
>From b759a7cf43544a3eb9614d506637652ba3b20465 Mon Sep 17 00:00:00 2001
From: Luke Symes <allsymes@gmail.com>
Date: Thu, 23 Jun 2011 20:50:45 +1200
Subject: [PATCH] Update for new api for SetWindowState
2011-06-23 19:40:37 +01:00
Hans-Joachim Lankenau
246efa0d48
ause130: #i117218# change .idl handling to gnu make
2011-06-17 16:41:08 +02:00
Caolán McNamara
67bc85682d
rename SetKey to informative SetCryptMaskKey
2011-06-13 11:43:07 +01:00
Caolán McNamara
37d93d3912
createFromAscii -> RTL_CONSTASCII_USTRINGPARAM
2011-06-13 11:43:07 +01:00
Tor Lillqvist
4912a5e54f
Drop %_EXT% which was always empty
2011-06-03 13:34:28 +03:00
Michael Meeks
ee6c4017da
cleanup loop iteration to be simpler
2011-05-31 14:17:43 +01:00
David Tardon
1bf36db7af
make the loop finite .-)
2011-05-31 11:55:58 +02:00
Michael Meeks
aedc5eb4af
fix snafu identified by Julien Nabet
2011-05-31 10:27:44 +01:00
Jan Holesovsky
ca39c0ee5f
Merge commit 'libreoffice-3.4.0.2'
...
Conflicts:
basic/source/app/app.cxx
basic/source/runtime/iosys.cxx
desktop/unx/source/start.c
sfx2/source/appl/appdata.cxx
sfx2/source/appl/appinit.cxx
sfx2/source/inc/appdata.hxx
svx/AllLangResTarget_svx.mk
sysui/desktop/productversion.mk
sysui/desktop/share/makefile.mk
2011-05-31 10:45:50 +02:00
Jan Holesovsky
5a9d7a54e9
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-core
2011-05-27 20:49:48 +02:00
Jan Holesovsky
9df8682ced
Merge remote-tracking branch 'origin/integration/dev300_m106'
...
Conflicts:
basic/source/classes/sbunoobj.cxx
basic/source/inc/runtime.hxx
basic/source/runtime/step1.cxx
desktop/source/deployment/dp_services.cxx
drawinglayer/prj/d.lst
drawinglayer/source/primitive2d/makefile.mk
sfx2/source/appl/appinit.cxx
sfx2/source/appl/appquit.cxx
sfx2/source/inc/appdata.hxx
sfx2/source/view/viewfrm.cxx
svx/source/fmcomp/gridctrl.cxx
vbahelper/source/vbahelper/vbahelper.cxx
2011-05-27 20:46:20 +02:00
Caolán McNamara
f6a80c4dee
getDirectoryPath is unused, see comphelper::LinkResolver if restored
2011-05-24 21:44:03 +01:00
Tor Lillqvist
11c71842f6
Drop OS2
2011-05-21 16:26:08 +03:00
David Tardon
3b79ef59b0
pointer diff. _is_ the index already
2011-05-18 14:56:38 +02:00
David Tardon
c72c7530e9
pointer diff. _is_ the index already
2011-05-18 14:56:38 +02:00
Joseph Powers
3dff76348e
Change SvStorageInfoList from an OwnList to vector<>
...
Simple changes.
2011-05-17 18:30:34 -07:00
Noel Power
a8c91a4b69
Revert "maybe temporary fix for crash when accessing basic uno services"
...
This reverts commit 1aa0150844d37e28cf0b420cbc60a96ad478edbe.
2011-05-17 15:30:54 +01:00
Noel Power
8d31e03997
maybe temporary fix for crash when accessing basic uno services
...
OModule implementation ( in comphelper/source/misc/componentmodule.cxx ) has been changed by commit f9496177a4c942f2acc39a978a3cd65689f14d8d, it seems we need to have a registerClient call made on the module in order for it to work. Adding a BasicModuleClient instance seems to do that ( not sure though if this is a correct fix )
2011-05-16 21:30:04 +01:00
David Tardon
bf5b493104
end of group mark should be alias to the last item
2011-05-16 17:33:53 +02:00
David Tardon
908d9588d4
delete[] after use
2011-05-16 15:39:27 +02:00
David Tardon
d29672239d
delete even in case of error
2011-05-16 15:39:27 +02:00
David Tardon
38d503b64b
this looks incorrect
2011-05-16 15:39:27 +02:00
Francois Tigeot
61b5d347d8
Fix previous commit.
2011-05-07 12:23:58 +02:00
Francois Tigeot
b042dd8a36
Do not convert file names to MS-DOS style.
2011-05-07 12:12:51 +02:00
Francois Tigeot
eacd5aa2b5
Do not convert file names to FSYS_STYLE_VFAT
2011-05-07 12:02:50 +02:00
Noel Power
7c8d2e74df
fix for fdo#36898
...
remove some extra _USE_UNO #ifdef(s) that should have been removed when the associated define _USE_UNO was removed
2011-05-06 14:46:17 +01:00
Fridrich Štrba
1b233cf999
Fix to build
2011-05-06 10:41:50 +02:00
Rafael Dominguez
0105e425ba
Remove usage of List for DdeConnection in SbiDdeControl.
2011-05-06 10:26:00 +02:00
Francois Tigeot
f4e2232c17
No need to convert the path to a relative one
2011-05-05 09:22:34 +02:00
Jan Holesovsky
251750546f
Make 'basic' module compile again.
2011-05-04 16:52:03 +02:00
Christina Rossmanith
9cc6dfd98f
remove Attribute_XXX in favor of osl_File_Attribute_XXX (desktop)
2011-04-30 17:43:17 +02:00
David Tardon
e49fc29521
the if is useless here--both branches are same
2011-04-28 07:28:53 +02:00
Thorsten Behrens
f51c3f66b1
Merge commit 'ooo/DEV300_m106' into integration/dev300_m106
...
Conflicts:
avmedia/source/gstreamer/gstframegrabber.cxx
avmedia/source/gstreamer/gstplayer.cxx
avmedia/source/gstreamer/gstplayer.hxx
basic/inc/basic/sbxdef.hxx
basic/source/classes/sbxmod.cxx
basic/source/comp/makefile.mk
basic/source/comp/sbcomp.cxx
basic/source/inc/namecont.hxx
basic/source/inc/scriptcont.hxx
basic/source/runtime/methods.cxx
basic/source/runtime/runtime.cxx
basic/source/runtime/stdobj.cxx
basic/source/runtime/step1.cxx
basic/source/uno/namecont.cxx
basic/util/makefile.mk
connectivity/source/commontools/predicateinput.cxx
connectivity/source/drivers/dbase/DNoException.cxx
connectivity/source/drivers/dbase/DTable.cxx
connectivity/source/drivers/file/fcomp.cxx
connectivity/source/drivers/jdbc/JConnection.cxx
connectivity/source/drivers/odbcbase/OResultSet.cxx
connectivity/source/drivers/odbcbase/OStatement.cxx
connectivity/source/parse/sqlnode.cxx
desktop/source/app/app.cxx
drawinglayer/inc/drawinglayer/primitive2d/drawinglayer_primitivetypes2d.hxx
drawinglayer/source/processor2d/vclprocessor2d.cxx
formula/inc/formula/token.hxx
formula/source/core/api/token.cxx
fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx
fpicker/source/win32/filepicker/platform_vista.h
framework/source/helper/persistentwindowstate.cxx
framework/source/uielement/menubarmanager.cxx
oovbaapi/ooo/vba/XFoundFiles.idl
oovbaapi/ooo/vba/excel/XApplication.idl
oovbaapi/ooo/vba/msforms/XCheckBox.idl
oovbaapi/ooo/vba/msforms/XComboBox.idl
oovbaapi/ooo/vba/msforms/XControl.idl
oovbaapi/ooo/vba/msforms/XGroupBox.idl
oovbaapi/ooo/vba/msforms/XLabel.idl
oovbaapi/ooo/vba/msforms/XListBox.idl
oovbaapi/ooo/vba/msforms/XNewFont.idl
oovbaapi/ooo/vba/msforms/XRadioButton.idl
oovbaapi/ooo/vba/msforms/XTextBox.idl
oovbaapi/ooo/vba/msforms/XToggleButton.idl
scripting/source/dlgprov/dlgevtatt.cxx
sfx2/source/control/unoctitm.cxx
sfx2/source/doc/objstor.cxx
sfx2/source/doc/objxtor.cxx
svx/inc/svx/svdograf.hxx
svx/source/form/fmpage.cxx
svx/source/form/fmpgeimp.cxx
svx/source/svdraw/svdedtv.cxx
svx/source/svdraw/svdfmtf.cxx
svx/source/svdraw/svdograf.cxx
svx/source/svdraw/svdouno.cxx
svx/source/xml/xmlgrhlp.cxx
uui/source/iahndl-ssl.cxx
vbahelper/Library_msforms.mk
vbahelper/Library_vbahelper.mk
vbahelper/inc/vbahelper/vbahelper.hxx
vbahelper/prj/build.lst
vbahelper/source/msforms/vbacombobox.cxx
vbahelper/source/msforms/vbacontrol.cxx
vbahelper/source/msforms/vbacontrols.cxx
vbahelper/source/msforms/vbaframe.cxx
vbahelper/source/msforms/vbaframe.hxx
vbahelper/source/msforms/vbalabel.cxx
vbahelper/source/msforms/vbalabel.hxx
vbahelper/source/msforms/vbalistbox.cxx
vbahelper/source/msforms/vbalistbox.hxx
vbahelper/source/msforms/vbamultipage.cxx
vbahelper/source/msforms/vbatogglebutton.cxx
vbahelper/source/msforms/vbauserform.cxx
vbahelper/source/vbahelper/vbacommandbar.cxx
vbahelper/source/vbahelper/vbacommandbarcontrol.cxx
vbahelper/source/vbahelper/vbacommandbarcontrols.hxx
vbahelper/source/vbahelper/vbahelper.cxx
vbahelper/source/vbahelper/vbawindowbase.cxx
xmloff/source/meta/xmlmetai.cxx
xmloff/source/style/PageMasterExportPropMapper.cxx
xmloff/source/style/PageMasterStyleMap.cxx
xmloff/source/text/txtexppr.cxx
xmloff/source/text/txtprmap.cxx
2011-04-28 00:12:58 +02:00
Francois Tigeot
ad52909ea0
Remove PM2 macro usage
2011-04-23 13:31:47 +02:00
Julien Nabet
66c11b5218
Some cppcheck cleaning
2011-04-22 15:39:25 +02:00
Kayo Hamid
76b3568e65
cppcheck inefficient checking for emptiness
...
From cppcheck: Using xxxx.empty() instead of xxxx.size() can be faster.
xxxx.size() can take linear time but xxxx.empty() is guaranteed to take
constant time
2011-04-22 11:31:09 +02:00
Christina Rossmanith
b0b3e5fdf8
remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-core)
2011-04-19 20:36:11 +02:00
Xisco Fauli
8a75a1f07d
Replace String with rtl::OUString in various places
2011-04-19 18:01:53 +01:00
Michael Lefevre
b99c88fca6
Kill Pos_XXX in favour of osl_Pos_XXX
2011-04-14 12:45:57 +02:00
Michael Lefevre
737740f041
Kill Pos_XXX in favour of osl_Pos_XXX
2011-04-14 12:41:44 +02:00
Christina Rossmanith
b2212fac4d
Finished removal of _USE_UNO
2011-04-12 20:42:49 +02:00
Francois Tigeot
0e1d128206
Remove the C52 define.
...
It corresponds to a version of a Solaris-specific compiler
used in the 2000-2001 timeframe.
2011-04-08 13:26:57 +02:00