summaryrefslogtreecommitdiffstats
path: root/vbahelper
Commit message (Expand)AuthorAgeFilesLines
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-025-9/+10
* vbahelper: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-152-2/+2
* coverity#738950 Structurally dead codeCaolán McNamara2014-12-111-13/+26
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-081-5/+2
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-052-4/+4
* loplugin: cstylecastNoel Grandin2014-10-232-5/+5
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-1/+1
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-153-4/+0
* convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2014-10-111-2/+2
* cid#1244949 Uncaught exceptionNoel Grandin2014-10-101-1/+1
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-061-2/+2
* fdo#82577: Handle TimeNoel Grandin2014-10-011-1/+1
* vbahelper: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-294-7/+5
* fdo#82577: Handle WindowNoel Grandin2014-09-232-6/+6
* VbaNewFont apparently does not inherit XHelperInterfaceStephan Bergmann2014-09-1511-24/+10
* Drop unused #includesTakeshi Abe2014-07-241-2/+0
* callcatcher: update unused codeCaolán McNamara2014-07-221-6/+0
* Remove unused #includesTakeshi Abe2014-07-226-6/+0
* some other coverity fooCaolán McNamara2014-07-181-22/+8
* fix indentCaolán McNamara2014-07-181-11/+7
* coverity#707480 Uncaught exceptionCaolán McNamara2014-07-101-1/+2
* coverity#707382 Uncaught exceptionCaolán McNamara2014-07-093-8/+26
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-271-2/+2
* update_pch: add a bunch of pch filesThomas Arnhold2014-06-046-0/+285
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-232-2/+2
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-2317-57/+53
* Typo: shoud -> shouldJulien Nabet2014-05-131-1/+1
* vbahelper: sal_Bool->boolNoel Grandin2014-05-089-39/+67
* vbahelper: sal_Bool->boolNoel Grandin2014-05-0215-58/+58
* coverity#707469 Uncaught exceptionCaolán McNamara2014-04-241-1/+3
* coverity#707474 Uncaught exceptionCaolán McNamara2014-04-242-2/+4
* hmm, need a rethink on these exceptionsCaolán McNamara2014-04-241-4/+4
* coverity#707475 Uncaught exceptionCaolán McNamara2014-04-241-1/+2
* coverity#707476 Uncaught exceptionCaolán McNamara2014-04-241-1/+2
* coverity#707477 Uncaught exceptionCaolán McNamara2014-04-241-1/+2
* coverity#707478 Uncaught exceptionCaolán McNamara2014-04-241-1/+2
* coverity#707479 Uncaught exceptionCaolán McNamara2014-04-241-1/+3
* coverity#707461 Uncaught exceptionCaolán McNamara2014-04-232-2/+2
* fixincludeguards.sh: scThomas Arnhold2014-04-191-1/+1
* whitespace for include statementsThomas Arnhold2014-04-152-8/+8
* Clean up function declarationsStephan Bergmann2014-04-141-5/+2
* no need for those static stringsThomas Arnhold2014-04-1412-101/+62
* cppcheck: multiCondition, remove 2 duplicate "else if" blocksJulien Nabet2014-04-121-4/+0
* fix colonCaolán McNamara2014-04-051-1/+1
* coverity#708570 Uninitialized scalar fieldCaolán McNamara2014-04-051-1/+3
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-0315-49/+49
* vbahelper: sal_Bool->boolNoel Grandin2014-04-032-9/+9
* coverity#1194895 Logically dead codeStephan Bergmann2014-04-021-3/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-2737-443/+443