summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells
AgeCommit message (Expand)Author
2015-01-16fdo#86844 - CONTEXT MENU: Remove hyperlink not accessibleNiklas Johansson
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin
2014-12-25sal_uInt16 to size_tMatteo Casalin
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15fdo#82614: sw: Revert "Simplify code path"Michael Stahl
2014-12-07Introduce ParaspaceIncrease/Decrease commands in Writer and CalcMaxim Monastirsky
2014-12-02De-/Increase fontsize when multi-sized textDaniel Sikeler
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara
2014-11-23fdo#86546 Open the right tab for more bullets and numberingMaxim Monastirsky
2014-11-21Build fix.Kohei Yoshida
2014-11-21fdo#78980 i#98931 Accept args for .uno:InsertAnnotationMaxim Monastirsky
2014-11-20sw: convert legacy assertions in frmsh.cxxMichael Stahl
2014-11-16sw: convert 'a ? sal_False : b' to '!a && b'Matteo Casalin
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin
2014-11-16makeAny(sal_True/sal_False) to makeAny(true/false) in swMatteo Casalin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara
2014-11-09fdo#85804 Introduce bullets and numbering popupsMaxim Monastirsky
2014-11-06SwFrmDlg ctor: turn sRestype into an OUStringMiklos Vajna
2014-11-03fdo#35862 De-/Increase font when multi-sized textDaniel Sikeler
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-30coverity#704378 gold, Logically dead codeCaolán McNamara
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-12convert SWFMTFLD_ #defines to an enumNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-10UBSan: SvxColorItem vs. SvxBrushItem confusionStephan Bergmann
2014-10-03display paragraph format redline also as 'formats' rather than empty stringLuboš Luňák
2014-10-03coverity#1242521 silence Arguments in wrong orderCaolán McNamara
2014-10-02coverity#1242750 Unused valueCaolán McNamara
2014-10-02coverity#1242841 Unused valueCaolán McNamara
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-09-09fdo#82496: Change picture option by rightclickingJennifer Liebel
2014-09-03Simplify thisMaxim Monastirsky
2014-08-29Avoid crash when no args specifiedMaxim Monastirsky
2014-08-29Remove these intermediate variablesMaxim Monastirsky
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-08-25reduce nesting at SID_CHINESE_CONVERSIONTomaž Vajngerl
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist