summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt
AgeCommit message (Expand)AuthorFilesLines
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin2-2/+2
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin2-8/+8
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin2-3/+3
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-09do not break encapsulation of SwFmtAnchor::GetCntntAnchor()Luboš Luňák2-15/+20
2014-11-07More replacements of manual swapping with SwGrfNode::GetGrf()/GetGrfObj()Zolnai Tamás1-2/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-2/+0
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-17Consistency around SdrAngleItem in svx/sxciaitm.hxxStephan Bergmann1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-14Wrong unnecessarily deep downcastsStephan Bergmann1-1/+1
2014-10-13convert SW_TAB #defines to enumNoel Grandin1-12/+12
2014-10-12convert SW_MOVE constants to enumNoel Grandin1-22/+22
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin2-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-10/+10
2014-09-10MM: introduce SwDoc::Append helper functionJan-Marek Glogowski1-0/+4
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin2-7/+5
2014-09-05Some minor MM related refactoringJan-Marek Glogowski1-13/+6
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-1/+1
2014-08-18Typo: loop on all Marks instead of processing Mark(0) over and overMatteo Casalin1-1/+1
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-08-16Avoid redundant cehck and unneeded local scopeMatteo Casalin1-14/+8
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin4-26/+23
2014-08-15fdo#82191 sw::DocumentLayoutManager: copy textbox content of draw formatsMiklos Vajna1-0/+6
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner5-25/+31
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner3-9/+12
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-16/+17
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-5/+6
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann4-8/+8
2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann1-4/+4
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-3/+6
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna1-2/+2
2014-07-16Resolves: #i121443# register text frames and graphics...Oliver-Rainer Wittmann1-2/+3
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner5-18/+19
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+1
2014-07-11Allow to move only callout handle with shift key (cp#1000084)Matúš Kukan1-2/+4
2014-07-04coverity#1213073-5 Unchecked dynamic castNorbert Thiebaud1-3/+3
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-1/+1
2014-06-30fdo#80663: sw: fix crash on Undo of table row/column deleteMichael Stahl1-2/+3
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+1
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-0/+1
2014-06-25Resolves fdo#54155: Crash when playing with a Group inside a GroupJulien Nabet1-1/+1
2014-06-25pagedesc: Consolidate FindPageDescByName() and FindPageDesc().Jan Holesovsky1-1/+1
2014-06-24Add SwTextBoxHelper::findShapesMiklos Vajna1-0/+17
2014-06-24new compilerplugin returnbyrefNoel Grandin4-19/+19
2014-06-23SwContentType::FillMemberList: ignore TextFrames which are used as TextBoxesMiklos Vajna1-4/+4