summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc
AgeCommit message (Expand)AuthorFilesLines
2014-09-29Allow PaintMapMode retrieval.Andrzej Hunt1-0/+2
2014-09-29Use MapMode instead of nPPTX/nPPTY.Andrzej Hunt1-0/+1
2014-09-29ScOutputData needs ScViewData for scaling.Andrzej Hunt1-0/+7
2014-09-29Make nPrtToScreenFactor and GetOutputFactor fractions.Andrzej Hunt1-2/+2
2014-09-29ScViewData::GetActiveWin can be const.Andrzej Hunt1-1/+1
2014-09-29Allow overriding limits for SetZoom for Tiled Rendering.Andrzej Hunt1-2/+7
2014-09-29aScrSize should be mutable.Andrzej Hunt1-1/+1
2014-09-29Implement data area size retrieval.Andrzej Hunt1-0/+9
2014-09-29Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt1-1/+2
2014-09-29Render tiles from calc.Andrzej Hunt1-1/+2
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin153-321/+321
2014-09-19Move this header file to a better place.Kohei Yoshida1-0/+37
2014-09-18fdo#82577: Handle FontNoel Grandin9-18/+18
2014-09-17WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-09-17Add loading document colors to CalcKrisztian Pinter1-0/+2
2014-09-15sc: sal_Bool -> boolStephan Bergmann1-1/+1
2014-09-10callcatcher: update unused codeCaolán McNamara1-7/+0
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2-10/+3
2014-09-04create type-safe bitfield for sc insert/delete flagsNoel Grandin6-26/+26
2014-09-03fdo#81633: Add a new configuration option to toggle ref update on sort.Kohei Yoshida1-0/+1
2014-09-02fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-2/+3
2014-09-01Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design m...Miklos Vajna1-2/+1
2014-09-01fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane1-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