summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2015-03-20Resolves: tdf#89958 filter ends with / does not end with correctionEike Rathke1-5/+5
2015-03-20coverity#988421 unchecked return valueCaolán McNamara1-1/+6
2015-03-20Typo: intead->insteadJulien Nabet1-1/+1
2015-03-19coverity#1209001 Unchecked return valueCaolán McNamara1-1/+2
2015-03-19convert opaque numeric value to underlying symbolic constantsNoel Grandin1-5/+5
2015-03-19loplugin:constantfunction: svxNoel Grandin2-10/+0
2015-03-19loplugin:constantfunction: sotNoel Grandin1-2/+0
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-2/+0
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin8-34/+33
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara5-11/+11
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin37-549/+551
2015-03-17Remove oox::core::FilterBase::implGetImplementationName indirectionStephan Bergmann4-4/+4
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