Age | Commit message (Collapse) | Author |
|
Change-Id: Ief774a0e02dc1489239b2a0c1fd550a5f6ee66de
|
|
Patch By: Aivaras Stepukonis
Review By: jsc
(cherry picked from commit a845d71360fc3cd0205d554964c4fd9fe87f0f8a)
Conflicts:
svx/source/sidebar/area/AreaPropertyPanel.src
Change-Id: Ib5158a2e28f1af426cd845ac648bcd4674d496f0
|
|
* Doxygen spits out a lot of warnings about not being able to find
match function signatures, etc. This is because in some headers we
have a using namespace statement, in others it gets confused between
::Window and Window (!).
* Wrong use of tags:
+ Lots of @seealso - should be @see
+ Wrong usage of @overload - corrected with the right function
signature
+ HTML tags that doxygen doesn't recognize removed
Change-Id: I1c2eed941619b8764dbfcfc5ab38027518cdf261
|
|
as preparation for converting the SvStream::operator>> methods on
primitive types
Change-Id: I62f134bced15c687d6e0d46924f56e8d1c3d95b9
Reviewed-on: https://gerrit.libreoffice.org/7798
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I4ac7032f1fae25f7a48d819141c1c446dac42e3c
|
|
Change-Id: Iad9b619d599ed13e3d783ca174e7ad5f0053c622
Reviewed-on: https://gerrit.libreoffice.org/7826
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Added a set of UNO accessibility roles for specific kinds of
documents:
* DOCUMENT_PRESENTATION for Impress
* DOCUMENT_SPREADSHEET for Calc
* DOCUMENT_TEXT for Writer
The other applications still use the existing DOCUMENT role.
These roles translates directly to ATK but in the other toolkits we
keep using the same association that DOCUMENT role had.
Change-Id: Ibac47527e5effdecb28d2314cde8558cf4fb010a
Reviewed-on: https://gerrit.libreoffice.org/7847
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
Tested-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: I9d8e03eeb63ab2086fc354f546419b33d7b34411
|
|
Change-Id: I2c239c1e7115d26f7b1dba00b08256b650cc183e
|
|
Change-Id: Icfb27f12627796a05854dfb436b8d4e66c38d5db
|
|
In the TestBook2.odt of fdo#73300 it happens that at some particular
points when scrolling down, the
ViewObjectContactOfPageHierarchy::getPrimitive2DSequenceHierarchy()
will determine that > 200 images are visible; most likely this is due to
an empty ObjectContactOfPageView::maViewInformation2D::getViewport().
Loading this many images may need more RAM than is available on 32bit
platforms.
That appears to happen only (but not always) if somehow (not sure
how exactly) the rectangle passed to SdrPageView::DrawLayer() and the
existing GetRedrawRegion() do not overlap at all.
(regression from commit 8af09bf33291df2fb2bfbbd6e42f9bf074fcc4fc)
Change-Id: Iafc595241df05204bccec1f2336014fc471b6602
|
|
Every call to SetSwapStreamHdl uses the same timeout now so move the
function that determines that to svtools.
Change-Id: Ib7395d43dd132a9e14e7a7862ff2c2279f319536
|
|
In SwNoTxtFrm::PaintPicture() the GraphicObjects are no longer painted
via GraphicObject::Draw() any more there is the problem that they are
not cached any more in the display cache of the GraphicManager; that
used to immediately swap out the Graphic but now they are never swapped
out. Since there appears to be no use of the GraphicManager's display
cache in the new drawinglayer based rendering path i have no idea how to
swap out the Graphic immediately; instead use the same time-out that
SdrGrafObj is using already.
This timeout is derived from the setting:
Tools->Options->LibreOffice->Memory->Graphics cache->"Remove from memory
after".
(regression from 2e5167528f7566dd9b000e50fc1610b7bf99132a)
Change-Id: I0d9b535a82646d9b6635cfb3917f74dcc3ad8720
|
|
(regression from bd55f05b332c1573bd410fd9e21ea7fcf977e1b0)
Change-Id: I55532ac0fe983461e961a61149479343d2b879a1
|
|
Thre is still some 0xffff limit left and possibly some
less than gracefully handled overflow/error cases
Change-Id: I00957ee3a30b02f73918ea49d7353056263dc638
Reviewed-on: https://gerrit.libreoffice.org/7787
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Iaf20b6d2306ba76f21cb5f7be231f40b403c790a
|
|
i.e. regression since cc866c0297de076488b8778aa036a3ed3c673678
Change-Id: Ie22717cd1c975b7b6d013fb22f0990287ac664c2
|
|
Change-Id: I9d45cdf16d81bfda21fb38bef87e91131683ad06
|
|
Change-Id: I16883023ba7386437ff1cc9cd7d3393db8fb4654
|
|
PosSizePropertyPanel, take UIScale into account.
Patch By: hanya
Review By: alg
(cherry picked from commit 7e12414bf5e88108116653eee1870612d34c49cb)
Change-Id: Ia480db54ec0834237a91f86338348727ff43cf7b
|
|
Change-Id: Ibc723ca79fba89f24e04440fdbf4140a4e0655ad
|
|
Change-Id: I6032ea0da029e5bff145e582892655143400f710
|
|
it's the wrong resource id anyway
Change-Id: Ie1880d2b745f3da6ddf173d98b326aa2d45ce0fd
|
|
Change-Id: I1aab18d8e0aa12d39584266a6657436ea100b521
|
|
Change-Id: I4d6e7ec99ea889ae45ca12c3470b9f5d9e3c134b
|
|
As one knows, the Latin plural of the noun status is statūs.
Change-Id: I6b19c57aa2aedcc1337736becc93d8802fe03f2e
|
|
Change-Id: I6cbf5a9e5ad9d61df2abbcc835ba60d45768deeb
Reviewed-on: https://gerrit.libreoffice.org/7687
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I241661119371b75804fcf9215ff5e5da2a5b9265
Reviewed-on: https://gerrit.libreoffice.org/7732
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ic59a2e7425ed117f1ba43ed438650bfb5eed77cb
|
|
Change-Id: I20979bf40aeb2d14ffd78097a7ee9208ff53cec6
|
|
Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee
|
|
Change-Id: I77c292b088a1a1797fba10cc514167a1f3dca917
|
|
Change-Id: I259d8d98094480bbbdf0469c196101bc614785cb
|
|
Change-Id: If68692796880e6ab65395155108b6490bf8f1971
|
|
This causes various JunitTest crashes on Windows, regression from
887bc4dd3e62fe6dd19dc9d1c3ba273a5b21b5ec.
Change-Id: Iab24e0d39375ac1e5ac63d32470dca1e54d518c5
|
|
Change-Id: Ic32faa81bfbb66a9d8632fb3db187e33c31188ed
|
|
To replace com.sun.star.frame.AutoRecovery single-instance service,
incorrectly converted in 279859fdbc40f68d8f1649fa5b928d9de49e8d9e
Unfortunately needs a lot of changes in autorecovery.cxx.
Change-Id: Iba5188dffea3e03803236f23e0b3f343746ace90
|
|
presumably keithcu felt the font size was too wide, so lets
try and implement the desired effect of an optimal width.
Change-Id: Idc1741de04b3559fa415ebcf2289f96ba240ca8f
|
|
regression since 7347482cc360ad3dc9ed77047441c2e30476fed3
Change-Id: I44e1709f5f391c4ce8b5eaddf02da6fd9652d030
|
|
to work in all situations
(cherry picked from commit a440c753532e9ae1747ef3b3ed990d8b713913da)
Conflicts:
include/svx/sdr/overlay/overlaybitmapex.hxx
svx/source/svdraw/svddrgm1.hxx
svx/source/svdraw/svddrgmt.cxx
svx/source/svdraw/svdmrkv.cxx
svx/source/svdraw/svdograf.cxx
Change-Id: I33601a429657965fcc9b18da85aa5ffabad65983
|
|
Change-Id: Ica2a7b9b53af2b3e17fa51f9b49762c01a1bfa90
|
|
Change-Id: I94e7507654e95b15338e1c467de59bf45b3077b0
|
|
Change-Id: I947abe661c0e85a65d915422f9d800256167d639
|
|
Change-Id: I16029411bd758914e87c7dc020ff8779218fefaa
|
|
Change-Id: I6938bc2bbedbf830f8f35b875b5b071447b8d7d1
|
|
Change-Id: I523aa738d4a15395f708aafa9edd266e5717421e
|
|
Change-Id: I3c23574125d039aa9671ef2d2fa6d2d91d3dd752
|
|
Change-Id: I977f221a3ffc1b5cc9a07bd7462464f3d2160ca7
|
|
Change-Id: Iaf73bf619c6dfa8c29b02c35410aadf972a71448
|
|
Note: This only imports it and it may not be
even possible to export (even to othe formats).
Change-Id: I8e104f1bc3a95c42ac932b6ab58365dc113fb2e0
|