Caolán McNamara
de2785f9d5
SfxMacro is useless
2011-09-12 09:10:01 +01:00
Caolán McNamara
a7ca9000aa
pointless forward decls
2011-09-12 09:10:01 +01:00
Caolán McNamara
154fd181f9
so now SfxRequest::GetRecordingMacro NULL returning stub can be removed
2011-09-12 09:10:01 +01:00
Caolán McNamara
9d5fcd70e1
SfxMacro arg unused
2011-09-12 09:10:00 +01:00
Caolán McNamara
d7842b76d8
SfxMacro is unused, strip down to ctor/dtor
2011-09-12 09:10:00 +01:00
Caolán McNamara
051ded51b0
this dir is unbuilt
2011-09-12 09:10:00 +01:00
Caolán McNamara
ea05a88c5d
use boost::noncopyable and rtl::Static
2011-09-12 09:10:00 +01:00
Caolán McNamara
6bc7ca66d9
c++ defaults to void
2011-09-12 09:09:59 +01:00
Caolán McNamara
07f9a847f0
callcatcher: various unused methods
2011-09-12 09:09:59 +01:00
Caolán McNamara
3127405547
windows is the only platform which does this
2011-09-12 09:09:59 +01:00
Caolán McNamara
97a13a600b
make cui ByteString free
2011-09-12 09:09:59 +01:00
Caolán McNamara
6b72a64543
make slideshow ByteString free
2011-09-12 09:09:59 +01:00
Caolán McNamara
64a377efa5
factor out code for copying compatability options
2011-09-12 09:09:58 +01:00
Caolán McNamara
108dabd576
factor out code which sets the defaults for properties
2011-09-12 09:09:58 +01:00
Caolán McNamara
38596e653a
SwDoc::ReplaceStyles can be const
2011-09-12 09:09:58 +01:00
Tor Lillqvist
962dc00065
Accept also a soffice.bin renamed to soffice.bin.exe
2011-09-12 10:33:15 +03:00
Tor Lillqvist
4081612561
Fix copy/paste error
2011-09-12 10:32:15 +03:00
Pierre-André Jacquod
e5f99329f8
deleted unread var and code in setup_native, vistaspecial.cxx
...
and simplified coding after that since the logic is not needed
anymore.
2011-09-12 10:21:21 +03:00
Pierre-André Jacquod
2b44c6ee40
unneded var deleted and code simplified. in setup_native
...
After deleting the different assignment that were not used, some
part of the code could be simiplified, since there is no need
any more for the logic.
2011-09-12 10:21:18 +03:00
Pierre-André Jacquod
332dbe0df2
deleted unneded var and code simplified in desktop, launcher.cxx
...
Also deleted a part of the code that did nothing, just defining
variable and reading them as argument.
2011-09-12 10:21:16 +03:00
Pierre-André Jacquod
43b5c9e772
deleted unneded var in setup_native, migrateinstallpath.cxx
...
and some coding commented since 2005
2011-09-12 10:21:14 +03:00
Pierre-André Jacquod
03369ebd2d
deletion of unneded variable in setup_native, swappatchfiles.cxx
2011-09-12 10:21:11 +03:00
Pierre-André Jacquod
8039e149f8
deletion of unneded variable in fpicker, previewadapter.cxx
2011-09-12 10:21:09 +03:00
Tor Lillqvist
31f7d27c2c
Don't bother with SetProcessDEPPolicy() on _WIN64 where it is always on
2011-09-12 10:21:07 +03:00
Tor Lillqvist
b60773a322
Add pleas for help to explain a mysterious piece of code
2011-09-12 10:21:04 +03:00
Julien Nabet
3b56b6ff5f
small bugfix : bNeedsSave instead of *bNeedsSave
2011-09-12 07:37:01 +02:00
Andras Timar
939a0607cb
unify dictionary pack descriptions
2011-09-11 23:18:32 +02:00
Andras Timar
662577b5f1
add Latvian dictionary pack
2011-09-11 23:18:30 +02:00
Andras Timar
55c3ce29d1
add Hindi dictionary pack
2011-09-11 23:18:27 +02:00
Andras Timar
816ec9db01
add Gujarati dictionary pack
2011-09-11 23:18:25 +02:00
Andras Timar
cfb081f76d
add Bengali dictionary pack
2011-09-11 23:18:22 +02:00
Andras Timar
9535b8fae2
add Bulgarian dictionary pack
2011-09-11 23:18:20 +02:00
Lionel Elie Mamane
b71d12fbfd
fdo#40701: DbGridControl::RemoveColumn even if no corresponding Model column
...
That case crops up when nId==0 i.e. the Handle column
2011-09-11 23:14:36 +02:00
Lionel Elie Mamane
1b63104332
Don't touch handle when setting property Enabled
...
Handle enabling/disabling is controlled by property RecordMarker,
not by property Enabled.
Source of the error is most probably a copy/paste error in
commit 0ade87a8e3
Author: Frank Schoenheit [fs] <frank.schoenheit@oracle.com>
Date: Tue Nov 23 11:38:49 2010 +0100
2011-09-11 23:14:36 +02:00
Michael Meeks
352b180f19
remove inadvertently committed fprintf
2011-09-11 23:12:54 +02:00
Michael Meeks
d4b387c5f1
cleanup cut/paste .src changes and add 'Embed' check-box to src
2011-09-11 23:12:30 +02:00
Eike Rathke
8e81b988ce
sal_Bool to bool and cosmetics
2011-09-11 22:08:45 +02:00
Eike Rathke
2626e67b1e
translated some comments
2011-09-11 21:50:22 +02:00
Eike Rathke
90e489f068
fix fdo#39485 recalculate matrix formula dimension correctly
...
ScFormulaCell::GetMatrixEdge() when recalculating its dimension obtained
the matrix origin of itself instead of a neighboring matrix formula if
encountered such, effectively adding that other matrix to its own cells
occupying dimension.
2011-09-11 21:31:52 +02:00
Stephan Bergmann
d88bceafa0
Simplified SAL_DEPRECATED, does not need to abstract over func.
...
Cf. page 260 of Martin Reddy: API Design for C++ (MK, 2011).
2011-09-11 20:47:31 +02:00
Lionel Elie Mamane
c386345391
Correct libvisio 0.0.7 wrong .o order in .a file creation
2011-09-11 19:31:09 +02:00
Eike Rathke
6e1133b118
apparently gcc 4.3.1 tinderbox needs include cstdio
2011-09-11 18:19:22 +02:00
Eike Rathke
795662c587
ensureCapacity doesn't need to be done twice
2011-09-11 18:13:49 +02:00
Rene Engelhard
5052b81c67
don't reply on ../ure to find javaldx, use proper ../basis-link/ure-link
2011-09-11 15:56:48 +02:00
Eike Rathke
34c9a01b07
fix fdo#40590 stop abusing regular string token for XML import
...
During XML import formulas of defined names and conditional formatting
were remembered as regular svString tokens that then later were
retrieved without quotes for compilation. This didn't go along with the
new ScRangeData::CompileUnresolvedXML() that recreates the formula
string from an already tokenized form of the formula.
Introduced FormulaToken::AddStringXML() with ocStringXML to sort those
out and removed the IsImportingXML() hack from
FormulaCompiler::AppendString(), the ocStringXML case is handled in
FormulaCompiler::CreateStringFromToken().
2011-09-11 15:21:03 +02:00
Michael Meeks
59b36fc62e
Don't let the PathSubstitution service null relative paths
2011-09-11 09:27:09 +02:00
Michael Meeks
0f690c3495
Initial DocumentSettingsSerializer implementation
2011-09-11 09:27:05 +02:00
Michael Meeks
313b8b0db3
initial DocumentSettingsSerializer interface impl.
2011-09-11 09:27:02 +02:00
Michael Meeks
cbcfda9b20
add XPropertyList enum, factory, and associated cleanup
2011-09-11 09:26:59 +02:00
Norbert Thiebaud
64bc62f77a
on MacOSX we use the system header by default for Mesa
2011-09-10 18:55:42 -05:00