summaryrefslogtreecommitdiffstats
path: root/cui
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused HIDsThomas Arnhold2012-07-141-2/+0
| | | | | | Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
* fix remaining tab pagesIvan Timofeev2012-07-142-2/+2
| | | | | | see f70fe6e651eefbc69c434256f7e74ad53519a36c Change-Id: Ic4cf70997af986dea387b0bdde86ae59ff4be401
* hrc cleanup: Remove include guards from src filesThomas Arnhold2012-07-143-7/+0
| | | | Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
* Fix the About dialog rendering when librsvg is not available / functional.Jan Holesovsky2012-07-132-11/+13
| | | | Change-Id: Ib460f3cbf44114ef74065168b218daca51f2f0e9
* about dialog: use new configmgr apiMiklos Vajna2012-07-121-25/+3
| | | | Change-Id: Ife65c0d9417c31e80d11e2e97ffd06765d90fb1e
* cleanup of m_aWebsiteLinkStr in About box code (fdo#52000)Andras Timar2012-07-124-7/+0
| | | | Change-Id: Ie4b7325eb238064540681d5e19e5d2e7666f094d
* fdo#52000 take website url from configurationAndras Timar2012-07-121-5/+34
| | | | | | | | instead of taking it from a localized resource. This way we have more control over localizations, no need to ping each l10n team. Change-Id: I4f8904b4601cd623399146ce060b9697d7b52671
* hrc cleanup: Remove unused Strings in cuiThomas Arnhold2012-07-126-187/+0
| | | | Change-Id: Ib453048fdb0e858936903c8bf2a24c74932b1b85
* Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::setNoel Grandin2012-07-121-10/+7
| | | | Change-Id: I31783eecc28cdc6f4d8c40841302d5338a2cd7be
* Resolves: rhbz#836937 insanely slow with Zemberek installedCaolán McNamara2012-07-111-6/+0
| | | | | | | | | | | | | | | | | | | | | Zemberek is a java spellchecker extension. With it installed the collecting of spellchecker information on first activation of spellchecking is insanely slow as the cache of spellcheckers is thrown away on each iteration through each language known to LibreOffice. So... move the config updating stuff from editeng down to the linguistic layer. Let the linguistic layer keep its spellchecker cache and listen to the extension manager to know if an extension which might be a spellchecker one has been modified and only throw away the cache on that event or if (existing implementation) the config data for linguistics changes. The polling of changed linguistic data in SvxLinguConfigUpdate::IsNeedUpdateAll can be removed and leave it up to LngSvcMgr to load everything in its ctor and keep itself up to date with its config and extension listeners. Change-Id: I9c93d998928e2e7f5128c36771b3e450a8057cd6
* Decrease header files dependenciesMatteo Casalin2012-07-112-1/+2
| | | | Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
* remove dangling missing resources since high contrast cleanupCaolán McNamara2012-07-093-9/+7
| | | | Change-Id: I582a17512666ec72f427de994ccf6382d2e93a18
* remove instantiated but unused ui elements without existing resourcesCaolán McNamara2012-07-094-80/+2
| | | | Change-Id: Icefcd4746d416d5a0d4a244ee32eeddb376221ae
* some UniString->rtl::OUStringCaolán McNamara2012-07-0911-35/+38
| | | | Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
* - fdo#45830 - Language/User Interface: current choice indicated as defaultRob Snelders2012-07-091-3/+3
| | | | Change-Id: I3ac2e8e3219c12be84ce38cb98342f0dce0d6476
* removed unnecessary forward declarations of classTakeshi Abe2012-07-0718-33/+1
| | | | | | except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
* fdo#42986 - UI wide screen format (16:10): Add Page sizeRob Snelders2012-07-063-2/+4
| | | | Change-Id: Ie769c9a65e85f91395b3495fadb6f5e688cbe9af
* Convert aTabs field in SvTreeListBox from SvPtrarr to std::vectorNoel Grandin2012-07-043-10/+10
| | | | Change-Id: I901c6df67fc95cfb2ac3ea15e69a47c5fc3161b6
* replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2012-07-041-0/+2
| | | | Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67
* ditch String::CreateFromAsciiCaolán McNamara2012-07-0321-55/+47
| | | | Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
* Get new Branding Stuff into AboutStefan Knorr (astron)2012-07-031-63/+16
| | | | | | | | | | | | | Flat_logo.svg based upon the splash screen design by Andrea Sorogna There were a few more changes that I had to make to the dialog layout because the background image is gone now, which meant I had to also * remove the hard-coded font colors * remove much of the code that referred to laying out the background image Sorry for doing the umpteenth change to this stuff in this release cycle. :) Change-Id: I62b3372113033b387ad41ef5720e05c8101444f1
* Remove duplication of License/Credits informationStefan Knorr (astron)2012-07-034-26/+0
| | | | | | | | A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
* hrc cleanup: Remove include guardsThomas Arnhold2012-07-024-9/+0
| | | | | | Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1
* Remove unused definesThomas Arnhold2012-07-023-7/+0
| | | | | | Some of them were commented out for documentation purpose. Change-Id: I29a6b2cbe774b527f0c3a0be5675160817a7f3ce
* hrc cleanup: Remove unused definesThomas Arnhold2012-07-028-16/+0
| | | | Change-Id: Iaa7da7745fc01544d9a503b313479b2450810524
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* Remove unused definesThomas Arnhold2012-07-021-1/+0
| | | | Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16
* hrc cleanup: Remove unused resource definitionsThomas Arnhold2012-07-011-1/+0
| | | | Change-Id: Ie3a3a65bfb628195940105d7261464989e9af3fa
* Remove unused definesThomas Arnhold2012-07-012-9/+0
| | | | Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
* remove unused string resourcesAndras Timar2012-06-302-7/+0
| | | | Change-Id: Ie764adf7a602e9335e6da1de94d6f737feea6364
* fdo#42558 consolidated duplicated codeEike Rathke2012-06-293-113/+76
| | | | | | | | | | * Moved almost identical code of SvxNumOptionsTabPage::SvxNumOptionsTabPage() and SvxPageDescPage::SvxPageDescPage() into static SvxNumOptionsTabPage::GetI18nNumbering() * Removed now unnecessary includes and using namespace directives Change-Id: I7babe68f2bb8af4fd227cbe558c34c7f85104a15
* fdo#42558 added Arabic Abjad and other known numberings to Page NumberingFaisal M. Al-Otaibi2012-06-292-12/+94
| | | | Change-Id: I3f62337d5824d59692af3e044141e5597d7e7d33
* Remove include guardsThomas Arnhold2012-06-291-2/+0
| | | | Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
* Remove some unused defines and controlsThomas Arnhold2012-06-294-5/+0
| | | | Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
* Remove unused header guards and optionsThomas Arnhold2012-06-291-11/+0
| | | | Change-Id: I391358363a9d30e089b249d894b7abea5a2d1434
* probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara2012-06-2813-28/+24
| | | | Change-Id: I36aab317da2f69f12aaefc24895ad9eaa6b69a7c
* hrc cleanup: Remove commented out codeThomas Arnhold2012-06-273-46/+0
| | | | Change-Id: Id859d1e039d9012c100c16d49d2de0560cac2a66
* Reduce newline bloat at eofThomas Arnhold2012-06-2731-1060/+0
| | | | Change-Id: I494ceee07d6825f9466cab810742d7f85291fe14
* Get rid of annoying IAccessibility2 commentsThomas Arnhold2012-06-2710-30/+3
| | | | Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
* Remove various commented out definesThomas Arnhold2012-06-253-10/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* use generic names rather than specific algorithm names when scalingLuboš Luňák2012-06-221-1/+1
| | | | | | | | | | | | | The Lanczos scaling is of very good quality, but it's rather slow, which can be very noticeable with large images, so it's not a very good default for everything. And in general, it's not good to refer to a specific algorithm when all one usually wants is fast/default/best. Some of these changes are a bit of a guess between default/best, but the general logic is that best should be used only for images that won't be large or where the possible waiting does not matter. Change-Id: I53765507ecb7ed167890f6dd05e73fe53ffd0231
* fdo#43180: Use hyphen for copyright range in About boxRobinson Tryon2012-06-221-1/+1
| | | | | | | A range of years is more clearly delineated with a hyphen than with a comma. Change-Id: I36a668b7e6ccecc210daa69de7948ad5c029f96d
* re-base on ALv2 code.Michael Meeks2012-06-2212-291/+183
| | | | Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
* replace all but one .hdl include with equivalent .hpp includes.Michael Meeks2012-06-211-2/+2
| | | | Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
* re-base on ALv2 code.Michael Meeks2012-06-2167-1594/+1043
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2161-1502/+953
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* hrc cleanup: Remove unused definesThomas Arnhold2012-06-2128-188/+1
| | | | | | | | | | | All of those defines (should) not be used at any point in the code. False positives may exist, because some macro names are getting generated by some template/macro foo. This is the version which compiled fine for me. Also there are many commented out lines removed. Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
* make space for radiobuttons in cert dialog a bit biggerCaolán McNamara2012-06-201-1/+1
| | | | Change-Id: I0726d3ea1661d00495e87897746d3baaf768c170
* merge together hand-crafted traditional/simplified chinese testsCaolán McNamara2012-06-192-16/+7
| | | | | | | | | | | merge together a gadzillion hand-crafted isSimpleChinese/isTraditionalChinese/isKoreanVariants/isCJK implementations which should fix a goodly amount of them add a MsLangId::isFamilyNameFirst for locales where family name appears first while I'm at it. Change-Id: I65377793be037d16fe7250cd7450b28aec689e83
* Fix display of About dialog when buttons contain long stringsStefan Knorr (astron)2012-06-192-39/+66
| | | | | | Thanks to Jean-Baptiste Faure for spotting. Change-Id: Ie05a15fca7f40c9a621a6aa758a19f7455d312a6