summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 9f41b46046c5b3d257ed0889fddc990eff4d398f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
#
#		X.Org module default exclusion patterns
#		The next section if for module specific patterns
#
#	Do not edit the following section
# 	GNU Build System (Autotools)
aclocal.m4
autom4te.cache/
autoscan.log
ChangeLog
compile
config.guess
config.h
config.h.in
config.log
config-ml.in
config.py
config.status
config.status.lineno
config.sub
configure
configure.scan
depcomp
.deps/
INSTALL
install-sh
.libs/
libtool
libtool.m4
ltmain.sh
lt~obsolete.m4
ltoptions.m4
ltsugar.m4
ltversion.m4
Makefile
Makefile.in
mdate-sh
missing
mkinstalldirs
*.pc
py-compile
stamp-h?
symlink-tree
texinfo.tex
ylwrap

#	Do not edit the following section
# 	Edit Compile Debug Document Distribute
*~
*.[0-9]
*.[0-9]x
*.bak
*.bin
core
*.dll
*.exe
*-ISO*.bdf
*-JIS*.bdf
*-KOI8*.bdf
*.kld
*.ko
*.ko.cmd
*.lai
*.l[oa]
*.[oa]
*.obj
*.patch
*.so
*.pcf.gz
*.pdb
*.tar.bz2
*.tar.gz
#
#		Add & Override patterns for xinit
#
#		Edit the following section as needed
# For example, !report.pc overrides *.pc. See 'man gitignore'
#
xcb_util_intro
cursor/shape_to_id.c
ption value='distro/mimo/mimo-6-1'>distro/mimo/mimo-6-1 main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/forms/source/component/Hidden.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-11-07Replace some macros in forms part 16Julien Nabet1-1/+8
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC1-4/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): formsStephan Bergmann1-1/+1
2018-02-06clean up some include guard terminatorsNoel Grandin1-3/+1
2017-10-23loplugin:includeform: formsStephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-11/+8
2016-10-27coverity#1374316 Uncaught exceptionCaolán McNamara1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-10-02com::sun::star->css in forms/Noel Grandin1-10/+10
2015-08-19Remove two silly typedefsStephan Bergmann1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+4
2014-06-04forms: expand DECLARE_XCLONEABLEThomas Arnhold1-1/+1
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante1-3/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-02-26Remove visual noise from formsAlexander Wilms1-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2013-11-05fixincludeguards.sh: formsThomas Arnhold1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String