- 21 Nis, 2012 16 kayıt (commit)
-
-
Ferran Vidal yazdı
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
If we sort the keywords once in the constructor, then we can do binary search when looking up RTF keywords, and that speeds up the import by about 20% using the first testcase from the bug.
-
Miklos Vajna yazdı
-
Caolán McNamara yazdı
-
Arnaud Versini yazdı
-
Arnaud Versini yazdı
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
I broke that when I added CB_CONTEXTUALSPACING
-
Thomas Arnhold yazdı
To fix the build. I can't test it on win32, thought it would work...
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
lcl_GetDefaultTextEncodingForRTF() in editeng did the same.
-
Thomas Arnhold yazdı
-
- 20 Nis, 2012 24 kayıt (commit)
-
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
...that no longer uses XSimpleRegistry structures for the service data and thus is potentially more performant. * Registry-based functions from cppuhelper/bootstrap are deprecated now, client code should always use defaultBootstrap_InitialComponentContext. * References to the obsolete UNO_WRITERDB have been removed. * Some of the functions in cppuhelper/source that are used from multiple .cxx but had not been properly placed into .hxx have been cleaned up. * css.lang.ServiceManager XSet insert/remove now support special sequence<NamedValue> to improve live deployment/removal of XML-based extension components data. * 09524d41 "stoc: accelerate opening of multiple XML .rdb files in a directory" and its follow-up cb5c881a "avoid using the new rdb reading logic for empty/non-existent directories" have been obsoleted by this change and have been reverted again.
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Michael Stahl yazdı
-
Michael Stahl yazdı
Also, add whole bunch of missing cases while at it.
-
Michael Stahl yazdı
The factor here is used to divide, so the parameters have to be switched; this has always been broken but probably before 3ca2bef7 nothing called this. This also reverts 7bf1fa37 because that was a workaround for the problem in the wrong place.
-
Michael Stahl yazdı
Crashes on import of bugdoc from fdo#48969 with Assertion `n < this->size()' failed. (regression from b35980d9)
-
Luboš Luňák yazdı
CppunitTest_sc_databaserangeobj can fail with 'UcbContentProviderProxy::getContentProvider - No provider for ´com.sun.star.help.XMLHelp.'
-
Luboš Luňák yazdı
-
Noel Power yazdı
added Application.DisplayExcel4Menus, Application.DisplayNoteIndicator, Application.ShowWindowsInTaskbar. Althought these attributes of the Application object don't do anything they allow setting and retrieval of the state. We could make a usable implementation for Application.DisplayNoteIndicator, the others though don't really seem to have any useful equivalent in the libreoffice world
-
Noel Power yazdı
-
Noel Power yazdı
-
Caolán McNamara yazdı
-
Miklos Vajna yazdı
-
Fridrich Štrba yazdı
-
Tomas Hlavaty yazdı
-
Tomas Hlavaty yazdı
-
Tomas Hlavaty yazdı
-
Tomas Hlavaty yazdı
-
Tomas Hlavaty yazdı
-
Tomas Hlavaty yazdı
-
Michael Stahl yazdı
-
Michael Stahl yazdı
looping vector iterators and push_back/erase don't mix well
-