Age | Commit message (Collapse) | Author |
|
Reported by: Li Feng Wang
Patch by: Jianyuan Li
Review by: Andre Fischer
|
|
Reported by: Li Feng Wang
Patch by: Jianyuan Li
Review by: Andre Fischer
|
|
(C) the GNOME project, in particular Lapo Calamandrei, Jakub Steiner
Used under CC-By-SA
Change-Id: Ied0aed20133f877169e070d2a3b55e12081ed86a
|
|
Change-Id: Ibfce9af9bec2e1bac435514ad6d3d27eac5f1a17
Reviewed-on: https://gerrit.libreoffice.org/2975
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: I0287ee3f7f58869d11c8565f8a6fbe9dcc534ba7
|
|
This is first step to rework of graphic exporting. The idea is to
replace the exporter that works only for Draw/Impress and replace
it with a general exporter for any object. With this it will be
far easier to export objects as charts. Currently only Writer is
supported and only jpg/png.
Additionally, this commit introduces a new Export dialog which
supports setting the pixel width, height and DPI.
Change-Id: I7302b26bd432840d7ef0c3d2d2e13ff150cd2a07
|
|
Change-Id: Ic02afc5db3fd661dfc462f7528cffcfa07fe6e04
|
|
Change-Id: I0e97399220b2eb2da54072241ddee43a683d17ef
|
|
|
|
|
|
Change-Id: Ie21b40f79882bdcf93e67b83dd8e97e72b69ea00
|
|
Change-Id: I14a2d98c519b2eab6645eaf8b2dcdbccc7c36c2f
|
|
Change-Id: I971390d084b08293b21fdc35beb74482a1560bb8
|
|
Change-Id: I606be5f7eea9290ac647b0369fcd3c279e9594d0
|
|
|
|
|
|
Change-Id: Ied464d57c7895fdf1d9e74e7f89d70bac2834d9e
|
|
Change-Id: Ibcae025319e689d917d6c85f6c0a3bed8315672e
|
|
Change-Id: I12a49d9bdc5503facd6a9a00708b22034b173a7e
|
|
Change-Id: I000612d55c8aadff6249e57a29930731e3bae117
|
|
Change-Id: I1739d96748a4ed2259885843f383ec7ff2914b66
|
|
Change-Id: I6564edb9dcd07481a202d0154e77439dee9bf673
|
|
Also, windows build cunningly uses an included version header that would
be overwritten by configure.
Change-Id: Id01b5dcd0f021a11d016571b6ee81e4fb8495020
|
|
Change-Id: Ib282a3db6ecb5c7d1d4117e1bb48920ee7b2f562
|
|
This reverts commit 7540bc8e105e114d4aecb1ed3f3044e5ce8a6fc6.
Conflicts:
rsc/source/rsc/rsc.cxx
Change-Id: I7f89f7bf07f68e053d29283f659241aca8e48eed
|
|
GUIStoreModel now correctly calls storeToUrl
instead of storeAsUrl, when saving a copy.
Dialog title is correctly set.
TODO:
- Write help
Change-Id: I4d7fc9ebc91c2129e8d8dcf9978c324bdddae129
|
|
Depending on historical timezone data with odd offsets some historical
dates were decremented by one day due to a rounding error.
Change-Id: I3216b1c043fe5ab9035a558031f1a58efa0c3b3d
|
|
Change-Id: I13127dadcdfeff3d99df819393f6298ac0cb11bc
|
|
Change-Id: Ia28d6befe63453ced7c623e76abc7a0ec7d6cbeb
|
|
Change-Id: I1dc2d18f285bbd7fc4316a7a194a21769b11d545
|
|
Change-Id: I3b4267f9782bc7bc71247523c8fd5940bc8cef38
|
|
Change-Id: Ic7361d813a229606c2fe36891ac0908b490403c5
|
|
Change-Id: I53e1ccda41688975ea180f44bfd507ce4ca39bf2
|
|
... by introducing a version check that is so horribly ugly that it will
hopefully be removed again as soon as a new upstream release with the
rename is available.
Change-Id: I8e0409ba7331dec7140d2a4a49720c804e90582f
|
|
Change-Id: I024df8520f0daf2cc2e9e5f041e1ff18cb3689ec
|
|
Change-Id: I70924b4c9578122a1c5a5b6c8a67889d6d003a2e
|
|
...cf. d4244efeb171632f309c8cfcbea4fbe2a3de3193 "libexttextcat: fix spelling of
TEXTCAT_RESULT_UNKOWN."
Change-Id: I65e8327296450324205e937fa762b656afebe2dd
|
|
Have used a boolean variable that acts as an entry condition to OpenURL
methods main body/code and is set on qualification of security check.
Change-Id: I1280e7cf7e8923282fda17088fd7c61fbf503b9d
|
|
Change-Id: I1c5b66888baac8aa1bc99c06579e0ef3638a4877
|
|
Return 0 when overflow.
The base idea in unsigned case is checking wheather
(Max-nDigit)/nRadix < n
But for efficency, take out nDiv = Max/nRadix from loop
and corrigate it with -1 if needed.
In signed case use minimum value if the number is negativ.
Change-Id: I5b77580adbf12421b6c4b785ba9bc2a080accba2
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ic908cb5cc9169ab1baae2c1c52070adfb9afba39
|
|
Change-Id: I7efc18ac16223f83bb9839a76643291f7334ef91
|
|
Change-Id: Ic0d9fee77891dae03c121f4b48ee9da89730d1aa
|
|
Change-Id: Ifdfdc1869dbee46d507b552ed62364f6058888e2
|
|
Change-Id: I6fa21e9e7403eacf4259c2cb95b22c383c517aa9
|
|
and remove the _ prefix too while at it
Change-Id: I30ee8cd5aead53abac19fdc372e1fe45b3cbf55f
|
|
LibreOffice is not a web browser.
This reloading stuff apparently never even worked for editable documents
anyway, see i#50881.
Change-Id: I720fbb72fd93232ad3e6fdfc65a05748bdf78108
|
|
Change-Id: I0646224e50d36db0171c063bd68e8eb6b4b6519c
|
|
Change-Id: I86e50b35fe32d3fdaf2b314e10e582e1b084efa2
|
|
Change-Id: Id7ebf66319f0891d276a3da95a95658aed59cbc7
|