summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2014-06-03rather than use pixel widths, use appfont unitsCaolán McNamara
Change-Id: If9551f63ac59ffedd0bd614e4f4fe05c9047e1dc
2014-06-03MD_UPDATE_BASELINKS conversion to .uisk94
Change-Id: I98b47dc20b341375c9caae264c2213aeba6e066a Reviewed-on: https://gerrit.libreoffice.org/9620 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-01Resolves: fdo#79506 Some numbers are marked as translatableJulien Nabet
Exception: http://opengrok.libreoffice.org/xref/core/sd/source/ui/view/DocumentRenderer.src#55 Change-Id: Iecfe49b51ed68de00f1b5adfb5bca9fa793fb1f9
2014-05-28coverity#703935 Unchecked return valueCaolán McNamara
Change-Id: I9300af5f9c2c430d0e67bfb8e16478db6be65477
2014-05-27Export Config: Use ModelessDialogThomas Arnhold
The huge size of this dialog calls for a maximize button... Change-Id: I68706669ac4e10ea9d5cba5526e9f1b0eb3628b6
2014-05-27OSL_TRACE -> SAL_INFOThomas Arnhold
Change-Id: Ib9e1ed6119b5286871ac10136f7fcbefffe7aebe
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
A simplified version of the semantic match that finds this problem is follows: (http://coccinelle.lip6.fr/) // <smpl> @r1@ statement S; position p,p1; @@ S@p1;@p @script:python r2@ p << r1.p; p1 << r1.p1; @@ if p[0].line != p1[0].line_end: cocci.include_match(False) @@ position r1.p; @@ -;@p // </smpl> Change-Id: Ib9708d37fbb4c6060f88d5dae3814a2d37b2091e Reviewed-on: https://gerrit.libreoffice.org/9493 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-05-24cppcheck: redundantAssignmentThomas Arnhold
Change-Id: I1601d5b5dd2ba4ab2c3a0c9d70f337e98e4fe5c3
2014-05-24cppcheck: redundantAssignmentThomas Arnhold
Change-Id: I0eb832395f6a13ce1f372b6b67a1c178bc0dfa1a
2014-05-23loplugin:saloverrideStephan Bergmann
Change-Id: Ie85ffc561de858eedafa062a89e0a9983aa20182
2014-05-23do not store invalid date acceptance patterns in configurationEike Rathke
Change-Id: I78cd8b304db2243fd105d4b13421b6ea0347e042
2014-05-23make this a little less confusingEike Rathke
... and change to a friendlier red for invalid patterns. Change-Id: I19488abd496b144439d7918dc31cfd3f5f4fef92
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin
and all it's subtypes, which is almost never used, so this allows us to simplify lots of call sites. Change-Id: I0b05793ea2bdd1027679f63252d42ce4af89433b
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
Change-Id: Iab50c52a132c90389992ef68c2d31df95a193ab9
2014-05-22finally switch the Western language list box to SvxLanguageComboBoxEike Rathke
Change-Id: Ibf0cb4c0fa951adcd0a7f185d7dd45b06913a40d
2014-05-22handle SvxLanguageComboBox editEike Rathke
Change-Id: Icc2a4829b8a859756ed194f35df214f8bb55c7ae
2014-05-20(related: fdo#62176) Revert "reset min/max values in paragraph ...Michael Stahl
... dialog before setting the actual value" This prevents handling negative first-line indent in Impress, for which it is necessary that the values are set before the limits. This reverts commit 3d7ff1e907713d8ed53a1e193641a2f16de3c38b. Change-Id: I47807d7d49716acab3657de1da64c6e9a99fc44d
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
Detect arguments larger than 64 chars passed by value. Change-Id: I9b0ea9ccb99d115984a26eab67c9cf6afd5f6cae Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
2014-05-19OUString -> OStringStephan Bergmann
Change-Id: Iaf8e63de6bab25cdac9b037a7223675eed88673a
2014-05-19Resolves: fdo#58170 use selected tab page helpid as final fallbackCaolán McNamara
Change-Id: I73a064a40476f685dbf19097115bd48c5cc0f578
2014-05-17Resolves: #i53447# update example view for Draw...Tsutomu Uchino
during the activation of the tab page (cherry picked from commit cda643a4d4c5a32b3d171aaa888d718409b3d5f3) Change-Id: I0b0ca24374050675158b16001f0709846e5ee8f9
2014-05-17calc: correct spacings for cell alignment tab pageThomas Arnhold
Looks better now, especially if you switch between "Font Effects" and "Alignment" tabs. Change-Id: Icfdd87647398352b272eaf91eeac9a21cce7a1d1
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante
Change-Id: I42787db31769e8bde984c5f4f0aa90335e889b1c Reviewed-on: https://gerrit.libreoffice.org/9356 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2014-05-16use SvxLanguageBoxBase* in the general routinesEike Rathke
... so we can switch later to an SvxLanguageComboBox for some. Change-Id: I1a48ee7207a14b2666be09f091c47f09fcbce192
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-15userinterface and currencylb are just ListBox, so GtkComboBoxTextEike Rathke
... and not the bells and whistles SvxLanguageBox. Change-Id: Icaeaeead0bd58bc05d2a9af4e9b7265de1647936
2014-05-11Revert "Resolves: fdo#78217 selected text should be copied in "Replace""Julien Nabet
This reverts commit e4d61b3c556189bf0733ab6e7bedaf975427a35a. See discussion https://bugs.freedesktop.org/show_bug.cgi?id=78217
2014-05-09add missing border to GradientLBThomas Arnhold
Change-Id: I72651d514e2cf5abdce4a3323fa515426ff0438a
2014-05-09bring Tile and AutoFit back to the leven of PositionThomas Arnhold
before ui-conversion both checkboxes were at the level of Position options. Change-Id: Ie56937d64e657fba68ac8ffe44e5c42f2a576388
2014-05-09set border_width to 6 pxThomas Arnhold
otherwise Width and Height fields in Fill -> Bitmap will be directly at the tab page border. Also 12 px was too large on the left. Change-Id: I4ae17020333d61bf80e02ea29989fbb4693da591
2014-05-08-Werror,-Wunused-private-fieldStephan Bergmann
Change-Id: Ie01aeb4215998b38bcb171be9d2c1961798b1488
2014-05-08coverity#735403 Logically dead codeCaolán McNamara
Change-Id: I73262dcd37e76bc299929d55e38fea25d2510609
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
follow to commit ff1a7a59434f5f793d4044aad615bcf78148e963 "RFC: add IsValueChangedFromSaved to VCL button and listbox" Change-Id: If2e6d9e7c18590dc4abbc90362d7897ca2557dd6
2014-05-07typo fixAndras Timar
Change-Id: Ia692d095c024ed4bf4713e9d31083e6cff5c9ded
2014-05-07Resolves: fdo#78323 consistent left spacing for previewsCaolán McNamara
Change-Id: I9bfbde0f5abad6d6f297fc18e24f6b20be914ce4
2014-05-06WaE: unused variable 'aRect'Tor Lillqvist
Change-Id: I22368254727d1b78337cce42425e27fc7e2588c4
2014-05-06fdo#78321 Bullets and Numbering: SvxNumberingPreview looks uglyThomas Arnhold
Just remove the inner rectangle. Now it looks nice. Change-Id: Icd3d3971292f958d1ffdd3dc6a7697005b5f9047
2014-05-05add border to level list box for bullets and numberingThomas Arnhold
this is like it was pre ui conversion Change-Id: Ie0fe230893dc448531a44c6d79c00b4a29120cba
2014-05-05remove some commented out lines from src filesThomas Arnhold
Change-Id: If872737d2a7db5d9053a256f7e3d57007c24230e
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
Look for code like: xxx ? yyy : false; Which can be simplified to: xxx && yyy Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d
2014-05-04Resolves: fdo#78217 selected text should be copied in "Replace"Julien Nabet
Change-Id: I548d46ec46ff07528bd1f8ed6be09463354826d8
2014-05-02Add the "quoteright" key to the list of available keyboard shortcuts.Kohei Yoshida
Change-Id: I24800c28b1513b883c42d9ce1c787eaf07815b92
2014-05-01some more coverity stuff I forgot the ids ofCaolán McNamara
Change-Id: I0aebb478bdb85a3eec29e8b375b56f735dfec318
2014-04-30coverity#738609 Uninitialized pointer fieldCaolán McNamara
Change-Id: I63718d125c166b31a5980b34d4070e6fd8e89f50
2014-04-30coverity#738608 Uninitialized pointer fieldCaolán McNamara
Change-Id: If4d3260d1f7875f6d22b752e0e52e66cc4e666b7
2014-04-30coverity#738607 Uninitialized pointer fieldCaolán McNamara
Change-Id: I333e7a6d06c47771ccd4a0bc937a833ae871a5c5
2014-04-30coverity#738594 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ib8a7c8d6fb610715015e533b9e5f473cb4a4e145
2014-04-30coverity#738592 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ie4479033a256344784d03640e9c18412986c20a3
2014-04-30coverity#738591 Uninitialized pointer fieldCaolán McNamara
Change-Id: I066b6af6a1576e741c099a5961c2d4d0f2e16927