summaryrefslogtreecommitdiff
path: root/sw/source/ui/uiview/viewport.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak123451-1275/+0
2014-02-27Remove visual noise from swAlexander Wilms1-3/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+3
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-1/+1
2013-11-21Remove the Navigator buttons below the scrollbar in WriterSamuel Mehrbrodt1-62/+5
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-1/+1
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-10-18converting remaining usage of String in SW to OUStringNoel Grandin1-1/+1
2013-10-16[API CHANGE]: PreView -> Preview, including .uno:PrintPagePreView.Jan Holesovsky1-1/+1
2013-10-15New iOS client codeptyl@cloudon.com1-79/+27
2013-10-15convert sw/inc/crsrsh.hxx from String to OUStringNoel Grandin1-3/+3
2013-10-15convert sw/inc/fesh.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-09Fix for iOS scroll by pixels, and pinch to zoomptyl@cloudon.com1-6/+98
2013-10-08Related: fdo#38838 remove UniString::SearchAndReplaceAllCaolán McNamara1-4/+6
2013-07-16fdo#39468 Comment translation GER-ENG in sw/source/ui/uiview (Part 4)Matthias Freund1-146/+126
2013-06-07Resolves: #i25945# Allow disabling scrollbar tips by API and configurationAriel Constenla-Haile1-14/+17
2013-05-12Fix indentationMatteo Casalin1-9/+8
2013-05-12Return early in case of NULL pointerMatteo Casalin1-4/+9
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-19/+19
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-1/+1
2013-04-05Simpler and cleaner way to get rid of rulers and scrollbars for non-DESKTOPTor Lillqvist1-11/+1
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist1-2/+3
2013-03-27Change the German "Lineal" to "Ruler" in identifiersTor Lillqvist1-21/+21
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist1-2/+2
2013-03-26sal_Bool to boolTakeshi Abe1-7/+7
2013-03-23SwView: rename member variables missing their prefixMiklos Vajna1-218/+218
2013-03-05Fix float scale factor -> integer percentage conversion bug in my new codeTor Lillqvist1-2/+2
2013-03-04First attempt to get rid of scrollbars on tabletsTor Lillqvist1-1/+9
2013-03-03Android "desktop" app: More hacking on scalingTor Lillqvist1-0/+6
2013-02-09Remove unused methodsThomas Arnhold1-21/+0
2013-02-08Resolves: fdo#43650 Disable tooltip when scrolling writer docs via mouse wheelRuslan Kabatsayev1-1/+10
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-20Enforce use of accessors on gen.hxx structuresMatteo Casalin1-8/+10
2012-11-08fdo#35427: repair Tools > Options > Writer > View - Show Scroll Slider optionsIvan Timofeev1-0/+9
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-2/+1
2012-06-25Remove various commented out definesThomas Arnhold1-1/+0
2012-06-22Remove empty or non-called methodsThomas Arnhold1-2/+0
2012-05-29these SwScrollbar::IsVisible(false) calls does not make sense to me...Ivan Timofeev1-16/+8
2012-04-05SfxViewShell::GetScrollingMode always returns SCROLLING_DEFAULTIvan Timofeev1-28/+10
2012-03-20removed zoomtools int functionsTim Hardeck1-3/+3
2012-03-13always use the *real* visibility of the SwScrollbar, part 2Ivan Timofeev1-1/+1
2012-02-13always use the *real* visibility of the SwScrollbarIvan Timofeev1-3/+1
2012-01-25WaE: int and long confusionTor Lillqvist1-2/+2
2012-01-25optimized zoom to use more common intervalsTim Hardeck1-4/+3
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak1-2/+3
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck1-2/+4
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-10/+10