summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 380ce01d323718f169682479613f6b4e7d96a2eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# backup and temporary files
*~
.*.sw[op]
.gitattributes

# Python
helpcontent2/wiki-to-help/*.pyc
helpcontent2/wiki-to-help/mwlib_mods/*.pyc

# the build directories
/*/unxlng??
/*/unxlng??.pro
/*/wntmsc???
/*/wntmsc???.pro
/*/unxmac??
/*/unxmac??.pro
/*/wntgcci.pro
feature/orcus-odf LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/core/access/accfrmobj.cxx
AgeCommit message (Expand)Author
2017-01-09tdf#105009 sw: fix a11y crash when removing drawing objectMichael Stahl
2016-06-29dynamic_cast followed by static_castCaolán McNamara
2016-04-21new plugin stylepoliceNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-06-04GetWin seen as NULL sometimesCaolán McNamara
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin