summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
AgeCommit message (Expand)Author
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-09convert SvxCellHorJustify to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-07a size is a sizeEike Rathke
2017-02-16convert ScPasteFlags to o3tl::typed_flagsNoel Grandin
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin
2017-01-17replace boost::checked_deleter with std::default_deleteJochen Nitschke
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-11-19LOK - calc: now PgUp/PgDn offset is used only when PgUp/PgDn are pressedMarco Cecchetti
2016-10-14tdf#103211 Calc: it is insane to call EditGrowX/Y while the edit view is grow...Marco Cecchetti
2016-10-14LOK: Calc: fixed missed tile invalidations on cell text editingMarco Cecchetti
2016-10-14LOK: Calc: an edit view may be not displayed when a 2nd one is killedMarco Cecchetti
2016-10-13Annotate the code a bit around EditGrowX/Y.Kohei Yoshida
2016-10-13LOK: Calc: in the numeric content case, the used alignment can be wrongMarco Cecchetti
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-07loplugin:staticmethods: scStephan Bergmann
2016-10-06LOK: Calc: page-up/down - cursor moves far more than a pageMarco Cecchetti
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-10-03Calc: implemented parallel cell text editingMarco Cecchetti
2016-10-03Calc: edit engine could be accessed after being destroyedMarco Cecchetti
2016-09-26convert PAINT constants to typed_flagsNoel Grandin
2016-09-26convert CR flags to typed_flags_setNoel Grandin
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann
2016-08-02editeng: make SfxUndoAction::GetViewShellId() interface availableMiklos Vajna
2016-07-29rename SelectionForbidsPaste() to SelectionForbidsCellFill()Eike Rathke
2016-07-29limit SelectionFillDOOM to 24117248 cells, tdf#60021 tdf#60056 relatedEike Rathke
2016-07-29move range detection to ScViewData::SelectionFillDOOM()Eike Rathke
2016-07-28Resolves: tdf#60021 disallow Paste when entire sheet is selectedEike Rathke
2016-06-28Revert c7b9b9204ce2b3c1e0dbc0d79e4e01d27ad2ac7eMike Kaganski
2016-06-28loplugin:staticmethodsStephan Bergmann
2016-06-28tdf#99729 prerequisite: model-level user data r/wMike Kaganski
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna
2016-06-14sc: implement per-view LOK_CALLBACK_CELL_FORMULAMiklos Vajna
2016-06-02drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin
2016-05-25Convert SC_MF to scoped enumNoel Grandin
2016-05-10sc lok: set a limit for tiled column and rowHenry Castro
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-23loplugin:constantparam in scNoel Grandin
2016-02-19editeng: remove never read mpLibreOfficeKitCallbackMiklos Vajna
2016-01-22editeng: ImpEditView::mbTiledRendering is never readMiklos Vajna
2016-01-19sc lokit: the visible row/column must be 0, when loading a documentHenry Castro
2016-01-15loplugin:unusedmethods unused return value in scNoel Grandin
2016-01-14editeng: handle SdrModel::isTiledSearching()Miklos Vajna
2016-01-13sc: clean up remaining non-static isTiledRendering() usageMiklos Vajna
2015-11-19loplugin:sallogareasStephan Bergmann
2015-11-10tdf#91979: ScViewData::GetScrPos(): remove coordinates limit of 32767Mike Kaganski
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann