Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-28 | we don't want any of these to be streamed out/in as 64bit values | Caolán McNamara | |
2012-02-28 | bnc#520828: Correctly import fields with same name in excel's pivot tables. | Kohei Yoshida | |
We just need to append '2' on the 2nd field with identical name, not '1'. This alone fixes the import problem. | |||
2012-02-29 | Drop comparison with empty rtl::OUString | Takeshi Abe | |
2012-02-28 | we don't want \'longs\' here | Caolán McNamara | |
2012-02-28 | log some more useful information on invalid sprms | Caolán McNamara | |
2012-02-28 | Make sure osl_openFile is called with an absolute URL | Stephan Bergmann | |
2012-02-28 | fixed crashes due to transition from Table to std::map | Eike Rathke | |
Old code used Table Seek/Next followed by GetCurKey() that returned -1 (or some such? anyway) if after the last element, comparing with another key. Replacement code did not check for valid iterators. Crash happened when changing the locale within the number formatter and obtaining the default currency format. May also have happened when changing the default locale and documents using a number formatter were open. | |||
2012-02-28 | fdo#46411 added [pjt-AU] Pitjantjatjara locale data | Eike Rathke | |
2012-02-28 | build.pl: add a warning about the cost of: make tail_build.clean | Michael Meeks | |
2012-02-28 | Translate German comments and fix some whitespace | Philipp Weissenbacher | |
2012-02-28 | Better error message | Stephan Bergmann | |
2012-02-28 | Reduced duplicate code (simian) / vcl/generic/print/glyphset.cxx | Christina Rossmanith | |
2012-02-28 | Prevent crash of helpex.exe | Andras Timar | |
2012-02-28 | Remove unused code in BiffInputStream. | Santiago Martinez | |
2012-02-28 | Remove unused code in BiffObjLineModel. | Santiago Martinez | |
2012-02-28 | lp#562027: fix logout with quickstarter | Bjoern Michaelsen | |
2012-02-28 | some fancy new SAL_LOG tracing for sfx2 | Bjoern Michaelsen | |
2012-02-28 | some fancy new SAL_LOG tracing for framework | Bjoern Michaelsen | |
2012-02-28 | move vcl session management to fancy new SAL_LOG tracing | Bjoern Michaelsen | |
2012-02-28 | German Comments translations. | Albert Thuswaldner | |
2012-02-28 | fdo#45023 UI fix on PDF export dialog | Andras Timar | |
2012-02-28 | fix windows build | Caolán McNamara | |
2012-02-28 | convert some low hanging fruit | Caolán McNamara | |
2012-02-28 | callcatcher: remove newly unused methods and update list | Caolán McNamara | |
2012-02-28 | use read_uInt16s_ToOUString instead of hand-crafted loop | Caolán McNamara | |
2012-02-28 | use read_uInt16s_ToOUString instead of hand-crafted loop | Caolán McNamara | |
2012-02-28 | replace AllocBuffer in ww8 filter | Caolán McNamara | |
2012-02-28 | SfxStyleSheet needs a default ctor | Caolán McNamara | |
due to use of ImplInheritanceHelper2 SfxStyleSheet needs a default ctor, though its never called. rearrange things a little so we can have an empty ctor without pulling in a bunch of code which is never executed | |||
2012-02-28 | PolyPolygonStrokeArrowPrimitive2D cannot be instantiated | Caolán McNamara | |
2012-02-28 | WaE: unused variable | Caolán McNamara | |
2012-02-28 | remove dangling legacy binary-compatible between-milestons temp hack nonsense | Caolán McNamara | |
2012-02-28 | fix behaviour of propex tool on Windows | Andras Timar | |
2012-02-28 | RTFFrame::getSprms: use SAL_N_ELEMENTS() | Miklos Vajna | |
2012-02-27 | Consolidate code that insert new dimensions. | Kohei Yoshida | |
To make it easier to keep track of who inserts new dimensions. | |||
2012-02-27 | Correctly import ref type (aka display type) of data fields. | Kohei Yoshida | |
2012-02-27 | Import field as hidden field only when the axes type is 0. | Kohei Yoshida | |
The old code would import data axis as hidden field too which makes no sense & generates unnecessary duplicate field for legitimate data field. | |||
2012-02-27 | Fix exporting pivot tables to xls esp wrt exporting duplicate data fields. | Kohei Yoshida | |
2012-02-27 | Removed dead code | Marc-André Laverdière-Papineau | |
* Removed unused SvInplaceEdit | |||
2012-02-27 | Removed dead code | Marc-André Laverdière-Papineau | |
Deleted: SvFileStream::UnlockFile() | |||
2012-02-28 | Some more work for --disable-database-connectivity | Riccardo Magliocchetti | |
2012-02-28 | writerperfect depends on libwp[dgs], libcdr and libvisio | Tor Lillqvist | |
Don't try to build libraries that depend on libraries we don't have. | |||
2012-02-28 | libvisio depends on the LGPL libwpd and libwpg so bypass on iOS then | Tor Lillqvist | |
2012-02-27 | Deduplication of aSfxInt16Item_Impl only for iOS | Tor Lillqvist | |
2012-02-27 | fix icecc compile in ubuntu | Fernando Governatore | |
In ubuntu the GCC_HOME of icecc is in /usr/lib/icecc | |||
2012-02-27 | add convwatch.py | Michael Stahl | |
2012-02-27 | cppu: JobQueue::enter: add mutex guards for m_nToDo | Michael Stahl | |
Considered replacing it with oslInterlockedCount, but wondered why there is no osl_getInterlockedCount (similar to glib's g_atomic_int_get)... | |||
2012-02-27 | fdo#46678: tweak SfxBaseModel::getSomething: | Michael Stahl | |
Lock the SolarMutex only when necessary. This is a workaround that just happens to make the deadlock go away for me. This being called from pyuno is wasteful anyway, but apparently there is no way to determine whether a uno::Reference points at something local to the process. | |||
2012-02-27 | SfxItemPool: replace deque with vector for SfxPoolItem array | Michael Stahl | |
Yields measurable speedup on load/store of large documents, wonder where the equivalent patch i committed long time ago to OOo went... | |||
2012-02-27 | solenv/gdb: fix Emacs modelines | Michael Stahl | |
2012-02-27 | SwSectionFrm: initialised members are happy members | Michael Stahl | |
Valgrind complained about uninitialised use in SwSectionFrm::_CheckClipping (sectfrm.cxx:1111). |