summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann8-17/+64
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás2-3/+2
2015-03-16sc tiled editing: EndTracking() is necessary in the tiled rendering case.Henry Castro1-0/+5
2015-03-16sc tiled rendering: Avoid warnings about a non-existing SdrPaintWindow.Henry Castro1-0/+8
2015-03-16Small cleanup - no need to have 2 OpenURL's.Jan Holesovsky3-14/+10
2015-03-16make format consistent with the rest of the file...Siqi Liu1-3/+1
2015-03-16tdf#89705: make hyperlinks clickable on impress/calcSiqi Liu3-3/+18
2015-03-16sc tiled mouse events: Fix the click coordinates in non-100% zooms.Jan Holesovsky1-1/+1
2015-03-16sc tiled rendering: Don't adjust the text width according to printer.Jan Holesovsky1-27/+35
2015-03-16sc tiled rendering: RefreshZoom() is called already in SetZoom().Jan Holesovsky1-1/+1
2015-03-14Related to tdf#89387 remove unused stuffŁukasz Hryniuk1-18/+14
2015-03-13add items to ScTableRefTokenEike Rathke1-3/+24
2015-03-13add ScTableRefToken::AddItem()Eike Rathke2-0/+6
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann4-7/+17
2015-03-13TableRef: scan whatever (translated) item name up to the next ']' closerEike Rathke1-1/+25
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-2/+2
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann3-8/+9
2015-03-13Presumably this is what was intendedStephan Bergmann1-1/+1
2015-03-12TableRef: use existing ALL instead of yet another bitEike Rathke1-1/+1
2015-03-12TableRef: parse away an optional #All in entire tableEike Rathke1-1/+2
2015-03-12sc: PVS-Studio V595 'pCode' pointer could be nullMichael Stahl1-2/+1
2015-03-12TableRef: parse item specifiersEike Rathke2-0/+31
2015-03-12speed-up shortcut for non-alnum one character operators and separatorsEike Rathke1-0/+6
2015-03-12init and compare opcode hashmap with uppercase symbolsEike Rathke1-5/+6
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis22-50/+242
2015-03-11TableRef: possible item combinationsEike Rathke1-6/+10
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl14-15/+26
2015-03-11Clean up previous commitStephan Bergmann5-34/+6
2015-03-11sc: use constructor syntax in scd.componentChris Sherlock7-77/+15
2015-03-11surely this check should preceed deref of pActiveViewShCaolán McNamara1-3/+2
2015-03-11TableRef: need to distinguish between entire table and All specifiedEike Rathke2-7/+8
2015-03-11add TableRef stackEike Rathke2-2/+33
2015-03-11Clean up previous commitStephan Bergmann5-37/+6
2015-03-11sc: use constructor syntax in scfilt.componentChris Sherlock7-64/+23
2015-03-11correct b0rken logic that accidentally worked neverthelessEike Rathke1-3/+3
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara5-146/+127
2015-03-10virtual ScTableRefToken::SetIndex(); of course..Eike Rathke2-0/+6
2015-03-10replace an OSL_ENSURE() with assert(), tdf#89319 relatedEike Rathke1-1/+1
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara2-14/+8
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara1-3/+0
2015-03-10Add unit test for bb0c05cebed131805d04919fac2b83030087451bTor Lillqvist2-0/+35
2015-03-10Revert "Ifdef out testSharedFormulaXLS() for now, fails for me with ..."Tor Lillqvist1-8/+0
2015-03-10Fix issue in re-use of ScTokenArray objects from a TokenPoolTor Lillqvist3-1/+8
2015-03-10Also relative row references need to wrap around, like fdo#84556 for columnsTor Lillqvist1-1/+10
2015-03-10GridWindow: change pNoteMarker to unique_ptrTomaž Vajngerl4-27/+25
2015-03-10GridWindow: unique_ptr for overlaysTomaž Vajngerl2-28/+28
2015-03-10ScGridWindow: scoped_ptr -> unique_ptrTomaž Vajngerl4-21/+17
2015-03-10put local functions into anonymous namespaceTomaž Vajngerl1-2/+6
2015-03-10GridWindow: use unique_ptr for filter box and floatTomaž Vajngerl2-81/+85
2015-03-10clean-up ScGridWindowTomaž Vajngerl2-33/+36