summaryrefslogtreecommitdiffstats
path: root/sc/source/ui
Commit message (Expand)AuthorAgeFilesLines
* rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke2015-03-051-2/+2
* -Werror,-Wunused-functionStephan Bergmann2015-03-051-21/+0
* callcatcher: update unused codeCaolán McNamara2015-03-052-43/+0
* Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cellsHenry Castro2015-03-051-0/+4
* Resolves tdf#78221 Cannot drag twice the same cell when editing formulaHenry Castro2015-03-053-6/+56
* V813: Decreased performanceCaolán McNamara2015-03-0411-21/+21
* V813: Decreased performanceCaolán McNamara2015-03-043-9/+9
* Clean up not needed ScTabViewShell LOK methodsMiklos Vajna2015-03-025-26/+3
* ScInputHandler::ImplCreateEditEngine: don't invalidate unconditionallyMiklos Vajna2015-03-022-3/+12
* sc: Make characters appear during tiled rendering as they are typed.Jan Holesovsky2015-03-022-0/+37
* sc: Initial support for tiled editing in Calc.Jan Holesovsky2015-03-027-51/+92
* replace SVX_SEARCHCMD_ constants with enum classNoel Grandin2015-03-024-23/+23
* disable last / first button for calc tabbarTomaž Vajngerl2015-03-021-1/+1
* disable borders for tabbar in Calc (ScTabControl)Tomaž Vajngerl2015-03-021-1/+1
* cleanup ScTabControl constructorTomaž Vajngerl2015-03-021-9/+8
* variable is assigned the same value twiceMarkus Mohrhard2015-03-011-1/+0
* avoid NULL ptr deref.David Tardon2015-03-011-1/+1
* fix buildCaolán McNamara2015-02-271-1/+1
* Resolves tdf#71095 Calc doesn't paste images copied from some web browsersHenry Castro2015-02-271-60/+92
* fdo#39468 translated german commentsMichael Jaumann2015-02-261-25/+25
* Avoid unnecessary bad downcast (pDev can be VirtualDevice)Stephan Bergmann2015-02-251-1/+1
* convert SFX_CHILDWIN constants to enum classNoel Grandin2015-02-253-4/+4
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-2512-118/+118
* calc : add UNO properties for "Record changes"Laurent Godard2015-02-251-0/+21
* simplify drawing of splitter, add more flat lookTomaž Vajngerl2015-02-231-33/+11
* Remove changing the splitter position as it can cause an inf. loopTomaž Vajngerl2015-02-232-13/+0
* cell cursor - reduce the size, HiDPI supportTomaž Vajngerl2015-02-231-9/+29
* auto fill handle: HiDPI, increase hit area, adjust draw positionTomaž Vajngerl2015-02-231-6/+18
* fix selection overlay drawing in RTL (off by one px)Tomaž Vajngerl2015-02-231-4/+16
* make calc splitter handle HiDPI awareTomaž Vajngerl2015-02-231-2/+4
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-234-5/+4
* Typo: widht->widthJulien Nabet2015-02-221-1/+1
* Typos: caculate->calculate + acceses->accessesJulien Nabet2015-02-211-1/+1
* -Typo: (dis)apear(s)->(dis)appear(s)Julien Nabet2015-02-211-1/+1
* fdo#39468 translated german commentsMichael Jaumann2015-02-201-54/+54
* tdf#89460 test pChangeTrack before using itLaurent Godard2015-02-191-2/+5
* Simplify and HiDPI for field button shown in auto-filtered cellTomaž Vajngerl2015-02-191-51/+22
* Support HiDPI in auto filter (and pivot table) pop-up menu windowTomaž Vajngerl2015-02-191-15/+40
* TyposJulien Nabet2015-02-181-2/+2
* we shouldn't need a static ref in these createOneInstance factory helpersCaolán McNamara2015-02-163-10/+5
* tdf#70733 - Move ISEVEN and ISODD functions to informationJoel2015-02-161-2/+2
* tdf#65505 tdf#57431 Autofilter checkbox for blank cells like in MS ExcelDeena Francis2015-02-161-4/+16
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-1/+1
* related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir2015-02-142-2/+2
* fdo#39468 translated german commentsMichael Jaumann2015-02-121-37/+35
* fdo#39468 translated german commentsMichael Jaumann2015-02-111-22/+22
* eliminate false failure warningEike Rathke2015-02-111-0/+5
* tdf#79239: make the dialog closable with 'X' button againKatarina Behrens2015-02-102-2/+8
* ERROR is a macro on Windows, try ILLEGAL thenTor Lillqvist2015-02-071-1/+1
* Turn StringConversion into a C++11 scoped enumerationTor Lillqvist2015-02-071-5/+5