summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview.cxx
AgeCommit message (Expand)Author
2020-11-13tdf#45705 rework zoom in and zoom out UI commands in CalcJim Raykowski
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin
2020-11-12remove Fraction::operator tools::Long()Noel
2020-10-30convert some tools::Long->sal_Int32Noel
2020-10-28tdf#136694 - share spelling context across all ScGridWindows.Michael Meeks
2020-10-28Improve spell checking performance and impl. in several ways:Dennis Francis
2020-10-28convert some more long -> tools::LongNoel
2020-10-20use tools::Long in scNoel
2020-09-30loplugin:reducevarscope in scNoel
2020-09-25change pointers to references where never possible to be nullptrsCaolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15establish ScViewData always ctored from ScDocShell& or ScDocument&Caolán McNamara
2020-08-12loplugin:flatten in sc/ui/viewNoel Grandin
2020-07-24lok-freezepanes: Generalize FreezePanes* uno-commands...Dennis Francis
2020-07-21loplugin:constantparamNoel Grandin
2020-07-04use lcl_ExtendTiledDimension() in getRowColumnHeaders()Dennis Francis
2020-07-04use helper-class ScRangeProvider in getRowColumnHeader()Dennis Francis
2020-07-04lokit: scPrintTwipsMsgs: Extend the tiled-area limits...Dennis Francis
2020-07-04add row/col limits to the JSONDennis Francis
2020-07-04Introduce ITiledRenderable::getSheetGeometryData()Dennis Francis
2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin
2020-06-20use JsonWriter for the rest of ITiledRenderableNoel Grandin
2020-04-21use better number sof LOK fields in ScTabViewNoel Grandin
2020-04-11rename vcl::Window::Update to PaintImmediatelyNoel Grandin
2020-03-06lok: on calc spelling context menu didn't pop upMarco Cecchetti
2020-02-26Resolves tdf#127508 - Flat table header in CalcHeiko Tietze
2020-01-18tdf#130054: consider all row/col bars in ScTabView::EnableRefInputMike Kaganski
2019-11-13lok: calc: switch row / column / grouping data to pixels.Michael Meeks
2019-11-06sc lok: cope with non 100% zoom better.Michael Meeks
2019-10-21sc: rowcol: tdf#50916 convert tabviewNoel Grandin
2019-10-01loplugin:stringadd in scNoel Grandin
2019-09-26loplugin:constmethod in scNoel Grandin
2019-09-25sc lok: Optimize invalidation triggered by getRowColumnHeaders() methodTamás Zolnai
2019-09-25lok: send an invalidation by document size changeTamás Zolnai
2019-08-12Fix typosAndrea Gelmini
2019-08-12tdf#42949 Fix IWYU warnings in sc/source/ui/{view,xmlsource}/*cxxGabor Kelemen
2019-07-25LOK: sc: Issue DOCUMENT_SIZE_CHANGED only when size changesAshod Nakashian
2019-06-18tdf#39593 Remove ScModelObj::getImplementationArkadiy Illarionov
2019-06-17Add comphelper::getUnoTunnelImplementation templateArkadiy Illarionov
2019-04-25tdf#124572 TabBar new look, protected icon, width and heightTomaž Vajngerl
2019-04-10tdf#42949 Fix IWYU warnings in include/vclGabor Kelemen
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen
2019-02-13Pointer is pointlessNoel Grandin
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-12-24tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-08lok: calc: fix needed when position caching is disabledMarco Cecchetti
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-17cppcheck: variableScope in scJochen Nitschke