summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2015-05-20Those #define-s are still usedKatarina Behrens1-0/+4
2015-05-20tdf#91126: Enable click-on-column-header sortingKatarina Behrens1-7/+3
2015-05-20tweak to try and silence coverityCaolán McNamara1-1/+1
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin6-8/+8
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin4-15/+15
2015-05-20convert GRID constants to scoped enumNoel Grandin2-4/+4
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin2-2/+2
2015-05-20forgot to include that partMarkus Mohrhard1-2/+3
2015-05-20better algorithm for OOXML column width import, tdf#91267Markus Mohrhard1-1/+22
2015-05-19Typo: SetCharAttriutes->SetCharAttributesJulien Nabet3-3/+3
2015-05-19draw Note mark before text for correct ZOrder tdf#89182Laurent Godard1-5/+5
2015-05-19tdf#91364 - fix data-pilot and auto-filter popup lifecycle.Michael Meeks2-1/+3
2015-05-19fix Windows buildNoel Grandin1-1/+1
2015-05-19remove the last of the OUString #defines in header filesNoel Grandin3-7/+7
2015-05-19sc: simplify code by replacing std::find_if with std::any_ofTakeshi Abe9-40/+21
2015-05-19coverity#1298900, init memberMarkus Mohrhard1-0/+1
2015-05-19don't use default style as parent for OOXML cond format style, tdf#91335Markus Mohrhard2-2/+10
2015-05-19use XL_A1 as ref string syntax for excel produced documentsMarkus Mohrhard1-0/+20
2015-05-19replace import with direct ScCompiler calls, related tdf#91367Markus Mohrhard2-4/+18
2015-05-18render vertically merged cells togetherMarkus Mohrhard1-3/+20
2015-05-18callcatcher: update unused codeCaolán McNamara5-105/+3
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl2-9/+9
2015-05-17a few more databar length fixesMarkus Mohrhard1-4/+4
2015-05-17more databar length bugs fixedMarkus Mohrhard1-2/+4
2015-05-17extract code into own methodMarkus Mohrhard1-1/+1
2015-05-17another databar length calculation bugMarkus Mohrhard1-0/+2
2015-05-17fix more conditional format crashes, tdf#90982Markus Mohrhard1-0/+4
2015-05-17fix incorrect databar length calculationMarkus Mohrhard1-11/+8
2015-05-17little refactoring in databar codeMarkus Mohrhard1-48/+46
2015-05-17don't use alpha for now in cond format OOXML colorsMarkus Mohrhard1-2/+3
2015-05-17tabbar: use a button for adding of tabs, move button before tabsTomaž Vajngerl2-22/+20
2015-05-16Spelling: smilies → smileysAdolfo Jayme Barrientos1-2/+2
2015-05-16getCurrentSheetIndex should not be used anymoreMarkus Mohrhard1-2/+2
2015-05-16fix sheet into which we insert extLst cond formatsMarkus Mohrhard2-1/+8
2015-05-16fix import for extlst entriesMarkus Mohrhard3-40/+91
2015-05-16rename classMarkus Mohrhard3-21/+21
2015-05-16export iconSet to extLstMarkus Mohrhard4-63/+300
2015-05-16add missing OOXML icon sets, tdf#69095Markus Mohrhard2-1/+24
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini2-2/+2
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin3-3/+3
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-1/+1
2015-05-15import cusotm icon set collections from OOXMLMarkus Mohrhard3-9/+34
2015-05-15support custom iconSet collectionsMarkus Mohrhard1-2/+19
2015-05-15support iconSets in extLst entriesMarkus Mohrhard6-46/+248
2015-05-15refactor ScTabSplitter to use RenderContextTomaž Vajngerl1-29/+30
2015-05-15refacotr ScCornerButton to use RenderContextTomaž Vajngerl1-26/+26
2015-05-15refactor AutoFmtPreview to use RenderContextTomaž Vajngerl2-218/+207
2015-05-15refactor ScMenuFloatingWindow to use RenderContextTomaž Vajngerl2-86/+88
2015-05-15refactor ScZoomSliderControl to use RenderContextTomaž Vajngerl2-66/+66
2015-05-15move Resize code to Paint for ScTextWndTomaž Vajngerl1-8/+5