summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-12-02Simplify FontManager a bitKhaled Hosny1-62/+0
2016-12-02Extend ScopedBitmapAccess and modify various classes to use itMark Page1-5/+35
2016-12-02coverity#1371200 Missing move assignment operatorCaolán McNamara2-0/+4
2016-12-01Unused codeKhaled Hosny1-1/+0
2016-12-01tdf#104126 - comphelper thread-pool, use reliable std::condition_variable.Michael Meeks1-19/+28
2016-12-01BitmapFilter, BitmapScaleSuper only used within vclStephan Bergmann2-68/+0
2016-11-30better varyColors export for charts, related tdf#103943Markus Mohrhard1-0/+2
2016-11-30don't hold vector as pointer here ...Jochen Nitschke1-10/+8
2016-11-30ScTabViewShell::InnerResizePixel must not mark document as modified...Stephan Bergmann2-2/+3
2016-11-30loplugin:countusersofdefaultparams in include/oox..saxNoel Grandin16-28/+30
2016-11-30rename getViewIndependentPrimitive2DSequence..Noel Grandin3-4/+4
2016-11-30Emoji Control: Larger emoji renderingAkshay Deep2-2/+6
2016-11-29-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2016-11-29Drop a bunch of font metrics flagsKhaled Hosny4-23/+2
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-11-28tdf#101870 - Template manager thumbnail view control needs a borderAkshay Deep1-1/+1
2016-11-28don't leak impl. detailsDavid Tardon1-2/+2
2016-11-27Lok: number callback enum for easier debuggingAshod Nakashian1-32/+32
2016-11-26screenshots: builddir is not neccessarily same as srcdirChristian Lohmaier1-2/+0
2016-11-26Kill old Core Text layout engineKhaled Hosny1-3/+2
2016-11-26DisableGlyphProcessing flag is never set nowKhaled Hosny1-2/+1
2016-11-26mark VclPtr::Create as SAL_WARN_UNUSED_RESULTNoel Grandin1-1/+1
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann1-3/+0
2016-11-25introduce DBG_UNHANDLED_EXCEPTION_WHEN for calls with an explanatory messageEike Rathke1-1/+7
2016-11-25osl::Condition - add deprecated markup. Use std::condition_variable.Michael Meeks2-2/+14
2016-11-25convert MODIFY constants to o3tl::typed_flagsNoel Grandin1-2/+2
2016-11-25convert MODKEY constants to o3tl::typed_flagsNoel Grandin2-18/+22
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl31-47/+46
2016-11-24vcl makes no use of menu Get/Set DefaultItemCaolán McNamara3-6/+2
2016-11-24tdf#103852 avoid clipboard deadlockTomaž Vajngerl1-0/+4
2016-11-24tdf#41542 globally allow padding without borders: UIJustin Luth1-1/+1
2016-11-24use o3tl::typed_flags in ConfigurationListener::ConfigurationChangedNoel Grandin6-17/+25
2016-11-24convert SFX_VISIBILITY constants to scoped enumNoel Grandin2-13/+15
2016-11-24convert SFXWB_ constants to scoped enumNoel Grandin1-3/+4
2016-11-24convert SbDEBUG constants to o3tl::typed_flagsNoel Grandin3-16/+23
2016-11-23New o3tl::runtimeToOUString to convert from C++ runtime NTBS to OUStringStephan Bergmann1-0/+48
2016-11-23convert ATTRSPECIAL to scoped enumNoel Grandin1-1/+5
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin20-186/+174
2016-11-22The Palette subclasses don't need to be publicTor Lillqvist1-68/+0
2016-11-22Add newline at end of fileTor Lillqvist1-1/+1
2016-11-22loplugin:countusersofdefaultparams in include/sfx2Noel Grandin29-49/+48
2016-11-22Make sure there's a single global RTTI for SfxLinkItemStephan Bergmann1-1/+1
2016-11-22re-organise SdrObject class definitionNoel Grandin1-178/+145
2016-11-21Delete the "Any-to-Any" template specializations for LIBO_INTERNAL_ONLYStephan Bergmann4-2/+60
2016-11-21introduce getValue(sKey) for SequenceAsHashMapJochen Nitschke1-0/+24
2016-11-21loplugin:countusersofdefaultparams in include/sot..svlNoel Grandin10-21/+27
2016-11-21convert inventorId to scoped enumNoel Grandin14-55/+46
2016-11-21cppcanvas, oox: add missing #include <osl/endian.h>Michael Stahl1-0/+1
2016-11-21Kill the AutoPilotPresentations UNO commandGabor Kelemen1-1/+0
2016-11-21remove dep on unotest from osl_Pipe testDavid Tardon1-11/+15