Commit graph

303480 commits

Author SHA1 Message Date
Rafael Dominguez
7fded69fb5 Add a function to get X error bar properties. 2012-03-23 02:55:28 +01:00
Kohei Yoshida
a3d71e97ea New unit test for pivot table with date grouping. 2012-03-22 21:27:07 -04:00
Kohei Yoshida
914e797844 New unit test for pivot table with number grouping. 2012-03-22 21:27:07 -04:00
Markus Mohrhard
bbe088bc75 cache calls to mdds:mixed_type_matrix::size, related fdo#47299 2012-03-23 02:09:27 +01:00
Norbert Thiebaud
7be7f9a786 gbuild: allow the tinderboxes to bypass the dependencies generations 2012-03-22 17:32:23 -05:00
Stephan Bergmann
2413fd4f9f Fix URE jar manifests after gbuild'ification 2012-03-22 23:29:30 +01:00
Stephan Bergmann
91d60be7ee fdo#46102: Fix scripting jar manifests after gbuild'ification 2012-03-22 23:28:37 +01:00
Stephan Bergmann
5e8c988765 Produce more beautiful jar manifests 2012-03-22 23:28:36 +01:00
Michael Stahl
f24153cded fdo#39003: fix autoformat Undo cursors:
SwEditShell::Undo: Because the Undo actions nowadays create new shell
cursors directly (while previously they worked on a SwUndoIter), it is
necessary to remove the shell cursor ring before Pop() because Pop(false)
only restores the current cursor from the stack, not the rest of the ring.
(regression from CWS undoapi, 1ba0c18781)
2012-03-22 23:11:02 +01:00
Michael Stahl
06d1d69fc8 SwFEShell::ShouldObjectBeSelected leaks pPos 2012-03-22 23:11:02 +01:00
Tor Lillqvist
3e425dfa4b More Android hacking 2012-03-22 22:49:49 +02:00
Tor Lillqvist
5814229948 Add JNI wrappers for InitVCL and osl_setCommandArgs 2012-03-22 22:49:48 +02:00
Tor Lillqvist
38603465cc No point searching PATH on Android and iOS 2012-03-22 22:49:48 +02:00
Tor Lillqvist
871cc191fc Add a wrapper for InitVCL(), to be called from Java on Android 2012-03-22 22:49:48 +02:00
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