summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-28tdf#92982 vcl: move Invert() member functions from vcl::Window to OutputDeviceMiklos Vajna4-83/+85
2015-07-28dtrans: reset DropTarget::m_pDropTarget if it is releasedMichael Stahl1-0/+3
2015-07-28libreofficekit: -Werror,-Wformat-securityMiklos Vajna1-1/+1
2015-07-28lokdocview: post_command arguments are not supposed to be constPranav Kant2-2/+2
2015-07-28lokdocview: setGraphicSelection in another threadPranav Kant2-8/+70
2015-07-28lokdocview: Move postMouseEvent in separate LOK threadPranav Kant2-4/+59
2015-07-28lokdocview: Use only one ctor for instantiating LOEventPranav Kant3-47/+65
2015-07-28lokdocview: Follow the camelCase naming conventionPranav Kant1-10/+10
2015-07-28lokdocview: Cannot use same GTask object for all calls.Pranav Kant1-3/+6
2015-07-28Use thread pool for LOK call: paintTile()Pranav Kant3-127/+125
2015-07-28lokdocview, tilebuffer: Add DOxygen commentsPranav Kant2-0/+17
2015-07-28lokdocview: Make paintTile() asyncPranav Kant3-40/+91
2015-07-28lokdocview: Use a thread pool for most LOK callsPranav Kant2-78/+253
2015-07-28gtktiledviewer: Fill whole statusbar with progressbarPranav Kant1-0/+7
2015-07-28lokdocview: Emit load-changed signal showing load progressPranav Kant2-13/+49
2015-07-28lokdocview: Call open_document in another threadPranav Kant3-26/+86
2015-07-28mpLBColor and mpFTColor are actually unused nowMaxim Monastirsky2-7/+0
2015-07-28Whitespace cleanup / re-alignment.Thorsten Behrens15-58/+58
2015-07-28com::sun::star->css in cppcanvasNoel Grandin19-136/+126
2015-07-28svx: fix crash in JunitTest_svx_unoapiMichael Stahl1-1/+2
2015-07-28Newly introduced widgets must be clear()-edKatarina Behrens1-0/+3
2015-07-28Simplify: group widgets and enable them all at onceKatarina Behrens3-129/+118
2015-07-28Line Controls are disabled when none entry is checkedRishabh Kumar2-1/+48
2015-07-28tdf#49893: final fix for blank rectangle problemVasily Melenchuk3-2/+49
2015-07-28writerfilter: use std::unique_ptr<> in DomainMapperTableManagerMiklos Vajna2-3/+2
2015-07-28tdf#92914 SwPagePreviewLayout::Paint: handle rendercontextMiklos Vajna4-0/+32
2015-07-28tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe23-46/+43
2015-07-28tdf#88206 Change uses of cppu::WeakImplHelper* to the variadic variantRaj Natarajan3-27/+20
2015-07-28Avoid uncommon C++ style of forward declaration combined with its useTor Lillqvist3-3/+6
2015-07-28com::sun::star->css in configmgrNoel Grandin16-326/+299
2015-07-28loplugin:unreffunNoel Grandin1-3/+0
2015-07-28remove unused STC checkNoel Grandin1-3/+0
2015-07-28remove unused UStringDescription structNoel Grandin1-20/+0
2015-07-28convert SFX_CFG* constants to scoped enumNoel Grandin2-29/+32
2015-07-28convert INPUTMODE_ constants to scoped enumNoel Grandin2-13/+13
2015-07-28remove unused ALLCHART constantsNoel Grandin1-7/+0
2015-07-28remove unused HELP_REQUESTED constantNoel Grandin2-4/+0
2015-07-28inline "old" SbERR constantsNoel Grandin67-1171/+1041
2015-07-28convert RGCHK constants to scoped enumNoel Grandin6-15/+20
2015-07-28inline the "old" SbxErr constantsNoel Grandin36-472/+451
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin28-283/+265
2015-07-28remove some unused EDITUNDO_ constantsNoel Grandin2-6/+0
2015-07-28convert EE_ACTION constants to scoped enumNoel Grandin2-10/+7
2015-07-28chart2: fix duplicate entries at index 0Takeshi Abe1-6/+6
2015-07-28fix the last transparency gradient issues in the chart area panelMarkus Mohrhard1-10/+26
2015-07-28reflect the property name changes also in the idl filesMarkus Mohrhard2-1/+12
2015-07-28use common fill property names in chart2Markus Mohrhard2-10/+57
2015-07-28Revert "provide a few more common property names"Markus Mohrhard1-7/+0
2015-07-28Revert "provide some common fill property name aliases"Markus Mohrhard1-24/+0
2015-07-28handle fill float transparence in chart area panelMarkus Mohrhard1-2/+28