summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Expand)Author
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26Enhancement : tdf#89908 Add Search field to the autofilterDeena Francis
2015-03-26tdf#86606 remove direct formatting entries from context menuYousuf Philips
2015-03-26convert NUM_ constants to enum clasNoel Grandin
2015-03-25TyposJulien Nabet
2015-03-25convert SPELLCMD_ constants to enum classNoel Grandin
2015-03-25convert EE_STAT constants to enum classNoel Grandin
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin
2015-03-25convert VALID_ constants to enum classNoel Grandin
2015-03-24tdf#40835 add ODFF function FDISTWinfried Donkers
2015-03-24Resolves tdf#72152: respect page orientation of Calc files in recent docsJulien Nabet
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-03-24convert sfxlink to enum classNoel Grandin
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-03-23TyposJulien Nabet
2015-03-23OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna
2015-03-23OutputDevice::LogicInvalidate: clean up sc/sd duplicationMiklos Vajna
2015-03-23sc tiled rendering: add missing mm100 -> twips conversionHenry Castro
2015-03-23sc tiled editing: Clear the right area behind the editeng.Jan Holesovsky
2015-03-23sc tiled editing: Use the correct device for PixelToLogic.Henry Castro
2015-03-23sc tiled editing: Set the correct map mode for editeng.Jan Holesovsky
2015-03-23loplugin:constantfunction: scNoel Grandin
2015-03-20Replace hardcoded UI string with string from .res fileAndras Timar
2015-03-19loplugin:constantfunction: svxNoel Grandin
2015-03-19loplugin:constantfunction: sotNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-03-17SfxTabDialog: avoid changing const input parameterZolnai Tamás
2015-03-16sc tiled editing: EndTracking() is necessary in the tiled rendering case.Henry Castro
2015-03-16sc tiled rendering: Avoid warnings about a non-existing SdrPaintWindow.Henry Castro
2015-03-16Small cleanup - no need to have 2 OpenURL's.Jan Holesovsky
2015-03-16make format consistent with the rest of the file...Siqi Liu
2015-03-16tdf#89705: make hyperlinks clickable on impress/calcSiqi Liu
2015-03-16sc tiled mouse events: Fix the click coordinates in non-100% zooms.Jan Holesovsky
2015-03-16sc tiled rendering: Don't adjust the text width according to printer.Jan Holesovsky
2015-03-16sc tiled rendering: RefreshZoom() is called already in SetZoom().Jan Holesovsky
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann
2015-03-13Presumably this is what was intendedStephan Bergmann
2015-03-12Enhancement tdf#87972 : Cannot repeat items labels on a pivot tableDeena Francis
2015-03-11Clean up previous commitStephan Bergmann
2015-03-11sc: use constructor syntax in scd.componentChris Sherlock
2015-03-11surely this check should preceed deref of pActiveViewShCaolán McNamara
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara