summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-04-18LOK - Calc: Selecting cells to the left/top does not work properlyMarco Cecchetti1-57/+76
2017-04-06LOK - Calc - fix for MSVS 2013Marco Cecchetti1-1/+1
2017-04-04LOK - Calc: make computation of cell cursor position fasterMarco Cecchetti1-0/+16
2017-04-04LOK - Calc: invalidation of cached row/col positions on several casesMarco Cecchetti1-0/+7
2017-04-04LOK - Calc: document size as sum of row heights/col widths in pixelMarco Cecchetti1-0/+86
2017-04-04LOK - Calc: a cache-like structure for row/col positions in the documentMarco Cecchetti1-0/+160
2016-11-19LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressedMarco Cecchetti1-5/+0
2016-10-14tdf#103211 Calc: it is insane to call EditGrowX/Y while the edit view is grow...Marco Cecchetti1-1/+19
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti1-24/+30
2016-10-14LOK: Calc: an edit view may be not displayed when a 2nd one is killedMarco Cecchetti1-0/+4
2016-10-13Annotate the code a bit around EditGrowX/Y.Kohei Yoshida1-1/+2
2016-10-13LOK: Calc: in the numeric content case, the used alignment can be wrongMarco Cecchetti1-6/+7
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-1/+1
2016-10-07loplugin:staticmethods: scStephan Bergmann1-1/+1
2016-10-06LOK: Calc: page-up/down - cursor moves far more than a pageMarco Cecchetti1-2/+9
2016-10-05convert MapUnit to scoped enumNoel Grandin1-3/+3
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-10-03Calc: implemented parallel cell text editingMarco Cecchetti1-0/+41
2016-10-03Calc: edit engine could be accessed after being destroyedMarco Cecchetti1-1/+6
2016-09-26convert PAINT constants to typed_flagsNoel Grandin1-1/+1
2016-09-26convert CR flags to typed_flags_setNoel Grandin1-1/+1
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-02editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna1-1/+1
2016-07-29rename SelectionForbidsPaste() to SelectionForbidsCellFill()Eike Rathke1-1/+1
2016-07-29limit SelectionFillDOOM to 24117248 cells, tdf#60021 tdf#60056 relatedEike Rathke1-5/+10
2016-07-29move range detection to ScViewData::SelectionFillDOOM()Eike Rathke1-5/+10
2016-07-28Resolves: tdf#60021 disallow Paste when entire sheet is selectedEike Rathke1-0/+12
2016-06-28Revert c7b9b9204ce2b3c1e0dbc0d79e4e01d27ad2ac7eMike Kaganski1-4/+4
2016-06-28loplugin:staticmethodsStephan Bergmann1-4/+4
2016-06-28tdf#99729 prerequisite: model-level user data r/wMike Kaganski1-1/+12
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-5/+2
2016-06-14sc: implement per-view LOK_CALLBACK_CELL_FORMULAMiklos Vajna1-1/+4
2016-06-02drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin1-1/+1
2016-05-25Convert SC_MF to scoped enumNoel Grandin1-1/+1
2016-05-10sc lok: set a limit for tiled column and rowHenry Castro1-0/+2
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann1-12/+12
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-3/+2
2016-03-23loplugin:constantparam in scNoel Grandin1-18/+16
2016-02-19editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna1-3/+1
2016-01-22editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna1-1/+0
2016-01-19sc lokit: the visible row/column must be 0, when loading a documentHenry Castro1-4/+9
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin1-3/+1
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna1-1/+2
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna1-7/+5
2015-11-19loplugin:sallogareasStephan Bergmann1-2/+2
2015-11-10tdf#91979: ScViewData::GetScrPos(): remove coordinates limit of 32767Mike Kaganski1-10/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-10-28com::sun::star->css in scNoel Grandin1-1/+1
2015-10-25fraction assert kills Android viewer when viewing e.g. a ods with just a noteChristian Lohmaier1-2/+4