Age | Commit message (Collapse) | Author |
|
Change-Id: Ie20b10656788113709b0b0720d3cae2653639d78
|
|
eg. OutputDevice::DrawOutDev:
mpGraphics->CopyBits( aPosAry, NULL, this, NULL );
Change-Id: I0b041bb5aa6aba573b9f589842084722481cb438
|
|
Don't set the same context if it is already set. Apparently this is
something that is unbelievably costly on Windows, and very costly on
Linux. Instead check if the context is already set, and don't re-set it.
Change-Id: If4fed3e555e1388031446be76d6fdfde5b9f13e5
|
|
Change-Id: I5c24856bfe48646bc0e9cd00f0849a5db12dfef2
|
|
Change-Id: Ifa6775384993900980c93df88162143aa7ac0a08
|
|
Change-Id: Iea96991a3bef08c17a8a0cbc347408dadc0061af
|
|
Change-Id: I60eb597a6374b807b2264af6d5841a42e9b1c0f3
|
|
Change-Id: I0b24e34dec6c452659b224b45a6849dafe708c3b
|
|
Project: translations 154fe50e9789ad67a6eadaa5d4290372720afe2f
|
|
Change-Id: I5859cef0fa6b9c49225c5d7b073bcbc521734854
|
|
Change-Id: I5f53e538f8f76c337cda8b90fcf4ed717ed2476e
|
|
This was broken by 345a3a394e082595924bf219796627f6c00ae2dd.
Kill the static variable and instead have some more state in the
implementation. Still not ideal, but at least fixes the regression.
Change-Id: I562f7d88a1983bd0ec2e01d6bb1e4a53551d0953
Reviewed-on: https://gerrit.libreoffice.org/12491
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
ImpEditEngine::ImpBreakLine: if nMinBreakPos == nMaxBreakPos just set
nBreakPos to the same value directly.
Change-Id: I4544cb6c56f68071cba739260161bb24ef5a3f7f
|
|
Change-Id: I767b9300568971c09c058347a9bbb66108dd792a
|
|
Change-Id: I1edce9e336650cc3317de8883e08fb6536c58c70
|
|
incl. revert of and proper fix for 8f69c7a11bf31f7134caf4e03fbcd4c6ef86382d
"coverity#1213373 Use of untrusted scalar value," the data is tainted after all
Change-Id: I19e4d544ccf6d02afe8d6e441cae6bbdadb8a6be
|
|
...introduced with 82d08580e368afbc9d73da3613845a36a89b0a8c " switch saxparser
from expat to libxml2"
Change-Id: I4e214fff0f3650b44f299f112b27c607c7936c03
|
|
Without this, we may miss the <w:numId> of a paragraph and set no
numbering style name; and that leads to not restarting numberings when
needed.
Change-Id: I9a4896266c5b7f1d7cc2adc43b84e227c004da7c
|
|
Change-Id: I696489a60729426b9b14df6c9e79a2d8247d21fb
|
|
Change-Id: Ic734b56852212d4cee352fc3669dbb16838be8ae
|
|
Change-Id: I1074d0431695ec21e22cdef334dbe419763e7ba2
|
|
It's quite obnoxious of applications to switch virtual desktops, and
i#45160 / i#96684 indicate the main reason for this was to avoid crashes
9 years ago; let's see if we get any crash reports with it disabled.
Change-Id: Ib020380c9ad3b386c7cf00fb2144cb766d1f6c83
|
|
RAND, SIN, COS, TAN, ATAN, EXP, LN, SQRT, NORMSINV, ROUND, POWER, SUMPRODUCT,
PRODUCT and NORMDIST.
Change-Id: I9619a9a3b022fe00e53bf82735e160a2d449f105
|
|
Change-Id: Ided311873f654c0f40dae57c8876a6412ee97d3e
|
|
Change-Id: Icc28a0f0f4afcbda9e595fa753494a8161f82d4c
|
|
Change-Id: Ic30dd457b0f2fdbd13aa1508f97cdda6364390e4
|
|
we can only enter the bAssumeExprLParenMode controlled block once
because the block sets bAssumeExprLParenMode to false
bAssumeExprLParenMode is only true if the first token read in the
method is LPAREN
so we can only enter this block if the current token is LPAREN and
its the first token processed, so the token can't be BYVAL
Change-Id: I6e668fca4d127d7dbfe447e2d9f2231e05278a7d
|
|
Change-Id: I241e13cbf440c1a7e208c2646ded7bf2628ca25b
|
|
Change-Id: I238756de13a5bd2711538cbd92e78bbae8fced22
|
|
Change-Id: I457f0f92dc32630e52efbb2bd068208a8570c5d0
|
|
Change-Id: I35fcb2d73accf20baa96b62d99be6d0a3ebb3ba2
|
|
we don't really need it anymore, fallback to our own open-url
if there is nothing else to take it
Change-Id: I7a4e841a53bda30e29d48b9c34d24af085f1b4b5
Related: coverity#706194 Use of untrusted string value
|
|
Change-Id: If8c80568175b3a5380ee78dda5ebd161c5dba2f6
|
|
Change-Id: Id0a73ffbbddc7fd2b2190cc04f59769561f45dd0
|
|
this is the "close toolbar" button on right clicking a toolbar.
close toolbar continues to work as expected
Change-Id: I436fbe9f133442136b6e60a1f6080926f64eaef6
|
|
Change-Id: I07d6d0356ee0093f7f10a7dfbbc37a620205f37a
|
|
Change-Id: I288eb5ba7a38844af1b517ae7480729c236ebd63
|
|
since
commit 4939fe9653430ae002056ca1481aa1716da1b368
Date: Tue Jan 29 14:23:27 2008 +0000
INTEGRATION: CWS dr58_SRC680 (1.32.188); FILE MERGED
2007/10/25 10:41:26 dr 1.32.188.1: #i81396# do not hide rows with default height
Change-Id: Id185ae2ee37d1db8aaab493f7fc6a81d93424182
|
|
Change-Id: Iac01fc756a74cbaeebd1d9a01ddea74bbaf18f4b
|
|
Change-Id: I3f2781e2a041845e732046ea591a15c9bb21f1a5
|
|
Change-Id: I894fc64d6ae6881347bd1379d2934654536a01cf
|
|
Unfortunately requires nasm - the netwide assembler -
http://www.nasm.us/
Upstream libjpeg-turbo is meant to be built with CMake on Windows but
thanks to our gcc-wrappers we are able to avoid that.
jpeg is kept mostly for platforms we are cross-compiling to. For now,
it's used also for Mac OS X because jpeg-turbo does not build there,
which should be fixed later.
Change-Id: Id87b7072a8acc2578c3abf7e82cb1499e5094dbf
|
|
Another typedef that destroys code readibility. I've removed AnimViewList_impl
because it's just a vector of ImplAnimView pointers.
Change-Id: I97e5867e1a7aeae575e45989ba7436867da9c808
|
|
Severe overuse of typedefs makes baby Torvalds sad. :-)
AnimationBitmapList_impl is just a typedef to a vector of AnimationBitmap
pointers. It's used precisely once in the code - in animate.hxx. This just
makes reading the code more difficult - too many layers of abstraction.
Change-Id: If84892dc90220c7dfe8c071d629268efa226f069
|
|
Change-Id: Ifc7377fe1bb68b21e462818248706f53347b39b1
|
|
Change-Id: I82570a716a0dba6c466bc754ce66ac53e7c17efa
|
|
Change-Id: I55d6d1d403622e5ec04c29dd407274cf9db20c40
|
|
Change-Id: Idd2f223e0c83e0a6a19e70bd677058b6899bf766
|
|
just throw up hands in despair via std::abort instead of std::runtime_error
Change-Id: I356932ed2d76558bb4febbd2ac0a7bb6ea27bd0f
|
|
Change-Id: I1dbf7a73ec60115f11d3a5455de2871041cd1605
|