summaryrefslogtreecommitdiff
path: root/sw/source/ui
AgeCommit message (Expand)AuthorFilesLines
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin3-5/+5
2015-01-04cppcheck: Possible inefficient checking for <var> emptinessJulien Nabet1-1/+1
2015-01-04changes sidebar: Use images instead of texts for types of changes in Writer.Jan Holesovsky1-0/+30
2015-01-03boost::unordered_map->std::unordered_mapCaolán McNamara4-7/+5
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann1-1/+1
2014-12-28fdo#83565 addition of wrap left and wrap right to context menuYousuf Philips1-1/+14
2014-12-26fdo#87185 rearrange image context menu and add icons to a few entriesYousuf Philips1-4/+6
2014-12-23coverity#1260296 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-12-23fdo#87185 add verbs before entries in image context menuYousuf Philips1-2/+2
2014-12-22fix buildCaolán McNamara1-2/+2
2014-12-22fdo#87185 reorganize the image context menuYousuf Philips1-43/+45
2014-12-20Typo: paremeter/paramater=>parameterJulien Nabet1-1/+1
2014-12-19changes sidebar: Manage Changes (Redlining) panel instead of the dialog box.Jan Holesovsky1-1/+2
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann9-22/+21
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann8-64/+64
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-11-Werror,-Wunused-variableStephan Bergmann1-3/+1
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin3-28/+10
2014-12-09fdo#86619 removal of less used table context menu itemsYousuf Philips1-16/+3
2014-12-09changed timer to idleTobias Madl1-4/+4
2014-12-09changed some timer to idleTobias Madl2-5/+5
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
2014-12-04sw: loplugin:cstylecastStephan Bergmann1-1/+1
2014-12-04loplugin: cstylecastNoel Grandin17-255/+255
2014-12-03loplugin: cstylecastNoel Grandin5-26/+26
2014-12-02Revert "loplugin: cstylecast"Kohei Yoshida18-256/+256
2014-12-02loplugin: cstylecastNoel Grandin18-256/+256
2014-12-02fdo#62947 add paste special to table and text box context menusYousuf Philips1-2/+4
2014-12-02loplugin: cstylecastNoel Grandin14-132/+132
2014-12-02loplugin: cstylecastNoel Grandin20-90/+91
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl5-8/+8
2014-11-26loplugin: cstylecastNoel Grandin11-38/+38
2014-11-25all these ids and their associated resources were unnecessaryCaolán McNamara3-61/+0
2014-11-25loplugin: cstylecastNoel Grandin2-4/+4
2014-11-25loplugin: cstylecastNoel Grandin28-110/+110
2014-11-24fdo#86633: sw: remove bad tab pages from SwParaDlg for drawing objectsMichael Stahl1-0/+2
2014-11-24these were just ids, shouldn't be backed by actual string resourcesCaolán McNamara3-130/+0
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara1-1/+1
2014-11-24move RID_APPTITLE to desktop where its usedCaolán McNamara1-1/+1
2014-11-21dead init (clang)Bjoern Michaelsen1-1/+1
2014-11-21expand complex cascading conditional operatorBjoern Michaelsen1-4/+10
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-16fdo#56116 : Names of bookmarks should allow all characters whichBrij Mohan Lal Srivastava1-1/+1
2014-11-16sw: convert 'a ? sal_False : sal_True' to '!a'Matteo Casalin1-1/+1
2014-11-16EndDialog(sal_True) ==> EndDialog(RET_OK)Matteo Casalin2-2/+2
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin6-9/+9
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin5-14/+14
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin4-7/+3