Caolán McNamara
9331f7bcc7
coverity#1210119 Uncaught exception
...
Change-Id: Ibbf45bb58a0e5c4bea1b3432bee104c8d5aea3f2
2014-04-30 11:43:32 +01:00
Caolán McNamara
de1f7e367f
coverity#1210120 Uncaught exception
...
Change-Id: I08645981a8d4d54fb6eb90489739204c4e34f883
2014-04-30 11:43:31 +01:00
Caolán McNamara
2d32d56243
coverity#1210121 Uncaught exception
...
Change-Id: Ib64ba845f2f59b7db95f43acd14c45a139c17899
2014-04-30 11:43:31 +01:00
Miklos Vajna
76715b105f
test: move XmlTestTools API documentation to the header
...
Change-Id: Iae56b1fb68fde0cbc44f6b9e37ba1a66194b25e0
2014-04-30 09:38:38 +02:00
Kohei Yoshida
0b03f7ed57
fdo#75058: Optimize autofilter item filling for non-tree items.
2014-04-29 21:30:54 -04:00
Tomaž Vajngerl
dde833575e
tests: add XML and HTML test tools to test module
...
XML and HTML parsing and XPath asserts are used by many test in
sw, sc and sd modules. This commit moves this functionallity to
test module, where it is available to all modules.
Change-Id: I53ad9c45b24f4c9bf106cb58ea619002968bfeda
2014-04-29 23:57:33 +02:00
Caolán McNamara
62b0eaf37c
Related: fdo#50697 reset the cache timeout on GetGraphic
...
so the graphic gets swapped out Xms after the last use and not Xms after
initial creation regardless of if it got used a moment earlier.
Change-Id: I1458f307d090ecd8d8d031b545f23e78bf1bcb67
2014-04-29 15:24:27 +01:00
Caolán McNamara
17d785e972
coverity#1210182 Uninitialized scalar field
...
Change-Id: I2611c840e572d1b46deefc5ce888721820a2bd40
2014-04-29 11:40:27 +01:00
Miklos Vajna
8c128ceebb
oox: remove now unused helper methods (generated code used them in the past)
...
Change-Id: I532dc4ec24c635b9889d77c37113a8ece2c9b88b
2014-04-29 11:08:38 +02:00
Tor Lillqvist
47a99f19bb
Add gluErrorString() replacement to OpenGLHelper
...
Change-Id: I1a04ece7026ceff75456df03b4eb189a3cb9687f
2014-04-29 08:27:58 +03:00
Tor Lillqvist
f0a2666819
WaE: overriding virtual function declaration not marked 'override'
...
Change-Id: Ie3eacab8c5f593144be9d98e4fbfae3f929f384f
2014-04-28 19:13:26 +03:00
Tor Lillqvist
6f59894afc
WaE: implicit conversion from bool to 'long'
...
Change-Id: Ibe8bf3070fb64b447315b280c7c06a7851f7a7ed
2014-04-28 19:13:26 +03:00
Zolnai Tamás
1736e5d91c
Slideshow: display OpenGL window also during slideshow
...
Use vcl based player window initialization.
Change-Id: If5c2198fa891e1d3ad218c8b7e1495161c0d6c25
2014-04-28 17:26:35 +02:00
Zolnai Tamás
039c9efa6d
Introduce OpenGLContext::MakeCurrent for switching between contexts
...
Change-Id: I00b06d1330241c4df3b07dc6e0019c49fd7aa521
2014-04-28 17:26:34 +02:00
Chris Sherlock
9a89946c95
VCL: Move line functions into state areas
...
Change-Id: I4a92c66892fbb9687b9e7c521c770150b75229b0
2014-04-28 22:27:11 +10:00
Chris Sherlock
2fc8e17a01
VCL: Rename ApplyMask to DrawDeviceMask in OutputDevice
...
Change-Id: I3392294f8144a9f3124ada972934bb0452c6e13b
2014-04-28 22:27:10 +10:00
Noel Grandin
2554d0ab4e
remove unused code from TabBar
...
Change-Id: I9f975d99893135b414c749c4fe86912362375c4e
Reviewed-on: https://gerrit.libreoffice.org/9162
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-04-28 12:01:04 +00:00
Noel Grandin
883481fd20
Improve TabBar return types
...
DeactivatePage() goes from returning long to returning bool.
StartRenaming goes from returning long to returning bool.
AllowRenaming goes from returning long to returning a
constant from a new enum.
Change-Id: Ib87e8d7ceb4e23846547257b358ca4dfd41eb6ca
Reviewed-on: https://gerrit.libreoffice.org/9161
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-04-28 11:37:37 +00:00
Zolnai Tamás
99a034f914
OpenGLHelper: extract BGRA buffer -> BitmepEx conversion
...
Change-Id: I71edb2768d24f0c6686a9c94333447a5acc498b4
2014-04-27 20:27:59 +02:00
Luboš Luňák
37c3a1c097
const
...
Change-Id: I0ce6965f191d1455bcc7a793025282e20b7433a5
2014-04-27 17:01:46 +02:00
Chris Sherlock
e474c95cde
VCL: Renamed two functions
...
Renamed functions:
+ supportsOperation -> SupportsOperation
For consistency
+ DrawAlphaBitmap -> DrawDeviceAlphaBitmap
I want to make it more clear that these are the functions that call
on mpGraphics to actually draw on the graphics device
Change-Id: Ic4951bfcc0ac0c09fe5b6908dfdf1f699a634265
2014-04-28 00:14:56 +10:00
Chris Sherlock
ce941a33b7
VCL: complete reorganization of text and font functions in outdev.hxx
...
Change-Id: I7dbd9ec79213d43acf6486a2507c8f0cfb47d943
2014-04-27 22:26:49 +10:00
Chris Sherlock
75886eb439
VCL: make all private functions SAL_DLLPRIVATE visibility
...
Change-Id: I746d41a1bfb9546c02b7381cf54785bcc50f1756
2014-04-27 21:08:12 +10:00
Chris Sherlock
6244dcf7ed
VCL: Rearrange most of the rest of the functions in outdev.hxx
...
Also: added SAL_DELETED_FUNCTION to DrawOutDev function that should
never be called upon.
Change-Id: Ib274fb67931a24164fe3592811c1489670f7c19b
2014-04-27 20:53:30 +10:00
Chris Sherlock
bb5d1006bd
VCL: rename OutputDevice::ImplInitFillColor and make it private
...
Change-Id: I01c0974d3a2f79cf3c6b9730ea306dcd49927a3c
2014-04-27 20:53:30 +10:00
Chris Sherlock
ffd55ff0b9
VCL: OutputDevice::ImplRotatePosi, nOrientation param. should be short
...
Change-Id: Ie49b5b2c489619700f9cc34d9efb38454bcaff2c
2014-04-27 20:53:29 +10:00
Chris Sherlock
248abe0afa
VCL: rearrange functions in outdev/font.cxx
...
Change-Id: I98977212547929ff59641f0b73273d68740420fd
2014-04-27 20:53:29 +10:00
Chris Sherlock
c08856c173
VCL: rearrange font functions, move functions into OutputDevice
...
I have rearrange the various functions of OutputDevice to better group
them in outdev.hxx. Also moved ImplRotatePos and ImplDrawWavePixel into
the OutputDevice class.
Change-Id: I0b384a4d094dffcfb3ee19c29562630cfb3a2167
2014-04-27 20:53:29 +10:00
Chris Sherlock
2fb9104967
VCL: Group pixel functions in OutputDevice
...
Change-Id: Ifaa6c8099bbef4a6d1c6b410474c922b9ad66131
2014-04-27 20:53:28 +10:00
Chris Sherlock
0ff8f8e680
VCL: Move polygon functions in outdev.hxx
...
Change-Id: I4d745b05efbbba9e07a93da1945154f5190346c8
2014-04-27 20:53:27 +10:00
Chris Sherlock
900058b453
VCL: Move wallpaper and state based functions in outdev.hxx
...
Change-Id: Ice490863c1534909055b5c47b82d50aae788dda6
2014-04-27 20:53:27 +10:00
Chris Sherlock
b856e286a8
VCL: final movement of text and font functions in outdev.hxx
...
Change-Id: I46f3253f3e36a2b81977ad46e9f2f37e1c25cb3b
2014-04-27 20:53:26 +10:00
Chris Sherlock
a714fcd82e
VCL: more movement of text and font functions in outdev.hxx
...
Change-Id: Ica7b18b501831c7a400584e0c085d74968649f07
2014-04-27 20:53:26 +10:00
Chris Sherlock
2c027cdc45
VCL: again move text and font functions in outdev.hxx
...
Change-Id: Id149b071ff69b2eda04c1b10238531378c738867
2014-04-27 20:53:26 +10:00
Chris Sherlock
faa47ba99d
VCL: move text and font functions in outdev.hxx
...
Change-Id: I15e84cbebf5f54ca3301d6f778620bf614614203
2014-04-27 20:53:25 +10:00
Chris Sherlock
cf0be7e6a2
VCL: Move constructors and destructors in outdev.hxx
...
Change-Id: I8b01cadcf18f980a16e81d565fd4785e338f90e0
2014-04-27 20:53:25 +10:00
Chris Sherlock
062e69f40b
Move UsePolyPolygonForComplexGradient() into gradient group in outdev.hxx
...
Change-Id: I4139515bba1dbcbaa1b70d8510b390b95ba26ed2
2014-04-27 20:53:24 +10:00
Zolnai Tamás
e112ac81d1
First try to render OpenGL content in a window
...
Change-Id: Ibb7178330d356806cea2cfc972b361167d5a9340
2014-04-27 12:34:07 +02:00
Zolnai Tamás
d8719aa04a
OpenGLContext: Provide all data for SystemChildWindow creation.
...
Change-Id: I7a0ceee6c784af8240fb908f19622d4ede1f5a6a
2014-04-27 12:34:05 +02:00
Julien Nabet
46a719d893
Typos: dfined -> defined + add missing 's'
...
Change-Id: I0e806da30ae0518579bdc0c8f0218cf5689dc70f
2014-04-27 09:39:21 +02:00
Jan Holesovsky
60cd850d67
startcenter: Add possibility to selectively remove recent documents.
...
Change-Id: Id0c20de6dc3375e64dd3dbef34dcd6eb77f02340
2014-04-27 01:30:51 +02:00
Jan Holesovsky
978ba69d33
recent documents: Add possibility to remove individual documents.
...
Change-Id: Icf059ff9a911592ab09fc385aadbec9be8ed664a
2014-04-27 01:28:55 +02:00
Jan Holesovsky
e6ac6cbccf
automaticly -> automatically.
...
Change-Id: Iae55083160eee86ac8301f272634dd3ae65fd847
2014-04-27 01:28:55 +02:00
Jan Holesovsky
c041ffd159
recent documents: Access the mutex directly.
...
Change-Id: I5178934e68f766ce9ea1763250f31b3003eb4cc9
2014-04-27 01:24:20 +02:00
Jan Holesovsky
946b771fe5
recent documents: Doxygenize & make the comments a bit less useless.
...
Change-Id: I0352b7e7395519cc2d87e1fd7ffd9423cb977698
2014-04-27 01:24:20 +02:00
Caolán McNamara
9ec73ef4c9
problem with a check define somewhere in MacOSX
...
Change-Id: I2e866116db510deef12b0da7995b9bc1b246b34a
2014-04-26 13:16:17 +01:00
Caolán McNamara
94e175e961
the OutDevState dtors are never called
...
regression since cf3c6cb40f
Change-Id: Iaeb44d948d3e0a0b26cfd3e16aa81b979cf56457
2014-04-26 12:34:40 +01:00
Andrzej Hunt
f4a6837025
Clean up remains of URL History List (eHISTORY).
...
f7feb4227d
killed the adding of
documents to this list, which however caused fdo#72006 as the
"Load URL" control still used this list, which has now been
fixed to use the Picklist, hence we can completely kill the history
list.
Change-Id: Ib4c6892aff0bf5d6e32985041a3ac7c416d8d726
Reviewed-on: https://gerrit.libreoffice.org/9105
Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com >
Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com >
2014-04-26 07:43:59 +00:00
Caolán McNamara
dc469b9d0b
odd that apparently these only are checked in non-opt mode
...
Change-Id: Icbcd5f090e8fc63bf017ec83611ba9abf7335dae
2014-04-25 21:00:47 +01:00
Caolán McNamara
dc21c527c5
coverity#706281 Uncaught exception
...
Change-Id: I6bc7ea330834054a20f89bdb0ac7cc9ccd9ca4aa
2014-04-25 20:19:12 +01:00