summaryrefslogtreecommitdiff
path: root/sw/source/core/view
AgeCommit message (Expand)AuthorFilesLines
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06sw: notify LOK clients about invalidationsMiklos Vajna2-0/+16
2014-12-13Fix build for iOSTor Lillqvist1-1/+2
2014-12-04unnecessary castBjoern Michaelsen1-1/+1
2014-12-04use C++11 iterationBjoern Michaelsen1-5/+6
2014-12-04use C++11 iterationBjoern Michaelsen1-17/+11
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-6/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-10/+7
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+6
2014-12-04unnecessary castBjoern Michaelsen1-2/+2
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-8/+5
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
2014-12-04use C++11 iterationBjoern Michaelsen1-7/+4
2014-12-02loplugin: cstylecastNoel Grandin4-38/+38
2014-11-25loplugin: cstylecastNoel Grandin4-16/+16
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2-0/+2
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-3/+3
2014-11-04Apply pimpl to SdrPageWindow.Kohei Yoshida1-1/+1
2014-10-31Removed duplicated includesAndrea Gelmini1-1/+0
2014-10-29sw: convert some silly assertions and remove stupid debug-only returnsMichael Stahl1-7/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky5-21/+21
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky5-19/+19
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon5-19/+19
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin3-4/+4
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca5-21/+21
2014-09-30fdo#82577: Handle RegionNoel Grandin2-12/+12
2014-09-23fdo#82577: Handle WindowNoel Grandin3-11/+11
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-09-10fdo#80926 Don't move anchors of invalid pagesJan-Marek Glogowski1-0/+11
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-2/+1
2014-09-05Fix moving out-of-bounds draw / fly objectsJan-Marek Glogowski1-3/+3
2014-09-03coverity#1130359 Unchecked dynamic_castCaolán McNamara1-2/+2
2014-08-26Better variable naming in SwViewImp::NotifySizeChgJan-Marek Glogowski1-14/+14
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara2-2/+0
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin1-2/+2
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-1/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner3-8/+11
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner2-6/+8
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-1/+1
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner4-11/+14
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-2/+2
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-26We're using the same rectangle for both calls, let's reuse it.Andrzej Hunt1-2/+5