Age | Commit message (Collapse) | Author |
|
Change-Id: I5561c2684d0957b65aef0d139e9210ebdd703153
|
|
Change-Id: I20829b6a0835bf96489d67b6f7effcfa84650328
|
|
Change-Id: I87da59af50420993303111dae0ec4456ae15cc20
|
|
Change-Id: I50ac81a34945760ccb053ae1c8e328bbdff1a944
|
|
Lets rename the multiargument SetPosSizePixel to
setPosSizePixel drop the various using Window::SetPosSizePixel
and work towards de-virtualizing SetPosSizePixel/SetPosPixel and
SetSizePixel and doing the work in a virtual setPosSizePixel
Change-Id: I7057654168001b67becee1791e97f9e9dc01f7b8
|
|
|
|
Change-Id: Ie11827a924a5b22d86bad24aa7f14a66b870e90c
|
|
...and some further clean-up.
Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
|
|
Create a merged XModuleManager2 interface for this service to implement.
Which is backwards-compatible, but does not require creating a new service.
Explicitly document the XNameReplace interface in the IDL, which
is already implemented by the service, since there is code currently using it.
Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
|
|
most probably Undo() does not get called if there is no undo actions,
just to be on the safe side.
Change-Id: I3597698dbe8208916be94ebddd7260fbd7eadc74
|
|
Change-Id: I63d27cd70a7c6d4ad73f83db5e19985c0e3b8d7c
|
|
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
|
|
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
|
|
Change-Id: I7fc113f8d59f7c82bae6acace7bf4230b4c2bbea
|
|
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
|
|
Part of MultiLineEdit was moved down from stvools to vcl
with name VCLMultiLineEdit. MessBox uses it to display the
message in read-only mode. Some of svtools' classes - which
are necessary to implement VCLMultiLineEdit - were moved to
vcl as a whole, and their includes are rewrite.
Note: ExtTextView and ExtTextEngine classes would be leaved in svtools
if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK
end IMPL_LINK_NOARG make it impossible to use template syntax.
Change-Id: I26543868d8081c225c7125404d23369de3c3afcd
|
|
a literal within a OUString.
Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f
|
|
Change-Id: Ibd749a70a7bbe8c1023edf7bd144aa6547147a12
|
|
Change-Id: I25607ce79111b2c2933ab5e2c165df0594ed4363
|
|
Change-Id: Ib6d6bb62613004ba0a8ee603f7047fb017570e89
|
|
Change-Id: Ia1d171b00cfbf2e541928213c39005ac873db938
|
|
Change-Id: Ia9e3bab09eef6e1055f1fd689373ab65310ea7e3
|
|
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
|
|
Change-Id: I2f49383d5c9e097edf52776818db4e89497aca5c
|
|
inherit class UnoTreeListItem from SvLBoxString instead of SvLBoxItem so that
it really isa SvLBoxString and can be edited with startEditingAtNode
a) remove the unused SvLBoxEntry argument to SvLBoxString's SetText
b) used rtl::OUString instead of XubString
c) rename aStr to maText
d) inherit UnoTreeListItem from SvLBoxString and drop its maText in
favour of that of SvLBoxEntry
Change-Id: Id78f43ae5be8cd6f581e6c2fd2bd6f46de9144ba
|
|
In CompressGraphicDialog it is possible to set the target image width
and height besides resolution. Better lossless / JPEG compression
selection. Added Compression / Quality settings.
Change-Id: Ic8a6bfbe9dfbcd4acdfda4c0a856c3ea813a2702
|
|
Change-Id: Ie9fa8a07361a1ed957d9e4d19df256b4d9668606
|
|
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
|
|
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
|
|
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
|
|
Change-Id: I3ac2e8e3219c12be84ce38cb98342f0dce0d6476
|
|
Change-Id: I17d922201b1ad253dfcdfb0afdaf4dea95631874
|
|
This is a initial commit of "Compress Graphics" functionallity.
Compress Graphics is accesible via pop-up menu option to graphics
objects. Currently this funtionallity is only available in Draw.
When the menu option is triggered, a Compress Graphics modal dialog
opens to define DPI, compression level and type of compression.
When OK is clicked, the graphics in Draw is compressed and exchanged.
The current implementation is not final as it needs handling in case
when the graphics is croped. Additionally cropped areas could be
removed when compressing, depending on a checkbox in the dialog.
Special cases of graphics need to be checked too, and some tests
would not hurt.
Change-Id: I9ec1a71f6ff4364a49b2521e42d88c3ba224dd87
|
|
Patches contributed by Mathias Bauer:
cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks
http://svn.apache.org/viewvc?view=revision&revision=1172341
cws mba34issues01: #i117718#: provide filter name in case
storage of medium does not allow to detect one
cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation
http://svn.apache.org/viewvc?view=revision&revision=1172343
http://svn.apache.org/viewvc?view=revision&revision=1172350
cws mba34issues01: #i117708#: status indicator for inactive documents
http://svn.apache.org/viewvc?view=revision&revision=1172358
cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter
http://svn.apache.org/viewvc?view=revision&revision=1172359
cws mba34issues01: #i117024#: rework parameter conversion for load/save slots
http://svn.apache.org/viewvc?view=revision&revision=1172360
cws mba34issues01: #i116803#: possible crash on Linux when
dispatch.cxx is compiled with optimization
http://svn.apache.org/viewvc?view=revision&revision=1172367
cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris
http://svn.apache.org/viewvc?view=revision&revision=1172371
|
|
Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67
|
|
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
|
|
This feature is not complete yet (so adding real UI doesn't make sense
yet), but the lack of SID_ATTR_PAGE_SHARED_FIRST caused a crash in sw's
ItemSetToPageDesc().
Change-Id: I3832b617aba50ad7d451766628bbb005879d25fe
|
|
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
|
|
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
|
|
Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
|
|
Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
|
|
the code using that was removed in
7db30f7aa037f52eb07cbb4fd2796bd869204af8.
Change-Id: I384d4c9850c7a3f2111827407106137ff0f93236
|
|
Those never get included at any point in the code.
Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
|
|
Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
|
|
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
|
|
Change-Id: Iec70985319a64cdc3630e15499ac304a7f1aabae
|
|
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
|
|
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|