summaryrefslogtreecommitdiff
path: root/svx/source/sdr
AgeCommit message (Expand)AuthorFilesLines
2014-07-10Move the embedded object to the impl class.Kohei Yoshida2-2/+2
2014-07-10use SimpleReferenceObject in sdr::overlay::OverlayManagerNoel Grandin1-14/+0
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand2-1/+273
2014-06-30Called C++ object pointer is nullCaolán McNamara2-5/+3
2014-06-28Avoid possible memory leaks in case of exceptionsTakeshi Abe2-7/+4
2014-06-27Avoid possible memory leaks in case of exceptionsTakeshi Abe9-41/+25
2014-06-26OSL_ENSURE->assertCaolán McNamara2-3/+5
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-16Clean up SdrModel::MigrateItemSetStephan Bergmann1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann3-4/+4
2014-06-12fdo#79883 the page view object contact must existDavid Tardon1-3/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin3-27/+1
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-1/+2
2014-05-17fdo#78149: set the ViewPort even when painting to a MetaFileMichael Stahl1-1/+3
2014-05-16strangely obvious leaky codeCaolán McNamara1-0/+1
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist82-123/+123
2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist7-7/+7
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni3-4/+4
2014-04-28Fix repainting problems in Draw.Jan Holesovsky1-0/+15
2014-04-27fix drawing of 100% transparent frames (fdo#77723)Luboš Luňák1-7/+20
2014-04-28VCL: Renamed two functionsChris Sherlock1-1/+1
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold1-0/+2
2014-04-17More generic way to disable avmediaTor Lillqvist1-1/+1
2014-04-17Try harder to bypass OpenGL 3D stuff on non-desktop for nowTor Lillqvist1-0/+4
2014-04-16non-desktop: Attempt to get rid of glew.Jan Holesovsky1-2/+3
2014-04-15WaE: unused parameter 'rMediaItem'Tor Lillqvist1-2/+2
2014-04-15WaE: 'HAVE_FEATURE_DESKTOP' is not defined, evaluates to 0Tor Lillqvist1-6/+1
2014-04-15non-desktop: Avoid pulling in avmedia.Jan Holesovsky1-0/+2
2014-04-15svx: sal_Bool->boolNoel Grandin6-13/+13
2014-04-15initialize the OpenGL context as soon as possibleMarkus Mohrhard1-0/+5
2014-04-14typo: te -> theThomas Arnhold3-4/+4
2014-04-10It's "its", not "it's"Tor Lillqvist3-3/+3
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann2-67/+15
2014-04-09Enforce "swap-in" for now for iOS with tiled renderingTor Lillqvist1-0/+2
2014-04-08move the OpenGLContext to the model objectMarkus Mohrhard1-3/+0
2014-04-08Revert "Remove opengl usage from svx until we can't solve building problems"Markus Mohrhard1-0/+3
2014-04-03svl: sal_Bool->boolNoel Grandin4-5/+5
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-31No need for <svx/sdr/event/eventhandler.hxx> to be publicTor Lillqvist5-16/+5
2014-03-30coverity#1194908 Explicit null dereferencedCaolán McNamara1-1/+1
2014-03-29typo: temorary -> temporaryThomas Arnhold1-1/+1
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand12-59/+110
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann6-49/+49
2014-03-23WaE: implicit conversion from bool to 'int' [loplugin:implicitboolconversion]Tor Lillqvist1-1/+1
2014-03-23i123573 corrected reaction on ItemChanges for CustomShapesArmin Le Grand1-12/+20
2014-03-23i#115391 better support for MinTextSize settingsArmin Le Grand1-48/+52
2014-03-21Remove opengl usage from svx until we can't solve building problemsZolnai Tamás1-3/+0
2014-03-21Init an opengl context bounded to an existent window.Zolnai Tamás2-0/+53
2014-03-21Consistent naming: ViewContactOfOpenGL{->Obj}Zolnai Tamás1-4/+4