- 24 Kas, 2013 29 kayıt (commit)
-
-
Tomaž Vajngerl yazdı
Change-Id: Ic065d63eee507906febfa15eb6d5ae1e7de58280
-
Tomaž Vajngerl yazdı
Previously, a trendline name was fixed to a combination of the trendline type and the name of the series. With this it is possible to add a custom name for the trendline, which is shown in the legend. Change-Id: I61eaaf14e6df45088abdf1f3e9c24877d26ae8a7
-
Tomaž Vajngerl yazdı
Change-Id: I5ddf53f984508a88fd02063eb9f81cd05cf627c9
-
Tomaž Vajngerl yazdı
Change-Id: I8fb799b2efc81587252161ccadfa1dbd6b096bda
-
Xisco Fauli yazdı
Change-Id: I69953716656446ab26a9d97d0a6921f87e8b8995
-
Xisco Fauli yazdı
Change-Id: I3da78c004068cd7306ef79f5d019ab5bf07cac0b
-
Xisco Fauli yazdı
Change-Id: I317656ca26eec5946959ac21e7da335196dd8548
-
Xisco Fauli yazdı
Change-Id: I60d921ea27e995ffc4e18995993d961dc91543b3
-
Julien Nabet yazdı
Change-Id: I7e53fa77aada1433f3b311f51e82342bac127b3c
-
Julien Nabet yazdı
Change-Id: I3de69e2ae186ea1ae8f792588c04b4e799ce1331
-
Matteo Casalin yazdı
Change-Id: I0714b21cfda04bbaee0a7bd9ec485b3569a7ea4d
-
Matteo Casalin yazdı
Change-Id: Ic0bb06e3d64933df4887ce1402f62c16e917fdbd
-
Matteo Casalin yazdı
Change-Id: I2e2b10f95582c2c155ca78d4c7818ac38faa7a61
-
Matteo Casalin yazdı
Change-Id: Idbdfb4dd39ce5e419f7b9338db39ddda186d014d
-
Matteo Casalin yazdı
Change-Id: I8ad8cade0b2cbc29a934a983c72d25f7f00af6bc
-
Matteo Casalin yazdı
Change-Id: I644abe042175168dab489476a41254fba6883982
-
Matteo Casalin yazdı
Change-Id: I0cb8eb5b78ef5ca10d6b8765bff387ca09ec291c
-
Matteo Casalin yazdı
Change-Id: I0b1ba2e7c8287340eebec7eb9b3e1aea8945d82f
-
Matteo Casalin yazdı
Change-Id: I835d661a5bd30c235fdf61a94ad73f85b57bf9ed
-
Matteo Casalin yazdı
Change-Id: Ia26f220fa7857f14dfc89b2929f60669ade3b4ea
-
Julien Nabet yazdı
Change-Id: I53a7773ed76d5a38301b4f9378c56698e4df7e8b
-
Miklos Vajna yazdı
Change-Id: Ia25c4616bff0faacb04e8d44056f63cb03ababb8
-
Miklos Vajna yazdı
Change-Id: I2fd573407ca53b96728608755cb0defa9283edec
-
Michael Stahl yazdı
The COM services are not found because they are not registered in the registry via regsvr32 (doing that is unnecessary since the components are only instantiated by winaccessibility code and undesirable since that would likely register the IAccessible2 types too, breaking A11y tools) and the special manifest resource #97 that ActivateActContext() tries to load does not exist in UAccCOM.dll; this would need to be a XML manifest, the *.rgs and *.tlb that are already included as individual resources won't work. After reading ATL headers for hours it is immediately obvious that the COM components can simply be registered by a call to CComModule::RegisterClassObjects() from DllMain; this just requires actually loading the UAccCOM library from somewhere so the DllMain runs. Change-Id: Id58b754835cd2f1bcada37e5639a6b6042a42fd5
-
Michael Stahl yazdı
Change-Id: I3c8bc6a476a6254a4ddc3a7cb0585544f3f78431
-
Michael Stahl yazdı
Sadly can't use rtl::Static because it needs a ctor parameter... Change-Id: I98bbfbb4d2ef54f40a5f110527b260c0b5b01eed
-
Michael Stahl yazdı
Maybe it would be kept alive by AccObject::m_AccActionRef but why not play it safe. Change-Id: I03c2be04e97dcde8a177ef8dfd0d75595ab13a53
-
Michael Stahl yazdı
Merge aliases pRContextInterface (unused) and pRContext; this is exacerbated by countless local variables pRContext that shadow the member... Change-Id: I6bc71911fb41a2ce2590d614020ecea36d6ab4f8
-
Michael Stahl yazdı
Merge aliases pUNOInterface and pRef; also pAchorUNOInterface is never used. Change-Id: I1b3841a9aca9d2438b25c66c7f67d09ce13b41f9
-
- 23 Kas, 2013 11 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: I661eeb167a95540a223ce72aac51789daf3767dc
-
Julien Nabet yazdı
Change-Id: Id04bea1d07735511acb6d29c96c46d4dea222c0c
-
Julien Nabet yazdı
Change-Id: Ic338484627a1b74fba2d4d0794f8865290177464
-
Julien Nabet yazdı
Change-Id: I0290d57f1c27a82a34a7dba56d88d51ec6d0bd9e
-
Julien Nabet yazdı
Change-Id: Ic899aa36b1b18237f90295eaa04ea83450958c87
-
Xisco Fauli yazdı
Change-Id: I4308a831a505b0a5d0ac04b943cd9d6efa89298d
-
Xisco Fauli yazdı
Change-Id: Ia0d1ab92d3b23e834e3b953a8caadfdcae75d0ab
-
Miklos Vajna yazdı
Change-Id: Id7071246932a0fef11168d887e64272c8e4586df
-
Miklos Vajna yazdı
Change-Id: I0d2ec0aa0caec69d4347e4ec76985ffa9320a058
-
Miklos Vajna yazdı
Change-Id: I439f2ca86614c30b75e22959f982278591185d40
-
Michael Stahl yazdı
... which is what we already use in calc.desktop; also "application/dbaes" is not registered at IANA. Change-Id: Ic2031a53e6620d10874df8882448497564962114
-