Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-23 | Enable statistics if chart has any type of errorbars. | Rafael Dominguez | |
2012-03-23 | Specialize STR_OBJECT_ERROR_BARS for each errobar type. | Rafael Dominguez | |
2012-03-23 | Add chart errorbar type property. | Rafael Dominguez | |
- Make StatisticsItemConverter work with X and Y errorbars. - Fill errorbar type property in ErrorBarResources. - Set default value of errorbar type property to Y bar. | |||
2012-03-23 | Add chart insert X errorbar toolbar and popup menu entries. | Rafael Dominguez | |
- Dispatch the commands to the proper functions. | |||
2012-03-23 | Add correct tabpage to chart property dialog. | Rafael Dominguez | |
- Added needed strings resources and ids. - Added code to handle X and Z errorbars. | |||
2012-03-23 | Set chart objecttype depending on errorbar type. | Rafael Dominguez | |
2012-03-23 | Display correct errorbar in InsertDialog. | Rafael Dominguez | |
2012-03-23 | Make executeDispatch_InsertYErrorBars a generic function. | Rafael Dominguez | |
- Make the function usable for XError and YError bars. - Rename executeDispatch_InsertYErrorBars to executeDispatch_InsertErrorBars. - Add a new parameter that control the error bar direction. - Update arguments in callers. | |||
2012-03-23 | Merge InsertMenu_YErrorBar and InsertYErrorBar commands in chart controller. | Rafael Dominguez | |
2012-03-23 | Create respective error bars in areachart when creating shapes. | Rafael Dominguez | |
2012-03-23 | Set bar type as YErrorBar when creating InsertErrorBarsDialog. | Rafael Dominguez | |
2012-03-23 | Remove default values in InsertErrorBarsDialog constructor. | Rafael Dominguez | |
- Require passing desired error bar to modify in constructor and not have YErrorBar as default. | |||
2012-03-23 | Add function to create X error bars in VSeriesPlotter class. | Rafael Dominguez | |
2012-03-23 | Add a function to get X error bar properties. | Rafael Dominguez | |
2012-03-22 | New unit test for pivot table with date grouping. | Kohei Yoshida | |
2012-03-22 | New unit test for pivot table with number grouping. | Kohei Yoshida | |
2012-03-23 | cache calls to mdds:mixed_type_matrix::size, related fdo#47299 | Markus Mohrhard | |
2012-03-22 | gbuild: allow the tinderboxes to bypass the dependencies generations | Norbert Thiebaud | |
2012-03-22 | Fix URE jar manifests after gbuild'ification | Stephan Bergmann | |
2012-03-22 | fdo#46102: Fix scripting jar manifests after gbuild'ification | Stephan Bergmann | |
2012-03-22 | Produce more beautiful jar manifests | Stephan Bergmann | |
2012-03-22 | fdo#39003: fix autoformat Undo cursors: | Michael Stahl | |
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, 1ba0c1878116ada5dc4ebdecdb1e0a3da9758547) | |||
2012-03-22 | SwFEShell::ShouldObjectBeSelected leaks pPos | Michael Stahl | |
2012-03-22 | More Android hacking | Tor Lillqvist | |
2012-03-22 | Add JNI wrappers for InitVCL and osl_setCommandArgs | Tor Lillqvist | |
2012-03-22 | No point searching PATH on Android and iOS | Tor Lillqvist | |
2012-03-22 | Add a wrapper for InitVCL(), to be called from Java on Android | Tor Lillqvist | |
2012-03-22 | Make the DocumentLoader experimental app build again | Tor Lillqvist | |
2012-03-22 | Edit a comment a bit | Tor Lillqvist | |
2012-03-22 | fdo#41739: Math: do not skip "newline" on error | Ivan Timofeev | |
2012-03-22 | Clarify rtl_bootstrap_get documentation. | Will Thompson | |
2012-03-22 | rtl::bootstap: rename filename parameter to contain "uri" | Will Thompson | |
2012-03-22 | annoying PATHES->PATHS typos | Caolán McNamara | |
2012-03-22 | n#750258: removed strange non-wrapping condition | Cédric Bosdonnat | |
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 | Revert "make text wrapping work in headers/footers too (fdo#39155)" | Cédric Bosdonnat | |
This reverts commit e2a8fb0427e6b33a0fd3873bb7e077a6e5da8ebb. 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 | MinGW: work around newly ambiguous boost::bind calls with GCC 4.6 | Stephan Bergmann | |
2012-03-22 | Revert "fix debug build" | Fridrich Štrba | |
This reverts commit 0589dd3fb5c5bf2fdcdbccfab31fbe26c0a9727d. Given the find above, this assert will never be triggered anyway | |||
2012-03-22 | Revert "AC_PROG_GREP (I'm pedantic, am I not?)" - XCode 2.5.x doesn't know it | Christian Lohmaier | |
This reverts commit 4762788eb4ab7f2278861aaf9b9d6d665db61310. | |||
2012-03-22 | Make SAL_CALL placement work with both MinGW and MSVC | Stephan Bergmann | |
2012-03-22 | over-engineered thread-safe static OUString | Caolán McNamara | |
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 | confirmed that tests pass on windows | Caolán McNamara | |
2012-03-22 | testtool is gone these days | Caolán McNamara | |
2012-03-22 | WaE: ignoring lockf return value | Caolán McNamara | |
2012-03-22 | WaE: ignoring return value of 'fwrite' | Caolán McNamara | |
2012-03-22 | WaE: ignoring return value of 'fwrite' | Caolán McNamara | |
2012-03-22 | removed duplicate includes in sc | Takeshi Abe | |
2012-03-22 | Convert SVARRAY SORT into STL set | Bartosz Kosiorek | |
2012-03-22 | n#751054 fix VML import of absolutely positioned pictures | Miklos Vajna | |
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 | Look for properly registered windows sdks instead for random version numbers | Fridrich Štrba | |
2012-03-22 | MinGW apparently needs to be forced into __cdecl | Stephan Bergmann | |
...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). |