Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
2012-02-27 | SwRootFrm::~SwRootFrm: refactor: | Michael Stahl | |
Since CWS swlayoutrefactoring the SwRootFrms are destroyed with SwDoc::IsInDtor not set. This can cause at least reads of freed SwRootFrm members when executing the dtors of SwRootFrm base class SwLayoutFrm calling into SwRootFrm::GetPageAtPos. Prevent this scenario by: - moving the implementation of SwRootFrm base class dtors to new methods SwFrm::Destroy and SwLayoutFrm::Destroy - calling SwFrm::Destroy and SwLayoutFrm::Destroy explicitly before SwRootFrm members are freed | |||
2012-02-27 | Fixed up several issues with the new formula options handler. | Kohei Yoshida | |
2012-02-27 | Translate comments to German and fix some whitespace | Philipp Weissenbacher | |
2012-02-27 | Writer/Options: Move Comments 10 units up | Stefan Knorr (astron) | |
2012-02-27 | Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShell | Albert Thuswaldner | |
2012-02-27 | Moving misplaced Formula options from ScDocOptions to ScAppOptions | Albert Thuswaldner | |
2012-02-28 | Avoid temporary rtl::OUString | Takeshi Abe | |
in scripting / sdext / starmath / stoc / svtools / svx | |||
2012-02-27 | fdo44516 cleanup of direct use of color in code | Winfried Donkers | |
2012-02-27 | fdo#46531: Fixed SpellCheck dialog display issues | Cédric Bosdonnat | |
More robust, handling of the explanations message and link display. | |||
2012-02-27 | fdo#46438 - add ctrl-g / ctrl-shift-g binding for find again fwd/back | Cameron Paul | |
2012-02-27 | libcdr depends on libwpd and libwpg so don't use it either on iOS then | Tor Lillqvist | |
2012-02-27 | $_os is "iOS" for iOS, not "IOS" | Tor Lillqvist | |
2012-02-27 | Typo | Stephan Bergmann | |
2012-02-27 | Make localize follow clone/* instead of symlinks | Stephan Bergmann | |
...so that it works on Windows. | |||
2012-02-27 | Add --disable-extensions switch for future implementation | Tor Lillqvist | |
2012-02-27 | s/interpreters/scripting/ | Tor Lillqvist | |
2012-02-27 | CRLF to LF, no code changed | Korrawit Pruegsanusak | |
2012-02-27 | some doxygen warnings cleanup | Korrawit Pruegsanusak | |
2012-02-27 | Removed unused code. | Bartolomé Sánchez Salado | |
2012-02-27 | android: remove obsolete sourcing of Env.Host.sh advice | Michael Meeks | |
2012-02-27 | Fix build (few missing {'s in the translations). | Jan Holesovsky | |
2012-02-27 | translate german comments | Nicolas Christener | |
2012-02-27 | translate german comments | Nicolas Christener | |