summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2013-09-18fdo#69280 fixing comments toggle button position when localAbdulaziz A Alayed
set to RTL language Change-Id: I0c133e3bbb6801f56e9ac0f508961bfa07a19523 Conflicts: svtools/source/control/ruler.cxx
2013-09-17fdo#63926: remove extra include paths in svtools/ and sfx2/Marcos Paulo de Souza
Change-Id: I0b47849ba0fa0dfaf4a481779a5ece09be496c1e Reviewed-on: https://gerrit.libreoffice.org/5973 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-09-17added "Uzbek Cyrillic"Eike Rathke
Change-Id: I9a542f09d9f09e25082eea1327722b0021a34d0c
2013-09-17USCRIPT_MONGOLIAN only for LANGUAGE_MONGOLIAN_MONGOLIANEike Rathke
Although LANGUAGE_MONGOLIAN and LANGUAGE_MONGOLIAN_MONGOLIAN have the same primary language they are of different scripts. Change-Id: If72bf51a339b8daa71dfd2f8cd97877c17bbe5f4
2013-09-17"Mongolian Cyrillic" and "Mongolian Mongolian"Eike Rathke
Change-Id: I6b4e6ae9eb1c2c54b9b876b675344ced34315e29
2013-09-17add a min-width-chars property to SvTreeListBoxCaolán McNamara
Change-Id: If6213ab630222d0d9483beea602ea9d54be2396c Reviewed-on: https://gerrit.libreoffice.org/5971 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-17drop intermediate StringsCaolán McNamara
Change-Id: I7f730d4f5329525eda9f78514dcaa3788149d077
2013-09-17convert SVTOOLS module from String to OUStringNoel Grandin
Change-Id: I647e952769c79b95e11af778b07d64d3a6fbe226
2013-09-16Resolves: fdo#69236 route size request to layout widget, not hard-coded valueCaolán McNamara
a) For the sidebar the sidebars automatically handle scrolling, but for the older panel the widgets has to do the scrolling so add scrolling parents to the .ui b) Fold the DialogListBox scrolling widget implementation into VclScrolledWindow and remove the duplication. Change-Id: Ife9ccd8c501e5dee7bf3102a92c8261d979cd834
2013-09-15Fix drawing of fine dashed border typeZolnai Tamás
On the Borders tab in the preview block (called User-defined area in help) fine dashed border is drawn as solid line. The problem is that 1 pixel gap is too small and painting can hadnle it so I doubled the numbers to get the same rate and get the rigth visual result. Change-Id: Ide037fa3f4f90b304dc53f5f806c2acd2194ec0c
2013-09-15ruler: Also show ticks below/above numbers in "negative" areaTomaž Vajngerl
Change-Id: I70d9f0409962be607eddac1b308d8cc44d2a7b7f
2013-09-15Ruler: disable snapping, tooltipsTomaž Vajngerl
It is now possible to disable snapping of the ruler at dragging with holding the ALT key and coarse snapping with ALT+SHIFT key. Tooltips are shown when hovering over indents and borders. Change-Id: Ib1e9639e1e2824f2a75b5abd35765bbbd02c87f7
2013-09-15ruler: translate or clear comments in ruler.cxxTomaž Vajngerl
Change-Id: I051e28d9241c17192b580c49fbec488be69f727b
2013-09-13added 'en-GB-oed' for "English, OED spelling (UK)"Eike Rathke
Change-Id: Ia51a8503213997ea589f2df79552ef765ecfc748
2013-09-13select sheet menu as a right-click popup to the prev/next sheet dingusCaolán McNamara
Change-Id: Ifc9baeabedeab526d040220e9e45f171b5353bcf
2013-09-12cppcheck: fix Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
Change-Id: I7495f86cb35b6f712cfb7d603f022f6f6c407266
2013-09-12drop tools/string.hxx from a bunch of placesCaolán McNamara
Change-Id: Id6d22b71f2b552ea7872e8a3da6afe207e856561
2013-09-11added "Serbian Latin" ; LANGUAGE_SERBIAN_LATIN_NEUTRAL for 'sr-Latn'Eike Rathke
Change-Id: I1260fbd90f7eefc25d86d52707856dd40dbc9306
2013-09-05update pchThomas Arnhold
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
2013-09-04renamed ca-XV to ca-valencia and activated ca-ES-valencia, fdo#59867 relatedEike Rathke
Build Catalan-Valencian as ca-valencia instead of ca-XV private-use. Introduced LANGUAGE_CATALAN_VALENCIAN 0x0803 mapping to ca-ES-valencia, preserving old ca-XV and qcv-ES mappings to now LANGUAGE_CATALAN_VALENCIAN and LANGUAGE_OBSOLETE_USER_CATALAN_VALENCIAN 0x8003 to ca-ES-valencia. Removed special !bUserInterfaceSelection treatment from MsLangId::getReplacementForObsoleteLanguage() and added the usual obsolete replacement instead. Change-Id: I2fdd8b0bac55d4b4ae2cbf3c3645f09fefec9b6e
2013-09-03WaE: C4805: '!=' : unsafe mix of type 'bool' and type 'sal_Bool'Tor Lillqvist
Change-Id: I18cefc69b963cb957645a4586079de0d448e90b3
2013-09-03dbgutil deref of empty vector assertCaolán McNamara
Change-Id: I9c3b4f84df252e632f02e79e069426fafadee0fe
2013-09-03Ruler: minimal unit 1/16 inch, 1/10 cm, dynamic tick draw, variousTomaž Vajngerl
- minimal unit for inch is 1/16 and for cm 1/10 (1mm) - additional tick level (now 4 in total) - top and bottom tick in addition to the number (highes tick level) - dynamically draw tick levels depending on the tick gap (should be at least 6 pixel wide) Change-Id: I0598b16e32d19eb1294a2358eacbeb19a70966a2
2013-09-03Ruler: clear ruler elements at copying only when input is not emptyTomaž Vajngerl
Change-Id: I633dcd452a0df426421eaccadf648ad06b8e124c
2013-09-03Ruler: use vector instead of array for elementsTomaž Vajngerl
Change-Id: I099387648988b83d4d4b53f59237906e8f939c6e
2013-09-02XubString->OUStringCaolán McNamara
Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc
2013-09-01fdo#68795: Fix name of Assamese languageKhaled Hosny
The name of the language is Assamese not Assami. Change-Id: I29c64a6d3de28783ac34f9505f206a61781e08f6 Reviewed-on: https://gerrit.libreoffice.org/5743 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-08-31fdo#39468: Translate German commentsPhilipp Riemer
Change-Id: I9ccb6453fbebf03d44d3f5b385fa5a49579da873
2013-08-31fix existing commentsPhilipp Riemer
Change-Id: I06dca63053dae5d3dceb49bf67adb0c100b56e8b
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
Change-Id: I7409f7a58796c9bf7542b6a7904ad40581637eeb
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
This is a follow up commit to - 22d1beb78a475e4846af945afde1c4d6c263b5d6 - 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 Change-Id: I102685391125f3b4f7bdf838f8bd17a2283d558d
2013-08-30fdo#68689 Sub-divide ruler ticks into 1/8 insted of 1/10 for inchTomaž Vajngerl
Change-Id: Ied2a6982d5564228b0ce7fecb89723f3742b6d0d
2013-08-30Resolves: #i122982# Fallback to bitmap reader when no PNG even when claimedArmin Le Grand
(cherry picked from commit a77275c610f1543dcc8b38dc5ec50f1195965f27) Conflicts: svtools/source/misc/transfer.cxx Change-Id: I213496c53558cd3b78e40866bdc8e89d08079033
2013-08-29Use different cursor when resizing borders than moving.Tomaž Vajngerl
Change-Id: Ie77f9bfc44708db6555386eeb8b2da3a39259f42
2013-08-29Highlight indents on ruler on mouse over and dragging.Tomaž Vajngerl
Change-Id: Ie2ffa23966fcd14bc4c60fc2139b74534a6edeb0
2013-08-29fdo#67033 fix default tab drawing on rulerTomaž Vajngerl
Change-Id: I471920e26a8e336cde795360945b5a843fe8f9c8
2013-08-27Spread "Use std::find()" part2Julien Nabet
Change-Id: I58e6f189c950dbaa5b71bb1b040f9eff20c50796
2013-08-27Use std::find().Jan Holesovsky
Change-Id: Ie302038c5c9e8771bb27be50081788d6545aef5a
2013-08-27Bin bool + transform while into for loop + add end iterator (3)Julien Nabet
Change-Id: I3d22eede61fb7ba15bac6f6130a7a60ec62170dc
2013-08-27Replace for loop by std::advance + rename function parameterJulien Nabet
Change-Id: I5d6615af2ed728be158edfe46b1c0fbadf7b3690
2013-08-26WaE: OUString::valueOf in higher debug levelsCaolán McNamara
Change-Id: I2aed7907c79905158714dc1b26ae1aefc1fcccc6
2013-08-24Mark as constTakeshi Abe
Change-Id: Ib5849c9a652401dbac7e93bb69c18d95d31292af
2013-08-24sal_Bool to boolTakeshi Abe
Change-Id: Id6488ba7a72603f2f0eb2972f22797d6025f6031
2013-08-23semibold -> boldCaolán McNamara
Change-Id: I83d0958fde5a057e57474c7511526e7f411ff46f
2013-08-23cppcheck: reduce scopeJulien Nabet
Change-Id: Id2f4c6737e8f5290c7e41a42bec0d952207cc40e
2013-08-22equalsIgnoreAsciiCaseAscii -> equalsIgnoreAsciiCaseNoel Grandin
Change-Id: Ie3adf4cc83c7b2128565eab1a9d4df8beec36c99
2013-08-22another attempt to fix windows buildNoel Grandin
after my OUString changes. Seems like windows really doesn't like OUString tmp; bool b; tmp += b ? "1" : "0"; Change-Id: Ie53b4fa36b5ae462fe922feec76e13588d38f1db
2013-08-22fix dodgy NO_INDEX codeNoel Grandin
The comparison of NO_INDEX to getLength() makes no sense, and makes even less sense now that the code is using OUString, after my recent change Change return type to sal_Int32, and change NO_INDEX to -1, so that it can't possibly conflict with a valid index. Change-Id: I65cb945096b4b9cb80f61d896177c2562a0d2c76
2013-08-22fix use of dynamically allocated OUStringNoel Grandin
after my change in ea5cba1f88a4e183b135ee8df72fae9c0ee32aa6, the code is passing in the address of a local OUString member, then later delete'ing that pointer. Change it to pass in new instance of OUString Change-Id: I9ae5876464fc0dcb74fbd152fd3f96cf856688c8
2013-08-22fix windows build after my String->OUString changesNoel Grandin
One of the changes is inside an "#ifdef WNT" block, so I missed it. The other change is because MSVC is not quite as smart when it comes to matching the "const char *" OUString constructors. Change-Id: I60f2ccb719630bab2a178cecc2f84b7a706ad230