Age | Commit message (Collapse) | Author |
|
Rename the virtual function, and add a new non-virtual Commit() to do
that.
Change-Id: I09421df781ba965d6ff638b46cd8214fb3a00022
|
|
Change-Id: I271e045ed2f80e648d620f26cd60215f7f806bd1
|
|
Change-Id: I38f0e3d606d80b717b27a105ebe72b96f3eba50b
|
|
Change-Id: I7783d96e40de7a8df794f143d2c7830bf3314218
|
|
Change-Id: I1cff71d15f4d1b5ee47cc734b3fc2168d7f99201
|
|
since 44337a1fdae8cdc68b6cf539166e60feea879a9b "Unit tests for PDF import"
Change-Id: I6c7746814af669dd0eb45b1013577cacc109a014
|
|
Change-Id: I960392401e1555954ac525059789873165ee42c2
|
|
Change-Id: Iba139ede7bd72e23c0b7a28a8a4ff38ea816725a
|
|
aHdl is an SdrHdlList, so reading aHdl.GetHdl() as "get the handle of the
handle" was confusing.
Change-Id: Ib21fa74cc1daa4b6d2034f07715147a8fb0cf934
Reviewed-on: https://gerrit.libreoffice.org/14779
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Change-Id: I7714a4638b03d020820b276028c0819ef054fa26
|
|
Change-Id: Id3852abe9bc7bbe774331a7d691abd2a79ff59b4
|
|
Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f
|
|
Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4
|
|
Change-Id: Id4ef36d6c80ad62306bdbaa7094c2cb0b8ff77da
|
|
Change-Id: I213722cc98490430378014290cb09cca9e469bbb
|
|
Change-Id: I187c4d1bef306ec05985cd6e8072d044e12a993f
|
|
Change-Id: I07e6757f447ad1c4514f2ddcdf26589190445870
|
|
... i.e. decide based on target instead of SDK version.
Change-Id: I225588d34f961c19e223ed9c1b9a934cd5196cf7
|
|
Change-Id: Ie3dda6d7ea24031eadf86801867a94f95c11310e
|
|
Change-Id: I5e7b5327b542f610efb0960b8bcfad10e04025b5
|
|
The PDF file consists of a text section followed by an image. So in the first
test there should be 2 shapes (text and image) while in the second test which
has the SkipImages filter option, there should be a single shape.
Change-Id: I30ba0a832b665aa2fd5182b18778b485c62d7590
Reviewed-on: https://gerrit.libreoffice.org/14552
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ib40140b97b53ed7affaf3a209a0a12a60ee7434c
|
|
Change-Id: Ica2563d9e8da15e19eb38246d4de54a1fcb75655
|
|
Change-Id: I0aef0c185457687aa0e40a4a1e8024d9e691093f
|
|
Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2
|
|
Creates a rectangular text area with following attributes-
Color-Black
Transparency-20%
Alignment-Bottom
Default Text-Click to add Title
Change-Id: Ifb75c57fd19d41635fd4e397cbfe2b8a65975eb6
Reviewed-on: https://gerrit.libreoffice.org/14517
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I6a988077a3a2e2adf33a2c00a84b929e8133133f
|
|
Change-Id: I90d7788208fb86c8aea36c4944ca11d881f11720
|
|
The method assumed that the map mode of the output device is twips, but
that's not true for Impress. If paintTile() does the twips -> mm100
conversion, then LogicInvalidate() has to do the reverse of that.
This fixes typing into the main placeholder shape of an empty Impress
document: with our 256x256px tiles only the 3rd and 4th row was
repainted previously, while the interesting content is in the 2nd row.
Change-Id: I8bda113e73335e465c1c4626a58b6be2b232a190
|
|
SetPointerPosPixel() was the method I modified locally before
implementing the dedicated SetLastMousePos(), just forgot to adapt sd
code to call the new one.
Change-Id: Ic4958459c42d5b2cced01b686fa192f43fc3c965
|
|
It's far from perfect, but the following use-case works:
- open an empty document with a singe slide (only two placeholder
shapes)
- type a few characters (into the title shape), Esc to finish editing
- click into the non-title placeholder
- type + Esc -> characters appear in the non-title shape
Change-Id: Idc97c1fbeda0fb3ac53769e78b7cd665d8aee67b
|
|
Change-Id: I71f5ea8e91fe0f50a471e33e4e2c02840a76b707
|
|
Change-Id: I2b9d379e56e0af655aa06afb5391140de952b9d6
|
|
Change-Id: I675c488742219cc19624a21d1fc8e5033e7cbefa
|
|
... (aka 'unsigned char') to 'bool'.
Change-Id: I7b6ed29c750ad26925f4875c0a38cb800a9f693f
|
|
Change-Id: Id5f2c623375419daa4433fc2f925921e6013846f
|
|
Change-Id: I151957e415eff793e3d054050526b7d6892d28d4
|
|
Change-Id: I5e938a0b53ea7a1b020bc73634bff70913f3ebc3
|
|
Change-Id: I88c53ade0101cfd7735a45b2038879bd027b0314
|
|
The sc_subsequent_filters_test was failing because of a lock file
because it did not use the unittest configuration.
Refactor gb_CppunitTest_use_configuration so it uses both the instdir
and unittest configuration to prevent such errors.
In case there ever is a test that does not work with the unittest
configuration it should call gb_CppunitTest_use_instdir_configuration.
Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e
|
|
Change-Id: Ic03fb2ee6470eac6034be13908dd9ec92cf175b6
|
|
Change-Id: I5d1244fa50974c63133d0ca98de11cba0d7fb902
Reviewed-on: https://gerrit.libreoffice.org/14639
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
Change-Id: I8eb0c9bda0883bc08aed3acd7eaa72480848c6f3
|
|
Change-Id: Icc3aad14d9d0c59c1c1c8f124f0626a9f947b93f
|
|
Change-Id: I17fb441eac2593a0b43809f177250d46d6862a58
|
|
Change-Id: I458b2e4c812f727b4254137aa48627522576df3b
|
|
Change-Id: I6d83b3655536142e05e56929356f89a762fd9f96
Reviewed-on: https://gerrit.libreoffice.org/14576
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
|
|
This massively reduces the rebuild time in case only a new enumeration
value is added to one of the enums.
Change-Id: I4e58adf36fcd29da1672a5e5091bd3f6744f148d
|
|
One one hand, this fixes missing invalidations after typing characters
in editeng on Android. Previously it was assumed that there is only one
sd::ViewShell for one Impress document, but that's obviously not true.
On the other hand, this will be handy when later svx code wants to
invoke the LOK callback as well, when it was stored in sd, that wasn't
possible.
Change-Id: Id467be01ad008aecaaabdd85b2a6b29a14f1eb86
|
|
This makes typed characters appear as you type it (and not only after
the editing of the shape text is finished) in Impress.
Change-Id: Id47efe8223ddfdbad36f436366c9c8c8e0cb45f4
|