- 02 Ara, 2013 40 kayıt (commit)
-
-
Michael Stahl yazdı
Trying to set a name that is already in use will throw an exception (and set a different, generated name); if there is actually no name in the file then there's no point trying to set anything. (regression from b69d152c) Change-Id: Ie54d4a830cc23e2853a6efeb81f77dcc788192ea
-
Michael Stahl yazdı
(regression from ee1db992) Change-Id: Id10b6fb8e9e3697b10a1df605cb48d94a55ad207
-
Matteo Casalin yazdı
Change-Id: Ie5dca349acf2e163fdb6a47b0ba7af27220f2b2d
-
Matteo Casalin yazdı
Change-Id: I8a0851fac3e77f1ad101a422191bf80bfea7eafe
-
Matteo Casalin yazdı
Change-Id: Ie2c18baa3ab6a3a7c6f2ac83b6d2d5bd8ecf5811
-
Matteo Casalin yazdı
Change-Id: I6d89f19ef2ee3aa83f3e74a416c41cd42dd448fa
-
Matteo Casalin yazdı
Change-Id: Id00f298c638b14b0e78b898373978f94b43804d9
-
Matteo Casalin yazdı
Change-Id: Ifd4f78d422eb3ed04407e9c9edb30ef319cae2cb
-
Eike Rathke yazdı
7a3b8b1a switched formula parsing from API FormulaParser::importFormula() / ApiParserWrapper::parseFormula() to ScCompiler, which means that also FormulaFinalizer::finalizeTokenArray() is not executed anymore and processTokens() and processParameters() that among others handled appending Calc-only and required parameters. At least implement that parameter part at ScCompiler now. Change-Id: Iaa2804c82ec43dd51f781485b0e2afab8c613638
-
Eike Rathke yazdı
Change-Id: I9e088e1d6679297884d71604b03537b73ee3387c
-
I-Jui (Ray) Sung yazdı
Change-Id: Ib805c31f0c1b57708c38c02a9bdc492af5c7a439
-
Andras Timar yazdı
Change-Id: Ib7803de02d41440668b1e7410dfe0fa40ca2a536
-
Miklos Vajna yazdı
This can be used later for the VML or binary export of shapes imported from drawingML. Note that without this, drawingML shapes won't be exported to VML, as e.g. for a triangle it expects a 'isosceles-triangle' type, while the shype's type is 'ooxml-triangle'. Change-Id: I59abc27febdd026c181a7ff38b16c93567058cb9
-
Miklos Vajna yazdı
Change-Id: Ia741d392a87eaa2f02615a6c9626417a420f205c
-
Eike Rathke yazdı
Change-Id: Ie9b5f6ade1c25618aa990ce17bd7b2a2b46a250a
-
Stephan Bergmann yazdı
Change-Id: I0ceaf6367163bbe8aa0f0774961f2e2398471aef
-
Stephan Bergmann yazdı
...plus clean-up Change-Id: I37252f505c76f6f6be14873e13da4e660a4a623a
-
Armin Le Grand yazdı
(cherry picked from commit 8d679227) Change-Id: Ia6fba705d91157afea30693fa7078aabc96f02ac
-
Herbert Dürr yazdı
Patch by: hanya.runo@gmail.com Found by: ooo@catcons.co.uk Tested by: hdu@apache.org (cherry picked from commit 02cc651a) Conflicts: basic/source/runtime/methods.cxx vcl/inc/vcl/msgbox.hxx Change-Id: I1656263e189f1a6cfa58436741bfa74ae0e6fffa
-
Pavel Janík yazdı
(cherry picked from commit b01b45e9)
-
Steve Yin yazdı
Conflicts: everything Change-Id: I3d8cf956f511a0d953a1cefe83b6ef987806da25
-
Caolán McNamara yazdı
Change-Id: Id0bddeeefd959fb72fb019d8d35cd9afe885c60f
-
Caolán McNamara yazdı
Change-Id: Ib5c0d5028792708bc0ac0e756aa47d486443bbb7
-
Tor Lillqvist yazdı
Change-Id: I8ebda0c7da3cb663802fb8b05a98115db7589e09
-
Stephan Bergmann yazdı
76c549eb "Integrate branch of IAccessible2" had changed it to return a string, but that neither matched the documentation of css.accessibility.XAccessibleValue nor did it satisfy JunitTest_sw_unoapi. This needs further clarification apparently. Change-Id: Ib09f7549db7ba5155798d5917908c7ce50e7a592
-
Eike Rathke yazdı
tryToAcquire() locks if successful, so unlock when leaving Change-Id: Ic0bd4b10ccb8419dd40946dbaf393a27e413bf2d
-
Stephan Bergmann yazdı
Change-Id: Id5ca398296658da61a9880beca7ee03a2db752e6
-
Stephan Bergmann yazdı
Change-Id: I7794546b22ffe688eeff6349031dd585e38b7ce7
-
Tor Lillqvist yazdı
Change-Id: I15e4495607113eb9bc55a31fee061a9d5384731b
-
Miklos Vajna yazdı
Mirror what the VML import's ShapeBase::convertShapeProperties() already does, fixes CppunitTest_sw_ooxmlexport's testFdo66688 when wps import is enabled by default. Change-Id: Iabed3a5fa1353aefe3055232ad0b7770067a7a58
-
Stephan Bergmann yazdı
Change-Id: I060fb2f8dda4a79b70e2fdf255e95b47b0d5630b
-
Caolán McNamara yazdı
Change-Id: Iaafdcc4e2c97e06bee245251316b18b3d9e87262
-
Michael Stahl yazdı
... which should result in faster startup if it's disabled. Change-Id: I39774b0a56f186d08270c2f17b2b20a823f21dc2
-
Michael Stahl yazdı
It is possible to retrieve it via the AccTopWindowListener. Change-Id: I6cc5ab25bc937d0d9f4de54a1bed09a76ce27491
-
Michael Stahl yazdı
This only works partially: the ClassObjects are only registered on the main thread; CoCreateInstance on other threads still fails. This reverts commit 29c6216af8c502f220bb84857d3dda901ddfd234.
-
Michael Stahl yazdı
Change-Id: I7701021befcf1dbad85557c2095fe4bf0b4e0ff1
-
Michael Stahl yazdı
The ImplHandleGetObject() function modifies the Application Settings and must take the SolarMutex for this; otherwise we get crashes when another thread calls StyleSettings::GetPersonaHeader() during some unoapi test. Also fix another HWND to long cast; use LRESULT which is Win32 for intptr_t. Change-Id: I5580f88ed0a8e9955697655ace94584e2307982d
-
Eike Rathke yazdı
Change-Id: I575c8a51cff1cf451c776818711d2e0fd458a322
-
Michael Meeks yazdı
Change-Id: I24619afb8b1ea0410e95e60fe70b5166e18fab44
-
Andras Timar yazdı
Change-Id: If0937bd571658e0f76a51e44dd3fa008f701f02e
-