- 22 May, 2014 40 kayıt (commit)
-
-
Miklos Vajna yazdı
The \vern output was never parsed, and Word uses the generator field, so let us do the same. And with the standard generator string, if we ever need to parse it, we already have a parser for it in the ODF filter. Change-Id: I57f25a6414b2b753a23cf82b691e364d84e4bb44
-
Zolnai Tamás yazdı
Copy them to the same folder where the conversion output is written. Change-Id: I38b93bf3fc427974cff7d6975151451a253b1cce
-
Eike Rathke yazdı
... to allow continuous typing. Change-Id: I4717e72e422037a441e582004bc87689ea7bc455
-
Eike Rathke yazdı
Change-Id: Ibf0cb4c0fa951adcd0a7f185d7dd45b06913a40d
-
Eike Rathke yazdı
Change-Id: Icc2a4829b8a859756ed194f35df214f8bb55c7ae
-
Eike Rathke yazdı
Change-Id: I6acc7538fcbf8aa7a5e50ba72b27409252cffa15
-
Eike Rathke yazdı
Change-Id: Id57eb51b69e50be78f85d19a7b3623c1acdf6509
-
Stephan Bergmann yazdı
Change-Id: I102566a95b5b34daf60730ffef290913caf28eb2
-
Stephan Bergmann yazdı
Change-Id: I095f45b537690fe98bf385d99194db6319d7ac93
-
Stephan Bergmann yazdı
...as flagged by -fsanitize=undefined. But is it really undefined? [conv.double] "If the source value is between two adjacent destination values, the result of the conversion is an implementation-defined choice of either of those values." So if the double is between std::numeric_limits<float>::max() and std::numeric_limits<float>::infinity()... Change-Id: I6389c8ac4a922991e240638d231dd2a39e173882
-
Stephan Bergmann yazdı
Change-Id: Iffe85763097829cb04b766314077b5f2a9b5b8d5
-
Stephan Bergmann yazdı
Change-Id: Ic1bae7fcebfaf35b62aecd86ed8b3a70fae3e4d3
-
Jan Holesovsky yazdı
As an InfoBar, so hopefully not annoying... Change-Id: I5d4e79273edc03829fdab2d6d5a291576c954e4b
-
Stephan Bergmann yazdı
Change-Id: I0dbb2546f1e776ebf95b61c16ebedbce0ead4c7f
-
Matúš Kukan yazdı
E.g. when pasting from terminal you will get "\r\n". Writer inserts '\r' character into the document as an invisible character. If you save that to .odt and reload, you will get ' ' instead. Or when saving to .doc and reload, you will get '\n'. Change-Id: Id6780bf6d71a8f0a17c1e6ee7a7dcb4d297446dc
-
Zolnai Tamás yazdı
Change-Id: Ife28845af92883d8090bb80283c59a0a9a350b32
-
Zolnai Tamás yazdı
collada2gltf does not handle Windows pathes, the used COLLADABU::URI class can't parse native Windows pathes so call COLLADA2GLTFWriter with URL only. Other problems: collada2gltf uses the URL path for creating/opening files, instead of native ones. collada2gltf initializes _outputFilePath member in different way, sometimes as an URL path, sometimes as a native one, but handle it on the same way(as an URL). Change-Id: I104182653c07e7dcf6fc5b6e32c7031d59246b84
-
Zolnai Tamás yazdı
Change-Id: I0b60fa5b0af8224b4c517367130aa9738f071531
-
Zolnai Tamás yazdı
GeneratedSaxParser::Utils:toURI() method has a bool output parameter called failed, which is assumed to be set inside the method before return. At some place the caller code does not initialize the bool variable passed to this failed parameter and so when the caller checkes the returned value it is undefined. e.g. it can be false when the method called successfully so the error handling throws away the returned URI. Change-Id: I3f90fab657a86b42bba0f492518e36c343e69d21
-
Christian Lohmaier yazdı
(and breaks the build on windows/cygwin for some reason, although running the find/xargs command by itself works just fine) So just use awk instead and have a nicer solution without breaking the build Change-Id: I24b9f52c0b84c2e8019f3f6719a307fe508fb755
-
Dinesh Patil yazdı
File is getting crashed while saving in LO, as it tries to access the value of vector after erasing that value. Code changed to access the vector value first and then erase that value from vector. Change-Id: I29369b7582fdbd7363d0e6fdae091a30c79a747d Reviewed-on: https://gerrit.libreoffice.org/9433Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: I26cf27c7edc51d0a28e228c56465c3ec2ad7d35e
-
Stephan Bergmann yazdı
Change-Id: I41ec24a02867ba3c5bf4f39b5d79bf6a3254ad0d
-
Stephan Bergmann yazdı
...which mentions extern "C", so CppUnit's TestPlugInSignature must reflect that. It is a bit odd how CPPUNIT_PLUGIN_EXPORT needs to be passed into CppUnit, so probably best to keep this as a local patch for now. (Clang's -fsanitize=undefined complained about the mismatch.) Change-Id: Ied179a1afe82ceb04de4739c14cf8fadff31b80f
-
Stephan Bergmann yazdı
Change-Id: Ia71c9abedfd325b9f5bb2a5e28b2386db5c2fd6b
-
Stephan Bergmann yazdı
...though many more remain, as the design appears to be let heap grow until exit. Change-Id: I3e5cc95a0896c8add33a767209ab0ff60d6a4b52
-
Stephan Bergmann yazdı
Change-Id: I1a651fb059e6cbaece53c8dbac7436b493f66cd5
-
Michael Stahl yazdı
Change-Id: I213ad0f0ab853aec5cb523474218dfad2c44d11b
-
Stephan Bergmann yazdı
Change-Id: I66ccb5332e6c5eceb2f199911ebd4296c93cac4b
-
Stephan Bergmann yazdı
Change-Id: Ic809ddad81608f107749498c1432606403ee2314
-
Stephan Bergmann yazdı
Change-Id: Ic8c410a805fa06777c1a85de646df2dcd5b6506a
-
Matúš Kukan yazdı
Change-Id: Id756ef6dd62ca8df2e62265b9cc930f07d13f2e3
-
Matúš Kukan yazdı
Probably 86adb5ca did not mean to change the behaviour here. Change-Id: If39c150973c502323b3c785a9738cf65cdd74e5d
-
Matúš Kukan yazdı
Update document info at one place, so that it works for other formats like .doc, .docx, ... too. Change-Id: If71799b491d2210f0d3bdbdb05f91f26c986a260
-
Caolán McNamara yazdı
Change-Id: I0bafcda49f3e9de6da30fd0446212bd7a18159d8
-
Michael Stahl yazdı
Change-Id: I9cb9bce9d30230d48daf2f1deccaf52014b79296
-
Markus Mohrhard yazdı
Change-Id: I09df4a7104a4df1603a7d64bfa49c103be4f4ade
-
Michael Stahl yazdı
Also fixes fdo#42899 and fdo#67685 in a different way; the previous fix for fdo#42899 caused the problem with password-protected libraries for which the password is not known: only the binary representation of the BAISC module was stored, not the source code; by simply copying from the source storage the problem can be avoided. It would be possible to ask for the password when storing, but that would not work when non-interactive (called via API). An alternative fix would be to pass in the SfxObjectShell::IsSetModifyEnabled() flag and actually reset the BASIC library's modify flag correctly, but that requires adding a parameter to XStorageBasedLibraryContainer::storeLibrariesToStorage(). (regression from af34774d ) Change-Id: I4701401f35171139fc2fe8d225d13d4e533091a0
-
Michael Stahl yazdı
This reverts commit fc9080a0. This bug was apparently introduced by af34774d, which will be reverted in the next commit. Change-Id: I81ccb5bf9cc7e29fbf1e66d02f38268ee1fd1d0c
-
Michael Stahl yazdı
... af34774d)" This reverts commit cbd1a896. Conflicts: basic/source/uno/namecont.cxx Change-Id: I665f2e875c6b339ad718ca53fd0e54328efaeaff
-