- 01 Ock, 2015 6 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ia8002d76443dee819b57779df5213707bd52f890
-
Tomaž Vajngerl yazdı
Change-Id: I132c046323e1c7805fc7ead6f247732c1843eb24
-
Andras Timar yazdı
Change-Id: I18f2abfeee3b7e440aace632aec1296a1beab1f7
-
David Tardon yazdı
Change-Id: Ia28bac4b12f23f3e85e42e323b35d8715a6d5d02
-
Douglas Mencken yazdı
fixes vcl/osx/a11ywrapper.mm:1037: error: ambiguous overload for 'operator<<' (operand types are 'std::basic_ostream<char>' and 'CGPoint') Change-Id: Iabf9a1e795c9fe89ff5d6ff379aa6a18dd7dbf65
-
Takeshi Abe yazdı
Change-Id: Id077493f9e462a00c427bc493f823fed79617c07
-
- 31 Ara, 2014 20 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ib3966118e5dde496f294c7ee224f4651a6192388
-
Caolán McNamara yazdı
Change-Id: Ia9ed86b0d96cac76c2e1639065a4ac594c2966b1
-
Caolán McNamara yazdı
Change-Id: I745695a92023e7a14ee547ca6bef5981dd329d19
-
Caolán McNamara yazdı
Change-Id: Ie94c7502b0a82ca406b8d76e18def7bab8233a00
-
Caolán McNamara yazdı
Change-Id: I11de468ab65aa4dec761fbcc1e9416528c332dd5
-
Caolán McNamara yazdı
Change-Id: Idf69d375eff4bfff7115e59530b37200ee79f086
-
Caolán McNamara yazdı
Change-Id: Id0579d323016d760ec89185026a3c0803345695b
-
Miklos Vajna yazdı
On one hand, this reduces code duplication. OTOH, the DocxAttributeOutput::FlyFrameGraphic() version was a stub, so this improves DOCX export of image frames as well. Change-Id: I7cd5e5feb8f1e63d074f82263c3d71088c0be30f
-
Tor Lillqvist yazdı
IRC exchange: <tml> reverting 16bfddca makes the CppunitTest_sc_subsequent_filters_test not crash for me (Linux, with the AMDAPPSDK-2.9-1 OpenCL implementation, but no AND hardware, just an (Intel) CPU), but then it instead fails the ScFiltersTest::testSharedFormulaXLS <tml> the problem (in the non-reverted case) is that for some reason the pDVR->GetArrayLength() on line 131 returns a ridiculously large value in sc/source/core/opencl/formulagroupcl.cxx <tml> that seems to cause the alllocated buffer to actually be of zero size, according to valgrind (even if no OpenCL call returns failure...) <moggi> let me have aquick look <moggi> just comment out that line for now and I'll have a look at it during the weekend Change-Id: I5f9499ba1576cfa6d0945ecb19260a4b89c83e72
-
Julien Nabet yazdı
Change-Id: I38501b371b8c63ab2e6fb019e17416e139120908
-
Tor Lillqvist yazdı
Remove some pointless line breaks followed by a huge indentation (past the end of the previous line). Change-Id: I81925962c6eddc7ee3137135000fcc8e55222105
-
Caolán McNamara yazdı
This is the "old" pre OOo2 fontwork stuff, take the document from #i14297# to see an example of this old fontwork object and use tools->customize->add->format->fontwork to enable the fontwork dialog Change-Id: Ic7151937f8dccd8bfaf146f6a058fc03c49632ae
-
Caolán McNamara yazdı
Change-Id: I15fda8ab103a7cdad18ef6cc36debf983819e6f3
-
Caolán McNamara yazdı
Project: help a958bc9cd64c9658a021296ebcd85a88b8e50d7f
-
Jean-Pierre Ledure yazdı
Controller.FormOperations always returns <Null> in AOO. LibreOffice OK.
-
Raal yazdı
Change-Id: I3471227b97802d5f3cf5d41f5530d28163fee37d
-
Julien Nabet yazdı
Change-Id: I2b351530c5eba062449e02621cfca6ba34bf9c58
-
Markus Mohrhard yazdı
Change-Id: Icbd1a46dc426a0527422d55f77e67eac755bbc8b
-
Markus Mohrhard yazdı
Change-Id: I11326c2873aad5116fd70bfa31eb94e93fef3f40
-
Markus Mohrhard yazdı
Change-Id: Ieede6dec05f63ed0fa1dde376b2e89c381601cd6
-
- 30 Ara, 2014 14 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Ie9241d0a28dc3871c9242123c9f000100e1a2fa1
-
Stephan Bergmann yazdı
"implicit conversion from 'long' to 'sal_uInt16' (aka 'unsigned short') changes value from 9223372036854775807 to 65535," and at least the call to getHandle for the long nHand argument of SwFltControlStack::SetAttr in SwWW8ImplReader::Read_AtnBook makes it look like it better return long? Change-Id: I594ac3ee60a72c0eb2e13f802371ff1e8ade7676
-
Miklos Vajna yazdı
Change-Id: Ib5649d8979093bb147c61eebcf95a472ad899672
-
David Tardon yazdı
Change-Id: I2cbba2a2dc8d2763ddfe982890be52f9fcea4ae1
-
Miklos Vajna yazdı
And add a minimal reproducer that shows how the old way was broken. Change-Id: Ic2dadf9905d603b0fd0573651b235ecd5dd70e71
-
Miklos Vajna yazdı
So that later SwWW8ImplReader can read these structures in a way similar to bookmarks. Change-Id: I8e5bc804832b944336701ac12fe6cb50e17c6b94
-
Miklos Vajna yazdı
As commit b1cd83c6 (fix crash loading ooo#93570-3.doc, 2014-07-04) notes, the way how we map WW8 CP indexes to sw character positions is working only in the very simple cases. However, to do that properly, we need a way to store the start position of an annotation mark before we create it, so add a RES_FLTR_ANNOTATIONMARK that can do so. Change-Id: I7cb3564621803fef9a76edaac48773cab7649ee8
-
Michael Meeks yazdı
XclImpStream and elsewhere does an initial seek to the end, then a tell to work out the true length of the stream. In order to let us attempt to rescue data from the beginning of otherwise corrupt / truncated streams, we should avoid setting an error here. Interestingly, we also (probably) don't want to return the true length of the valid data - as this is how SotStorage has worked historically. Change-Id: Ie0ff0e183220b81871ae3bf83980a24b57ac8694
-
Michael Meeks yazdı
Change-Id: Ic11c397984602bf8a2e292bc901cd7bf71ad555d
-
Caolán McNamara yazdı
to update layout after initial show when contents change Change-Id: I8edbe84fa366cdb04dbfe5e479dc01cbf04dbf4c
-
Caolán McNamara yazdı
This is an epic dialog with lots of moving parts Change-Id: I4e53580ac5b01f4a717d2fe594a18c8e83b45a6f
-
Caolán McNamara yazdı
Project: help 45bd6c6e23810a5778b23b3bf1c2f30e37d0021c
-
Tor Lillqvist yazdı
Fixes build for iOS. In theory, it is a bit unclear whether DISABLE_DYNLOADING means to 1) not build any dynamic libraries at all, not even of bundled 3rd-party libraries, or 2) not build any own dynamic libraries, including dynamically loaded UNO components, while still building 3rd-party libraries as dynamic. But in practice, a use case for the latter is nonexistent, nobody uses --disable-dynamic-loading in their autogen.input, and DISABLE_DYNLOADING is turned on automatically for iOS and Android. What we want for iOS, for an LO-based app, is to not build any dynamic libraries at all, but produce a single executable. Correspondingly for Android, at least currently, we want to produce a single dynamic library. Change-Id: I7af4c3e53b13439612bb57bbb0fc8b118bda96bd
-
Jean-Pierre Ledure yazdı
Addition of CommandBars collection Addition of CommandBar class
-