summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)AuthorFilesLines
2012-07-31callcatcher: pModule is leakingCaolán McNamara1-1/+6
Change-Id: I85aae76937c2416964d6e49cdd6ac39dca83ebbd
2012-07-31use return optimizationCaolán McNamara2-11/+10
Change-Id: I9f56598e238f56b3648ecad6526634a2ee363e5b
2012-07-30remove unnecessary includes of svl/svarray.hxxCaolán McNamara1-1/+0
Change-Id: Ifec201efc4e97baf2d36d66c4ae6967eadd6134c
2012-07-30Typo ressource -> resourceStephan Bergmann1-1/+1
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen3-6/+1
Change-Id: I011048912af051a762a78af8646513a1fc624073
2012-07-28svxbox.cxx unbuilt, svxbox.hxx unnecessarily includedCaolán McNamara2-2/+0
so remove svxbox.?xx Change-Id: I329b8468d05ea108ea9cfb57e3702cccfcc69227
2012-07-27basic, cui, extensions, filter, vcl: fix some warningsMichael Stahl1-0/+6
2012-07-25changes to "Modifying comments to follow Doxygen standards"Eike Rathke6-16/+20
Change-Id: I82c358946c611b5b309d537f76b0b6371c82cbfa
2012-07-25Modifying comments to follow Doxygen standardsFaisal M. Al-Otaibi12-74/+71
Change-Id: Ic87c9c4f51af4da963835ac7311d998e69f61156
2012-07-25Revert "fdo#52232 ConfigurationSet wrapper unusable for localized properties"Stephan Bergmann2-175/+152
This reverts commit aebf5bf22304c73e121b16dc0b51f909c5f34c28, now that e397a9cfabc2928cd5571309f5b634a7e78098ec "Make comphelper/configuration.hxx work for localized properties" fixes the original problem. Change-Id: If4e187b911510d5932d52cec08d43cb73f6e339c
2012-07-25sorted_vector: MSVC doesn't know which erase to callMichael Stahl1-4/+4
Change-Id: Ib81388db2f93db662bb5439565f311835b08073e
2012-07-25delete svl/svstdarr.hxxMichael Stahl11-11/+0
Change-Id: Ia3d1d8dbe100443410b80c3881f10ab51b2d0419
2012-07-25remove typedef StringPtrMichael Stahl1-2/+1
Change-Id: Ibb5b1c02a15fb1b6e4b45737b2afa9f065318071
2012-07-25autocomplete: replace horrible use of SvStringsISortDtor...Michael Stahl2-13/+19
... to store not Strings but derived SwAutoCompleteStrings with something far saner: an abstract base class with virtual dtor. Change-Id: I7d966f385dd41154ee1c4cdb43b56ff1aace9b5e
2012-07-25Convert SvStringsISortDtor from an SV_DECL_PTRARR to a o3tl::sorted_vectorNoel Grandin1-27/+37
Change-Id: Ie1fa9b3cc2aef83ae9a82fbc110a08b2f298daef
2012-07-23attempt to fix compile by avoiding make_shared.Michael Meeks1-14/+12
Change-Id: Id34b1cca10108334533eb900f5a1cf03c93fb0f4
2012-07-23-Werror=sign-compareStephan Bergmann1-1/+1
Change-Id: I6be5df685575c6909d4adfcee0ccc4fb0bd4b600
2012-07-23WaE: misc. fixes.Michael Meeks1-1/+1
Change-Id: I6cab01b0b82f7b82fff617715c5af45d23c536fe
2012-07-23fdo#47957 refactoring and simplifying the color config settingsUray M. János4-1252/+988
Change-Id: I508aeee3176caea7e61ba95198233f14d3528de1
2012-07-21Do not include the same header file in both .cxx and related .hxxMatteo Casalin1-1/+0
Change-Id: Ie1a9227189ec1f3c2de1b81bec99b4267a5fee1f
2012-07-18Revert hrc string cleanupThomas Arnhold6-0/+187
This reverts mostly all of my hrc string cleanup commits. As Markus stated in dc05a825e71316e6f602e5c8dfcd3d10ecb6252f those are erroneous and mostly untested. And therefore absolutely unsave. I only did test them by compiling and checking the main screens. Cleaning those files seems to be much more complicated than I thought. So to be absolutely save I do this huge revert. Sorry for this. Revert "hrc cleanup: Further cleanup" This reverts commit 60212988e1cd84169afb028a4255b6f935f1fd4b. Revert "hrc cleanup: Remove unused strings" This reverts commit 0e2d7550dd287843b70c03dee952c02f9bd8afb5. Revert "hrc cleanup: Remove unused Strings in sfx2/source/doc/doc.hrc" This reverts commit efb74b5dfdb773ba53b29080e1996a93d2c1cac2. Revert "hrc cleanup: Remove unused Strings in cui" This reverts commit 527e8f61868210c54bdad650f16390bda03c4353. Revert "hrc cleanup: Remove unused Strings in desktop" This reverts commit ac3800fbb9f3251276302b24fa0542441276a34f. Revert "hrc cleanup: Remove unused cstitem.src" This reverts commit ae95e31831916df760503bfc2496b7bc55bc638b. Revert "hrc cleanup: Remove unused strings in wizards" This reverts commit 20f9a1744319ecdf18c9ab6d0873bb586eb4d03f. Revert "hrc cleanup: Remove unused Strings in sfx2" This reverts commit c26d4d34467008418ebf138412e87886694c326c.
2012-07-18fdo#52232 ConfigurationSet wrapper unusable for localized propertiesStephan Bergmann2-152/+175
The comphelper::ConfigurationSet wrapper, used by the automatically generated headers to access the configuration data from C++, is based on com.sun.star.configuration.ReadOnlyAccess/ReadWriteAcess that provide an all- locales view of the configuration data, i.e., a localized property is represented as a UNO object implementing various container interfaces (to access the per-locale values) instead of a plain value. Hence, xLeaveAccess->getByName(C2U("Label")) >>= sLeafLabel; silently changed its meaning, now silently failing to extract a string and leaving sLeafLabel empty, which in turn causes the labels of extension option pages to disappear from the "Tools - Options..." dialog. This partially reverts commit 161c3f179f71eda2a32dabaf68ff6fb3ba487062 "Some more comphelper/configurationhelper clean up." Change-Id: I584c682ea6a7c8b9444b34f1867cc553ad160802
2012-07-18Various Clang 3.1 -Wunsued-variable, -Wconstant-conversionStephan Bergmann1-2/+0
Change-Id: I0799f22685609201dfb524c373d065b6184ed53c
2012-07-16Resolves: fdo#42454 'imported' gallery format doesn't appear to existCaolán McNamara3-10/+2
AFAICS an "imported" gallery can only be written if you already have an imported gallery in the first place, i.e. its something coming from an earlier version. All the way back to 2000, so I suspect its an earlier pre-OOo feature, which can't arise in practice with no migration from staroffice configs to OpenOffice.org or LibreOffice. Change-Id: I9f248baadb20633da129d3bcacce3d7f92ef7510
2012-07-16About dialog: Forgot to Show() the image when present.Jan Holesovsky1-0/+1
Change-Id: I6a1901e3a47e6e46e84da955872a97e016ce0694
2012-07-16There is not need to allocate memory just for getting the 'indexOf'Christophe JAILLET1-8/+7
a literal within a OUString. Change-Id: I01ca30c68228f81b3d313dfca5b975448f3c4fc7
2012-07-16remove obsolete hooks for proprietary Sun single-sign-on config pageMichael Meeks3-71/+1
Change-Id: Ia6c0fbd33a4293ba863b4179f03f78ded413040a
2012-07-14Remove unused HIDsThomas Arnhold1-2/+0
Those were only listed in help_hid.lst Change-Id: I491a037b375015db76c30c93a59b615a63fb1838
2012-07-14fix remaining tab pagesIvan Timofeev2-2/+2
see f70fe6e651eefbc69c434256f7e74ad53519a36c Change-Id: Ic4cf70997af986dea387b0bdde86ae59ff4be401
2012-07-14hrc cleanup: Remove include guards from src filesThomas Arnhold3-7/+0
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-13Fix the About dialog rendering when librsvg is not available / functional.Jan Holesovsky2-11/+13
Change-Id: Ib460f3cbf44114ef74065168b218daca51f2f0e9
2012-07-12about dialog: use new configmgr apiMiklos Vajna1-25/+3
Change-Id: Ife65c0d9417c31e80d11e2e97ffd06765d90fb1e
2012-07-12cleanup of m_aWebsiteLinkStr in About box code (fdo#52000)Andras Timar4-7/+0
Change-Id: Ie4b7325eb238064540681d5e19e5d2e7666f094d
2012-07-12fdo#52000 take website url from configurationAndras Timar1-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
2012-07-12hrc cleanup: Remove unused Strings in cuiThomas Arnhold6-187/+0
Change-Id: Ib453048fdb0e858936903c8bf2a24c74932b1b85
2012-07-12Convert SV_DECL_PTRARR_SORT_DEL_VISIBILITY(SvxAutocorrWordList) to std::setNoel Grandin1-10/+7
Change-Id: I31783eecc28cdc6f4d8c40841302d5338a2cd7be
2012-07-11Resolves: rhbz#836937 insanely slow with Zemberek installedCaolán McNamara1-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
2012-07-11Decrease header files dependenciesMatteo Casalin2-1/+2
Change-Id: I654e71e56d60bf629625df09eb93b21c9ef670e8
2012-07-09remove dangling missing resources since high contrast cleanupCaolán McNamara3-9/+7
Change-Id: I582a17512666ec72f427de994ccf6382d2e93a18
2012-07-09remove instantiated but unused ui elements without existing resourcesCaolán McNamara4-80/+2
Change-Id: Icefcd4746d416d5a0d4a244ee32eeddb376221ae
2012-07-09some UniString->rtl::OUStringCaolán McNamara11-35/+38
Change-Id: Ie69b30094da25df23a36baca2c7723d6a41f48c3
2012-07-09- fdo#45830 - Language/User Interface: current choice indicated as defaultRob Snelders1-3/+3
Change-Id: I3ac2e8e3219c12be84ce38cb98342f0dce0d6476
2012-07-07removed unnecessary forward declarations of classTakeshi Abe18-33/+1
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
2012-07-06fdo#42986 - UI wide screen format (16:10): Add Page sizeRob Snelders3-2/+4
Change-Id: Ie769c9a65e85f91395b3495fadb6f5e688cbe9af
2012-07-04Convert aTabs field in SvTreeListBox from SvPtrarr to std::vectorNoel Grandin3-10/+10
Change-Id: I901c6df67fc95cfb2ac3ea15e69a47c5fc3161b6
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-0/+2
Change-Id: I1dadb53f46b23f92d34061ef78dda872bdbcda67
2012-07-03ditch String::CreateFromAsciiCaolán McNamara21-55/+47
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-07-03Get new Branding Stuff into AboutStefan Knorr (astron)1-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
2012-07-03Remove duplication of License/Credits informationStefan Knorr (astron)4-26/+0
A bit differently this time around: + remove Credits menu item from menu + remove License button from the About dialog Change-Id: I07c1e115aa209ef1d69458f5b188d73caaae4294
2012-07-02hrc cleanup: Remove include guardsThomas Arnhold4-9/+0
Also add some missing include guards. Change-Id: I320a3c017ca65d34f2cd516849bcde3dec9b33f1