Stephan Bergmann
906ca2e0e5
WNT-only IMPL_LINK_NOARG fixes
2012-03-02 08:55:49 +01:00
David Tardon
75a6e52bc8
move embeddedobj to tail_build
2012-03-02 08:15:50 +01:00
Markus Mohrhard
d7db93f5f4
implement SwapCol and SwapRow for note handling again
2012-03-02 04:49:27 +01:00
Markus Mohrhard
26ea23b6b5
some sal_Bool to bool
2012-03-02 03:46:50 +01:00
Markus Mohrhard
d59b9c07c8
remove table.hxx from document.hxx
2012-03-02 03:39:26 +01:00
Markus Mohrhard
921fb226d2
fix crashs in undo/redo realted to note captions
2012-03-02 02:00:28 +01:00
Markus Mohrhard
1d1141cd06
remove unnecessary parameter
2012-03-02 02:00:28 +01:00
Stephan Bergmann
f50f7368ab
More IMPL_LINK_NOARG fixes
2012-03-01 23:55:47 +01:00
Stephan Bergmann
76e0d695a4
Move migrateSettingsIfNecessary into create_user_install
...
...so that it is only done once (see mail thread starting at
<http://lists.freedesktop.org/archives/libreoffice/2012-February/027058.html >
"User installation migrated onto itself"). Also, checking for the existence
of an old user installation needed to change from ucbhelper::Content::isDocument
to osl::FileStatus::getFileType, as the UCB is not yet initialized at the time
migrateSettingsIfNecessary is now called.
2012-03-01 22:33:31 +01:00
Tor Lillqvist
780f5bf5b1
Presumably the intent is to zero the whole pHexTable, not just the 1st element
2012-03-01 23:09:42 +02:00
Tor Lillqvist
2b26a54ecb
Sillyish clang WaE: array subscript is of type 'char'
2012-03-01 23:06:58 +02:00
Tor Lillqvist
68a571aeb5
WaE: equality comparison with extraneous parentheses
2012-03-01 23:02:30 +02:00
Tor Lillqvist
8a83ce2e7e
More IMPL_LINK_NOARG fixes for clang
2012-03-01 23:00:49 +02:00
Tor Lillqvist
c1efe33b99
Presumably && is what we want here and not (pointlessly) a comma operator
2012-03-01 22:44:22 +02:00
Tor Lillqvist
945a2863fe
IMPL_LINK_NOARG follow-up to bd205223ec
2012-03-01 22:27:13 +02:00
Tor Lillqvist
b1b3008bc8
WaE: function 'yyinput' is not needed and will not be emitted
2012-03-01 22:27:12 +02:00
Tor Lillqvist
9e1ce8350a
#pragma interface and #pragma implementation are obsolete and pointless
2012-03-01 22:27:11 +02:00
Matúš Kukan
d76e2d1cc3
embeddedobj: convert to gbuild
2012-03-01 20:49:13 +01:00
Szabolcs Dezsi
dfc9c72d77
Added 'Copy to Clipboard' button to error dialogs
2012-03-01 20:40:14 +02:00
Tor Lillqvist
ebbef3a92d
Move MinGW-specific magic inside MinGW-specific .IF branch
2012-03-01 20:20:24 +02:00
Elton Chung
e8dbf6840c
Remove unused code
2012-03-01 20:17:14 +02:00
Stephan Bergmann
bd205223ec
New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problem
...
...see ebe26f72e9
"WaE: 'unused' attribute ignored when parsing type"
for the problem.
2012-03-01 18:00:32 +01:00
Caolán McNamara
32781c2d26
given that we can build with java7 now, allow it for windows too
2012-03-01 16:37:22 +00:00
Stephan Bergmann
5af303c0cd
-Werror=unused-variable
2012-03-01 17:35:47 +01:00
Noel Grandin
a0cd57b926
Remove SvxFontTable and use std::vector instead
...
In removing tools/table.hxx usage, remove SvxFontTable and
convert to std::vector<SvxFontItem*> because it was only
being used as a temporary list, not a map.
2012-03-01 17:03:34 +02:00
Winfried Donkers
085e8a07e6
fdo#45671 calc cell background color simplified code for split button
2012-03-01 16:57:34 +02:00
David Tardon
54442c917d
WaE: initialization order
2012-03-01 15:51:33 +01:00
David Tardon
856ad69ffe
work around ICE with mingw32-gcc-4.7.0-0.5.20120224
2012-03-01 15:51:33 +01:00
David Tardon
2fb1fe6c24
get redland built with mingw
...
Do not ask me how or why this works. There are things man was not meant
to know.
2012-03-01 15:51:32 +01:00
David Tardon
2824a8b402
get rasqal built with mingw
2012-03-01 15:51:32 +01:00
David Tardon
b8b088daf8
get raptor built with mingw
...
I _really_ love how libtool, when called without -no-undefined, silently
falls back to building a static lib (AFAICS without even trying to check
if there really will be any undefined symbols in the resulting dll).
Thank you, libtool author! I cannot express how much I enjoyed the hours
I spent figuring out what is happening there!
2012-03-01 15:51:31 +01:00
David Tardon
b60cf256b7
do not include external stuff into namespace
2012-03-01 15:51:31 +01:00
Markus Mohrhard
a5c891f59e
add test case for XSpreadsheetDocument
2012-03-01 15:38:02 +01:00
Markus Mohrhard
956c9d1775
there is no need any more for CloneWith[out]Note
2012-03-01 15:38:01 +01:00
Caolán McNamara
dce056ec03
LOCAGICAL->LOGICAL
2012-03-01 14:27:16 +00:00
Caolán McNamara
6c3699b4a6
I really only want to know if IsSymbolFont was toggled
2012-03-01 14:27:16 +00:00
Tor Lillqvist
51216852e0
WaE: use of logical '||' with constant operand
...
Until now the code has by accident added a property with the attribute
MAYBEVOID (which is that one which has the value 1), while the
intention obviously was to use BOUND|REMOVABLE. Whether this has
caused unintended consequences, or been harmless, and whether this fix
now then will cause unintended consequences, no idea.
2012-03-01 15:28:31 +02:00
Tor Lillqvist
f9883185a4
WaE: equality comparison with extraneous parentheses
2012-03-01 15:28:30 +02:00
Tor Lillqvist
baf0ba0798
WaE: expression result unused
2012-03-01 15:28:29 +02:00
Tor Lillqvist
2c3ad171e9
Fix what seems to be a copy/paste error: initialising a field with itself
2012-03-01 15:28:28 +02:00
Tor Lillqvist
3a08fd3b37
WaE: unused variable
2012-03-01 15:28:27 +02:00
Tor Lillqvist
8c99b935db
WaE: is abstract but has non-virtual destructor
2012-03-01 15:28:26 +02:00
Tor Lillqvist
fa4a1717b3
String types have changed in base class
2012-03-01 15:28:25 +02:00
Tor Lillqvist
63f9ca8566
WaE: class 'CGRect' was previously declared [in SDK headers] as a struct
2012-03-01 15:28:24 +02:00
Tor Lillqvist
cb1f5749c6
WaE: 'SalData' defined as a struct here but previously declared as a class
2012-03-01 15:28:23 +02:00
Tor Lillqvist
8ffef2fbae
WaE: extra tokens at end of #endif directive
2012-03-01 15:28:23 +02:00
Tor Lillqvist
944abe0d9f
WaE: non-virtual destructor
2012-03-01 15:28:22 +02:00
Tomcsik Bence
491592015b
implement scrolling with mouse in Object Catalog dialog
...
I edited out the ObjectTreeListBox class because BasicTreeListBox
contains the scroll function and all the other functions that the
ObjectTreeListBox uses.
2012-03-01 13:35:11 +01:00
Tomcsik Bence
4022a834b5
Object Catalog button now toggles display of the dialog
...
TODO: implement a toggle toolbar button that shows the toggle state
2012-03-01 13:35:10 +01:00
Tomcsik Bence
efd4db1e6b
make button label and dialog title consistent (Object Catalog)
2012-03-01 13:35:10 +01:00