summaryrefslogtreecommitdiff
path: root/sw/source/core/view
AgeCommit message (Expand)AuthorFilesLines
2015-01-26LOK: don't ignore all callback events when we're in the callback alreadyMiklos Vajna2-3/+9
2015-01-26sw: missing constsMiklos Vajna1-2/+2
2015-01-23do not use manual iterationBjoern Michaelsen1-1/+1
2015-01-23do not use manual iterationBjoern Michaelsen1-3/+13
2015-01-23do not use manual iterationBjoern Michaelsen1-6/+3
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn2-4/+6
2015-01-16SwViewImp::AddPaintRect: when tiled rendering, ignore visual areaMiklos Vajna1-2/+8
2015-01-16SwViewShell: make sure no callback is fired during PaintTile()Miklos Vajna1-0/+3
2015-01-16SwViewShell::InvalidateWindows: when tiled rendering, ignore visual areaMiklos Vajna1-1/+3
2015-01-16SwViewShell::PaintTile: paint a small red rectangle as well in debug modeMiklos Vajna1-0/+13
2015-01-16SwRootFrm::CheckViewLayout: never center pages when doing tiled renderingMiklos Vajna1-1/+12
2015-01-16sw: invalidate after keypresses when we have a callbackMiklos Vajna1-1/+4
2015-01-13Exclude FAR_AWAY objects from bounds computationStephan Bergmann1-6/+8
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