- 21 Mar, 2012 39 kayıt (commit)
-
-
Markus Mohrhard yazdı
-
Fridrich Štrba yazdı
-
Luboš Luňák yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Luboš Luňák yazdı
-
Christian Lohmaier yazdı
-
Caolán McNamara yazdı
-
Michael Stahl yazdı
-
Michael Stahl yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Miklos Vajna yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
The original code lead to invoking a pure virtual function in Calc when doing Ctrl-F2, ESC.
-
Miklos Vajna yazdı
-
David Bolen yazdı
-
Caolán McNamara yazdı
-
Fridrich Štrba yazdı
-
Stephan Bergmann yazdı
-
Arnaud Versini yazdı
-
Michael Stahl yazdı
This reverts commit 9a11bd42. Removing attributes from the _source_ node in SwTxtNode::MakeCopy does not make any sens at all, and the cited issue i#96092 was apparently fixed independently in CWS sw31bf04 by the change to ndtxt.cxx in 1524aa18.
-
Michael Stahl yazdı
Using XMultiPropertySet reduces the number of SwTxtNodes created for the bugdoc from rhbz#789022 from ~5k to ~3k.
-
Michael Stahl yazdı
SwNodes::UpdateOutlineNode will add/remove the node from SwNodes::pOutlineNds depending on IsOutline(), while various SwNodes methods that move and delete nodes check GetAttrOutlineLevel() != 0, which may be false even if IsOutline() is true.
-
Michael Stahl yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Winfried Donkers yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Also the running of grep inside the test for GUI = WIN was a bit weird, what was it supposed to grep? Standard input?
-
Fridrich Štrba yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Miklos Vajna yazdı
-
David Tardon yazdı
-
Luboš Luňák yazdı
-
Kohei Yoshida yazdı
-
- 20 Mar, 2012 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Start with the first service needed when running sc's filters_test: the UniversalContentBroker. It might not be typical as ucb uses the deprecated XSingleServiceFactory. This commit is not at all a complete solution, far from it, just an initial hack. Naturally once I come up with some generic enough way to do the static linking the necessary macros etc will be added to some general header. The macro XSERVICEINFO_IMPL_1 (local to ucbhelper and ucb) is amended so that it in the disable-dynamic-linking case also emits a function whose assembler name equal contains the service name. This function returns the XSingleServiceFactory for the service. Where the service is instantiated we link directly to that function. But probably this will be reworked a couple of times... Maybe it would be better to simply have the service name specific entry point be a pointer to the component's component_getFactory() function? Those all have the same prototype.
-