summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 226e4c219186397db30a75f94e91376792d39b95 (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
# EditorConfig: http://EditorConfig.org

# top-most EditorConfig file
root = true

# General settings
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

# Source code files
[*.{c,cxx,cpp,h,hxx,hpp,java,m,mm,py,swift,xsl}]
indent_style = space
indent_size = 4

# Makefiles
[{Makefile,*.mk}]
indent_style = tab
trim_trailing_whitespace = false

# Patch files
[*.patch.*]
trim_trailing_whitespace = false
t/include/tools/poly.hxx?h=cp-6.4-33&id=80363950fda5eeef9830f61e57899d1805c91751'>Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2017-03-29loplugin:unusedmethodsNoel Grandin 2017-02-21loplugin:unusedmethodsNoel Grandin 2017-02-10remove unused enumerators from PolyClipOpNoel Grandin 2016-12-07convert PolyFlags to scoped enumNoel Grandin 2016-12-06convert PolyStyle to scoped enumNoel Grandin 2016-11-16loplugin:countusersofdefaultparams in include/svx..unotoolsNoel Grandin 2016-09-02coverity#1371213 Missing move assignment operatorCaolán McNamara 2016-03-17loplugin:constantparam in toolsNoel Grandin 2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin 2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin 2016-02-08loplugin:unusedmethodsNoel Grandin 2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin 2015-11-05class PolyOptimizeData is never instantiatedMatteo Casalin 2015-09-10Remove unused "#ifndef ENUM_*_DECLARED" wrappingStephan Bergmann 2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud 2015-07-30loplugin:unusedmethodsNoel Grandin 2015-07-02loplugin:unusedmethods toolsNoel Grandin 2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin 2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin 2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin 2014-04-17Move bezier functionsChris Sherlock 2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin 2014-02-03add std::ostream operators for Region and PolyPolygonMichael Stahl 2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin 2013-11-09fdo#65108 inter-module includes <> include/toolsNorbert Thiebaud 2013-10-23fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold 2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud 2013-05-19Secured some places where PolyPolygons were createdArmin Le Grand 2013-04-23execute move of global headersBjoern Michaelsen