summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-01-09remove workdir tooDavid Tardon
Change-Id: Ib6d1a21fcc2a4dd6dda1e46a99551b38b5035d1f
2013-01-09create dummy translation files to avoid delivery failuresDavid Tardon
Change-Id: Idf4a12987295e0454d0330d76f251e3dd00c8403
2013-01-09move some OSL_* macros to SAL_WARNMarkus Mohrhard
Change-Id: I8a5e158eabdbb92eec27a5753004e4f5e826c412
2013-01-09set the list box entry for 3 entry color scalesMarkus Mohrhard
Change-Id: I5718d22e0c31bd645998bcbb508b31370cf36250
2013-01-08Explicitly initialize SfxItemPoolUser in copy constructor.Kohei Yoshida
To keep MacOSX-Intel tinderbox happy. Change-Id: I8dbc8330fd688fc1c1ed005d1603ff52f8b7a16d
2013-01-08Remove unnecessary virtual keywords.Kohei Yoshida
Change-Id: I1227a4e04bc962da96b77947a706293f9a2a3850
2013-01-08BinObject is no more. Change the method names to reflect that.Kohei Yoshida
Change-Id: I723a7da307379c6f2e8256fe41023b4b96739f12
2013-01-08Turn EditTextObjectImpl into a real impl class.Kohei Yoshida
Change-Id: I0f0bba62da60a3397b733253dbc0891c69bd5b9c
2013-01-08Let's not have "which" value in EditTextObject.Kohei Yoshida
In fact, this value is always EE_FORMAT_BIN, and that's not going to change. Change-Id: I9324bf878b5766ef7a27461ba2bdf17742396f3d
2013-01-08Rename BinTextObject to EditTextObjectImpl.Kohei Yoshida
Change-Id: Ie1e046624e671e87c7b3cf322572a7ed3f98726a
2013-01-08More SfxItemPoolUser up to the base class.Kohei Yoshida
Change-Id: I44819d66273e22db9f82d095061e3df627b64dae
2013-01-09fdo#58074: store page number in SwPageNumberFieldMichael Stahl
Should hopefully fix the problem, which is essentially that all SwPageNumberFields share a single SwPageNumberFieldType, which is only updated properly in SwTxtFormatter::NewFldPortion, hence all expansions of a SwPageNumberField other than that return wrong values. Does not fix the problem for fields in headers though, which appears much harder... Change-Id: Iecf363c8acbc2aaa418cc0c980e0b62c8e0e7d14
2013-01-09that ExpandField looks like it wants cache onlyMichael Stahl
Change-Id: I3991d2f40fab9795d7f1754665f2ebfa165c310c
2013-01-08avmedia: cleanup unused listener logic in gstreamer, and update docs.Michael Meeks
Change-Id: Ic64a4e0ed1ad194d94f5451b60e926f13ad85578
2013-01-08fdo#44736 - set and fetch multiple properties concurrentlyMichael Meeks
The domain-mapper calls SwXText::insertTextPortion very extensively accounting for about half of import time for large, lightly formatted text documents. The vast majority of the work is consumed managing char + para properties - so try to batch that, making it 70% faster for my lightly formatted test. Saves around 25% of load time for me. Change-Id: I2582adee1bf35b07b90af810cb0d19dadc1d348f
2013-01-08clean up of the code that defines the download file namesPetr Mladek
Change-Id: I3241801d49673cac33eb923fb986c6ceb2c39503
2013-01-08more easier and better sortable download namesPetr Mladek
+ get rid of "install_multi" + move "SDK" and "Test" from the main name to the name suffix; use same position as "helppack" and "langpack" + move the content type identification "arc/deb/rpm" just after the <arch> string + use "archive" instead of the unclear "arc" content identification The new names look like: LibreOffice_<version>_<os>_<arch>_<content> LibreOffice_<version>_<os>_<arch>_<content>_helppack_<lang> LibreOffice_<version>_<os>_<arch>_<content>_langpack_<lang> LibreOffice_<version>_<os>_<arch>_<content>_sdk LibreOffice_<version>_<os>_<arch>_<content>_test , where the string "_<content>" is one of "_archive", "_deb", "_rpm". This string is missing for .msi, and .dmg installers because the content is described by the filename suffix. Conflicts: Makefile.in Change-Id: Ifecf947ba32e3381ef284d433096f7b37a02e9f5
2013-01-08fix a few /tmp file leaksMichael Meeks
Thanks to Jean-Baptiste Faure for digging for these.
2013-01-08Updated coreOlivier Hallot
Project: dictionaries f310b731bbbaf968b513bea1dd460e5d96b0c61c Update pt-BR spell & grammar checkers Change-Id: I26606dbbcaf90ac6caaaf56f0cdfa3b73364ce18 reference: VERO beta28 Reviewed-on: https://gerrit.libreoffice.org/1598 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2013-01-08Fix MigrationImpl::subtractStephan Bergmann
"The original code is broken to begin with, as it ignores the return values from the std::unique calls, so excess elements remain at the end of va and vb." (<http://lists.freedesktop.org/archives/libreoffice/2013-January/043552.html> "[PATCH] Simplify MigrationImpl::subtract in desktop;" see that mail thread also for the inspiration to use std::set_difference.) This fix is not very relevant though, as there are no "ExcludedFiles" lists in officecfg/registry/data/org/openoffice/Setup.xcu, so the second argument is always empty, so the return value is always a (sorted) copy of the first argument, and the "IncludedFiles" lists in Setup.xcu produce no duplicates, so std::unique does not shrink the first argument anyway. Change-Id: Ie9fb64ee40fef6e7bdf0f5d0eca5717fec7b0d50
2013-01-08require .NET 4.0Andras Timar
Change-Id: Ia6e3acf563a9c04bf9a2ff5f3f755eb4e92e771c
2013-01-08Revert "require .NET 4.0"Andras Timar
This reverts commit 9dc3ee9a68749bb30536dbe767384d59827dee3d.
2013-01-08Template Manager: clicking on selected item should deselect itCédric Bosdonnat
Change-Id: Id13ce13ec222fc10cbfcad7fec5e7eeb5957312c
2013-01-08Logic (only update ret if it does not indicate an error yet)Stephan Bergmann
Change-Id: I717ff4de7cf406b01383f8f181b81695242a2ca8
2013-01-08require .NET 4.0Andras Timar
Change-Id: Ida269499d91b4bdc16fe0ed91f202ddeefa4aadd
2013-01-08Template Manager: clicking on empty space deselect everythingCédric Bosdonnat
Change-Id: I7cfbbd3a4f4283b9438a97eb383b460cad1f5a63