summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
AgeCommit message (Expand)AuthorFilesLines
2014-08-30Use Twips for OutputData as much as possible too.Andrzej Hunt1-5/+19
2014-08-30Kill use of PPT for DrawEditParam.Andrzej Hunt1-3/+8
2014-08-30Add logic/pixel conversion wrappers to ScOutputData.Andrzej Hunt1-0/+38
2014-08-30Replace AddPixelsWhile with Twips equivalent.Andrzej Hunt1-6/+4
2014-08-30Allow PaintMapMode retrieval.Andrzej Hunt1-0/+2
2014-08-30Conversions should be const.Andrzej Hunt1-4/+4
2014-08-30Implement some Logic/Pixel conversion functions for ScViewData.Andrzej Hunt1-0/+6
2014-08-30Use MapMode instead of nPPTX/nPPTY.Andrzej Hunt1-0/+1
2014-08-30ScOutputData needs ScViewData for scaling.Andrzej Hunt1-0/+7
2014-08-30Make nPrtToScreenFactor and GetOutputFactor fractions.Andrzej Hunt1-2/+2
2014-08-30ScViewData::GetActiveWin can be const.Andrzej Hunt1-1/+1
2014-08-30Allow overriding limits for SetZoom for Tiled Rendering.Andrzej Hunt1-2/+7
2014-08-30aScrSize should be mutable.Andrzej Hunt1-1/+1
2014-08-30Implement data area size retrieval.Andrzej Hunt1-0/+9
2014-08-30Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt1-1/+2
2014-08-30Render tiles from calc.Andrzej Hunt1-1/+2
2014-08-29This OpenGL window is uselessZolnai Tamás1-3/+0
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt1-3/+1
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke1-1/+1
2014-08-20Work around unhelpful MSVC error C2216: override cannot be used with inlineStephan Bergmann1-93/+93
2014-08-20Bad hack to enforce weakly emitted RTTI for ScValidationDlgStephan Bergmann1-2/+17
2014-08-17warning C4800: 'int' : forcing value to bool 'true' or 'false'Thomas Arnhold1-2/+2
2014-08-14fdo#79116 make paste special easier to useThomas Viehmann1-3/+16
2014-08-13RID_SCDLG_DAPISERVICE conversion to .uiSzymon Kłos1-14/+5
2014-08-09datafdlg.hxx: remove unused definesThomas Arnhold1-7/+0
2014-08-06RID_SCDLG_CONFLICTS conversion to .uiSzymon Kłos2-48/+6
2014-08-04Convert RID_SCDLG_DPSHOWDETAIL to .uiPalenik Mihály1-5/+2
2014-07-30the dialog hierarchy changed iwith the ui format, fdo#81867Markus Mohrhard2-5/+10
2014-07-30fix wrong calculation for text size, fdo#81499Markus Mohrhard1-1/+1
2014-07-29Revert "it makes no sense to use the second column as well, fdo#81499"Kohei Yoshida1-1/+1
2014-07-29Remove some unused codeMarcos Paulo de Souza1-1/+0
2014-07-28Move this fucntion to ScDBDocFunc.Kohei Yoshida2-2/+3
2014-07-24avoid static variablesxukai1-0/+2
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard1-0/+1
2014-07-22callcatcher: update unused codeCaolán McNamara1-1/+0
2014-07-20it makes no sense to use the second column as well, fdo#81499Markus Mohrhard1-1/+1
2014-07-20Resolves fdo#81549: Crash pivot tableJulien Nabet1-1/+1
2014-07-17scrolling very slow in calcCaolán McNamara1-6/+0
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-13This undo class is no longer used.Kohei Yoshida1-24/+0
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-3/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin3-0/+7
2014-07-11move the retype strings to sc.hrcCaolán McNamara1-29/+0
2014-07-11Convert RID_SCDLG_RETYPEPASS to .uiPalenik Mihály2-63/+13
2014-06-25Add tiled rendering outline to Calc.Andrzej Hunt1-0/+5
2014-06-25remove whitespaceMarkus Mohrhard150-365/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin6-8/+7
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida5-6/+11
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin9-12/+16
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann16-27/+27