Ivan Timofeev
3a603d376a
vcl: win: adjust some coordinates
2012-04-14 20:59:57 +04:00
Ivan Timofeev
7179a362dd
vcl: win: fix RTL checkmark backgrounds fdo#42537
2012-04-14 20:59:57 +04:00
Ivan Timofeev
a4cc4d3ec9
vcl: win: fix RTL menu separator and gutter, checkmarks are still misplaced
2012-04-11 21:54:00 +04:00
Radek Doulik
7564b2c109
emf+ on win: implement bitmap creation from bitmapcanvas
2012-03-29 14:37:31 +02:00
Caolán McNamara
e443216ce2
readUnicodeString can just return the string
...
seeing as no-one checks the return value, we don't need
the intermediate temporary string
2012-03-26 12:18:09 +01:00
Caolán McNamara
01ee9406e9
add another bug id
2012-03-20 20:35:52 +00:00
Caolán McNamara
eeffbc94d1
Resolves: fdo#46923/fdo#46750 take mnSubStringMin into account
2012-03-20 13:48:12 +00:00
Caolán McNamara
3beb6f66cb
missing namespace
2012-03-13 10:49:51 +00:00
Luboš Luňák
1613a4949f
fix compile
2012-03-13 11:27:49 +01:00
Caolán McNamara
da91ce535e
remove unused FontFamily argument in ImplFindByAttributes
...
move ImplFindByLocale to windows only code, rename to
findDevFontListByLocale
2012-03-12 11:43:51 +00:00
David Tardon
c4ee0b0a74
WaE: declaration of 'HWND__* hWnd' shadows a parameter
2012-03-12 08:53:32 +01:00
David Tardon
e8d7c38231
WaE: comparison between signed and unsigned integer expressions
2012-03-12 08:53:32 +01:00
David Tardon
277e9c4ca8
WaE: format '%x' expects argument of type 'unsigned int'
2012-03-12 08:53:32 +01:00
David Tardon
79305e38c5
WaE: cast to pointer from integer of different size
2012-03-12 08:53:31 +01:00
David Tardon
91b8bae79f
WaE: comparison between signed and unsigned integer expressions
2012-03-12 08:53:31 +01:00
David Tardon
47cad9e8e8
WaE: declaration shadows a previous local
2012-03-12 08:53:30 +01:00
David Tardon
bf9e519551
WaE: deprecated conversion from string constant to 'sal_Char*'
2012-03-12 08:53:30 +01:00
David Tardon
ded657d066
WaE: unused variable 'nRC'
2012-03-12 08:53:30 +01:00
David Tardon
557daa9c4b
WaE: declaration shadows a previous local
2012-03-12 08:53:29 +01:00
David Tardon
d0d9d7970b
WaE: 'nRet' may be used uninitialized in this function
2012-03-12 08:53:29 +01:00
David Tardon
7baf49884c
WaE: 'nAcquire' may be used uninitialized in this function
...
Or, the joys of using setjmp/longjmp...
2012-03-12 08:53:28 +01:00
David Tardon
8d6afe4fc3
WaE: unused variable 'err'
2012-03-12 08:53:28 +01:00
David Tardon
48cb7040ce
WaE: unused parameter 'pPrt'
2012-03-12 08:53:27 +01:00
David Tardon
f9177e2f5c
WaE: comparison between signed and unsigned integer expressions
2012-03-12 08:53:27 +01:00
David Tardon
93f1865986
use SAL_N_ELEMENTS
2012-03-12 08:53:27 +01:00
David Tardon
9adb48b9a1
WaE: enumeral mismatch in conditional expression
2012-03-12 08:53:26 +01:00
David Tardon
13718ea30c
WaE: passing NULL to non-pointer argument
2012-03-12 08:53:26 +01:00
David Tardon
b44e997ebe
WaE: comparison between signed and unsigned integer expressions
2012-03-12 08:53:25 +01:00
David Tardon
ab233e2ec2
WaE: narrowing conversion from 'long int' to 'BYTE'
2012-03-12 08:53:25 +01:00
David Tardon
87f637ba50
probable intent is the other way around
2012-03-12 08:53:25 +01:00
David Tardon
8b5c1890f3
WaE: missing braces around initializer for 'BYTE [8]'
2012-03-12 08:53:24 +01:00
Greggory Hernandez
f1cf3d1d6a
vcl: fdo#46399 cleanup and share dummy virtual methods ...
2012-02-22 09:38:37 +00:00
Thomas Arnhold
178ce4295b
unusedcode.easy: vcl: remove DrawNativeControlText()
2012-02-22 00:52:31 +01:00
Thomas Arnhold
0f42e7c833
WaE: duplicateBranch
2012-02-21 20:57:01 +01:00
Thomas Arnhold
f4fbdf7f9c
unusedcode.easy: Remove SwProtocol::Snapshot()
...
And all implementations. Also unused and removed:
ImplCreateFromXImage()
ImplGetFrameBitmap()
2012-02-20 22:19:32 +01:00
Thomas Arnhold
07cd0a8862
WaE: unused variable rc
2012-02-18 21:33:03 +01:00
Thomas Arnhold
d10470bf1a
WaE: unused variable err
2012-02-18 21:33:02 +01:00
Thomas Arnhold
7bf5fa1dea
vcl: remove some more unused windows code
2012-02-18 21:32:59 +01:00
Thomas Arnhold
f2601ba087
remove some unused windows code
2012-02-18 14:40:11 +01:00
Jesús Corrius
244899285b
Try to fix the MinGW build with a simple solution
2012-02-02 12:00:30 +01:00
Jesús Corrius
37c198cf09
Revert "Win32 API calls use the Unicode versions by default"
...
This reverts commit 157a32f0dc
. The patch is good but it breaks the MinGW build because the compiler is misconfigured and by default the API calls there are ANSI.
2012-02-02 09:54:00 +01:00
Korrawit Pruegsanusak
54d278ae5f
missing semicolon
2012-02-02 09:45:41 +07:00
Jesús Corrius
157a32f0dc
Win32 API calls use the Unicode versions by default
2012-02-02 00:09:53 +01:00
Andras Timar
a31acd6b40
remove unused ImplSalGetWinAnsiString
2012-02-01 16:14:19 +01:00
Andras Timar
e1e8bd19a6
kill ByteString by dropping support of Win9x
2012-02-01 16:00:59 +01:00
Andras Timar
56549a939c
ByteString -> OUString
2012-02-01 15:57:09 +01:00
Andras Timar
ff9a823e10
unused variable
2012-02-01 15:30:38 +01:00
Christina Rossmanith
c1d04217e8
Removed unused ImplSalLogFontToFontA()
2012-01-31 15:12:17 +04:00
Julien Nabet
9b6cb7319e
Just some simplification
2012-01-30 21:17:13 +01:00
Julien Nabet
6c779863bb
Fix "Found duplicate branches for if and else"
2012-01-30 19:00:38 +01:00