summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-03-05ScCompiler::HandleTableRef() implement ALL caseEike Rathke1-5/+24
2015-03-05don't count table ref item separator as parameter separatorEike Rathke1-0/+17
2015-03-05ocTableRefOpen,ocTableRefClose are of StackVarType svSepEike Rathke1-0/+2
2015-03-05add '[' and ']' to conventions' char flags where appropriateEike Rathke1-11/+36
2015-03-05V801: Decreased performanceCaolán McNamara4-8/+7
2015-03-05add Item enum to ScTableRefTokenEike Rathke3-9/+42
2015-03-05use ScTableRefToken in ScRawToken::CreateToken()Eike Rathke2-1/+7
2015-03-05introduce ScTableRefTokenEike Rathke2-0/+46
2015-03-05error for css::sheet::FormulaToken with ocTableRef not implementedEike Rathke1-1/+1
2015-03-05add HandleTableRef()Eike Rathke2-0/+20
2015-03-05handle ocTableRef same as ocDBAreaEike Rathke5-5/+13
2015-03-05rename ScInterpreter::ScTable/s() to ScSheet/s() to follow ocSheet/sEike Rathke3-6/+6
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke6-10/+10
2015-03-05remove SC_START_INDEX_DB_COLL binary file format legacyEike Rathke3-7/+2
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke2-2/+2
2015-03-05-Werror,-Wunused-functionStephan Bergmann1-21/+0
2015-03-05callcatcher: update unused codeCaolán McNamara2-43/+0
2015-03-05Resolves tdf#84012 FORMATTING: Partially missing text in shrink-to-fit cellsHenry Castro1-0/+4
2015-03-05Resolves tdf#78221 Cannot drag twice the same cell when editing formulaHenry Castro3-6/+56
2015-03-04V801: Decreased performanceCaolán McNamara5-40/+40
2015-03-04V813: Decreased performanceCaolán McNamara11-21/+21
2015-03-04Hack to work around an in-destruction ScStyleSheetPool no longer being oneStephan Bergmann1-5/+12
2015-03-04V813: Decreased performanceCaolán McNamara3-9/+9
2015-03-03Typo: instert(ed)->insert(ed)Julien Nabet2-3/+3
2015-03-02Clean up not needed ScTabViewShell LOK methodsMiklos Vajna5-26/+3
2015-03-02ScInputHandler::ImplCreateEditEngine: don't invalidate unconditionallyMiklos Vajna3-3/+15
2015-03-02sc: Make characters appear during tiled rendering as they are typed.Jan Holesovsky2-0/+37
2015-03-02sc: Initial support for tiled editing in Calc.Jan Holesovsky8-55/+107
2015-03-02convert SVX_SEARCHAPP_ constants to enum classNoel Grandin1-2/+2
2015-03-02cppcheck: redundantConditionNoel Grandin1-1/+1
2015-03-02replace SVX_SEARCHCMD_ constants with enum classNoel Grandin7-56/+56
2015-03-02disable last / first button for calc tabbarTomaž Vajngerl1-1/+1
2015-03-02disable borders for tabbar in Calc (ScTabControl)Tomaž Vajngerl1-1/+1
2015-03-02cleanup ScTabControl constructorTomaž Vajngerl1-9/+8
2015-03-01variable is assigned the same value twiceMarkus Mohrhard1-1/+0
2015-03-01fix comparisonDavid Tardon1-2/+2
2015-03-01avoid NULL ptr deref.David Tardon1-1/+1
2015-03-01unusedcode.easy: remove ScBroadcastAreaSlotMachine::AreaBroadcastInRangeJulien Nabet2-25/+0
2015-02-28Typo: skiped->skippedJulien Nabet1-1/+1
2015-02-28tdf#89436 ScHorizontalAttrIterator cleanupLászló Németh2-104/+88
2015-02-27gbuild: gb_CppunitTest_use_filter_configuration was removedMichael Stahl1-2/+0
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl23-46/+0
2015-02-27sc: ScFiltersTest::testOptimalHeightReset() check DeleteContents successMichael Stahl1-1/+2
2015-02-27tdf#89679 - fix incorrect mapping of font-family-complex and CharFontNameAsianMark Hung1-1/+1
2015-02-27fix buildCaolán McNamara1-1/+1
2015-02-27Resolves tdf#71095 Calc doesn't paste images copied from some web browsersHenry Castro1-60/+92
2015-02-26fdo#39468 translated german commentsMichael Jaumann1-25/+25
2015-02-26tdf#81659 check that references are at least 2 cols/rows to expand edgeEike Rathke1-6/+33
2015-02-26split formula grouping for reference edge expansion, tdf#81659 relatedEike Rathke3-0/+125
2015-02-25Avoid unnecessary bad downcast (pDev can be VirtualDevice)Stephan Bergmann1-1/+1