Age | Commit message (Collapse) | Author |
|
left over from our conversion of the SvStream output operators
to more specific methods
Change-Id: I482ca7abb84613971e7e8f839f7aa67a65cd71ff
|
|
Change-Id: I8edfe830b8f6ca7f1809332870e06d1d286b90e8
|
|
left over from our conversion of the SvStream output operators
to more specific methods
Change-Id: I63f18be8e940098c2acbbc73ee49ede3a949fcb2
|
|
when attempting to make a cell visible when
the parent simply isn't large enough to show
any part of the cell
Change-Id: I987c9b3be30a66a5e1e27ad9e452f2ca65330d9e
|
|
I introduce a template method into the PTR_CAST machinery
to maintain constness.
There is now a FIXME in sd/../docshell.cxx because I needed
to use a dynamic_cast there to work around the games it appears
to be playing with OLE in-place activation.
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>,
dropping the GCC-extension, unnecessary use of typeof from tools/rtti.hxx
Change-Id: Iba5ace1aa27e02b34fcc91af1e658c43371afd03
|
|
Put the VCL Window class in the vcl namespace. Avoids clash with the X11
Window typedef.
Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
|
|
Change-Id: I8cc2d752673254c0f23f63030a8fa7d4d288c0a9
|
|
Change-Id: I733426ba5f82ee25751387f88942dbc66689821d
|
|
Change-Id: I3010bdd736c15a086f3ce61cacbb34159f0b2abf
|
|
Put the VCL Font class in the vcl namespace. Avoids clash with the X11
Font typedef.
Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
|
|
Change-Id: I3faa39ebc32e909bd2e7eeee6ae67c6f3148fb7c
|
|
Change-Id: I2ddda0600ee876e9886ee3221f0ac5ad515fbd22
|
|
Change-Id: I7c125c10538a641ec723d95be987ad77cdebc9ba
|
|
Change-Id: I7de52945bdf3062174b49e12e2f05075632c7e4a
|
|
Change-Id: Ib0b2812792ac7447bfb1d9e3d4d404bc5d5afb0b
|
|
Here it also keep track of the connection, as it needs to be explicitly
disconnected in one place.
Change-Id: Id3e2882106ae55c2d880898956a36f84d3ce70ef
|
|
Seems to be that the default mac fonts are way messy than the MS or Linux ones
tend to me
Change-Id: Ia0ed6f9fcc650bea9466c4127f6faf7adba72d44
|
|
Change-Id: I5ae275532ccb3e77acd2422f1d6b90078fe95a9e
|
|
Change-Id: Idf2431927d8f501f87301d01a7bb884f1445125f
|
|
Change-Id: I3f3f14b3b24abbbdb40f8eb6655d42b12d920999
|
|
Change-Id: I002dd4834e0813b81548d6f275e261b37859f646
|
|
Change-Id: Ie1f21052ff09fcf243a3cc0839cf7118efa09c68
|
|
Change-Id: I3f1a110e95453599159d36a9d55f949351e03557
|
|
Change-Id: Ie31c16318b09699e080484292d489a378e3a6dce
|
|
Change-Id: Iff4da6d6281eb9194db348ebc10fbe7718538401
|
|
Also note that I fixed a bug in SvxFontMenuControl::Notify
where the if statement had the check the wrong way around.
Change-Id: I611e8929c65818191e36bd80f2b985820ada4411
Reviewed-on: https://gerrit.libreoffice.org/11147
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: If3446ae33f2c2e737acf56bb523519e7b9d9935e
|
|
Change-Id: I3b3ad955f1793197e970c837ff53aa85a74b8cfb
Reviewed-on: https://gerrit.libreoffice.org/11213
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ib27b3e125581884b90efc9cc33b6b2aadab73851
|
|
In a treeview, for example the hierarchal view of the
styles and formatting panel, if your not on a node that is
expandable or collapsable when you press the left or right
arrow key, the focus will move away from the tree view in
a very awkward way. This patch makes the control work more
like a native treeview.
At this point I don't feel confident about the surrounding
code to avoid the code duplication that this patch adds.
Change-Id: Ibd04cf5329b4d226aac102d214a45e45811982e7
Reviewed-on: https://gerrit.libreoffice.org/10956
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
GraphicManager::ImplCheckSizeOfSwappedInGraphics() may access a deleted
GraphicObject because swapping out one GraphicObject may actually delete
other ones, by deleting SdrGrafPrimitive2D instances via
sdr::contact::ViewContactOfGraphic::flushGraphicObjects().
(regression from 0ca0202a0994c0b7c99c366fd5cafd8a655df203)
Change-Id: I94bd465d90afbfdd14da28e42de3ecdff3a9d9f9
Reviewed-on: https://gerrit.libreoffice.org/11215
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ie3bfb78434fa25fdbbdfb90cb9590649fec2dc28
Reviewed-on: https://gerrit.libreoffice.org/11214
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Idab33c8611526dc4749b4dbe4fe84e68138b4f73
|
|
Change-Id: I13095b13694aa092e3d5f542b5be12e703eb4590
|
|
Fortunately there is a special ole object group with
the MS_EMBED_ACTIVATEWHENVISIBLE flag which define this
behaviour.
Problem is that both Aspect and EmbedMisc are MS specific
enums so we can't use them directly for non-MS objects. But we
can handle opengl charts the same as this ole object group.
Change-Id: I49abeffce319cbb775709a72ba198a1f76b65374
|
|
Change-Id: I6f860b9f1bce200c5366df0a32650705cf429a80
|
|
Change-Id: Id9a5c2ee576bd533d8b0a2b4356e319354abbbac
|
|
Change-Id: I6cb74836f98d7507359f39e1fd03a1462b2e0c31
|
|
Change-Id: I37ec7e6104dc9526b1792f163fe58ec8673274c2
|
|
Change-Id: I8c21bfd70e5afb6d4f9a0a57f9946074c1b16a52
|
|
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
|
|
Change-Id: Ibcf9c02c341aecc747b8b5a1ee347f7ded173e27
|
|
this completes the conversion of resource hosted
dialogs and tabpages to .ui gtkbuilder format
Change-Id: Ic1b49d5560bfa47f287e04918c01daeebba28163
|
|
Change-Id: Ic16dceaca431929238fcef6be31ee95e068b91e4
|
|
Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179
|
|
Change-Id: Icdd1cbd4660ebcc156d1a406bd853fce3b5cf1e1
|
|
Change-Id: I6f806f27232865ab871576e18a33fae08c20ed31
|
|
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11
KeyCode typedef.
Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
|
|
Change-Id: I156d40badb1a11727d1320600a9d3af2b8b24e4a
|
|
Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff
|