Tor Lillqvist
|
26651585c0
|
Start of sc filters-test for iOS
|
2012-02-27 14:29:59 +02:00 |
|
Lionel Elie Mamane
|
ee0cb9d05d
|
fdo#46675: expand group memberships in get*Privileges
|
2012-02-27 13:14:02 +01:00 |
|
Muthu Subramanian
|
44b98b588c
|
n742593: Adding checks before using textbox sizes.
|
2012-02-27 18:03:21 +05:30 |
|
Petr Mladek
|
550cc3e9db
|
pack libstdc++ and libgcc_s only in the new stdlibs subpackage (fdo#46658)
The older commit moved the gid's definition in the file list but it did not
move it in the module list.
|
2012-02-27 12:27:59 +01:00 |
|
Szabolcs Dezsi
|
2b179ca174
|
Removed unused code
|
2012-02-27 11:23:51 +00:00 |
|
Caolán McNamara
|
c58882fda8
|
fix msvc2005 build
|
2012-02-27 11:03:02 +00:00 |
|
Caolán McNamara
|
0fcf3e6762
|
fix MacOSX tinderbox build
|
2012-02-27 10:50:32 +00:00 |
|
Miklos Vajna
|
bb4ceaa4bb
|
add testcase for fdo#45187
|
2012-02-27 11:21:55 +01:00 |
|
Szabolcs Dezsi
|
8e750a2d9c
|
Reduced loadtime of autocorrect tables
|
2012-02-27 11:09:41 +01:00 |
|
Caolán McNamara
|
906e35f80a
|
merge GetString variants
|
2012-02-27 09:45:58 +00:00 |
|
Caolán McNamara
|
84fa063b4c
|
fix msvc2005 build
|
2012-02-27 09:45:58 +00:00 |
|
Caolán McNamara
|
b36d555440
|
drop UniString::CreateFromInt64
|
2012-02-27 09:45:57 +00:00 |
|
Caolán McNamara
|
d6100ba273
|
callcatcher: update list
|
2012-02-27 09:45:57 +00:00 |
|
Caolán McNamara
|
874966bd30
|
ditch archaic filter-tracer remnants
|
2012-02-27 09:45:57 +00:00 |
|
Caolán McNamara
|
1ca675157d
|
fix CntHTTPCookieList_impl leak
|
2012-02-27 09:45:57 +00:00 |
|
Caolán McNamara
|
e87810b693
|
use a non-leaky singleton
|
2012-02-27 09:45:57 +00:00 |
|
Caolán McNamara
|
7c0b65c75f
|
mpStreamMap is leaking
|
2012-02-27 09:45:56 +00:00 |
|
Caolán McNamara
|
b737e913c4
|
callcatcher: update unused list
|
2012-02-27 09:45:56 +00:00 |
|
Caolán McNamara
|
1190dab820
|
exclude some more external libs from unusedcode.easy
|
2012-02-27 09:45:56 +00:00 |
|
Caolán McNamara
|
0e2c1fa763
|
ByteString is no more
|
2012-02-27 09:45:56 +00:00 |
|
Caolán McNamara
|
db088d3238
|
clarify ambiguities
|
2012-02-27 09:45:56 +00:00 |
|
Caolán McNamara
|
0ef8e5c106
|
WaE: some super-high debugging level warnings
|
2012-02-27 09:45:56 +00:00 |
|
Caolán McNamara
|
ab07cf855d
|
WaE: some super-high debugging level warnings
|
2012-02-27 09:45:55 +00:00 |
|
Caolán McNamara
|
9b58e3a752
|
ByteString->rtl::OString
|
2012-02-27 09:45:55 +00:00 |
|
Caolán McNamara
|
06dda2b7ae
|
make desktop Bytestring free
|
2012-02-27 09:45:55 +00:00 |
|
Tor Lillqvist
|
c35e81202c
|
Wonder what "integration" means
|
2012-02-27 10:29:27 +02:00 |
|
Tor Lillqvist
|
e28c5b15d7
|
s/builded/built
|
2012-02-27 10:25:43 +02:00 |
|
Tor Lillqvist
|
190ff38183
|
Just call it "Windows" here, too
|
2012-02-27 10:13:25 +02:00 |
|
Tor Lillqvist
|
675cfeee6f
|
Fix shell / test OR operator confusion
|
2012-02-27 10:12:34 +02:00 |
|
Tor Lillqvist
|
4c737b6470
|
Decouple disabling of scripting (BASIC &co) from OS being iOS
|
2012-02-27 10:06:22 +02:00 |
|
Tor Lillqvist
|
42b11e861a
|
aSfxInt16Item_Impl, too
|
2012-02-26 21:02:39 +02:00 |
|
Tor Lillqvist
|
87d7ac7440
|
Static linking for iOS effectively means "merged libs"
|
2012-02-26 21:02:38 +02:00 |
|
Peter Foley
|
a75873dea1
|
allow autogen.sh to be run automatically
|
2012-02-26 13:53:09 -05:00 |
|
Peter Foley
|
b4a66196b1
|
update install-sh to the automake-1.11 version
|
2012-02-26 13:39:54 -05:00 |
|
Peter Foley
|
141a659f63
|
rename post.Makeflie to Makefile.post
|
2012-02-26 13:37:49 -05:00 |
|
Takeshi Abe
|
c471556c89
|
Avoid temporary rtl::OUString in sd
|
2012-02-27 01:45:47 +09:00 |
|
Ivan Timofeev
|
996f44c310
|
fdo#46144: "Distributy Columns Evenly" does not work with the selected columns
regression from f7303fcac7 :
- SvUShorts aWish( nTmp, nTmp ),
+ std::vector<sal_uInt16> aWish( nTmp, nTmp ),
aMins( nTmp, nTmp );
|
2012-02-26 19:29:54 +04:00 |
|
Julien Nabet
|
67d01fb5d4
|
Avoid temporary rtl::OUString
|
2012-02-26 14:58:33 +01:00 |
|
Julien Nabet
|
67c953e5a3
|
Avoid temporary rtl::OUString
|
2012-02-26 14:16:34 +01:00 |
|
Ivan Timofeev
|
0499a44cdd
|
definition was removed, remove declaration as well
|
2012-02-26 16:32:56 +04:00 |
|
Andras Timar
|
f15c1c3e03
|
print what directory localize tool cannot open
Currently it cannot open /dictionaries under Cygwin,
because it is a Cygwin symlink that Windows programs
cannot follow. TODO...
|
2012-02-26 10:16:05 +01:00 |
|
Tor Lillqvist
|
9eb1c0cb7c
|
Fix typos
|
2012-02-26 09:17:05 +02:00 |
|
Matúš Kukan
|
2126166320
|
add AddFilterNameCheckOwnFile back for WNT
|
2012-02-26 00:03:21 +01:00 |
|
Elton Chung
|
ba8919e812
|
Remove unused code
|
2012-02-25 20:33:57 +00:00 |
|
Elton Chung
|
0333d2101a
|
Remove unused code in basegfx, comphelper
|
2012-02-25 20:33:57 +00:00 |
|
Takeshi Abe
|
552a9862f8
|
Avoid temporary rtl::OUString
|
2012-02-25 23:18:57 +09:00 |
|
Michael Meeks
|
9ab611a652
|
android: move DamageTracker concept into SvpSalFrame and try to use it
|
2012-02-25 14:17:57 +00:00 |
|
Matúš Kukan
|
7e454a3e3d
|
gbuild_simple: add gb_Python and include also Tempfile here
|
2012-02-25 13:10:43 +01:00 |
|
Matúš Kukan
|
66fdc38fb7
|
partial_build: make this work also for modules from clone/
|
2012-02-25 13:10:42 +01:00 |
|
Matúš Kukan
|
48dc8ca4e1
|
make this consistent
|
2012-02-25 13:10:42 +01:00 |
|