summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Collapse)AuthorAgeFilesLines
* Compilation fix - GTK print dialog headers for GTK < 2.14David Bolen2012-03-211-0/+4
|
* chmod -xTor Lillqvist2012-03-211-0/+0
|
* add another bug idCaolán McNamara2012-03-201-1/+1
|
* Resolves: fdo#46923/fdo#46750 take mnSubStringMin into accountCaolán McNamara2012-03-201-1/+3
|
* remove ToDouble/ToFloatCaolán McNamara2012-03-201-1/+1
|
* Missing sub-menu arrows with 3.5.x and GTK < 2.15David Bolen2012-03-201-2/+10
| | | | | Signed-off-by: Michael Meeks <michael.meeks@suse.com> Signed-off-by: Petr Mladek <pmladek@suse.cz>
* vcl: better check in GraphiteLayout::expandOrCondense:Petr Mladek2012-03-201-1/+1
| | | | | Improves the commit d066f7e4afb3c9e395932ba7bf8715ad0770bcdd that fixed crash when printing the bugdoc from i#103958
* move #include from .h to the one .cxx where it is neededLuboš Luňák2012-03-202-1/+1
|
* remove extraneous parenthesesLuboš Luňák2012-03-161-1/+1
|
* Align transparency cut-off with application defaultsThorsten Behrens2012-03-161-1/+1
| | | | | So, the Impress transparence default is 50% - we'd want that to *not* be fully transparent on vclcanvas, so shift the cut-off by one
* Cleanup: remove silly extra scope.Thorsten Behrens2012-03-162-233/+225
|
* Revert "fix setting of paper tray from print dialog (fdo#43932)"David Tardon2012-03-151-1/+1
| | | | This reverts commit 6d4cca9c22c52b5a7742adc47ebf1a2930e29764.
* Remove SO52 strict compatibility stuffChristina Rossmanith2012-03-146-182/+2
|
* add 'Japanese Postcard' paper size to both Paper format and Print dialogTakeshi Abe2012-03-142-1/+3
|
* fix setting of paper tray from print dialog (fdo#43932)David Tardon2012-03-141-1/+1
| | | | | | | | | | | This fixes the simple case when all pages are to be printed from the same paper tray. The use of this setting is still confusing when there is application-set tray for a page (e.g., for a page style in Writer, through Format->Page), because the change in Preferences is applied (and will be used for pages without application-set tray), but Preferences shows the application-set value on second try again... IOW, it still s---s, but it s---s a bit less .-)
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-1412-1/+32
| | | | | | | | | | | | | | ...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed.
* Related fdo#47246: Extract objects used in both svp and gtk3 pluginsStephan Bergmann2012-03-134-14/+64
|
* missing namespaceCaolán McNamara2012-03-131-1/+2
|
* fix compileLuboš Luňák2012-03-131-1/+1
|
* vcl: fix multiply linked objectsMichael Stahl2012-03-121-2/+2
|
* replace usage of OUString::replace*AsciiL() with string literal overloadsLuboš Luňák2012-03-122-8/+3
|
* OString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-03-121-2/+2
|
* remove unused FontFamily argument in ImplFindByAttributesCaolán McNamara2012-03-124-32/+35
| | | | | move ImplFindByLocale to windows only code, rename to findDevFontListByLocale
* pointless comparisonCaolán McNamara2012-03-121-4/+1
|
* WaE: declaration of 'HWND__* hWnd' shadows a parameterDavid Tardon2012-03-121-2/+2
|
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-2/+2
|
* WaE: format '%x' expects argument of type 'unsigned int'David Tardon2012-03-121-2/+2
|
* WaE: cast to pointer from integer of different sizeDavid Tardon2012-03-121-3/+2
|
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-1/+1
|
* WaE: declaration shadows a previous localDavid Tardon2012-03-121-20/+19
|
* WaE: deprecated conversion from string constant to 'sal_Char*'David Tardon2012-03-121-1/+1
|
* WaE: unused variable 'nRC'David Tardon2012-03-121-1/+1
|
* WaE: declaration shadows a previous localDavid Tardon2012-03-121-5/+5
|
* WaE: 'nRet' may be used uninitialized in this functionDavid Tardon2012-03-121-2/+2
|
* WaE: 'nAcquire' may be used uninitialized in this functionDavid Tardon2012-03-121-3/+2
| | | | Or, the joys of using setjmp/longjmp...
* WaE: unused variable 'err'David Tardon2012-03-121-1/+1
|
* WaE: unused parameter 'pPrt'David Tardon2012-03-121-0/+1
|
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-3/+3
|
* use SAL_N_ELEMENTSDavid Tardon2012-03-121-2/+2
|
* WaE: enumeral mismatch in conditional expressionDavid Tardon2012-03-121-2/+2
|
* WaE: passing NULL to non-pointer argumentDavid Tardon2012-03-121-1/+1
|
* WaE: comparison between signed and unsigned integer expressionsDavid Tardon2012-03-121-4/+4
|
* WaE: narrowing conversion from 'long int' to 'BYTE'David Tardon2012-03-121-1/+1
|
* probable intent is the other way aroundDavid Tardon2012-03-121-1/+1
|
* WaE: missing braces around initializer for 'BYTE [8]'David Tardon2012-03-121-16/+16
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-106-6/+6
|
* change vcl's SETTINGS_* #define's to const intLuboš Luňák2012-03-091-13/+13
| | | | | | They pollute not only the global namespace, but all namespaces, given they're are #define's. I bet they'd eventually all conflict with the namespaced enum in kdelibs headers.
* fold i18npaper into i18nutilCaolán McNamara2012-03-0810-10/+2
| | | | | | | | | | It's too small to justify standalone existence. We can accumulate i18n things we link to directly into i18nutil and rework i18npool uno implementions in terms of thin wrappers over i18nutil and prefer linking to i18nutil internally and leave the uno forwarders for use by external components and scripting
* STATE_CHANGE_FORMAT is an unused state nowCaolán McNamara2012-03-082-4/+2
|
* WaE: Fix cppcheck syntax error warningPhilipp Weissenbacher2012-03-071-2/+2
|