summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-10More loplugin:nullptr automatic rewrite (within templates)Stephan Bergmann8-24/+24
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann84-136/+136
2015-12-10Remove unused rtti.hxxSamuel Mehrbrodt1-131/+0
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann11-20/+20
2015-12-09tdf#96317: Add API for copy/paste from/to the widgetPranav Kant1-0/+29
2015-12-09unnecessary nResId argumentCaolán McNamara1-3/+1
2015-12-09tdf#96318: Add searching APIPranav Kant1-0/+38
2015-12-09lokdocview: Set a 'default' path for LOK initPranav Kant1-1/+2
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann1-1/+4
2015-12-08consolidate MSO format ClassID magic numbers in msfilter/classids.hxxMichael Stahl1-0/+47
2015-12-08Make ImplSVData private to vclTor Lillqvist2-8/+0
2015-12-08These should still be virtual.Jan Holesovsky1-2/+2
2015-12-08Move icon rotation/flip handling from ToolbarManager to vcl's ToolbarSamuel Mehrbrodt3-5/+17
2015-12-07last arg of SetOutputSizePixelScaleOffsetAndBuffer no longer usedCaolán McNamara1-4/+2
2015-12-07Resolves: tdf#96224 don't fiddle around with a separate alpha bufferCaolán McNamara1-4/+0
2015-12-07tdf#34449 : ability of deleting borders of a cell from adjacent cellDennis Francis1-0/+5
2015-12-07improve error message for nonexist. pathDavid Tardon1-0/+7
2015-12-07tdf#96243 don't crash if LibO install. wasn't foundDavid Tardon1-0/+2
2015-12-07Make buttonstatuslistener a generic listener for any widgetsSamuel Mehrbrodt3-47/+102
2015-12-07fix powerpc buildNoel Grandin1-0/+3
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna10-18/+12
2015-12-07Sort undefsStephan Bergmann1-48/+26
2015-12-06tdf#96246: Make pRenderingArguments nullablePranav Kant1-1/+1
2015-12-06unused vcl::IsWindowSystemAvailable Juergen Funk1-7/+0
2015-12-05Remove typedef only being used onceJulien Nabet1-3/+1
2015-12-04Wingdi RGB macro handling improvedAshod Nakashian1-8/+15
2015-12-03vcl: cleanup indents, add doxygen commentsJuergen Funk1-310/+337
2015-12-03uno::Sequence->std::vector in vcl::ThrobberNoel Grandin1-1/+0
2015-12-03uno:Sequence->std::vector in SmartTagMgrNoel Grandin1-1/+1
2015-12-03uno::Sequence->std::vector in SfxIntegerListItemNoel Grandin1-7/+3
2015-12-03add move assignment and constructor to uno::ReferenceNoel Grandin2-0/+37
2015-12-02sal: add SAL_DEBUG_TRACE debugging API for Windows, with UNX stub.Michael Meeks2-0/+13
2015-12-02valgrind: scary warning that the cairo font options were deleted before useCaolán McNamara1-3/+0
2015-12-02Remove unused FMT_R8G8B8Stephan Bergmann1-3/+0
2015-12-02use compiler intrinsic for osl_atomic_increment on WindowsNoel Grandin1-0/+8
2015-12-01Apparently no reason to force underlying type hereStephan Bergmann1-4/+1
2015-11-30Keep items sortedStephan Bergmann1-1/+1
2015-11-30LOK: renderFont methodMihai Varga2-0/+18
2015-11-30loplugin:unusedfieldsNoel Grandin9-15/+6
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann2-3/+6
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-1/+1
2015-11-28-Wmicrosoft-castStephan Bergmann1-1/+1
2015-11-28Remove unused ESCHER_ShadeTypeStephan Bergmann1-22/+0
2015-11-28Non-implicit virtual SvxPageItem dtorStephan Bergmann1-0/+2
2015-11-27introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke1-1/+11
2015-11-27introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke1-0/+4
2015-11-27mutex used in post-main dtorCaolán McNamara1-0/+2
2015-11-27typoMichael Stahl1-1/+1
2015-11-26formula: fix build, undef IdleMichael Stahl1-0/+1
2015-11-26vcl: reduce pointless timer / scheduler / idle includes.Michael Meeks4-20/+6