summaryrefslogtreecommitdiff
path: root/sw/source/core/access
AgeCommit message (Expand)AuthorFilesLines
2015-07-23coverity#1311944 Logically dead codeCaolán McNamara1-1/+1
2015-07-16fix a11y crash seen on close of tdf#92573Caolán McNamara1-0/+3
2015-04-27sw: fix SwAccessibleParagraph crash on deleteMichael Stahl1-6/+3
2015-03-10tdf#84102: Expose duplicated "level" accessible attribute.Jacobo Aragunde Pérez1-0/+2
2014-12-19fdo#87199: sw: fix root cause of a11y crash when merging cellsMichael Stahl1-1/+3
2014-11-19sw: include the font of SwNumberPortions in layout dumpMiklos Vajna2-2/+2
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-16sal_Bool/sal_uInt16 to boolMatteo Casalin1-3/+3
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-1/+1
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-1/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin4-6/+5
2014-11-14fdo#75757: remove inheritance to std::mapJuan Picca1-13/+51
2014-11-14Mark as constTakeshi Abe1-2/+2
2014-11-13fdo#75757: remove inheritance to std::mapJuan Picca1-18/+36
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-3/+3
2014-11-11fdo#85912 Delete surrounding text failing for input method calls regression.Justin Luth1-0/+3
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti1-1/+0
2014-11-10loplugin: cstylecastNoel Grandin9-24/+24
2014-11-10loplugin: cstylecastNoel Grandin1-1/+1
2014-11-05markup with event type not checker typeCaolán McNamara1-0/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-2/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-5/+5
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-5/+5
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-1/+2
2014-10-17coverity#1247640 Uncaught exceptionCaolán McNamara2-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-5/+5
2014-10-13convert SW_TAB #defines to enumNoel Grandin1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-5/+5
2014-10-08convert Action enum in SC to enum classNoel Grandin1-19/+19
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin11-68/+68
2014-09-15sw: sal_Bool -> boolStephan Bergmann2-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+1
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin3-8/+8
2014-09-06Reorder data members and initialize all of themMatteo Casalin2-2/+5
2014-09-06sal_uInt16 to sal_Int32Matteo Casalin2-8/+8
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-1/+1
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-3/+3
2014-08-07coverity#1078601 Dereference after null checkCaolán McNamara1-6/+9
2014-07-22Massive KSHORT/MSHORT to sal_uInt16Matteo Casalin2-2/+2
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin3-7/+7
2014-07-01Related: #i124638# Second step of DrawingLayer FillAttributes...Armin Le Grand1-1/+1
2014-06-30Called C++ object pointer is nullCaolán McNamara1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-6/+6
2014-06-24Fix some warningsMatúš Kukan1-2/+2
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1