summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-12Bump version to 5.3-34cp-5.3-34Andras Timar1-1/+1
2017-12-12lokdialog: Allow windows / dialogs in different languages.Jan Holesovsky11-6/+80
2017-12-12lok: calc: get uno:RowHeight/uno:ColumnWidth to work with online 2.1/3.0Marco Cecchetti2-30/+56
2017-12-12Fix binary incompatible change in the LOK API + add unit test.Jan Holesovsky2-3/+67
2017-12-12lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti5-8/+35
2017-12-10tdf#114338 don't crash on watermark insert w/ existing headerSzymon Kłos1-4/+13
2017-12-10tdf#114308 DOC import correctly watermark without paddingSzymon Kłos3-16/+34
2017-12-10tdf#114308 Export Watermark size as isSzymon Kłos13-108/+59
2017-12-09add missing includeAndras Timar1-0/+1
2017-12-09lokdialog: Make hyperlink dialog workPranav Kant1-0/+1
2017-12-09lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant5-50/+41
2017-12-09headless: improve popup menu background defaults.Michael Meeks1-0/+2
2017-12-08lokdialog: Prevent crash on autopopup and some other dialogsPranav Kant1-8/+8
2017-12-07tdf#113037 Watermark centered in DOCSzymon Kłos2-3/+8
2017-12-07tdf#113037 Unify Watermark in DOC & DOCXSzymon Kłos4-27/+37
2017-12-07tdf#113037 DOCX Watermark correct ratioSzymon Kłos4-2/+101
2017-12-07tdf#113037 create Watermark with correct ratioSzymon Kłos3-10/+24
2017-12-07Windows build fix - uninitialized variableSzymon Kłos1-1/+1
2017-12-05Bump version to 5.3-33cp-5.3-33Andras Timar1-1/+1
2017-12-05Add some missing #include <memory> to have std::unique_ptr.Jan Holesovsky2-0/+3
2017-12-05pdf: use bimap for GraphicsContext-id mapAshod Nakashian2-15/+15
2017-12-05pixman: drop cached glyphs above size watermarkAshod Nakashian1-1/+71
2017-12-05sc: simplify ScColContainerAshod Nakashian4-43/+23
2017-12-05ofz: optimize 1bit mask to avoid timeoutCaolán McNamara1-13/+23
2017-12-05simplify Bitmap operator==/IsEqual (stage2)Noel Grandin6-13/+10
2017-12-05simplify Bitmap operator==/IsEqual (stage1)Noel Grandin5-19/+10
2017-12-05Fix typosAndrea Gelmini31-37/+37
2017-12-05Translate German comments/debug strings (leftovers in dirs vbahelper and vcl)Johnny_M15-29/+29
2017-12-05remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin218-838/+837
2017-12-05New loplugin:dynexcspec: Add @throws documentation, dbaccessStephan Bergmann45-17/+186
2017-12-05remove UL/L suffixes from shift-by-constant expressionsNoel Grandin22-143/+143
2017-12-05move the exception handlingCaolán McNamara2-182/+188
2017-12-05loplugin:loopvartoosmallStephan Bergmann5-13/+13
2017-12-05tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski64-63/+249
2017-12-05better fix for tdf#101563: Export to PDF creates huge PDF filesNoel Grandin2-2/+5
2017-12-05fold ImplConstruct into ctors and reduce to necessaryCaolán McNamara2-33/+21
2017-12-05mpGlobalMgr must already exist if we're copying from another GraphicObjectCaolán McNamara1-1/+0
2017-12-05post ctor, pre dtor there is always a mpMgr and its mpGlobalMgrCaolán McNamara2-40/+34
2017-12-05mpGlobalMgr has to exist at GraphicObject dtor timeCaolán McNamara1-8/+5
2017-12-05mpGlobalMgr is the only manager possibleCaolán McNamara1-1/+1
2017-12-05move the ImplRegisterObj outside ImplSetGraphicManager and rename itCaolán McNamara2-10/+10
2017-12-05ImplSetGraphicManager only called from ctors now where mpMgr is nullptrCaolán McNamara1-3/+0
2017-12-05GraphicManagerDestroyed would just set the default manager againCaolán McNamara3-11/+1
2017-12-05unfold and unindent else causeCaolán McNamara1-24/+22
2017-12-05the only GraphicManager is the mpGlobalMgr, so simplify accordinglyCaolán McNamara1-35/+18
2017-12-05collapse !mpMgr || mpMgrCaolán McNamara1-38/+35
2017-12-05first GraphicManager* arg of ImplSetGraphicManager is thus always nullCaolán McNamara2-11/+10
2017-12-05second arg of deformed copy ctor isn't usedCaolán McNamara3-4/+4
2017-12-05return false on exceptionCaolán McNamara1-152/+159
2017-12-05Improved loplugin:redundantcast, static_cast on arithmetic types: vclStephan Bergmann4-8/+8