summaryrefslogtreecommitdiff
path: root/vcl/generic
AgeCommit message (Expand)AuthorFilesLines
2014-04-14typo: independend -> independentThomas Arnhold1-1/+1
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann6-34/+5
2014-04-04make query fax number dialog a little less lameCaolán McNamara1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist26-344/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann3-5/+5
2014-04-01coverity#708657 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-01use pEdit argumentCaolán McNamara1-2/+2
2014-03-31WaE: unused parameter 'pEdit'Tor Lillqvist1-1/+1
2014-03-31Resolves: fdo#43049 basic PPD custom options supportCaolán McNamara2-8/+35
2014-03-30coverity#1194917 Overflowed return valueCaolán McNamara1-1/+1
2014-03-29coverity#704394 Logically dead codeCaolán McNamara1-9/+3
2014-03-28coverity#707592 Uninitialized scalar variableCaolán McNamara1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-26/+29
2014-03-22cppcheck: fix reassigned varsJulien Nabet1-6/+3
2014-03-21WaE: -Werror=conversion-nullCaolán McNamara1-1/+1
2014-03-21move remaining padmin dialogs into vclCaolán McNamara3-36/+618
2014-03-21move the fax dialog from padmin to vclCaolán McNamara1-20/+67
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud3-0/+3
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud2-20/+21
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud5-16/+16
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann1-3/+3
2014-03-20all the filterText impls are now no-ops, so removeCaolán McNamara1-5/+0
2014-03-20Resolves: #i49980# Autosense fax4cups devices and configure automaticallyCaolán McNamara3-204/+97
2014-03-20IsQuickJob is never read and FAX# is never writtenCaolán McNamara1-5/+0
2014-03-12Resolves: fdo#50855 Nimbus Sans L missing stylesCaolán McNamara1-1/+6
2014-03-11Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-8/+5
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe1-21/+15
2014-03-06coverity#708896 Unused pointer valueCaolán McNamara1-1/+1
2014-03-06coverity#708897 Unused pointer valueCaolán McNamara1-1/+1
2014-03-06coverity#708898 Unused pointer valueCaolán McNamara1-2/+2
2014-03-06coverity#708899 Unused pointer valueCaolán McNamara1-1/+1
2014-03-06coverity#708900 Unused pointer valueCaolán McNamara1-2/+2
2014-03-06coverity#708901 Unused pointer valueCaolán McNamara1-1/+1
2014-03-06coverity#708902 Unused pointer valueCaolán McNamara1-1/+1
2014-03-06coverity#708903 Unused pointer valueCaolán McNamara1-1/+1
2014-03-04Add mode linesTakeshi Abe1-0/+2
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann1-2/+5
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock5-12/+12
2014-02-27coverity#1187675 Dereference null return valueCaolán McNamara1-10/+4
2014-02-27coverity#1187674 Dereference null return valueCaolán McNamara1-2/+2
2014-02-26Remove visual noise from vclAlexander Wilms9-33/+33
2014-02-23Remove unneccessary commentsAlexander Wilms7-99/+99
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann1-4/+4
2014-02-21vcl: sal_Bool -> boolStephan Bergmann10-124/+124
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert2-0/+2
2014-02-19unotools: sal_Bool -> boolStephan Bergmann3-10/+10
2014-02-18vcl: CUPS printing: notify user if spooling failedMichael Stahl1-1/+7
2014-02-18fdo#41524: CUPS printing: use "collate" option when PDF is availableMichael Stahl1-10/+3
2014-02-12callcatcher: update unused codeCaolán McNamara2-28/+0