summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-28callcatcher: remove newly unused methods and update listCaolán McNamara
2012-02-28use read_uInt16s_ToOUString instead of hand-crafted loopCaolán McNamara
2012-02-28use read_uInt16s_ToOUString instead of hand-crafted loopCaolán McNamara
2012-02-28replace AllocBuffer in ww8 filterCaolán McNamara
2012-02-28SfxStyleSheet needs a default ctorCaolá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-28PolyPolygonStrokeArrowPrimitive2D cannot be instantiatedCaolán McNamara
2012-02-28WaE: unused variableCaolán McNamara
2012-02-28remove dangling legacy binary-compatible between-milestons temp hack nonsenseCaolán McNamara
2012-02-28fix behaviour of propex tool on WindowsAndras Timar
2012-02-28RTFFrame::getSprms: use SAL_N_ELEMENTS()Miklos Vajna
2012-02-27Consolidate code that insert new dimensions.Kohei Yoshida
To make it easier to keep track of who inserts new dimensions.
2012-02-27Correctly import ref type (aka display type) of data fields.Kohei Yoshida
2012-02-27Import 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-27Fix exporting pivot tables to xls esp wrt exporting duplicate data fields.Kohei Yoshida
2012-02-27Removed dead codeMarc-André Laverdière-Papineau
* Removed unused SvInplaceEdit
2012-02-27Removed dead codeMarc-André Laverdière-Papineau
Deleted: SvFileStream::UnlockFile()
2012-02-28Some more work for --disable-database-connectivityRiccardo Magliocchetti
2012-02-28writerperfect depends on libwp[dgs], libcdr and libvisioTor Lillqvist
Don't try to build libraries that depend on libraries we don't have.
2012-02-28libvisio depends on the LGPL libwpd and libwpg so bypass on iOS thenTor Lillqvist
2012-02-27Deduplication of aSfxInt16Item_Impl only for iOSTor Lillqvist
2012-02-27fix icecc compile in ubuntuFernando Governatore
In ubuntu the GCC_HOME of icecc is in /usr/lib/icecc
2012-02-27add convwatch.pyMichael Stahl
2012-02-27cppu: JobQueue::enter: add mutex guards for m_nToDoMichael Stahl
Considered replacing it with oslInterlockedCount, but wondered why there is no osl_getInterlockedCount (similar to glib's g_atomic_int_get)...
2012-02-27fdo#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-27SfxItemPool: replace deque with vector for SfxPoolItem arrayMichael 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-27solenv/gdb: fix Emacs modelinesMichael Stahl
2012-02-27SwSectionFrm: initialised members are happy membersMichael Stahl
Valgrind complained about uninitialised use in SwSectionFrm::_CheckClipping (sectfrm.cxx:1111).
2012-02-27SwRootFrm::~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-27Fixed up several issues with the new formula options handler.Kohei Yoshida
2012-02-27Translate comments to German and fix some whitespacePhilipp Weissenbacher
2012-02-27Writer/Options: Move Comments 10 units upStefan Knorr (astron)
2012-02-27Splitting ScDocument::SetDocOptions, moved new SetFormulaOptions to ScDocShellAlbert Thuswaldner
2012-02-27Moving misplaced Formula options from ScDocOptions to ScAppOptionsAlbert Thuswaldner
2012-02-28Avoid temporary rtl::OUStringTakeshi Abe
in scripting / sdext / starmath / stoc / svtools / svx
2012-02-27fdo44516 cleanup of direct use of color in codeWinfried Donkers
2012-02-27fdo#46531: Fixed SpellCheck dialog display issuesCédric Bosdonnat
More robust, handling of the explanations message and link display.
2012-02-27fdo#46438 - add ctrl-g / ctrl-shift-g binding for find again fwd/backCameron Paul
2012-02-27libcdr depends on libwpd and libwpg so don't use it either on iOS thenTor Lillqvist
2012-02-27$_os is "iOS" for iOS, not "IOS"Tor Lillqvist
2012-02-27TypoStephan Bergmann
2012-02-27Make localize follow clone/* instead of symlinksStephan Bergmann
...so that it works on Windows.
2012-02-27Add --disable-extensions switch for future implementationTor Lillqvist
2012-02-27s/interpreters/scripting/Tor Lillqvist
2012-02-27CRLF to LF, no code changedKorrawit Pruegsanusak
2012-02-27some doxygen warnings cleanupKorrawit Pruegsanusak
2012-02-27Removed unused code.Bartolomé Sánchez Salado
2012-02-27android: remove obsolete sourcing of Env.Host.sh adviceMichael Meeks
2012-02-27Fix build (few missing {'s in the translations).Jan Holesovsky
2012-02-27translate german commentsNicolas Christener
2012-02-27translate german commentsNicolas Christener