summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-03More x64 MSVC fixesTor Lillqvist1-6/+5
2012-11-03Command line warning D9035 : option 'o' has been deprecatedTor Lillqvist1-0/+12
2012-11-03Experimental, work in progress, 64-bit MSVC build setupTor Lillqvist4-697/+796
2012-11-0364-bit Windows build modificationsTor Lillqvist1-8/+20
2012-11-03Add --msvc-copy-dlls-64 optionTor Lillqvist1-14/+22
2012-11-03Don't bother with dbghelp and gdiplus when building 64-bitTor Lillqvist1-1/+1
2012-11-03if/else placementLuboš Luňák1-10/+6
2012-11-03fdo#53070 add complete unit testDavid Ostrovsky4-0/+211
2012-11-03msvc can't handle #if inside macro argumentsLuboš Luňák1-3/+1
2012-11-03Don't look for a x64 compiler separately if we are building with itTor Lillqvist1-20/+22
2012-11-03WaE: unused parameterTor Lillqvist1-0/+7
2012-11-03isfinite() is hard to get rightTor Lillqvist1-1/+11
2012-11-03sal_Bool to boolTakeshi Abe16-55/+55
2012-11-03make it staticTakeshi Abe1-2/+2
2012-11-03fdo#53070 fix access violationDavid Ostrovsky1-2/+1
2012-11-03 escape quotes, unescape double escaped quotes fdo#56648Andras Timar1-2/+4
2012-11-03librsvg: selectively export symbols we needMatúš Kukan1-2/+7
2012-11-03these have been converted; use _tarball variablesMatúš Kukan6-14/+12
2012-11-02remove dmake files from more_fonts moduleAndras Timar6-356/+0
2012-11-02More methods that can be marked const.Kohei Yoshida5-67/+72
2012-11-02Mark these methods const.Kohei Yoshida5-13/+16
2012-11-02Related: fdo#56473 IDE: Crash when inserting a simple macroJulien Nabet1-2/+2
2012-11-02Try to use isfinite() for iOSTor Lillqvist1-0/+2
2012-11-02Fix bug 50931 : Cannot import HTML <br/> and <hr/>Louis Possoz1-1/+1
2012-11-02Set initial focus to the check list box.Kohei Yoshida1-0/+1
2012-11-02Enable "type-ahead" search in the check list box in the autofilter popup.Kohei Yoshida1-0/+3
2012-11-02Launch pop-up right-aligned in case the cell is wider than the popup.Kohei Yoshida1-1/+11
2012-11-02Fix crash during polygon handle travelling.Thorsten Behrens2-4/+4
2012-11-02change std::clog debug output to SAL_INFO, so that it can be turned offLuboš Luňák7-148/+56
2012-11-02Correctly handle cell note shifting when immediate row/column is deleted.Kohei Yoshida1-4/+12
2012-11-02More test cases for cell notes that currently fail.Kohei Yoshida1-1/+11
2012-11-02tidy dialog a bitCaolán McNamara9-395/+272
2012-11-02WIP: first stab at converting the insert-row dialogPhilipp Kaluza4-23/+252
2012-11-02Fix incorrect shifting of cell notes upon cell insertion / deletion.Kohei Yoshida1-2/+8
2012-11-02Added comment for the note test code & added test for new scenario.Kohei Yoshida1-6/+18
2012-11-02A little more check won't hurt...Kohei Yoshida1-0/+2
2012-11-02connectivity: port ado driver to new OColumn, tooLionel Elie Mamane2-2/+2
2012-11-02janitorial: spacingLionel Elie Mamane1-2/+2
2012-11-02fix unique/duplicate cond format export to ooxmlMarkus Mohrhard1-0/+4
2012-11-02fix duplicate/unique cond format import from ooxmlMarkus Mohrhard1-3/+12
2012-11-02start exporting the new cond formats to ooxmlMarkus Mohrhard1-3/+15
2012-11-02warn when trying to export a conditional format that is not supportedMarkus Mohrhard1-0/+2
2012-11-02also add the new conditional formats to the manage cond format dlgMarkus Mohrhard3-2/+46
2012-11-02add the new conditional formats to the dialogMarkus Mohrhard2-0/+42
2012-11-02this case should never happen, use assert to be sureMarkus Mohrhard1-0/+1
2012-11-02we don't need to pass this parameterMarkus Mohrhard2-34/+33
2012-11-02implement the above/below average import from ooxmlMarkus Mohrhard1-4/+17
2012-11-02implement above/below average conditional formatMarkus Mohrhard2-0/+46
2012-11-02implement ooxml import for new conditional formatsMarkus Mohrhard1-3/+23
2012-11-02implement top/bottom n percentMarkus Mohrhard2-2/+55