summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
2015-12-12tdf#73006 : Put results in correct cells after Text to ColumnsDennis Francis1-7/+24
2015-12-11geez, how about actually checking the Move() error return? tdf#92779 relatedEike Rathke1-4/+8
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin1-1/+1
2015-11-23loplugin:unusedfields in scNoel Grandin2-6/+0
2015-11-19loplugin:sallogareasStephan Bergmann1-2/+2
2015-11-18use unique_ptr for pImpl in sc/Noel Grandin1-1/+0
2015-11-17sc: loplugin:badstaticsMichael Stahl1-9/+11
2015-11-17Resolves: tdf#89907 do not modify original ScViewData's ScMarkDataEike Rathke1-12/+12
2015-11-13Remove outdated commentAndrzej Hunt1-2/+0
2015-11-13sc lok: during tiled rendering the cell-cursor is always visibleAndrzej Hunt1-7/+5
2015-11-12sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-6/+7
2015-11-115th step to remove tools/rtti.hxxOliver Specht9-9/+1
2015-11-10tdf#91979: ScViewData::GetScrPos(): remove coordinates limit of 32767Mike Kaganski1-10/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann60-518/+518
2015-11-09loplugin:redundantcastStephan Bergmann1-1/+1
2015-11-09sc: add missing includes to prevloc.hxxMichael Stahl1-2/+2
2015-11-09sc: replace boost::ptr_list with std::list<std::unique_ptr>Michael Stahl1-33/+25
2015-11-08sc lok: add missing commandNameHenry Castro1-0/+1
2015-11-08tdf#74667 Regression dialog: linear, logarithmic, powerTomaž Vajngerl3-0/+17
2015-11-08sc lok: Add initial test for .uno:CellCursorAndrzej Hunt1-5/+2
2015-11-06Revert "sc lok: Cache viewdata zoom and reuse for cursor callback"Andrzej Hunt2-4/+6
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann14-18/+18
2015-11-05sc lok: tdf#94605 introduce uno:CellCursorAndrzej Hunt1-5/+31
2015-11-05sc lok: make cell cursor behaviour consistent with desktopAndrzej Hunt1-35/+40
2015-11-05sc lok: Cache viewdata zoom and reuse for cursor callbackAndrzej Hunt2-6/+12
2015-11-05sc lok: Cell Cursor callbackAndrzej Hunt1-3/+28
2015-11-04tdf#39468 translated german comments in tabvwsh4.cxxAlbert Thuswaldner1-91/+83
2015-11-04sc lok: return absolute positions for row/column headersMiklos Vajna1-20/+6
2015-11-04loplugin:stringconstantNoel Grandin3-3/+3
2015-11-03sc lok: avoid placeholder row when providing all headersMiklos Vajna1-2/+2
2015-11-03sc lok: allow requesting column headers only for a logic areaMiklos Vajna1-4/+28
2015-11-03sc lok: allow requesting row headers only for a logic areaMiklos Vajna1-5/+31
2015-11-03read past end of pCellInfoCaolán McNamara1-1/+4
2015-11-02sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-5/+4
2015-11-02trash usage of ScRefCellValue default ctor followed by assign()Eike Rathke6-24/+12
2015-11-02sc lok: fix rounding errors with non-100% zoomMiklos Vajna1-7/+4
2015-11-02cppcheck: noExplicitConstructorCaolán McNamara3-3/+3
2015-11-02sc lok: emit RowColumnHeader info in twipsMiklos Vajna1-2/+5
2015-10-30ScTabView::getRowColumnHeaders: emit info about last formatted row/colMiklos Vajna1-2/+2
2015-10-30ScTabView::getRowColumnHeaders: include info about columns, tooMiklos Vajna1-0/+12
2015-10-30LOK: initial Document::getCommandValues() for RowColumnHeadersMiklos Vajna1-0/+29
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+3
2015-10-30loplugin:unusedmethodsNoel Grandin1-22/+0
2015-10-28com::sun::star->css in scNoel Grandin15-37/+35
2015-10-27don't allocate rtl::Reference or SvRef on the heapNoel Grandin2-13/+13
2015-10-27tdf#92207 sc: Make the text background color button workMaxim Monastirsky1-0/+1
2015-10-26convert InsertDeleteFlags to use o3tl::typed_flagsNoel Grandin10-142/+142
2015-10-25fraction assert kills Android viewer when viewing e.g. a ods with just a noteChristian Lohmaier1-2/+4
2015-10-20adapt comments to realityEike Rathke1-6/+6
2015-10-20loplugin:defaultparamsStephan Bergmann9-15/+14