summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c
2013-10-22vcl: mark more Image constructors as "explicit"Michael Stahl
Change-Id: If59d7c75c89a102a573738d15d8593cb8ac5c486
2013-10-21remove uses of COMPARE_*Caolán McNamara
Change-Id: Icdc36b4b24d2f399f481065df3200feb98025135
2013-10-21post String conversion cleanupThomas Arnhold
Change-Id: I9747817edc76973af4a4ffdbf542b8d1467d7f08
2013-10-18added Ladin [lld-IT] to language list, fdo#70530Eike Rathke
Change-Id: I9bd65a7f66710d94a2c4dbe6d1b28f8ddef8d9a3
2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza
to use cppu::supportsService and other pieces. Change-Id: I16893b3d31a8055acd214ff23d01e63d38fe0826 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-16cleanupThomas Arnhold
Change-Id: I7bfd221f89718ba8634417c93a26b3a199178694
2013-10-15update pchThomas Arnhold
Change-Id: I475bee35ca5d24903d85e7f2427fab0e47d8db4d
2013-10-14Resolves: #i123438# Corrected crop for clipboard bitmap data preparationsArmin Le Grand
(cherry picked from commit 2104f864ec0cf0989e962c045ee69010e3505f3e) Change-Id: I3376d72317f27bfe7898e515ce1d2788761d1422
2013-10-14html: remove unused optionsThomas Arnhold
Change-Id: If8a6d5136e9e397f5f9b2b49bd9aaf4a7e6bfc17
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist
Contains the platform-dependent on-disk line separator ("\r\n" for Windows, "\n" otherwise, and yes, I assume an ASCII-based world). Use it instead of static constant char array fields, with ifdeffed initialisations, in various classes here and there. Change-Id: Ibea1f2cc1acfb8cc067c3892a41f73bf44f2c78a
2013-10-12Test _WIN32 instead of UNX as it's Win32 that is the special case hereTor Lillqvist
Change-Id: Ic729eab62109d854122fa5c6b7b4dc163088dd04
2013-10-11have another shot at placing the expander checkitem optimallyCaolán McNamara
reverts 03569dc7d38e4edf3f3e50f7dff3252116c28ab1 "I hate the positioning of the expander checkitem in hierarchical view". I still hate it, so merge together the various places where different efforts are made to try and position the checkitem optimally and provide a single central place to do that. Change-Id: I047504945fb5bf94e5f451007eb74328b8b56785
2013-10-11CID#1103695 avoid use of -1 hereCaolán McNamara
Change-Id: I7097d26f301fffa79d04fe4f26aeddb32223d62c
2013-10-10html: Options need to be lowercase, tooThomas Arnhold
Because the lookup table (include/svtools/htmlkywd.hxx) is now lowercase. Change-Id: Ica0606eb1546f74d2b651a70adee8117c956d4e2 Reviewed-on: https://gerrit.libreoffice.org/6193 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-10-10n#812793: clrChange applying for EMFsMuthu Subramanian
Also fixed alpha clrChanges.
2013-10-10unographic::GraphicProvider: lock SolarMutex as neededMichael Stahl
... thanks to bug report from David O. Change-Id: I7a72c36848a110fe7487c85c7720990d3c1e14de
2013-10-09Make CalcFocusRect look rightStephan Bergmann
...at least for its (only, it appears) uses at the left of the "Insert - Hyperlink" dialog and at the left of a Database window. As aBmpRect and aTextRect never extend aBoundRect (and aTextRect always leaving a gap left and right towards aBoundRect, it appears, with the text abbreviated with an ellipsis if it would be too wide), there should be no need to eventually adjust "the focus rectangle [to] not touch the text," and for calculating the top of the focus rect aBoundRect can be used just as well as aBmpRect. (Though for calculating the bottom, aBoundRect apparently stretches "too far" compareed to aTextRect; whatever... The offsets look somewhat "magic" anyway, but appear to produce the desired visual results.) Change-Id: Ic324561294fb6172c0d02a697fc261717e01c87c Reviewed-on: https://gerrit.libreoffice.org/6165 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-10-08CID#1079290 uninitialized memberCaolán McNamara
Change-Id: Ibc75fed4b5282d3caeccac54a884ff5dde3d1910
2013-10-08CID#1078684 ensure no -1 uses in replaceAtCaolán McNamara
Change-Id: Ic3a652aa38efe1bfaba81ba7d9103f40f093ed6a
2013-10-07added Karakalpak Latin [kaa-Latn-UZ] to language list, fdo#70217Eike Rathke
Change-Id: I202b01e8ac705c11d816a607e3293d8ba56f4640
2013-10-07added Nogai [nog-RU] to language list, fdo#69987Eike Rathke
Change-Id: Ib59c75ee13b5e16ef014ab7245540ffdc62c2daa
2013-10-07WaE [-Wstrict-overflow] assuming signed overflow does not occurEike Rathke
... when assuming that (X - c) <= X is always true ... or that (X + c) < X is always false Change-Id: Ib2313827cd6358ced0141b41cba753896b676e28
2013-10-07html: <li> is on/off - arrange list correctlyThomas Arnhold
despite the fact, that <li> tags are currently not closed... Change-Id: If77d99b8dfcb00e60d918e5ce5030e6e44a6e64a
2013-10-07html: remove unused and unsupported tagsThomas Arnhold
Change-Id: Ibd44d716e70034ffe7d31e3f5dc2c547a822b0e1
2013-10-07CID#1078656 Read has a break, but Write doesn'tCaolán McNamara
Change-Id: I54675b0c9683afb25fb9eaeb3def1e43c77fb053
2013-10-07make font style size stable on switching fontsCaolán McNamara
Change-Id: I891fa5b9b8bd3be7dd4d73f2911ec56d16a3b09f
2013-10-06fix html testsThomas Arnhold
after 73e3aafa990168aa532fa7b81fc4de8f455b10e1 we need to lowercase all html tags. Change-Id: Ied686e153666f79c2a866473eeb393ec4e5bb961
2013-10-06html: remove duplicatesThomas Arnhold
OOO_STRING_SVTOOLS_HTML_C_LT is the same as OOO_STRING_SVTOOLS_HTML_C_lt and so on... Change-Id: I7cc94a662e83176c2c2c441cbce27b4f2774e4a4
2013-10-06Ruler: don't draw ticks out of the ruler areaTomaž Vajngerl
Change-Id: I086e812b0db60fed094d21d2ba5aac1b9943e0d5
2013-10-04fdo#39674 fix some spellingThomas Arnhold
Change-Id: I72e497fb97edf8782c69000576f42896594e1556
2013-10-04added Kumyk [kum-RU] to language list, fdo#70089Eike Rathke
Change-Id: Iebf76555903fec1b533141104d3752735a8be075
2013-10-02-Werror,-Wunused-variableStephan Bergmann
Change-Id: I8e49e150706b0f63fe97a97eaf719d9c62aa9795
2013-10-02-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ie4ca73581937c27bb1cb1a90a2877a5155226b25
2013-10-02-Werror,-Wunused-variableStephan Bergmann
Change-Id: Ia67ce94bc18f5ddf5755862f81098bb60aee11ea
2013-10-02bWeiter -> bContinuePhilipp Riemer
Change-Id: Ia0bba3c1610dce5d364fb584f04e0b66cc41fb20 Reviewed-on: https://gerrit.libreoffice.org/6077 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-02svtools: removed dead code from the export dialogAndres Gomez
Removed unused variables in ExportDialog::GetGraphicStream() Change-Id: I2b4a5eb6a60dd8337eb137025b4583ca5e5685ec Reviewed-on: https://gerrit.libreoffice.org/6058 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-10-02Use std::auto_ptr::reset where applicableStephan Bergmann
(avoids warnings about std::auto_ptr ctor being deprecated) Change-Id: I39d2d155c0bc62ca77a30c02428ea39102213f42
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann
Change-Id: Iddccf82bc39557ebf03486df18630d1d860aa039
2013-10-01desktop: stop replacing %PRODUCTNAME %PRODUCTXMLFILEFORMATVERSIONMichael Stahl
... and %PRODUCTXMLFILEFORMATNAME at runtime and hard-code OpenOffice.org 1.0 for these too. Change-Id: Id96390506d2a0f367f932e85d3115362ad483bc3
2013-10-01Fix iterator managementJulien Nabet
Change-Id: I32ac35d3a4d0cc2376c5890086d1ff011442683d Reviewed-on: https://gerrit.libreoffice.org/5998 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2013-09-30merge queue_layout and queue_resizeCaolán McNamara
so that any window derived class, and not just dialogs, can trigger layouting of their children. Merge together the handful of hacked-up impls of this. Do that then for the sidebar PanelLayout so that when the label of the custom animation frame changes that the frame allocates enough space for the new label to display fully Change-Id: I9a95f6c3f60cd6cea47656e66cb9ffcc154a3a5a
2013-09-29show chart context menu entries againMarkus Mohrhard
Change-Id: If4ff5188af95a7b5274d88ced41ceaae2bb7fd0b
2013-09-28route wizards child queue_resize requests to preexisting layoutCaolán McNamara
As an interim measure, until wizards can only be constructed from .ui and then always contain layout widgets, implement listening for layout widget children announcing layout change requests and route that to pre-existing original positioning code. That allows e.g. the mail merge output page in writer to show/hide the alternative descriptions on selecting letter/email. Change-Id: I086921f4d46b29756cf4f4fccdf3bdf632ea70b8
2013-09-27cppcheck: redundantAssignmentJulien Nabet
Change-Id: I16ced23894e461e7953ed4978ca0d4cf7f40f5e8
2013-09-27cppcheck: redundantAssignmentJulien Nabet
Change-Id: I0e43c8920a3f439bff4835aadd5e69c322cc0730
2013-09-27convert mailmerge select page to .uiCaolán McNamara
Change-Id: I34f527ff8e1e9819f4e6ac728efa1e31f8bc3d48
2013-09-27Revert "moved newly inserted entries to the end"Andras Timar
This reverts commit bcfb5f0e9b659d16b72fe0add599dd8ec1a7c098. 82a844a688ea0db38190fbd57e42e56d0403c00d solves the root of the issue
2013-09-27moved newly inserted entries to the endEike Rathke
In UI localizations where the translation for such an entry is missing the entire entry is omitted, causing the following entries to be shifted by an offset and picking a wrong entry. Seems that rsc does not handle this case properly. Change-Id: I0efe1ac5d1f704ab2ba6919c4997caaca2153401
2013-09-22gbuild: add gb_Library_use_restargetMichael Stahl
Change-Id: Ic0a2fd3c1adeb55ec27f6a2eb4709be598120fba