summaryrefslogtreecommitdiff
path: root/sw/source/ui/misc
AgeCommit message (Expand)AuthorFilesLines
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks4-7/+7
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10wrap more stuff in VclPtrNoel Grandin1-1/+1
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin3-6/+6
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin2-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin13-16/+16
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin13-35/+280
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin3-12/+12
2015-04-09vcl: VclPtr conversion in swNoel Grandin7-0/+43
2015-04-07tdf#90441: sw: *another* crash on shutdown after changing SvxAutoCorrCfgMichael Stahl1-0/+1
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-4/+4
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2-7/+7
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-22/+22
2015-03-23loplugin:constantfunction: swNoel Grandin2-9/+2
2015-03-11convert MarkType to enum classNoel Grandin1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-1/+1
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin2-8/+5
2015-01-28fdo#86984: UI Line numbering works only for EN_USMuthu Subramanian1-3/+4
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-4/+4
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-23coverity#1260296 Unchecked dynamic_castCaolán McNamara1-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 Bergmann1-3/+3
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann2-10/+10
2014-12-04sw: loplugin:cstylecastStephan Bergmann1-1/+1
2014-12-04loplugin: cstylecastNoel Grandin6-20/+20
2014-12-03loplugin: cstylecastNoel Grandin2-13/+13
2014-12-02Revert "loplugin: cstylecast"Kohei Yoshida7-21/+21
2014-12-02loplugin: cstylecastNoel Grandin7-21/+21
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin2-2/+2
2014-11-25loplugin: cstylecastNoel Grandin5-12/+12
2014-11-21dead init (clang)Bjoern Michaelsen1-1/+1
2014-11-16fdo#56116 : Names of bookmarks should allow all characters whichBrij Mohan Lal Srivastava1-1/+1
2014-11-16EndDialog(sal_True) ==> EndDialog(RET_OK)Matteo Casalin1-1/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-11-08sw: remove pointless inheritance of SwChapterNumRules from SwBaseNumRulesMichael Stahl1-2/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3
2014-10-08pass const OUString&, Clang loplugin:passstuffbyrefEike Rathke1-1/+1
2014-10-08pass const OUString&, Clang loplugin:passstuffbyrefEike Rathke1-1/+1
2014-10-08fdo#84504: UI- LineNumbering for header/footerCharu Tyagi1-0/+47
2014-09-23fdo#82577: Handle WindowNoel Grandin14-38/+38
2014-09-18fdo#82577: Handle FontNoel Grandin2-4/+4
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann5-10/+10
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist2-2/+2