summaryrefslogtreecommitdiff
path: root/unoidl/source/sourceprovider-scanner.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-3/+3
2013-11-25Fix unoidl sourceprovider interface base and member checksStephan Bergmann1-20/+58
2013-11-22Fix unoidl sourceprovider "published" checksStephan Bergmann1-2/+6
2013-10-10Silence some false Covertiy scan warnings about uninitialized membersStephan Bergmann1-2/+7
2013-09-20keep C++03 compilers happyStephan Bergmann1-2/+2
2013-09-20Reject "too similar" service constructorsStephan Bergmann1-2/+31
2013-09-17Move full file parsing logic to sourceprovider-parser.yStephan Bergmann1-6/+10
2013-09-17Detect reuse of module names for other entitiesStephan Bergmann1-3/+6
2013-09-12WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist1-3/+3
2013-09-12WIP: additional unoidl::Provider that directly reads from .idl filesStephan Bergmann1-0/+247