summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-29typos in UIAndras Timar2-2/+2
2013-11-29GPU Calc: fix compilation failuresI-Jui (Ray) Sung1-10/+11
2013-11-29GPU Calc: do not direclty inline constants coming from data cellsI-Jui (Ray) Sung1-9/+24
2013-11-29GPU Calc: WaE fixes.Michael Meeks1-2/+5
2013-11-29GPU Calc: reflect the true cost of InterpretTail more accurately.Michael Meeks1-0/+8
2013-11-29GPU Calc - disable printf console debugging.Michael Meeks1-2/+2
2013-11-29GPU Calc: NULL scores are really very high, it's an inverse scale.Michael Meeks1-1/+1
2013-11-29only call switchOpenCLDevice only onceMarkus Mohrhard1-4/+8
2013-11-29GPU Calc: Avoid dereferencing null 'score' field in some cases.Michael Meeks1-6/+13
2013-11-28Remove UTF-8 comment.Tomofumi Yagi1-1/+1
2013-11-28put CJK/CTL .xcds into instdirDavid Tardon2-0/+18
2013-11-28winaccessibility: improve GenerateNewResId()Michael Stahl2-22/+10
2013-11-28winaccessibility: remove GetXAccByAccObj()Michael Stahl4-24/+4
2013-11-28winaccessibility: remove AccEventListener::m_isDisposedMichael Stahl2-7/+0
2013-11-28winaccessibility: use uno::Reference in AccEventListenerMichael Stahl14-183/+172
2013-11-28winaccessibility: use rtl::Reference for listener lifecycleMichael Stahl4-50/+41
2013-11-28winaccessibility: actually the member is unused, remove itMichael Stahl4-8/+0
2013-11-28winaccessibility: don't store XAccessible* in AccDescendant...ListenerMichael Stahl4-6/+8
2013-11-28winaccessibility: why delayload the dlls?Michael Stahl1-3/+0
2013-11-28winaccessibility: README already outdatedMichael Stahl1-7/+2
2013-11-28winaccessibility: remove all Registry content/registration codeMichael Stahl34-552/+13
2013-11-28winaccessibility: remove obsolete act.hxxMichael Stahl6-76/+0
2013-11-28Clear the data cache here as well.libreoffice-4-2-milestone-2Kohei Yoshida1-0/+1
2013-11-28Clear column data cache here too.Kohei Yoshida1-0/+1
2013-11-27Crasher fix. Check for NULL.Kohei Yoshida1-1/+1
2013-11-27Clear the cache here too.Kohei Yoshida1-0/+4
2013-11-27Not a good idea. This makes group calculation 5 times slower.Kohei Yoshida1-14/+0
2013-11-27Don't forget to broadcast to chart objects.Kohei Yoshida1-0/+2
2013-11-27Broadcast changes on undo / redo of cell range deletion.Kohei Yoshida3-0/+26
2013-11-27Change these parameters.Kohei Yoshida1-2/+2
2013-11-28added unit test for horizontal MATCH, fdo#71589Eike Rathke1-1/+47
2013-11-27GPU Calc: using intrinsic isnan() to improve performance and compilation timeI-Jui (Ray) Sung1-1/+1
2013-11-27Clear column data array cache when the document content changes.Kohei Yoshida4-0/+25
2013-11-27GPU Calc: fix typo in NAN macroI-Jui (Ray) Sung1-1/+1
2013-11-27GPU Calc: fix compilation failure on Windows due to missing NAN macroI-Jui (Ray) Sung1-0/+8
2013-11-28winaccessibility: remove ActivateActContext callsMichael Stahl5-18/+0
2013-11-28macro "MULTI_THREAD_SHEET_PARSING" is not used [-Werror=unused-macros]Eike Rathke1-2/+0
2013-11-28resolved fdo#71589 reimplemented horizontal range lookupEike Rathke4-3/+107
2013-11-27GPU Calc: fix regression caused by recent isValid() changeI-Jui (Ray) Sung2-15/+66
2013-11-28iterating through all cells is not a good idea, fdo#71934Markus Mohrhard7-25/+65
2013-11-28checking every cell on a sheet is expensive, related fdo#71934Markus Mohrhard5-16/+33
2013-11-27fdo#70499 selectn of lock/unlocked cells with worksheet protection reversedNoel Power3-32/+32
2013-11-27We shouldn't check isValid() here.Kohei Yoshida1-6/+6
2013-11-27no need to escape tilde in glade dialogsChristian Lohmaier1-1/+1
2013-11-27forms: avoid deadlock when setting FontControlModel propertiesMichael Stahl5-60/+96
2013-11-27FontControlModel::convertFastPropertyValue: fix bad cast of KerningMichael Stahl1-1/+1
2013-11-27Move recalc on-load to after ScDocumentImport::finalize().Kohei Yoshida2-46/+62
2013-11-27Re-group formula cells before we do recalc on load (for xlsx).Kohei Yoshida1-0/+1
2013-11-27binaryurp: silently ignore superfluous MUSTREPLY/SYNCHRONOUS flagsStephan Bergmann1-6/+4
2013-11-27cairo canvas: Line dashing size depends on the line width.Jan Holesovsky1-1/+1