Age | Commit message (Collapse) | Author |
|
Also renamed it to drawOutDevDirect. We're making it protected because I'm
about to move ImplDrawFrameDev() from OutputDevice to Window, where it should
be.
Change-Id: I7a94304cdc48b858c057749532de66086eeb5020
Reviewed-on: https://gerrit.libreoffice.org/12339
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
ImplGetFrameDev() is for some unknown reason in OutputDevice, but it's
most definitely something that's specific to Window. I've moved this, and
also renamed it getFrameDev() as it's a private function.
Change-Id: Iffb2c439bee8c29ee585a0d50cfd6fbcfc28c3bc
Reviewed-on: https://gerrit.libreoffice.org/12338
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
Change-Id: I2c45b3b125b758dd391376bf731d8b91c00a0a5d
Reviewed-on: https://gerrit.libreoffice.org/12337
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
|
|
Change-Id: I296b3a38a362343ecf8d65aa005ecabc6858a682
|
|
Change-Id: I9debc8ad8316e6866ea0c28bd20eb61dd9dccf03
|
|
This was the only block, in this part of the code, which wasn't checking pSFlyPara->pFlyFmt
Change-Id: Id467dd601a24ba46391544a79d4eecaf5370812c
|
|
Change-Id: I5ebcd47e10df671bc60492bc80fc26a60f07306d
|
|
not on those belonging to gdk shoe-horned in via
mpPixmap = GDK_PIXMAP_XID( mpGdkPixmap );
in GdkX11Pixmap::GdkX11Pixmap
This stops file->new->presentation crashing on second invocation
Change-Id: Iec673497f900b0ddabd439369b9ffe554800d425
|
|
Change-Id: I6026ab64f0cfe1d509c8f94ce3b9c6f700c823cf
|
|
This reverts commit 726e1a49bd40d98ffcfba760a08c503b096c79bd.
It is not desirable to put vcldemo and icontest into installation sets.
|
|
Change-Id: I850c9083230f44daa722e7f51dbfa73efd088d25
|
|
Change-Id: Icebf3c7d2911b27e29d2259b780a04048b293b3c
|
|
Change-Id: Iffa82b96610dd1fe5900ca796af413a116d2dd28
|
|
Change-Id: I51e8df896897b122965ada0ced161570d38f0468
|
|
Change-Id: I62ed42412a0cafa33ddafe536723f5e336c92a7a
|
|
and writer->insert->table->autoformat
and calc->data->consolidate
and calc->insert->sheet
Change-Id: I7c89d9f01747a00b906afe3c762b747df6872869
|
|
Change-Id: I6b05747772c324c6ab285082b3a6de4cadabe0aa
|
|
Not necessary after 447d523fa7c6c82476f9ee48e4b9c82cfad05c50.
This reverts commit 7f86fc0b9835be4d2c3e98271b32454f8df427ec.
|
|
Change-Id: Iefcca922fc824877c49a11cd68023d57eff22d2f
|
|
Change-Id: Ic9694aa8bd85fe0548b8f5fc5f52b4bbd6dce1cf
|
|
Change-Id: I8f2176500bf620cd5e4cdf434e6122b6163b3e0f
|
|
Clang warns about unused -I parameters, and the libtool configure check
for lt_cv_prog_compiler_pic_works_CXX mis-interprets that and declares
-fPIC is not supported.
Change-Id: I0802719142c5a96bc672be299d6e94a1b2d27001
|
|
Change-Id: Ib9b108c034181c0f94cbf86634447ba2d4afbaa5
|
|
Change-Id: I4fbe7d35b66dda16f19019fd1baf0aa03361390c
|
|
Change-Id: I9d3f642239bc5c7a52611b9c27fd0291940c7483
|
|
Change-Id: If7ada4cba0b1098bba304f1ec9b860ec7df75e7a
|
|
Change-Id: I7b438934a13a6e42ef80084c709460b2a01b26c9
|
|
Change-Id: Ic4eca519c5ba8662b29901f196ecfd6e0aa776e2
|
|
Change-Id: I1f5823e34d400004ccafc0a6cd539d59929b14fa
|
|
Change-Id: I639ac26f4d84ff0a2d573d2e58bc5bd41052a925
|
|
Change-Id: Ie57f543681790e662f6ac7d074ccb37925999790
|
|
Change-Id: Iff5984a0ab3fec6070cd29a80752f1a8bec1daba
|
|
Change-Id: I4a4567d43e4c5c8a7ce7ba2764d2f9668fed291f
|
|
Change-Id: I12dad502960dc892adce5ab25c8b71f41227198f
|
|
Change-Id: I3dbad69664b7417928a6be10ac561307dd94f67b
|
|
Change-Id: If9c3aad600332ae289e05e3b046f8b15292dee57
Reviewed-on: https://gerrit.libreoffice.org/12301
Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
|
|
Change-Id: Ie9160e8d5ee7f8416a4526a280db23316488a2a1
|
|
Change-Id: Ie05ff3f1ba5e42cc2ec54f23f0b6376a81221592
|
|
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
|
|
This implements 3a4860a751980b566b44d57cde188292df5e8726 in the proper place.
Change-Id: I7b60602933819561d0bff5e72dcd5ee8986f63c0
|
|
Explictly passing any CFLAGS to configure overrides (=disables) CFLAGS that
would be used by default. So if this sets CFLAGS to just --std=gnu89, .c files
will never be built with optimization or debuginfo.
This reverts commit 3a4860a751980b566b44d57cde188292df5e8726.
|
|
Change-Id: I7c4935040ba16378023695c74bf2a5cd75fe8a77
|
|
Change-Id: I044b9b445a7911e77424613145c7e4d152789f44
|
|
Change-Id: If9c09fc56067610d36e3f8bd2a4e22ea743ddf5b
|
|
Change-Id: I2ead5d998c3b1b3cde1222fee6f072bf09ab0021
|
|
Change-Id: Ie74695e442b0df7fead2442f2b0d64658d083338
|
|
Change-Id: I248a99b1c0755c54d4f7dbdd291f382d7d99b9ce
|
|
Change-Id: I8294eaf8109ab5b8bc7972da1e5fa2ba9ad819fb
|
|
Change-Id: Id55768822a6a932dace1e30cb03175880ba3ca6a
|
|
Change-Id: I2b5df1e3aeb25637e77710c2d696ce634e71abd9
|