Kohei Yoshida
39b2de7545
Code page should be the same for the same drawing page.
...
This removes O(n^2) from the process of querying the code pages for
form elements.
2011-08-16 21:22:41 -04:00
Kohei Yoshida
bc01bc636d
Less indent level.
2011-08-16 21:22:41 -04:00
Kohei Yoshida
0bacaf4ef5
Reduce indentation level.
2011-08-16 21:22:41 -04:00
Kohei Yoshida
23e9220565
Some micro-optimization with the string objects.
2011-08-16 21:22:41 -04:00
Kohei Yoshida
5b55512e9e
And use it from the multi-listener regstration code.
2011-08-16 21:22:40 -04:00
Kohei Yoshida
9cf2d46b29
Extracted a method that will be called from another method.
2011-08-16 21:22:40 -04:00
Kohei Yoshida
85696df0b1
Fixed a crash due to invalid index for Sequence.
...
With this, 3.81 sec -> 1.2 sec.
2011-08-16 21:22:40 -04:00
Kohei Yoshida
98dc4bb8a1
Extended UNO's script API to allow adding of multiple listeners at once.
2011-08-16 21:22:40 -04:00
Eike Rathke
acd31343d1
fdo#32703 make CSV import ignore leading spaces before quoted field content
...
Make CSV import ignore leading spaces if the field content without them is
quoted. Cope with broken generators that put leading blanks before a quoted
field, like "field1", "field2", "..." ignoring CSV specification
http://tools.ietf.org/html/rfc4180
2011-08-17 01:38:10 +02:00
Markus Mohrhard
74070a0213
rework 04d2e64695
...
only update range names in formulas if the documents are different or
the sheets are different
2011-08-16 23:12:50 +02:00
Markus Mohrhard
d7791df329
GetLastSelected returns a table number and not a 1-based index
2011-08-16 23:03:43 +02:00
Norbert Thiebaud
5c5282bc5c
nothing seems to be using toolshelpers.a but rscdep, fold it in rscep
2011-08-16 11:47:35 -05:00
Noel Power
236f59530e
fix merge foobar, use css::script::XLibraryQueryExecutable for Libraray
...
make sure LibraryContainers use css::script::XLibraryQueryExecutable
2011-08-16 17:36:30 +01:00
Tor Lillqvist
8f67e86edd
Add AsmObject stuff
2011-08-16 18:43:44 +03:00
Tor Lillqvist
0236af5e65
dllmgr-x86 expects stdcall-decorated names
2011-08-16 18:43:43 +03:00
Tor Lillqvist
afce608d6e
wnt-mingw.s is an assembler source file
2011-08-16 18:43:43 +03:00
Takeshi Abe
99862627d0
cppcheck: possibly efficient checking for emptiness
2011-08-17 00:04:14 +09:00
Takeshi Abe
13021dae51
cppcheck: reduced scope of variable
2011-08-17 00:04:10 +09:00
Takeshi Abe
dca2588b64
cppcheck: remove assigned but unused variable
2011-08-17 00:04:04 +09:00
Caolán McNamara
c85c4bd785
park this as close to linking
2011-08-16 14:47:11 +01:00
Caolán McNamara
22ba66e403
fix typo
2011-08-16 14:32:34 +01:00
Cédric Bosdonnat
c3852d41a4
fdo#37403: Adding proper assignment operator to SdrRectObj
2011-08-16 14:46:01 +02:00
Cédric Bosdonnat
5ea5c5a538
Revert "fdo#37403: Fixed crasher by using boost::shared_ptr"
...
This reverts commit b564df24d1
. Using
shared_ptr wasn't the ideal solution.
Conflicts:
svx/source/svdraw/svdorect.cxx
2011-08-16 14:46:00 +02:00
Cédric Bosdonnat
7d700ecf81
Header/Footer: ghost footnote and columns lines
...
Dirty hack... Simply added a bGhosted member in SwLineRect class. All
lines are stacked and drawn later: not ideal.
2011-08-16 14:37:45 +02:00
Caolán McNamara
cebaf5903e
this seems to be the normal pattern
2011-08-16 13:32:51 +01:00
Caolán McNamara
37d34ff4ba
get these names right for windows (I think)
2011-08-16 13:10:29 +01:00
Caolán McNamara
aa51fd491c
make windows build go further crypt->crypt32
2011-08-16 11:56:06 +01:00
Caolán McNamara
3ae98a0ca5
Related: fdo#39376/fdo#34880 short fread isn't an error when its eof
2011-08-16 11:19:29 +01:00
Caolán McNamara
ea1cb03e5f
WaE: unused variable
2011-08-16 10:19:47 +01:00
Tor Lillqvist
8ea6c913a4
Link with the debugging runtime in a dbgutil build here, too
2011-08-16 12:06:07 +03:00
Thorsten Behrens
fc5706422c
Avoid single-point filled polygons
...
As per fdo#37559, it seems exporting filled polygons consisting
of exactly one point (which should in theory be invisible) is a bad
idea for several pdf viewers. Filtering drawing layer output
accordingly.
2011-08-16 11:06:37 +02:00
Caolán McNamara
9f3b5b99e1
ByteString->rtl::OString
2011-08-16 09:04:10 +01:00
Caolán McNamara
13023291d1
callcatcher: unused code
2011-08-16 09:04:09 +01:00
Caolán McNamara
f88247d9c5
callcatcher: unused code
2011-08-16 09:04:09 +01:00
Caolán McNamara
ac96fbd737
there's no point to that assign
2011-08-16 09:04:09 +01:00
Caolán McNamara
e74517995b
revert this
2011-08-16 09:04:09 +01:00
Caolán McNamara
cf77838729
catch by const reference
2011-08-16 09:04:09 +01:00
Caolán McNamara
7684c90b6a
catch by const reference
2011-08-16 09:04:08 +01:00
Caolán McNamara
2ef7e20436
catch by const reference
2011-08-16 09:04:08 +01:00
Caolán McNamara
0a9fa3d840
ditch some junk
2011-08-16 09:04:08 +01:00
Caolán McNamara
2b4d91f5a3
catch by const reference
2011-08-16 09:04:08 +01:00
Caolán McNamara
82eb8062f0
catch by const reference
2011-08-16 09:04:07 +01:00
Caolán McNamara
e0225e7e73
const char*->const char[]
2011-08-16 09:04:07 +01:00
Tor Lillqvist
f3eea21424
Fix libgsf build with internal zlib that uses Z_PREFIX
2011-08-16 10:46:48 +03:00
Tor Lillqvist
ff7ee4a7fb
Fix heap corruption (malloc buffer overrun)
...
Detected by the debug C runtime (when using --enable-dbgutil) when
running a unit test.
2011-08-16 10:21:09 +03:00
Korrawit Pruegsanusak
247d3ff142
Remove duplicated chunk
2011-08-16 10:20:26 +03:00
Tor Lillqvist
1522aaf2dd
Fix --enable-dbgutil build: Define _DEBUG
2011-08-16 10:20:24 +03:00
Tor Lillqvist
6034e6aac0
Add the external dlls, exes etc
2011-08-16 10:20:22 +03:00
Norbert Thiebaud
262b5931c8
put git hook on a diet. concentrate on safe, cheap and globally useful
2011-08-16 00:37:48 -05:00
Markus Mohrhard
04d2e64695
update range names/database ranges in formulas cells
...
we need to update range names/database ranges when we copy/paste formula
cells otherwise the ScNameToken may point to a different entry
2011-08-16 06:58:08 +02:00