- 23 Nis, 2012 5 kayıt (commit)
-
-
Javier Silva Sanahuja yazdı
-
Monica Ramirez Arceda yazdı
-
Santiago Martinez yazdı
-
Ferran Vidal yazdı
-
Markus Mohrhard yazdı
-
- 22 Nis, 2012 4 kayıt (commit)
-
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
The copy/paste formulas code is getting a bit complex. I will try to write some test cases for it.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
- 21 Nis, 2012 27 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Caolán McNamara yazdı
-
David Ostrovsky yazdı
-
Caolán McNamara yazdı
-
David Ostrovsky yazdı
-
Takeshi Abe yazdı
-
Takeshi Abe yazdı
-
Korrawit Pruegsanusak yazdı
regression from 5dd4f9ec The change: - if(m_GlyphsList.size()>1) + if(!m_GlyphsList.empty()) is incorrect, so change it back.
-
Szabolcs Dezsi yazdı
-
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 4 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ı
-