summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp
AgeCommit message (Expand)AuthorFilesLines
2015-05-15cleanup GetGraphicSizeTwipTomaž Vajngerl1-9/+7
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-11sw,sc,sd,starmath: convert to vcl::RenderContextNoel Grandin1-1/+1
2015-05-06convert USER_OPT constants to scoped enumNoel Grandin1-4/+4
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin2-11/+12
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-162/+162
2015-04-02sw: fix crash on SwUndoDelete after select-all with table at startMichael Stahl1-0/+1
2015-03-31sw: prefix members of SwEditShellMichael Stahl1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-11/+11
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-20Ensure GrammarCheckingIterator thread is joined before SwBreakIt::_DeleteStephan Bergmann2-0/+71
2015-03-14sw: prefix members of SwSelPaintRectsMichael Stahl1-2/+2
2015-02-19sw: nAnz -> nCountMiklos Vajna1-2/+2
2015-02-16include algorithm for std::maxCaolán McNamara1-0/+1
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-2/+2
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn2-3/+4
2015-01-07sal_uInt16 to size_t, remove unneeded downcastMatteo Casalin1-2/+2
2015-01-07sal_uInt16 to size_tMatteo Casalin1-1/+1
2015-01-07sal_uInt16 to more proper typesMatteo Casalin1-9/+8
2015-01-07nBlockGrowSize can be staticMatteo Casalin1-1/+1
2014-12-28Factor out SwFmtWrapInfluenceOnObjPos::dumpAsXml() from docnodeMiklos Vajna1-2/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-02make ring header onlyBjoern Michaelsen1-80/+0
2014-12-02more testing and initial iteratorsBjoern Michaelsen1-2/+8
2014-12-02private pointerBjoern Michaelsen1-13/+10
2014-12-02use boostBjoern Michaelsen1-40/+29
2014-11-25loplugin: cstylecastNoel Grandin1-13/+13
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-1/+5
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin2-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-11sw: remove silly assertion that copy constructor "succeeds"Michael Stahl1-14/+0
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti1-1/+0
2014-11-10loplugin: cstylecastNoel Grandin2-20/+20
2014-11-05operator<< for SwPosition/SwPaM/etc. for use with SAL_DEBUGLuboš Luňák1-0/+5
2014-10-30sw: add API that provides fast access to marks of a text nodeMiklos Vajna1-0/+8
2014-10-29sw: translate "Rekursiv"Michael Stahl1-2/+2
2014-10-09Resolves: fdo#65823 crash on negative position in redlined wordCaolán McNamara1-1/+1
2014-10-06Resolves: fdo#84649 can have negative values from ConvertToModelPositionCaolán McNamara1-0/+3
2014-09-23error C2782: template parameter '_Ty' is ambiguousMiklos Vajna1-1/+1
2014-09-23with show changes on we can have negative offsetsCaolán McNamara1-1/+1
2014-08-20move comment into assertCaolán McNamara1-1/+1
2014-08-13warning C4245 signed/unsigned mismatchMichael Stahl1-3/+5
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12show fly anchored inside selection as selected tooLuboš Luňák1-0/+6
2014-08-05Avoid fn ptr casts in SwNodes::ForEeachStephan Bergmann1-38/+0
2014-08-05sw: add RowInteropGrabBag UNO property for table rowsMiklos Vajna1-0/+1
2014-07-19fix debug=t buildCaolán McNamara1-0/+12
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-1/+5