Age | Commit message (Collapse) | Author |
|
Change-Id: I5d0041283637dddeac86c50917d77c7e3d005b20
|
|
Change-Id: If3276f184c63e85762fe54ce19655c30e00aeb15
|
|
-By now only in impress.
-One supported file format: gltf/.json
Change-Id: I66b9cc91afeac292a19e8917f923228dc96a791a
|
|
Change-Id: Ib244d89a9f7d400b3891d477314cd5f0193552e0
|
|
Change-Id: I3b20ef70dac4dc9905a169245e0b48b98a20c697
|
|
Change-Id: Icd3b09f098c19268ac888dd6195fb535979557ed
|
|
Change-Id: I6e099911afec9c4086f620b45656880135decff0
|
|
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
|
|
Change-Id: I98eb64ee6ebad72b534bac8a467a9a334876c2e6
Reviewed-on: https://gerrit.libreoffice.org/8758
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
Forgot to commit... oops!
Change-Id: If73bdb2acb3fdba7e155d6f4ed2b6a249829db0e
Reviewed-on: https://gerrit.libreoffice.org/8757
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
Device specific drawing has been moved to its own function.
VirtualDevice and Window draw in the same way, so can be shared in
OutputDevice, however Printer has its only specific ways of drawing
so it needs its own method.
Change-Id: I051fee029a1ec022a131bb12588189178c4109b2
Reviewed-on: https://gerrit.libreoffice.org/8724
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
Change-Id: Ib4838eacd9240664327292bf12c7a14a8cdfbcf1
|
|
Change-Id: I6bee19954e930248058128c9e01cc23b3395bf20
|
|
...where the latter contains SAL_OVERRIDE annotations
Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
|
|
Change-Id: I38e9813c6eb853dfb92b1537cea0b9ad97473b57
|
|
Change-Id: I13adca8c2f929c8a9226b26ef57b26363dfdf0b3
|
|
Change-Id: Ia2d7eaaa1381fe46839b0d52a91bdc3a439fa418
|
|
Change-Id: I14e7a499d994d5a93ca1c6263a5c52e3c6b14fb6
|
|
...before that got rebased onto sal/log.hxx. That functionality is considered
an implementation detail, so it should be safe to remove it from the URE
interface. As usual, aborting stubs are retained for SONAME stability.
Change-Id: If948b9714c26a3871e38dea4d4d5b5466d6ee258
|
|
...since the osl/diagnose.h macros got rebased onto sal/log.hxx, so remove the
corresponding tools/debug.h functionality.
Change-Id: Ife4b5b1a2608230d0dbfc3fa8852243c89ed292f
|
|
Change-Id: Ief6661ed4bb57546014deef5b10d20fc3a4894fe
|
|
Change-Id: Ife7840ec39de743a7dfaacb20c0871fbcd8195e7
|
|
Change-Id: I97fd0bb73fd13af1c3b2a548b1329393cbc10924
|
|
...and thus DgbData::nWarningOut is unused, too.
Change-Id: I388d2be7dafbfdc173a731dc7daf1c8b5efcd61d
|
|
Change-Id: I719c0448ae3db291edfb32738404ff375deb3c3b
|
|
During a rebase I accidentally removed the VirtualDevice::EnableRTL().
Also taking the opportunity to make the function virtual in window.hxx.
Change-Id: Ic239d8dc131dfcc6b049c30d2fad4d2d12059059
Reviewed-on: https://gerrit.libreoffice.org/8745
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
|
|
Change-Id: I90320997ed79be2556eafa4c35af6b968b378454
|
|
Change-Id: Ifd3e643dbc6755839ad4af73ae141fd115ddb4f4
|
|
Change-Id: I05dd992f332ab2f3dbcc65aed6dac909872168d4
|
|
Change-Id: I6c57a52b4fc3ecb993af4526fefcca352ad269b5
|
|
Change-Id: I130c40227a756b396c4f858468457867d53454b1
|
|
Change-Id: I2441e15d2b32b897561cb404a925390299fea6d8
|
|
Change-Id: Ia0280d3d4f2d5b8a93a37a93847951391e928028
|
|
GetBitCount() works differently for VirtualDevices. GetAlphaBitCount()
is really only used by VirtualDevice, so moved functionality from
OutputDevice to VirtualDevice.
Change-Id: Ic00e32f1fa385542bcce8c9475f0ea5eb9a077f9
Reviewed-on: https://gerrit.libreoffice.org/8722
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
OutputDevice::EnableRTL() is a bit of a mess. It uses a runtime
variable to see if it is using a VirtualDevice, and it uses a
dynamic_cast to see if the object is a Window or a Control!
I have made it virtual and moved the knowledge of class specific
functionality from OutputDevice to VirtualDevice, Window and Control
as needed. OutputDevice::EnableRTL() functionality is then called.
Also: small formatting change to outdev.hxx, also included a note
that WindowImpl is a pimpl in window.hxx.
Change-Id: I44b66601c4457fb2e0bbc1014fb7acf8f6942f80
Reviewed-on: https://gerrit.libreoffice.org/8721
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
With the new parameter you can now supress the dialog for document
compare in writer.
Change-Id: I984ee75552e5c006332331510df5d437b687903f
|
|
...the calls to getAccessibleChild(0) and getHeaderBar(BBYTE_COLUMNHEADERBAR)
ultimately all ended up at
AccessibleBrowseBox::implGetHeaderBar(BBTYPE_COLUMNHEADERBAR).
Change-Id: Ie25659e19d0d1ce2dcde2d1440ecc69b4fa265b0
|
|
Change-Id: I8fa586d49437ff5422fc3daa4c81439146e598a0
|
|
Rename it accordingly, so that it is more obvious.
Change-Id: Ifb313f1e60b50761247a65b7ce2c6b38773c1304
|
|
Change-Id: I48990c044e4583e835f3e995527ba423e8c459fb
|
|
OutputDevice::ImplDrawBitmap() has functionality that cannot be used
by printers. I have moved that into a protected function, ScaleBitmap()
Change-Id: Ia1297e259283b8b2f4cf069e3a64a574592a1846
Reviewed-on: https://gerrit.libreoffice.org/8720
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
GetPaintArea has been introduced for Window - we intersect with the
available paintable boundary to get the actual paintable area needed.
For OutputDevice, GetPaintArea just returns the same area.
Change-Id: If38b09eb54d516d189cedf8bba15b184e6b6f7d5
Reviewed-on: https://gerrit.libreoffice.org/8727
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I288a5c8b86d21a1b91f464aaf162aed9aca35a42
|
|
Change-Id: I37352e90a5304e75ce0c8ae922a167b1e70625e8
|
|
Change-Id: I2044e6c1f15579b6051fad5d36fcfa8795f88953
|
|
Change-Id: I35c9c1514c67860e61b6e2457ab4548d04a4d159
|
|
Change-Id: Ic9b4838c4d1b4d2d2ea4665811dd396bdbec31b7
|
|
Change-Id: I8f171f7f61ea06a79183e9bf9b15b8c35c98cc9b
|
|
Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
|