summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-09Template Manager: delete popup menus in the proper orderCédric Bosdonnat
Change-Id: Iafccfaa572b945d8d75d926ccc1935320b9d70d9
2013-01-09adapt code to edit categories dialog .uiCaolán McNamara
Change-Id: Ib03ec188ba30d122ff687937209b989d418fe7ac
2013-01-10sal_Bool to boolTakeshi Abe
Change-Id: Ib83c02d53fbae6a70781d9d9d7ab015b016c72a8
2013-01-09fdo#58242: sw: fix more crashes when not on SwTxtNodeMichael Stahl
In getCrsrPropertyValue etc.; also add a unit test for the problem. Change-Id: Ibd459a43393c39b4fed9fb89aae4a5f7bacff007
2013-01-09fdo#58242: getCrsrPropertyValue: fix crashes when PaM not on SwTxtNodeNoel Power
Change-Id: I67042b5d689457921a928454c9051f0402be17e6
2013-01-09fdo#58933 RTF import: avoid fake pars / cells when having graphic inside cellsMiklos Vajna
Regression from 8063e36115a11ddf3db05928db9287947beee74d.
2013-01-09Template Manager: filter the results when opening the dialogCédric Bosdonnat
Change-Id: If6cc5f6d5e502c1fc5da210179263be63fc8c8a6
2013-01-09Always default-select English dictionaryStephan Bergmann
It was discovered that on a Russian Windows, by default only Russian and German dictionaries would be installed, but no English dictionary. This is because since e2fac98819c00b4fb50f9de9d0f32d20092f3191 "fdo#53009: For msi installer, only default-select a subset of dictionaries" only those dictionaries mentioned in setup_native/source/packinfo/spellchecker_selection.txt were default-selected, but it apparently was a misunderstanding that spellcheker_selection.txt for many locales does not list "en" even though an English dictionary should always be default-installed. Quoting Andras Timar <atimar@suse.com>: "AFAIK en-US localization with English dictionaries is always installed in all 3 supported platforms by default. On Windows default install should always select en-US and English dictionaries. If it does not do so under certain circumstances, then it is a bug in my opinion. We removed en-US entry from the spellchecker selection file for this very reason. It would have only bloated Mac and Linux langpacks." So this fix simply makes sure that "en" is included in every line of the generated spellchecker_selection.hxx that is used by setup_native/source/win32/customactions/sellang/sellang.cxx to determine which dictionaries to select by default. Change-Id: I3db68585dc6269a7db2f6cbf6b79796dc09d05e8
2013-01-09Template Manager: removed All categoryCédric Bosdonnat
Change-Id: I073b9601c82a464f705df30cfd7e760c212eb7ca
2013-01-09Template Manager: don't deselect item after setting default templateCédric Bosdonnat
Change-Id: I860fb2c91d6843a1d5345ab2cf9270473f73f5bc
2013-01-09Template Manager: double click on the whole item instead of only thumbnailCédric Bosdonnat
Change-Id: Ie07d41e5dcb09977d89752e724fcbabd6c5d7df1
2013-01-09Personas: Improve wording of the choices.Jan Holesovsky
Change-Id: I4d914de5ec1d614e30825ad6bd231545896dc130
2013-01-09lame_OUString_valueOf_sal_Int32_casts += 6;Michael Meeks
2013-01-09lame_OUString_valueOf_sal_Int32_casts += 2;Michael Meeks
2013-01-09re-apply calc /tmp unit test file leakage.Michael Meeks
2013-01-09Personas: Improved wording (URL -> address, and related changes).Jan Holesovsky
Change-Id: Iaa2841b245ccd3de513296a10e33a93bc1cb68a2
2013-01-09Resolves: fdo#59131 resolve default backend on printer->setupCaolán McNamara
For setting permanent defaults via spadmin we don't want to resolve the default backend on saving "default", this happens during the print initialization stuff. But when we tweak the printer settings for a single print job and reset back to default, we need to resolve that to what backend we want Change-Id: Iac2370624b6d248c9658fb0fbc2f2d449849d81a
2013-01-09lame_OUString_valueOf_sal_Int32_casts += 6;Luboš Luňák
2013-01-09Personas: Fix typo (Backround -> Background).Jan Holesovsky
Change-Id: Ib12a0726883ee1aaac87d4d02c7bae595f7f9e39
2013-01-09Library_mozabdrv: use nss3 for prtypes.h headerMatúš Kukan
Change-Id: Id7c030410db0a67c22f2cbaaed417c4371bca361
2013-01-09always show preview in autotext dialogCaolán McNamara
Change-Id: I4fe95db707cdaafb220435f281cce88284afd26d
2013-01-09implement a VclEventBox akin to GtkEventBox and mapCaolán McNamara
rework EventBox to inherit from VclBin and rebase SwFrmCtrlWindow on top of it Change-Id: I25f037b33bf244d3d39f57bfe11cabfaf992bf1c
2013-01-09workaround bizarre horizontal-scrollbar enable logicCaolán McNamara
when we really want no horizontal scrollbar, and want to be in online layout mode for previews Change-Id: I2d0e279a6f112ad7edbd6b523ea07b6dd2061ebc
2013-01-09rework unotools doc previewerCaolán McNamara
split the very opaque SwFrmCtrlWindow into an EventBox which works like GtkEventBox, this a) contains a EventBoxHelper window which EventBox ensures is its first child b) EventBox ensures that all its children are the same size as the EventBox c) The EventBoxHelper is transparent and in front of the rest of the children, so its intercepts all commands d) EventBoxHelper forwards command to the EventBox so you can inherit from EventBox and stick a child in there and the upshot is that the child doesn't get Commands, but the class inherited from EventBox gets them instead Change-Id: I783cd6bbd194e28a1744147e8175cba7895158be
2013-01-09adapt code to .ui autotext dialogCaolán McNamara
Change-Id: I34fe1d6ab2e36b3c3e7e9199872c56aff184bf66
2013-01-09glossary/autotext isn't a toggleable dialogCaolán McNamara
Change-Id: Ib42e171ba9f8c0d30739decdd729bc36bc9c777a
2013-01-09allow menu items to be enabled by nameCaolán McNamara
and to get the name of the current enabled item Change-Id: Ie4688fe5697d0bdb4c05da3c1e3bc29a3b86d6f0
2013-01-09add a CloseButton to vcl for convenienceCaolán McNamara
does exactly the same default action as a CancelButton except with "Close" as the label Change-Id: I538e8fc761cde4a1050d066ef935df1ecd930414
2013-01-09Resolves: fdo#58589 recovery dialog title area text is missingCaolán McNamara
regression since efc6b840a0423099d6c3e0d33c14d34637fbba4c as that changes the order in which windows are drawn Change-Id: I37388229533127ab915bec351f094fcd4786b2a3
2013-01-09Personas: As Michael suggested, use BitmapEx instead of BitmapEx*.Jan Holesovsky
Change-Id: Ib1d84b37d452785d12502095c0eedaac4a25fb6b
2013-01-09Documentation for sfx2Lennard Wasserthal
Change-Id: Id0df71664891ad2ced5336a7eea65c03353bbd92 Signed-off-by: Lennard Wasserthal <Wasserthal@nefkom.net> Reviewed-on: https://gerrit.libreoffice.org/1599 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-09fdo#45964 - Wrong behavior of words list in AutoCorrect > Word CompletionChristopher Copits
The MultiListBox control should be initialized with the SimpleMode attribute set to True. Change-Id: I463f07530d5bbdc6d1f4a3789e039e4ce784aead Reviewed-on: https://gerrit.libreoffice.org/1571 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-09cleanup speedup patch pushed in error.Michael Meeks
Change-Id: I24eb1c00d7e36cff85a9446ca024fd1d0652120f
2013-01-09turn some OSL_ENSURE into SAL_WARN_IF to avoid warnings about unused variablesMatúš Kukan
And one OSL_ASSERT too. Change-Id: I51f0083b9b9336e80c3b6a898c295173ad48f77c Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-01-09Revert "fix a few /tmp file leaks"Miklos Vajna
This reverts commit 92045e69dab8be60a1c84774f04c437066c3c2bf. Broke a unit test and made all tinderboxes red. Requested-by: Stephan Bergmann <sbergman@redhat.com>
2013-01-09fix windows buildNoel Grandin
broken by my UNO changes Change-Id: I40910d3c9e2fadb9288208689e71a5ec4f367fd4
2013-01-09accidently moved that line aroundMarkus Mohrhard
Change-Id: I8a6bbe161a91140e1ee2aca36ba848a02286108f
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin
Change-Id: I4ade267a44620f5a3af8009ac57a2456c62b83bc
2013-01-09fdo#46808, use service constructor for i18n::CollatorNoel Grandin
Change-Id: I95d2a458ad05c9a248ceb3ca11cb41339cd5d395
2013-01-09fdo#468080, remove unnecessary XMultiServiceFactory from frameworkNoel Grandin
The ActionTrigger classes in framework were not using their XMultiServiceFactory parameters, so remove them. And follow that through by cleaning up places that no longer need to store XMultiServiceFactory references. Change-Id: I433c4fdb02a56eeef75728893e0c9b749d8313be
2013-01-09fdo#46808, convert OGenericAdministrationPage::setServiceFactoryNoel Grandin
... to XComponentContext. Change-Id: I8f9a811dafc831db59d6a462f8b405d7568e34cf
2013-01-09fdo#46808, convert DataSourceInfoConverter to XComponentContextNoel Grandin
and change it from a class to a simple method, there is no need for it to be a class. Change-Id: Ia8c263682d81371767f43acf1028c815923b4845
2013-01-09fdo#46808, use new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin
.. everywhere that was using createWithServiceFactory, and delete the old method. Change-Id: I02cb2bfbcc2390494383579d2f14caa4fc5b8014
2013-01-09fdo#46808, new method OConfigurationTreeRoot::createWithComponentContextNoel Grandin
and use it to replace usage of createWithServiceFactory, and thus replace usage of XMultiServiceFactory. Change-Id: Id2f44066683ce17cf7a22f80916031556ef0e82a
2013-01-09fdo#46808, Adapt sdb::OrderDialog UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file. Change-Id: If24e9d6069bf7454bb0add3be8c4bc5916cc4d1f
2013-01-09fdo#46808, convert some starmath code to XComponentContextNoel Grandin
Change-Id: I60f1d4a6ce0089f828428fa3ae6707a8c086a0ad
2013-01-09fdo#46808, Add service factory method to ucb::AnyCompareFactoryNoel Grandin
Change-Id: I18774fabdaf27376898ed661be21a72c6f52410d
2013-01-09fdo#46808, Adapt report::ReportEngine UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file. Change-Id: I5839ccbd99d6a9dbc1e4be930caec2c0089adbda
2013-01-09fdo#46808, Adapt embed::HatchWindowFactory UNO service to new styleNoel Grandin
The service already existed, it just did not have an IDL file. Change-Id: If00396effd92ed72ea942da5eb1fe60b6380c665