summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2012-03-29emf+ on win: implement bitmap creation from bitmapcanvasRadek Doulik1-1/+16
2012-03-26readUnicodeString can just return the stringCaolán McNamara1-2/+2
2012-03-20add another bug idCaolán McNamara1-1/+1
2012-03-20Resolves: fdo#46923/fdo#46750 take mnSubStringMin into accountCaolán McNamara1-1/+3
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: declaration of 'HWND__* hWnd' shadows a parameterDavid Tardon1-2/+2
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-2/+2
2012-03-12WaE: format '%x' expects argument of type 'unsigned int'David Tardon1-2/+2
2012-03-12WaE: cast to pointer from integer of different sizeDavid Tardon1-3/+2
2012-03-12WaE: comparison between signed and unsigned integer expressionsDavid Tardon1-1/+1
2012-03-12WaE: declaration shadows a previous localDavid Tardon1-20/+19
2012-03-12WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon1-1/+1
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-22vcl: fdo#46399 cleanup and share dummy virtual methods ...Greggory Hernandez1-14/+0
2012-02-22unusedcode.easy: vcl: remove DrawNativeControlText()Thomas Arnhold1-22/+0
2012-02-21WaE: duplicateBranchThomas Arnhold1-4/+1
2012-02-20unusedcode.easy: Remove SwProtocol::Snapshot()Thomas Arnhold1-33/+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 Arnhold3-136/+0
2012-02-02Try to fix the MinGW build with a simple solutionJesús Corrius1-1/+1
2012-02-02Revert "Win32 API calls use the Unicode versions by default"Jesús Corrius3-17/+17
2012-02-02missing semicolonKorrawit Pruegsanusak1-1/+1
2012-02-02Win32 API calls use the Unicode versions by defaultJesús Corrius3-17/+17
2012-02-01remove unused ImplSalGetWinAnsiStringAndras Timar1-25/+0
2012-02-01kill ByteString by dropping support of Win9xAndras Timar1-5/+1
2012-02-01ByteString -> OUStringAndras Timar1-5/+4
2012-02-01unused variableAndras Timar1-2/+0
2012-01-31Removed unused ImplSalLogFontToFontA()Christina Rossmanith1-39/+0
2012-01-30Just some simplificationJulien Nabet1-4/+2
2012-01-30Fix "Found duplicate branches for if and else"Julien Nabet1-20/+3
2012-01-28vcl: Remove unused GetSymbolKeyNameThomas Arnhold1-7/+0
2012-01-16vcl: introduce crystal clear separation between X11 Screens and DisplayScreensMichael Meeks1-2/+2
2012-01-15vcl: fix MinGW buildMatúš Kukan1-5/+0