summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-17tdf#39080 Hide vertical whitespace when HideWhitespace option is set.Ashod Nakashian2-5/+9
2015-08-17Move export tests where they really belongKatarina Behrens2-48/+59
2015-08-17tdf#39080 Added HideWhitespaceMode ViewOption flagAshod Nakashian3-2/+11
2015-08-17tdf#93482 vcl rendercontext: introduce WindowImpl::mbDoubleBufferingRequestedMiklos Vajna2-4/+4
2015-08-17in Edit menu >Ed~it Mode< to >E~dit Mode<, tdf#93326 relatedEike Rathke1-1/+1
2015-08-17use >F~ill Cells< instead of >Fi~ll Cells< in Sheet menu, tdf#93326 relatedEike Rathke1-1/+1
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin12-29/+27
2015-08-17Clean up reinterpret_castsStephan Bergmann1-17/+6
2015-08-17loplugin:cstylecastStephan Bergmann2-6/+5
2015-08-17external/apr: Avoid dependency on system uuid libStephan Bergmann2-0/+247
2015-08-17gtktiledviewer: Jump to cursor position when it changesPranav Kant2-17/+93
2015-08-17tdf#93392 leak when linking to external html data file with auto updateDennis P. Francis1-1/+5
2015-08-17make Link<> typedNoel Grandin3-9/+9
2015-08-17make Link<> typedNoel Grandin8-17/+10
2015-08-17make Link<> typedNoel Grandin3-5/+11
2015-08-17convert Link<> to typedNoel Grandin20-96/+72
2015-08-17make Link<> typedNoel Grandin4-11/+6
2015-08-17maSelectHdl is unusedNoel Grandin2-10/+0
2015-08-17make Link<> typedNoel Grandin2-7/+6
2015-08-17maDoubleClickHdl is unusedNoel Grandin2-10/+1
2015-08-17maRequestDateInfoHdl is unusedNoel Grandin2-13/+0
2015-08-17maDateRangeChangedHdl is unusedNoel Grandin2-8/+0
2015-08-17maSelectionChangingHdl is unusedNoel Grandin2-12/+0
2015-08-17make Link<> typedNoel Grandin5-8/+8
2015-08-17tdf#93114 insert character: add missing recalculate for font selectionLászló Németh1-0/+1
2015-08-17BASIC : SbiParser::pBasic is uselessArnaud Versini3-3/+1
2015-08-17cppcheck:noExplicitConstructorGiuseppe Castagno2-1/+13
2015-08-17cui: prefix members of SvxAreaTabPageMiklos Vajna2-198/+198
2015-08-17tdf#93284 vcl: fix VirtualDevice leaks in the WMF filterMiklos Vajna2-3/+3
2015-08-17sw: use std::unique_ptr<> in bastypMiklos Vajna2-4/+4
2015-08-17Put Line under tools namespaceNorbert Thiebaud7-15/+25
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud174-1130/+1136
2015-08-17Fix GTK3 right-to-left renderingKhaled Hosny1-7/+23
2015-08-16clip Sttbf to available dataCaolán McNamara2-0/+2
2015-08-16Some (mostly HIG) tweaks to chart error bar panelKatarina Behrens1-143/+237
2015-08-16canvas: replace for_each with range-based for-loopDaniel Robertson4-142/+83
2015-08-16Fix tdf#87889 and tdf#92535, vertical align issue when docgrid enable.Mark Hung1-2/+1
2015-08-16BASIC : SbiRuntime::ClearExprStack should return voidArnaud Versini2-3/+2
2015-08-16Updated coreDennis Roczek1-0/+0
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin10-86/+83
2015-08-16Avoid unnecessary OUString copiesMatteo Casalin2-9/+6
2015-08-16sal_uLong to sal_uInt32Matteo Casalin14-30/+30
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo Casalin5-10/+11
2015-08-16Rework loops so to have exit condition on correct unsigned valueMatteo Casalin2-9/+9
2015-08-16This seems to be the original purposeMatteo Casalin1-1/+1
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin17-196/+188
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin4-14/+10
2015-08-16sal_uInt16/short to sal_uInt16, minor optimizationsMatteo Casalin5-24/+22
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin3-7/+7
2015-08-16Simplify by using range-based for loopsMatteo Casalin1-8/+8