summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2014-09-18fdo#82577: Handle FontNoel Grandin
Put the VCL Font class in the vcl namespace. Avoids clash with the X11 Font typedef. Change-Id: I1a84f7cad8b31697b9860a3418f7dff794ff6537
2014-09-17add Kven Finnish [fkv-NO] to language list, fdo#83332Eike Rathke
Change-Id: I3faa39ebc32e909bd2e7eeee6ae67c6f3148fb7c
2014-09-17callcatcher: update unused codeCaolán McNamara
Change-Id: I2ddda0600ee876e9886ee3221f0ac5ad515fbd22
2014-09-16Remove shadows in tabs to make them look more flat.Tomaž Vajngerl
Change-Id: I7c125c10538a641ec723d95be987ad77cdebc9ba
2014-09-16Make tab label padding dependent on font height.Tomaž Vajngerl
Change-Id: I7de52945bdf3062174b49e12e2f05075632c7e4a
2014-09-16Change tabs (sheets in Calc) to better looking rectangle shape.Tomaž Vajngerl
Change-Id: Ib0b2812792ac7447bfb1d9e3d4d404bc5d5afb0b
2014-09-14convert Edit autocomplete Hdl to boost signals2Luboš Luňák
Here it also keep track of the connection, as it needs to be explicitly disconnected in one place. Change-Id: Id3e2882106ae55c2d880898956a36f84d3ce70ef
2014-09-13Resolves: fdo#82259 more fonts that lie or have no os/2 tableCaolán McNamara
Seems to be that the default mac fonts are way messy than the MS or Linux ones tend to me Change-Id: Ia0ed6f9fcc650bea9466c4127f6faf7adba72d44
2014-09-13USCRIPT_LAO->USCRIPT_MALAYALAMCaolán McNamara
Change-Id: I5ae275532ccb3e77acd2422f1d6b90078fe95a9e
2014-09-13Related: fdo#82259 GungSeo has no OS/2 tableCaolán McNamara
Change-Id: Idf2431927d8f501f87301d01a7bb884f1445125f
2014-09-13do HardCodedScriptName before getting Font CapabilitiesCaolán McNamara
Change-Id: I3f3f14b3b24abbbdb40f8eb6655d42b12d920999
2014-09-12Related: fdo#82259 BiauKai makes some crazy claimsCaolán McNamara
Change-Id: I002dd4834e0813b81548d6f275e261b37859f646
2014-09-12Related: fdo#82259 various "* MN" fonts incorrectly claim to support TAMILCaolán McNamara
Change-Id: Ie1f21052ff09fcf243a3cc0839cf7118efa09c68
2014-09-12svtools: sal_Bool -> boolStephan Bergmann
Change-Id: I3f1a110e95453599159d36a9d55f949351e03557
2014-09-10callcatcher: update unused codeCaolán McNamara
Change-Id: Ie31c16318b09699e080484292d489a378e3a6dce
2014-09-10vcl: sal_Bool -> boolStephan Bergmann
Change-Id: Iff4da6d6281eb9194db348ebc10fbe7718538401
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
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>
2014-09-05fdo#69162 avoid crashing on Accellerator in poorly initialized contextNorbert Thiebaud
Change-Id: If3446ae33f2c2e737acf56bb523519e7b9d9935e
2014-09-02fdo#82259 Hardcode script for "GB18030 Bitmap"Matthew J. Francis
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>
2014-08-31Typo: childs->childrenJulien Nabet
Change-Id: Ib27b3e125581884b90efc9cc33b6b2aadab73851
2014-08-31Treeview may lose focus when left/right arrow is usedNiklas Johansson
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>
2014-08-31GraphicManager: fix crash when swapping out graphicsMichael Stahl
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>
2014-08-31GraphicManager: let's assert GraphicObjects are inserted and deleted onceMichael Stahl
Change-Id: Ie3bfb78434fa25fdbbdfb90cb9590649fec2dc28 Reviewed-on: https://gerrit.libreoffice.org/11214 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-08-29the DUMMY_CHART_FACTORY variable is not the only indicator for OpenGl chartsMarkus Mohrhard
Change-Id: Idab33c8611526dc4749b4dbe4fe84e68138b4f73
2014-08-29cache the call to getenvMarkus Mohrhard
Change-Id: I13095b13694aa092e3d5f542b5be12e703eb4590
2014-08-29Make opengl chart window always activeZolnai Tamás
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
2014-08-29Add a method to check whether an XEmbeddedObject is a chartZolnai Tamás
Change-Id: I6f860b9f1bce200c5366df0a32650705cf429a80
2014-08-29Resolves: fdo#83068 ignore spaces in font-size unit detectionCaolán McNamara
Change-Id: Id9a5c2ee576bd533d8b0a2b4356e319354abbbac
2014-08-28callcatcher: update unused codeCaolán McNamara
Change-Id: I6cb74836f98d7507359f39e1fd03a1462b2e0c31
2014-08-27WaE: macro is not usedTor Lillqvist
Change-Id: I37ec7e6104dc9526b1792f163fe58ec8673274c2
2014-08-27WaE: Unreferenced function definitionsTor Lillqvist
Change-Id: I8c21bfd70e5afb6d4f9a0a57f9946074c1b16a52
2014-08-27callcatcher: update unused codeCaolán McNamara
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
2014-08-26Related: fdo#82259 possible solution to 'GB18030 Bitmap' detected as JapaneseCaolán McNamara
Change-Id: Ibcf9c02c341aecc747b8b5a1ee347f7ded173e27
2014-08-26convert sw use of template manager to new managerCaolán McNamara
this completes the conversion of resource hosted dialogs and tabpages to .ui gtkbuilder format Change-Id: Ic1b49d5560bfa47f287e04918c01daeebba28163
2014-08-26bnc#719994: We need the proper alpha maskTor Lillqvist
Change-Id: Ic16dceaca431929238fcef6be31ee95e068b91e4
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard
Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179
2014-08-25convert WARNINGBOX_* to MessageDialog + stringCaolán McNamara
Change-Id: Icdd1cbd4660ebcc156d1a406bd853fce3b5cf1e1
2014-08-25convert STR_QUESTION_JAVADISABLED with custom buttons to .uiCaolán McNamara
Change-Id: I6f806f27232865ab871576e18a33fae08c20ed31
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11 KeyCode typedef. Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
2014-08-21star* -> css::*Thomas Arnhold
Change-Id: I156d40badb1a11727d1320600a9d3af2b8b24e4a
2014-08-20TabPages are no longer loaded from resource filesCaolán McNamara
Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff
2014-08-20Remove more useless includes of tools/debug.hxxMarcos Paulo de Souza
Change-Id: If289dcbff125ac0088f01b5c9752f9f3173585dc Reviewed-on: https://gerrit.libreoffice.org/11020 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-20add a VclViewportCaolán McNamara
like GtkViewport so that the scrolled region will be clipped, which also has the side-effect of stopping glade clobbering the non view-port scrolled .ui files on editing Change-Id: Ic64174b3a35b77f068e0085cdc7721aeb33f1d82
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
Change-Id: Ieb984987c4a4f888a563377e0500444b12f43506
2014-08-17svtools: show spin for FormattedFieldTomaž Vajngerl
User can increase / decrease values in FormattedField with scrolling with the mouse, so there is no reason to hide the spin buttons. Change-Id: Ie342f456cdb45c1d7287df70faa786c0e7dc2425
2014-08-15ErrorBox resources -> MessageDialog + stringsCaolán McNamara
Change-Id: I0e4e8e0393a5a86dc3125f6dccc9e4e7b47973a9
2014-08-15use of STR_ARR_SVT_LANGUAGE_TABLE in wizards is goneCaolán McNamara
since commit 65e104060b2bd46259f0307263aa3d8eba4c0ace Author: Xisco Fauli <anistenis@gmail.com> Date: Sun Oct 21 20:35:05 2012 +0200 pyletter: remove java letter wizard Change-Id: I77065cd277233b78b90c23a6545854a83cd17b16
2014-08-15drop FixedLines from wizards to be consistent with the rest of the uiCaolán McNamara
and two virtual methods don't need to exist after that Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc
2014-08-13callcatcher: another round of ResId ctor removalsCaolán McNamara
Change-Id: I2d074133172a2641d735efd2a007d18a65b4d9e9
2014-08-13warning C4242: 'initializing' : conversion from 'size_t' to 'const sal_uInt16'Thomas Arnhold
Change-Id: I80336164803a494bdabaa5e142ac91c2e6d26911