summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw
AgeCommit message (Expand)AuthorFilesLines
2014-04-23add a 'format all comments' featureCaolán McNamara1-0/+5
2014-03-09fdo#70422 Moved the linked files from sw/source/ui to a new core/uibase dirroopak1234533-16796/+0
2014-03-06coverity#708643 nOffsetY missing from copy ctorCaolán McNamara1-1/+1
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann1-1/+5
2014-03-03editeng: sal_Bool->boolNoel Grandin1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms15-49/+8
2014-02-27editeng: sal_Bool->boolNoel Grandin3-6/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-12/+12
2014-02-23WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'Tor Lillqvist1-3/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-22Resolves: #i124243# allow in-place editing of Input Fields...Oliver-Rainer Wittmann1-44/+44
2014-02-21vcl: sal_Bool -> boolStephan Bergmann3-28/+28
2014-02-21editeng: sal_Bool->boolNoel Grandin1-3/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert8-1/+8
2014-02-20svl: sal_Bool -> boolStephan Bergmann2-6/+6
2014-02-19coverity#738901 Uninitialized scalar fieldCaolán McNamara1-2/+16
2014-02-18Revert "Protect PostIt deletion by SolarMutex."Jan Holesovsky1-2/+0
2014-02-18Protect PostIt deletion by SolarMutex.Jan Holesovsky1-0/+2
2014-02-16fdo#71669 Poportionally scale images by default in WriterTomaž Vajngerl1-4/+13
2014-02-12sal_Bool->boolNoel Grandin1-2/+2
2014-02-05GetSearchDialog() returns SvxSearchDialog; and use it in more places too.Matúš Kukan1-5/+0
2014-02-01fdo#61251 prefer exact matches before case guess matchingCaolán McNamara1-6/+32
2014-01-28bool improvementsStephan Bergmann2-13/+13
2014-01-18Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+2
2014-01-15String::Len was used in a non-bool context hereStephan Bergmann1-1/+1
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara2-2/+2
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-1/+1
2014-01-11longparas: OldTextLen and DeltaStart are unusedCaolán McNamara1-1/+1
2014-01-09Resolves: #i123792# correction for comments/annotations on table cell rangesOliver-Rainer Wittmann1-5/+20
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann5-44/+417
2013-12-20typo fixesAndras Timar4-4/+4
2013-12-18cppcheck: same expressionCaolán McNamara1-2/+1
2013-12-14cppcheck: reduce scopeJulien Nabet1-2/+2
2013-12-03convert xub_StrLen->sal_Int32 in edtwin.cxxNoel Grandin1-2/+2
2013-12-03convert SidebarWinKey from xub_StrLen->sal_Int32Noel Grandin1-2/+2
2013-12-03xub_StrLen->salInt32 in lcl_HighlightNoel Grandin1-3/+3
2013-12-02Integrate branch of IAccessible2Steve Yin2-0/+40
2013-11-27Drop duplicate #includeTakeshi Abe1-1/+0
2013-11-19don't panic on clicking inside input fieldCaolán McNamara1-13/+19
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann2-22/+54
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-8/+7
2013-11-08remove unnecessary use of OUString constructor in SW moduleNoel Grandin1-2/+2
2013-11-06Resolves: #i123500# redefined ColorModifiers and ColorModifierStack...Armin Le Grand2-2/+10
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-11-05fixincludeguards.sh: swThomas Arnhold8-16/+16
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann2-8/+8
2013-11-01fdo#70998 Termchange: Graphics->ImageSamuel Mehrbrodt1-5/+5
2013-10-29cppcheck: Array index is used before limits checkJulien Nabet1-1/+1
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna5-18/+18
2013-10-24Don't allow selection handle movement to wrapTor Lillqvist1-0/+27