summaryrefslogtreecommitdiff
path: root/vcl/win/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2012-03-13missing namespaceCaolán McNamara1-1/+2
2012-03-13fix compileLuboš Luňák1-1/+1
2012-03-12remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara1-2/+15
2012-03-12WaE: unused variable 'nRC'David Tardon1-1/+1
2012-03-12WaE: declaration shadows a previous localDavid Tardon1-5/+5
2012-03-12WaE: 'nRet' may be used uninitialized in this functionDavid Tardon1-2/+2
2012-03-12WaE: 'nAcquire' may be used uninitialized in this functionDavid Tardon1-3/+2
2012-03-12WaE: unused variable 'err'David Tardon1-1/+1
2012-03-12WaE: unused parameter 'pPrt'David Tardon1-0/+1
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-3/+3
2012-03-12use SAL_N_ELEMENTSDavid Tardon1-2/+2
2012-03-12WaE: enumeral mismatch in conditional expressionDavid Tardon1-2/+2
2012-03-12WaE: passing NULL to non-pointer argumentDavid Tardon1-1/+1
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-4/+4
2012-03-12WaE: narrowing conversion from 'long int' to 'BYTE'David Tardon1-1/+1
2012-03-12probable intent is the other way aroundDavid Tardon1-1/+1
2012-03-12WaE: missing braces around initializer for 'BYTE [8]'David Tardon1-16/+16
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold1-22/+0
2012-02-18WaE: unused variable rcThomas Arnhold1-6/+1
2012-02-18WaE: unused variable errThomas Arnhold1-1/+0
2012-02-18vcl: remove some more unused windows codeThomas Arnhold1-40/+0
2012-02-18remove some unused windows codeThomas Arnhold2-117/+0
2012-02-01unused variableAndras Timar1-2/+0
2012-01-31Removed unused ImplSalLogFontToFontA()Christina Rossmanith1-39/+0
2012-01-10Use SAL_N_ELEMENTSThomas Arnhold1-2/+2
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-12-21explicitly write an 8 bit empty stringCaolán McNamara1-1/+1
2011-12-21tweak for pre language-defect #77Caolán McNamara1-5/+5
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-7/+6
2011-12-21bah, need to tweak for pre c++0xCaolán McNamara1-6/+7
2011-12-21disentangle Read/WriteByteString OUString variantsCaolán McNamara1-7/+6
2011-12-15Removed extra semicolonsJesse1-4/+4
2011-11-27remove include of pch header from vclNorbert Thiebaud10-20/+0
2011-11-21Oups... Disambiguation solved another way in 1c2f5dLionel Elie Mamane1-1/+1
2011-11-21disambiguate (OU)?String comparison into OUString comparisonLionel Elie Mamane1-1/+1
2011-11-21link errorCaolán McNamara1-1/+1
2011-11-21trailing/missing ,Caolán McNamara1-2/+2
2011-11-21this casting of a void* is a disaster waiting to happenCaolán McNamara1-2/+2
2011-11-21more conversion to rtl::OUStringDavid Tardon1-15/+15
2011-11-21WaE: initialization orderDavid Tardon2-7/+8
2011-11-21WaE: type qualifiers ignored on function return typeDavid Tardon1-1/+1
2011-11-21these need to be getStr post OUString-izationCaolán McNamara1-1/+1
2011-11-21init members in correct orderDavid Tardon1-10/+9
2011-11-21use correct rtl::OUString functionDavid Tardon2-2/+2
2011-11-21convert win plugin to rtl::O(U)StringDavid Tardon2-10/+10
2011-11-07redundant if not-null checks on deleteThomas Arnhold1-6/+3
2011-10-27Rename ImplFontSelectData to FontSelectPattern so I know what it doesCaolán McNamara2-18/+18
2011-10-25generic: more unix conditional compilation pieces and win32 portingMichael Meeks1-7/+1
2011-10-07cppcheck scope reduction of var in vcl/... salprn.cxxPierre-André Jacquod1-2/+1
2011-10-07cppcheck reduce scope of var in vcl/... salgdi2.cxx and avoid hidden varPierre-André Jacquod1-5/+3