summaryrefslogtreecommitdiff
path: root/cui/source/options/treeopt.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-05-15fdo#46808, More LinguProperties funNoel Grandin1-6/+4
Change-Id: Ia3173e980370f532fcabc8f1c7a913e5d66d6d8a
2013-05-14fdo#46808, Convert setup::UpdateCheck service to new styleNoel Grandin1-6/+3
The service already existed, it just needed an IDL file Change-Id: Ide9fe23861d43845e242d4637b3ef9673b30e068
2013-05-14fdo#46808, Convert linguistic2::LingProperties to new styleNoel Grandin1-19/+6
API-CHANGE: Removed the following interfaces from the IDL because no-one was using them: interface com::sun::star::beans::XFastPropertySet; interface com::sun::star::lang::XComponent; But the service still implements them, so old code should keep on working. Change-Id: Iab058fb42bd1a54e0b9632e99e564fdc0869fe6e
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-55/+55
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05Drop jvmaccess and jvmfwk when no SOLAR_JAVATor Lillqvist1-0/+2
Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
2013-03-27-Wunused-macrosStephan Bergmann1-5/+1
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
2013-03-06merge isLayoutEnabledsCaolán McNamara1-2/+3
Change-Id: I67e55fd6aac3e0c9b80c63ca682d3aca7be7d815
2013-03-02coverity#736322: fix memory leakMarkus Mohrhard1-4/+1
Change-Id: I63037b8f128ed9249580cabfe9aab898ead0f89d
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin1-2/+2
Change-Id: Iaf81a38063411b8a003b78f7eb7d6aab6c9df292
2013-02-11fdo#46808, use service constructor for awt::ContainerWindowProviderNoel Grandin1-6/+2
Change-Id: I15f45bb51fe8880041c396025efdd5c91ebc3f13
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-5/+4
And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
2013-01-31tell the options dialog to relayout if a pane queue-resizesCaolán McNamara1-1/+31
Change-Id: I44686ea724873181018bf00253a08afa58c9a10b
2013-01-29loplugin: remove some unused strings, etc.Caolán McNamara1-1/+0
Change-Id: Ic18ca82a49ec346240a667462e73184694ce8feb
2013-01-22fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-2/+2
Also used the new OUString::number(...) methods. Change-Id: I3174c43d56d1ae359901bb8a13fe0096f2c74808 Reviewed-on: https://gerrit.libreoffice.org/1766 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-16/+11
I had to drop XEventBroadcaster from the merged interface because it introduced method name conflicts (addEventListener). Shouldn't be an issue since it was scheduled to be dropped anyhow, and the service implementation still implements it, so existing clients will be fine. I dropped the interface XPropertySet from the combined IDL because nobody seems to be using it, and it's primary purpose appears to be to set weird flags. I dropped the optional interfaces XStatusIndicatorFactory XDispatchInformationProvider from the combined IDL because the service does not implement them, and nobody seems to be using them. I suspect they were mistakenly copied from XFrame. I also did not convert the Title, UserDefinedAttributes and LayoutManager properties to attributes, again because no-one is using them. Change-Id: I678a00006ed2cca2d6c37c4e39465811442c33af
2012-12-10de:Interner Test -> en:Internal TestCaolán McNamara1-2/+2
Change-Id: I39210b28a098292d9457aac3f23083d49d7f5e61
2012-11-30Personas: Introduce Tools -> Options... entry for Firefox Personas.Jan Holesovsky1-0/+3
Change-Id: I95275a92ea607cce26f272044bc2de95de45d75b
2012-11-29make the options dialog layout incrementally convertable to .uiCaolán McNamara1-4/+16
it will now allocate the fixed reserved size for its tab pages to layout-enabled tabpages Change-Id: I5e56a09c5febc702d194f18954fd249bcd366dd9
2012-11-16Fix the Windows build breakage by reorganizing svtools headers.Kohei Yoshida1-0/+1
Also removed a fair amount of implicit inline methods to promote use of more forward declaration. Change-Id: I5ad21f0d7abc85281708b7e87f1036b02a053627
2012-11-13Fix Which-ID range of OfaTreeOptionsDialog item setStephan Bergmann1-1/+1
...by properly re-merging <http://svn.apache.org/viewvc?view=revision&revision=1172345> "cws mba34issues01: #i117716#: fix missing resources my removing unused code" (changing the start ID from SID_OPTIONS_START to SID_INET_EMAIL_NAME) brought in by 015b29b74aaf16f5bdf6a90f6e7d5c1d210fe281 "re-base on ALv2 code" (but erroneously dropping the start ID) with 5fcecf9b88a0879081d8239cebbc03e30150985a "hrc cleanup: Remove unused defines" (removing unused SID_INET_EMAIL_NAME). Change-Id: I3f10b5ec166a8bf4763ef8e44d3095bb816277d0
2012-10-19Merge SvLBoxTreeList and SvTreeList.Kohei Yoshida1-1/+1
Change-Id: I318ff6f1009b1aaa7d0bd3abb250f92fb51a21cd
2012-10-19Merge SvListEntry and SvLBoxEntry into SvTreeListEntry.Kohei Yoshida1-19/+19
Change-Id: I89cfc8c1288c00674fe64e791c149743d377d5ee
2012-10-19Remove direct reference to SvListEntry outside svtools.Kohei Yoshida1-2/+2
Not all instances are removed, however... Some are used in virtual method signatures, which will take a little more effort to fix. Change-Id: Ib30e6bbef5f27f970e6e19291501f7a09d94e0ab
2012-10-19Remove direct reference to SvTreeList outside svtools.Kohei Yoshida1-1/+1
Change-Id: Ia8055a1bf21531aeb808d797b2a73a08a897e79c
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5
2012-10-05cui: kill C2U and UNISTRING macrosMiklos Vajna1-48/+42
Change-Id: I69d883e623f7fffd37c05b85a6655009da9c23a8
2012-10-04re-base on ALv2 code. Includes:Michael Meeks1-24/+15
clarify Option->Language UI option Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1173991 cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1173991 cws mba34issues01: #i117709#: add missing string resource Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172348 cws mba34issues01: #i117716#: fix missing resources my removing unused code Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172345 re-add Crystal, Tango, Oxygen icon theme listings. correct method signature Patch contributed by Jean-Louis 'Hans' Fuchs http://svn.apache.org/viewvc?view=revision&revision=1306725 i#119063 - correct serf integration Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1300521 i#119036 - adapt serf integration -- use transfer-encoding 'chunked' on HTTPS -- switch transfer-encoding between 'chunked' and none on 413 HTTP status code -- refactoring -- improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727 118569: Use whole certification chain for verification. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1295493 serf integration: improve credential input handling Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1294557 warning-free ucb/source/ucp/webdav Patch contributed by Pavel Janik http://svn.apache.org/viewvc?view=revision&revision=1294086 some refactoring to PROPPATCH and PROPFIND requests Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1293281 i#118569: Replace neon with serf Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1292832 http://svn.apache.org/viewvc?view=revision&revision=1292794 remove OS/2 conditionals for now. re-enable webdav unit tests.
2012-09-29Use comphelper::getComponentContextStephan Bergmann1-7/+4
...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+1
...and some further clean-up. Change-Id: If5dce53e382b56390c502d0d0d93fc06cbfe33ea
2012-09-05Some clean up of previous commitStephan Bergmann1-1/+1
Change-Id: I14097acf09e9663af7d7abc5f0c9d481880ecc51
2012-09-05fdo#46808, Adapt frame::ModuleManager UNO service to new styleNoel Grandin1-6/+5
Create a merged XModuleManager2 interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Explicitly document the XNameReplace interface in the IDL, which is already implemented by the service, since there is code currently using it. Change-Id: Ib46349174b1ce495c240031e93c9427fc33d9853
2012-07-31callcatcher: pModule is leakingCaolán McNamara1-1/+6
Change-Id: I85aae76937c2416964d6e49cdd6ac39dca83ebbd
2012-07-31use return optimizationCaolán McNamara1-8/+9
Change-Id: I9f56598e238f56b3648ecad6526634a2ee363e5b
2012-07-25Revert "fdo#52232 ConfigurationSet wrapper unusable for localized properties"Stephan Bergmann1-168/+150
This reverts commit aebf5bf22304c73e121b16dc0b51f909c5f34c28, now that e397a9cfabc2928cd5571309f5b634a7e78098ec "Make comphelper/configuration.hxx work for localized properties" fixes the original problem. Change-Id: If4e187b911510d5932d52cec08d43cb73f6e339c
2012-07-18fdo#52232 ConfigurationSet wrapper unusable for localized propertiesStephan Bergmann1-150/+168
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-16remove obsolete hooks for proprietary Sun single-sign-on config pageMichael Meeks1-69/+1
Change-Id: Ia6c0fbd33a4293ba863b4179f03f78ded413040a
2012-07-03ditch String::CreateFromAsciiCaolán McNamara1-8/+8
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
2012-06-04scatterbrain forgot to amend the previous commitIvan Timofeev1-6/+4
Change-Id: Id26bb075d02be3d6ddfd457afd36c5d1114122e4
2012-06-04remove the border from the options dialog, use just a separator insteadIvan Timofeev1-18/+10
Change-Id: Ie1ca686a6bc7aea223837ab4c1ec0dad82b43073
2012-06-02targeted string re-workNorbert Thiebaud1-17/+14
Change-Id: Iaa2b9518d7f24960749a83508a2122364a2b05e9
2012-04-17translated or removed german comments in connectivity, cppuhelper and cuiFlorian Allmann-Rahn1-12/+12
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-5/+5
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann1-3/+3
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-14Some more comphelper/configurationhelper clean upStephan Bergmann1-168/+150
2012-01-27Revert "Removed list and numbering paragraph styles and related option page"Cédric Bosdonnat1-1/+6
This reverts commits 359d0fbd03a68d9131e8fb25e7dac9f19ddf6dcb, 6a15a2898b7f822ddfba23553dd127e25af15fff and 21352f88caba9dee73d5a87c8e3724d17ac6b428. This change is not mature enought: needs more work
2012-01-17fdo#44402: make keyboard navigation work again in Tools->OptionsAugust Sodora1-49/+0
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz1-6/+6
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz1-5/+5
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva1-0/+1
2011-12-20Fix for fdo43460 Part XI getLength() to isEmpty()Olivier Hallot1-11/+11
Part XI Module cui