summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-04dr78: #i109800# SHEET record may not point to BOF but to anyDaniel Rentz [dr]4-65/+101
2012-12-04calc66: #i75279# improved accuracy of BINOMDIST; patch from ReginaEike Rathke [er]2-141/+113
2012-12-04calc66: in ADDRESS function handle sheet name of external documentEike Rathke [er]4-30/+58
2012-12-04calc66: #i113183# in SUMIF and COUNTIF external references treat numeric stri...Eike Rathke [er]1-3/+26
2012-12-04calc66: #i117315# round-down single row height values in GetScaledRowHeightNiklas Nebel1-2/+16
2012-12-04calc66: #i112034# also use correct sheet for clip paramNiklas Nebel1-2/+3
2012-12-04mib19: #163566# do not throw assertion if container is not availableChristian Lippka1-1/+2
2012-12-04dr78: remove unused memberNiklas Nebel2-3/+0
2012-12-04calc66: #i114511# don't count cursor movement or clipboard copyNiklas Nebel3-6/+12
2012-12-04calc66: use correct sheet for clip param also in MoveBlock, PasteDataFormat (...Niklas Nebel2-2/+2
2012-12-04dr78: #164376# oox import performance: step 2 - move every access to XCellDaniel Rentz [dr]1-27/+51
2012-12-04calcvba: #164410# improve VBA compatibility implementation in various areas:Daniel Rentz [dr]13-207/+172
2012-12-04dr78: #i96587# remove ScAnnotationShapeObj class, use generic ScShapeObjDaniel Rentz [dr]4-679/+81
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]5-24/+74
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]3-2/+15
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]3-17/+37
2012-12-04dr80: #i117511# removed one more assertionDaniel Rentz [dr]1-1/+1
2012-12-04dr80: #i117392# initialize VBAGlobals object if single Basic module is in VBA...Daniel Rentz [dr]1-2/+2
2012-12-04mac gcc 4.0.1 does not support __attribute((warn_unused_result)) very wellNorbert Thiebaud1-1/+1
2012-12-04fix python3 build on SLED11Luboš Luňák2-0/+12
2012-12-04API CHANGE: remove com.sun.star.text.DocumentIndexFormatMichael Stahl3-72/+0
2012-12-04API CHANGE: remove com.sun.star.text.LineNumberingSettingsMichael Stahl3-93/+0
2012-12-04i#25473: this was fixed by previous commit, so enable...Michael Stahl5-8/+4
2012-12-04SwXStyle::getPropertySetInfo: split world's stupidest staticMichael Stahl1-3/+6
2012-12-04SwXStyle::getPropertyDefaults: handle non-itemset based properties:Michael Stahl2-1/+8
2012-12-03one more strange mingw string problemLuboš Luňák1-1/+1
2012-12-03Updated coreAndras Timar1-0/+0
2012-12-03workaround for a strange mingw problem caused by fast string operator+Luboš Luňák1-1/+2
2012-12-03Oops I didn't mean to change this.Kohei Yoshida1-1/+1
2012-12-03Use mdds::flag_segment_tree to store column flags/widths.Kohei Yoshida2-24/+64
2012-12-03fix build with fast string operator+Luboš Luňák1-1/+1
2012-12-03Related: fdo#57515 Crash when creating a Table of ContentsJulien Nabet1-3/+6
2012-12-03Updated coreAndras Timar1-0/+0
2012-12-03pywizards: handle exceptionXisco Fauli1-3/+6
2012-12-03hide the manage cond format dialog when opening the cond format dlgMarkus Mohrhard2-5/+7
2012-12-03workaround strange crash in dynamically created ref edit fieldsMarkus Mohrhard1-2/+2
2012-12-03WaE: BaseReference::_pInterface may be used uninitialized in this functionTor Lillqvist1-1/+2
2012-12-03make the Add and the Edit button work againMarkus Mohrhard3-14/+24
2012-12-03use the new possibility as modal dialogMarkus Mohrhard3-38/+12
2012-12-03forgot to remove the ref mode after closing the dialogMarkus Mohrhard1-0/+3
2012-12-03should call Execute in the right placeMarkus Mohrhard1-1/+1
2012-12-03SwXDocumentIndex: implement css.util.XRefreshableMichael Stahl5-16/+241
2012-12-03fdo#43901 & fdo#42577 RTL tollbars mirroring & fdo#56412Abdulmajeed Al-Abaulrazzaq1-1/+1
2012-12-03accidently rolled back dictionariesMiklos Vajna1-0/+0
2012-12-03fix capacity in stringbuffersLuboš Luňák2-4/+6
2012-12-03avoid unused warning in non-debug modeLuboš Luňák1-1/+1
2012-12-03there should be no support for OString in AnyLuboš Luňák1-20/+0
2012-12-03assert on strange lengths of string literalsLuboš Luňák8-9/+54
2012-12-03make sure fast string operator+ is used only by LO codeLuboš Luňák2-3/+6
2012-12-03fixes for where fast string operator+ is not perfectly source compatibleLuboš Luňák25-79/+76