Tor Lillqvist
a3035495eb
Make the DocumentLoader experimental app build again
2012-03-22 22:49:47 +02:00
Tor Lillqvist
2cbb41b3ab
Edit a comment a bit
2012-03-22 22:49:47 +02:00
Ivan Timofeev
f52138deee
fdo#41739: Math: do not skip "newline" on error
2012-03-22 20:58:26 +04:00
Will Thompson
cb9e45382f
Clarify rtl_bootstrap_get documentation.
2012-03-22 16:53:43 +00:00
Will Thompson
8077dbeeb2
rtl::bootstap: rename filename parameter to contain "uri"
2012-03-22 16:52:04 +00:00
Caolán McNamara
82af1483c8
annoying PATHES->PATHS typos
2012-03-22 16:09:02 +00:00
Cédric Bosdonnat
8a233f17ae
n#750258: removed strange non-wrapping condition
...
In the bug file, some text wrapping was badly computed when showing the
document (but not at the first rendering) due to that weird NotToWrap
mecahnism in SwLayouter. Checked the original issue i#40155 that
removing this does hurt.
2012-03-22 15:10:51 +01:00
Cédric Bosdonnat
2a4e77a6f9
Revert "make text wrapping work in headers/footers too (fdo#39155)"
...
This reverts commit e2a8fb0427
. This is a
feature, not a bug and would cause loads of documents to be badly
rendered.
Link to the spec that brough that feature:
http://www.openoffice.org/specs/writer/compatibility/adjust-text-wrapping.sxw
Conflicts:
sw/source/core/text/txtfly.cxx
2012-03-22 15:10:50 +01:00
Stephan Bergmann
1e18fdb2fa
MinGW: work around newly ambiguous boost::bind calls with GCC 4.6
2012-03-22 15:01:53 +01:00
Fridrich Štrba
0a8596dd8e
Revert "fix debug build"
...
This reverts commit 0589dd3fb5
.
Given the find above, this assert will never be triggered anyway
2012-03-22 14:47:06 +01:00
Christian Lohmaier
7c4da6d519
Revert "AC_PROG_GREP (I'm pedantic, am I not?)" - XCode 2.5.x doesn't know it
...
This reverts commit 4762788eb4
.
2012-03-22 14:11:01 +01:00
Stephan Bergmann
aacea7da46
Make SAL_CALL placement work with both MinGW and MSVC
2012-03-22 13:48:45 +01:00
Caolán McNamara
ed0ffbba06
over-engineered thread-safe static OUString
...
This is a ridiculous over-engineered thread-safe static string for
something which is called so few times, and costs 1k of long-term
memory as the OUString dtor needs to be put into a callback
queue to get called at module unload time.
Just return a new string every time, *rolls eyes*
2012-03-22 12:26:42 +00:00
Caolán McNamara
c8587d05bd
confirmed that tests pass on windows
2012-03-22 12:26:41 +00:00
Caolán McNamara
52a6e0a6fa
testtool is gone these days
2012-03-22 12:26:41 +00:00
Caolán McNamara
1a4276c511
WaE: ignoring lockf return value
2012-03-22 12:26:41 +00:00
Caolán McNamara
7dd0898578
WaE: ignoring return value of 'fwrite'
2012-03-22 12:26:41 +00:00
Caolán McNamara
d7eb0ef560
WaE: ignoring return value of 'fwrite'
2012-03-22 12:26:40 +00:00
Takeshi Abe
eedbe7163b
removed duplicate includes in sc
2012-03-22 20:53:45 +09:00
Bartosz Kosiorek
db51589575
Convert SVARRAY SORT into STL set
2012-03-22 12:30:36 +01:00
Miklos Vajna
51cfbf0cfa
n#751054 fix VML import of absolutely positioned pictures
...
There were multiple issues here:
- convertEmuToHmm() not handling negative values
- position:absolute style property being ignored
- mso-position-vertical-relative is not converted to
text::RelOrientation
- SwAnchoredDrawObject::_SetPositioningAttr() re-positioning already
positioned objects
- DomainMapper_Impl::PushShapeContext() inserting positioned objects as
character
2012-03-22 11:03:26 +01:00
Fridrich Štrba
a75fd2d50e
Look for properly registered windows sdks instead for random version numbers
2012-03-22 10:42:04 +01:00
Stephan Bergmann
7ec7f0df29
MinGW apparently needs to be forced into __cdecl
...
...otherwise bridges/source/cpp_uno/mingw_intel C++ ABI assumptions would not
meet what i686-w64-mingw32-g++ emits (though it is unclear to me how this shall
ever have worked before, as kendy claims it once did; also, at least for me,
"wine soffice.exe" still does not work, as there is apparently confusion about
C++ exception stack unwinding between GCC and cpp_uno/mingw_intel code).
2012-03-22 10:37:15 +01:00
Stephan Bergmann
ab2186d2c6
MinGW: other DLLs must not pick sal's special __main
2012-03-22 10:37:15 +01:00
Stephan Bergmann
4fc8059d44
Fix SAL_CALL placement (so MinGW won't complain)
2012-03-22 10:37:14 +01:00
Stephan Bergmann
17c4bb3be3
Needless SAL_CALL
2012-03-22 10:37:14 +01:00
Stephan Bergmann
e1b4216816
ChartTokenMap can contain null pointers
...
db3786ee3a
caused chart2_unoapi test to crash
2012-03-22 10:06:16 +01:00
Fridrich Štrba
be79f65e92
Some changes in libcdr to appease valgrind
2012-03-22 09:55:00 +01:00
Fridrich Štrba
0589dd3fb5
fix debug build
2012-03-22 09:23:15 +01:00
Stephan Bergmann
a603634f35
Fixed previous commit for --enable-dbgutil mode
2012-03-22 08:12:08 +01:00
Bartosz Kosiorek
e94c4ab552
Conver SV VARARR to std::deque for sw module.
2012-03-22 06:59:28 +01:00
Noel Grandin
db3786ee3a
Convert tools/table.hxx to std::map in Chart2PositionMap class
2012-03-22 06:56:27 +01:00
Noel Grandin
6af00cf90f
remove unnecessary use of local variable and auto_ptr
2012-03-22 06:55:58 +01:00
Noel Grandin
13bf19769e
if/else branches contain same code
2012-03-22 06:55:58 +01:00
Noel Grandin
4aa72e0dee
restructure insert code as a precursor to further simplification
2012-03-22 06:55:57 +01:00
Noel Grandin
3ffdb45ae0
simplify code - remove unnecessary and complicated allocation
2012-03-22 06:55:57 +01:00
Christina Rossmanith
11ccf88eeb
SVG import: keep aspect ratio when transforming viewbox to viewport
2012-03-22 06:48:36 +01:00
Noel Grandin
7d7e2c3636
Convert tools/table.hxx to std::map in class ScHTMLLayoutParser
2012-03-22 06:45:25 +01:00
Noel Grandin
157b2fa624
Convert tools/table.hxx usage to std::map in ScEEImport class
2012-03-22 06:45:08 +01:00
Noel Grandin
000bb6af72
Convert tools/table.hxx usage to std::map in Basic IDE module
2012-03-22 06:39:52 +01:00
Christina Rossmanith
e55595d0e0
maTransform had to go ( was always = identity)
2012-03-22 06:37:49 +01:00
Kohei Yoshida
7be233e60a
New unit test for data pilot grouping (normal grouping).
2012-03-21 23:05:22 -04:00
Markus Mohrhard
278c53c933
restructure the code a bit more
2012-03-22 00:24:27 +01:00
Markus Mohrhard
ac5455a688
prevent call to virtual method in destructor, fdo#47589
2012-03-22 00:24:27 +01:00
Markus Mohrhard
1ab961d98a
Make sure one base class does not use another one after destruction
...
see 706ac4779d
and fdo#47589
2012-03-22 00:24:27 +01:00
Markus Mohrhard
ec64924ea8
don't need to check for null before delete
2012-03-22 00:24:27 +01:00
Fridrich Štrba
f729d2d830
Appease valgrind
2012-03-21 22:42:43 +01:00
Luboš Luňák
d6e96d0a4e
add missing AC_MSG_RESULT() else branch
2012-03-21 21:48:21 +01:00
Kohei Yoshida
7d4293b3ba
Make sure that FillLabelData doesn't crash in presence of duplicated dims.
2012-03-21 16:28:44 -04:00
Kohei Yoshida
70ce9efbac
New unit test for pivot table with duplicated data fields.
2012-03-21 16:18:40 -04:00