summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)AuthorFilesLines
2014-08-11Return to pixRect in Paint.feature/calctiledrendering_altAndrzej Hunt1-7/+5
2014-08-11Move variable definition closer to point of use.Andrzej Hunt1-4/+4
2014-08-11Return logic units for GetMergeSizePixel too.Andrzej Hunt1-3/+4
2014-08-11Use correct scalings for col/row-bar text too.Andrzej Hunt1-8/+2
2014-08-11Use late conversions for col/row-bars too.Andrzej Hunt2-28/+114
2014-08-11Remove bad check.Andrzej Hunt1-10/+0
2014-08-11DON'T MERGE: more work needed.Andrzej Hunt1-5/+8
2014-08-11Use OutputDevice scaling for column-/rowbars too.Andrzej Hunt3-27/+74
2014-08-11Pass PaintMapMode through to DrawGrid/DrawBackground.Andrzej Hunt6-32/+59
2014-08-11Ensure we actually render all cells in the selected area.Andrzej Hunt1-0/+4
2014-08-11Take into account drawing layer for data area size.Andrzej Hunt1-2/+18
2014-08-11Use output device mapping for draw layer too.Andrzej Hunt1-1/+3
2014-08-11Set correct scaling for normal painting.Andrzej Hunt1-0/+6
2014-08-11Use output device scaling to determine cells in draw-area.Andrzej Hunt1-11/+12
2014-08-11Don't scale grid and cell dimensions multiple times.Andrzej Hunt2-24/+37
2014-08-08Implement data area size retrieval.Andrzej Hunt3-4/+49
2014-08-08Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt2-7/+14
2014-08-08Calc: Add tiled rendering device to the paint view.Andrzej Hunt1-0/+13
2014-08-08Render tiles from calc.Andrzej Hunt3-14/+32
2014-08-07coverity#706946 Uncaught exceptionCaolán McNamara1-3/+28
2014-08-07coverity#735805 Explicit null dereferencedCaolán McNamara1-4/+9
2014-08-07coverity#1158491 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-08-07fdo#82241 fix autocompletion for calc functions withWinfried Donkers1-5/+6
2014-08-06RID_SCDLG_CONFLICTS conversion to .uiSzymon Kłos4-248/+75
2014-08-06Related fdo#69006: Reintroduce some height calculation back.Jan Holesovsky1-3/+2
2014-08-05handle autocomplete with dot in formula name, fdo#80058Markus Mohrhard1-0/+28
2014-08-05use a anonymous namespace and sane function namesMarkus Mohrhard1-3/+7
2014-08-04Convert RID_SCDLG_DPSHOWDETAIL to .uiPalenik Mihály3-69/+15
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann2-9/+9
2014-07-31fdo#78555: Oopsy.Kohei Yoshida1-24/+4
2014-07-31fdo#78555: Retain formula results when moving a range of cells.Kohei Yoshida2-14/+63
2014-07-30the dialog hierarchy changed iwith the ui format, fdo#81867Markus Mohrhard4-34/+42
2014-07-30fix wrong calculation for text size, fdo#81499Markus Mohrhard2-14/+14
2014-07-29fdo#80846: Get the parameter order right.Kohei Yoshida1-1/+1
2014-07-29Bring this logic from ScViewFaunc::DeleteContents to ScDocFunc's.Kohei Yoshida1-3/+31
2014-07-29Revert "it makes no sense to use the second column as well, fdo#81499"Kohei Yoshida2-3/+7
2014-07-29Remove some unused codeMarcos Paulo de Souza2-9/+0
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann1-1/+1
2014-07-28fdo#79578: Properly update formulas upon change in db collection.Kohei Yoshida8-20/+20
2014-07-28Move this fucntion to ScDBDocFunc.Kohei Yoshida5-49/+47
2014-07-27Dead declarationMaxim Monastirsky1-3/+0
2014-07-26coverity#704706 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-07-26coverity#704702 Dereference after null checkCaolán McNamara1-1/+1
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin6-10/+10
2014-07-24fix coding styleMarkus Mohrhard1-6/+7
2014-07-24avoid static variablesxukai2-1/+19
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin1-1/+1
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard3-0/+32
2014-07-22callcatcher: update unused codeCaolán McNamara2-14/+0
2014-07-20it makes no sense to use the second column as well, fdo#81499Markus Mohrhard2-7/+3