summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2014-04-28Typo: diferent -> differentJulien Nabet1-1/+1
Change-Id: If73e80903457531a88bb273cab8d4c2344c8a1d3
2014-04-27constLuboš Luňák45-95/+95
Change-Id: I0ce6965f191d1455bcc7a793025282e20b7433a5
2014-04-28VCL: Renamed two functionsChris Sherlock1-1/+1
Renamed functions: + supportsOperation -> SupportsOperation For consistency + DrawAlphaBitmap -> DrawDeviceAlphaBitmap I want to make it more clear that these are the functions that call on mpGraphics to actually draw on the graphics device Change-Id: Ic4951bfcc0ac0c09fe5b6908dfdf1f699a634265
2014-04-25Since bPut is bool, let's use true/falseJulien Nabet1-1/+1
Change-Id: I37b05b3d62eda03aecfa253bfc729136a777c6eb
2014-04-24insertfloatingframe.ui: increase spacingThomas Arnhold1-0/+3
Change-Id: I0f8bbb1c1c78355251c1df5d7c2a8a3f209f7ccc
2014-04-24macro selector: let it expand, tooThomas Arnhold1-0/+16
Change-Id: Ied75e1c41622451c4afed6e66521cec43d231303
2014-04-24some more hrc cleanupThomas Arnhold2-2/+1
Change-Id: Ia7db5d7b52aadd158584ffaa06e777d8b02f9820
2014-04-24WaE: unused function 'areListsEqual' (in the --without-java case)Tor Lillqvist1-1/+3
Change-Id: I74674a70ec3a2f6b610b2ea8b8b826879ace0931
2014-04-23huge hrc and src file cleanupThomas Arnhold8-196/+1
* mostly fallout from ui conversion * some completely unused defines from src files * lots of unused HID ids Change-Id: I976561205798db3d06ee139de6223f638e58f47a Reviewed-on: https://gerrit.libreoffice.org/9142 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-04-23make local function staticLuboš Luňák1-1/+1
Change-Id: Id9dccb63e335fdd771eb92e446c19c0ce128f335
2014-04-22remove unused hrc filesThomas Arnhold2-65/+0
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
2014-04-22clean up hrc filesThomas Arnhold3-90/+2
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
2014-04-22clean up hrc filesThomas Arnhold3-10/+0
and remove some unused stuff Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
2014-04-21remove comments why a file gets includedThomas Arnhold5-13/+0
also remove some commented out code Change-Id: Ia80c5c57d8d2a74418032de50eee95642cc0969d
2014-04-21remove some more bloatThomas Arnhold5-9/+1
Change-Id: I7b6c04d99c41360ff49be774afcb4447a829d31c
2014-04-17and another temporary SvtLanguageTable instance is mootEike Rathke1-6/+4
Change-Id: Ia6d9d46124c04018f3f8a4fd6208f29054e5c94c
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-1/+1
Change-Id: I84b20ae5efe882c0440d7f9bf1a24d7a56f05f90
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-2/+1
Change-Id: I0265bef315051441bc648ddd66c4bf92abbd36e3
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-1/+1
geez.. Change-Id: Ide611cc94e939405345deb8b341fd185d68765e5
2014-04-17no temporary instance of SvtLanguageTable necessary hereEike Rathke1-3/+3
Change-Id: I7127bf052830b7877bc8ab46f3b218cbb05309a7
2014-04-17More generic way to disable avmediaTor Lillqvist1-1/+1
Introduce a configure option --disable-avmedia. For non-desktop, avmedia is always disabled (for now), and for desktop enabled by default. Add AVMEDIA to BUILD_TYPE when enabled. Don't build avmedia when disabled. Add HAVE_FEATURE_AVMEDIA to <config_features.h>. Bypass avmedia-related code when disabled. Change-Id: I919c6e199bff87d9f142d55dff6373f0ed217f39
2014-04-16cui: sal_Bool->boolNoel Grandin140-1512/+1510
Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609
2014-04-15a pattern must not start with a separatorEike Rathke1-0/+4
Change-Id: I5dfc5c859b007b7e3d7266c7656dc533788888ba
2014-04-15toupper YMD for better input check visibilityEike Rathke1-4/+35
Change-Id: I24a01860bd019c3bf6e36c1e9df16e6ae6aa0ace
2014-04-14update_pchThomas Arnhold1-10/+16
Change-Id: I099bff66a7796a5cf18e37e445467bdfb33de602
2014-04-14typo: befor -> beforeThomas Arnhold1-1/+1
2014-04-14typo: correctet -> correctedThomas Arnhold1-1/+1
2014-04-14typo: disbales -> disablesThomas Arnhold1-1/+1
2014-04-14typo: choosen -> chosenThomas Arnhold2-2/+2
2014-04-14typo: accesible -> accessibleThomas Arnhold1-1/+1
2014-04-14typo: somethng -> somethingThomas Arnhold1-1/+1
2014-04-14typo: eb -> beThomas Arnhold1-1/+1
2014-04-14typo: dependend -> dependentThomas Arnhold1-1/+1
2014-04-14typo: te -> theThomas Arnhold1-1/+1
2014-04-11Clean up function declarations and some unused functionsStephan Bergmann10-59/+91
Change-Id: I45ea22c86ea66c49fd86af2b5d0df060138f7e9a
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-8/+7
Change-Id: Ib689e35b417e0e9016cd6a239c986e0603a99d62 Reviewed-on: https://gerrit.libreoffice.org/8837 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
2014-04-08Resolves: fdo#54024 color values not showing with custom colorsCaolán McNamara2-85/+49
that are unknown in the palette Change-Id: Icb80ad0d16f0315e21c14e748e91f505edd699c3
2014-04-08Resolves: #i124623# Dispose extension's Options page to avoid memory leaksAriel Constenla-Haile1-0/+16
(cherry picked from commit 363c5553b7386da80abef818a196f5cf7d353ae0) Change-Id: Ic04b523f5f9d4092889b3ad59569f02946091652
2014-04-08use TriState instead of sal_Bool as there's three possibilitiesCaolán McNamara2-17/+17
Change-Id: If24d4cec9ef4369f20419fe70de7392614a35316
2014-04-08fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi1-0/+1
This patch will add new checkbox to ignore kashida in the search and replace dialog. Change-Id: I9e7179242751103b8418d922ade5b9145170ad15
2014-04-04convert smarttag options page to .uiCaolán McNamara9-182/+167
Change-Id: Iae72fb5debaa5fe642cba940cf6775f5fd927fcd
2014-04-03Resolves: fdo#76486 Uniform Arrangement of the Help ButtonCaolán McNamara1-1/+0
Change-Id: If59c5c4901aeec404099c810a021eea8b8b3d3ab
2014-04-03wrong ellipsizeCaolán McNamara4-7/+0
the widget in glade for changing ellipsize gets focus and when you mouse wheel up and down often it gets accidentally changed, sigh. Change-Id: I6dc0dc6d9985ea0ff9a34817291e642a9706bf0f
2014-04-03svl: sal_Bool->boolNoel Grandin3-9/+9
Change-Id: I6938314a08d061d2b07d9129742d74a989bd1385
2014-04-02Resolves: fdo#75307 discard invalid user dataCaolán McNamara1-0/+20
Change-Id: Id39b51c344004e02d3d5a281ba98721b944468c3
2014-04-02set mnemonic widgetsCaolán McNamara1-5/+8
Change-Id: Id4f4d2dfab6cf7f370488e87c6e86eb8da50b6fd
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann68-112/+112
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-2/+2
Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2
2014-04-01linguistic: sal_Bool->boolNoel Grandin2-4/+4
Change-Id: Ie2366b25a1f81a5b25142e8b9a727bcc2f585c14