summaryrefslogtreecommitdiff
path: root/sw/source/core/draw
AgeCommit message (Expand)AuthorFilesLines
2015-03-07SdrMarkView: aHdl -> maHdlListMiklos Vajna1-3/+3
2015-02-28sw: rename SwViewImp to SwViewShellImpMiklos Vajna1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-16/+0
2015-01-23do not use manual iterationBjoern Michaelsen1-4/+10
2015-01-23do not use manual iterationBjoern Michaelsen1-13/+15
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-3/+3
2015-01-06OSL_ENSURE->assert when followed by unconditional derefCaolán McNamara1-4/+2
2014-12-12coverity#1257108 Explicit null dereferencedCaolán McNamara1-1/+1
2014-12-08coverity#1257109 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-12-04impl. Clone for all subclasses of SdrPageDavid Tardon1-3/+51
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04unnecessary castBjoern Michaelsen1-3/+3
2014-11-25loplugin: cstylecastNoel Grandin3-11/+11
2014-11-19loplugin: cstylecastNoel Grandin4-40/+40
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin2-4/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-2/+2
2014-11-09constLuboš Luňák1-1/+1
2014-11-04rename nWink->nAngleNoel Grandin1-10/+10
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2-5/+5
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2-4/+4
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon2-4/+4
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2-5/+5
2014-10-02coverity#1242948 Result is not floating-pointCaolán McNamara1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin2-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-9/+9
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin2-5/+4
2014-08-22Prevent downcast to SwTxtFrm when already in ~SwFrm superclass dtorStephan Bergmann1-1/+1
2014-08-19Refactored SwDoc::GetEditShell .Valentin Kettner1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin3-15/+15
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-5/+5
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner3-6/+9
2014-07-26Revert "CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for now"Andrzej Hunt1-3/+1
2014-07-12CppunitTest_tiledrendering: disable SwVirtFlyDrawObj assert for nowMiklos Vajna1-1/+3
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+1
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand3-32/+13
2014-06-24new compilerplugin returnbyrefNoel Grandin1-8/+8
2014-06-23SwDrawView::DeleteMarked: delete textbox of shape as wellMiklos Vajna1-0/+18
2014-06-20SwDrawContact: recaclc textbox size on shape adjustment change as wellMiklos Vajna1-8/+19
2014-06-20SwDrawContact::Changed: sync position/size between draw shape and its textboxMiklos Vajna1-0/+11
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-12/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-1/+2
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner2-3/+5
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante2-8/+0
2014-05-19SwVirtFlyDrawObj: suppress unused parameter warnings (it's used by assert)Michael Stahl1-0/+1