summaryrefslogtreecommitdiffstats
path: root/include/svx/sdr
Commit message (Expand)AuthorAgeFilesLines
* loplugin:deletedspecialStephan Bergmann2015-02-071-2/+2
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-291-4/+0
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-265-6/+6
* callcatcher: update unused codeCaolán McNamara2015-01-211-4/+2
* make OverlayTriangle public, allow to change each pointTomaž Vajngerl2015-01-161-0/+60
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-098-18/+16
* vcl: remove more unnecessary headers from mapmod.hxxMichael Stahl2014-11-141-0/+1
* Unindent.Kohei Yoshida2014-11-0810-423/+328
* Unindent.Kohei Yoshida2014-11-043-282/+255
* Unindent.Kohei Yoshida2014-11-041-131/+118
* Avoid re-constructing chart shapes when it's not in visible range.Kohei Yoshida2014-11-041-0/+2
* Make this member private. Nobody accesses it directly.Kohei Yoshida2014-11-041-5/+6
* CreateObjectSpecificItemSet to return a pointer, not a reference.Kohei Yoshida2014-11-042-2/+2
* Unindent.Kohei Yoshida2014-11-011-34/+31
* Move these headers from include to svx; they are not used outside svx.Kohei Yoshida2014-10-286-481/+0
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-232-3/+3
* Fraction: Revert "do not forward-declare templates"Jan Holesovsky2014-10-231-2/+1
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-232-2/+2
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-162-2/+2
* loplugin: cstylecastNoel Grandin2014-10-154-22/+12
* do not forward-declare templatesDavid Tardon2014-10-141-1/+2
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-092-3/+3
* loplugin: cstylecastNoel Grandin2014-10-062-8/+6
* fdo#82577: Handle RegionNoel Grandin2014-09-303-7/+7
* fdo#82577: Handle WindowNoel Grandin2014-09-231-8/+8
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-122-3/+3
* Generally better to have DLLPUBLIC class with some DLLPRIVATE membersStephan Bergmann2014-08-121-26/+26
* callcatcher: update unused codeCaolán McNamara2014-07-221-1/+0
* add commentNoel Grandin2014-07-171-1/+1
* use SimpleReferenceObject in sdr::overlay::OverlayManagerNoel Grandin2014-07-101-6/+2
* Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand2014-07-011-0/+95
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-1/+1
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-092-5/+5
* The opaque PostUserEvent IDs are actually pointersStephan Bergmann2014-05-071-1/+1
* Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist2014-05-0667-5679/+0
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-012-2/+2
* fixincludeguards.sh: includeThomas Arnhold2014-04-192-4/+4
* move the opengl headers to vcl/opengl for better separationMarkus Mohrhard2014-04-151-1/+1
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-101-0/+2
* move the OpenGLContext to the model objectMarkus Mohrhard2014-04-081-4/+1
* Revert "Remove opengl usage from svx until we can't solve building problems"Markus Mohrhard2014-04-081-0/+4
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-2/+2
* No need for <svx/sdr/event/eventhandler.hxx> to be publicTor Lillqvist2014-03-311-132/+0
* Merge back branch alg_writerframes to trunkArmin Le Grand2014-03-282-10/+15
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2788-378/+378
* i123573 corrected reaction on ItemChanges for CustomShapesArmin Le Grand2014-03-231-1/+2
* i#115391 better support for MinTextSize settingsArmin Le Grand2014-03-231-0/+4
* Remove opengl usage from svx until we can't solve building problemsZolnai Tamás2014-03-211-4/+0
* Init an opengl context bounded to an existent window.Zolnai Tamás2014-03-212-0/+41