- 15 Tem, 2014 40 kayıt (commit)
-
-
Cédric Bosdonnat yazdı
Added missing SEC_ASN1_MKSUB for windows to build Use PL_strcasecmp instead of strcasecmp. Fixed remaining declaration not at begining of a block Added missing nsspem.rc for windows Change-Id: I144f9cf19c0efe85ad68011cf81e0466aa1ac9f5
-
Miklos Vajna yazdı
Change-Id: I64996b3f96f51ba80ade636c13a2919410672a27
-
Michael Stahl yazdı
Change-Id: I5d2ee4952443b70ffacfb916423dbb600109c813
-
Michael Stahl yazdı
Apparently the __USE_UNIX98 that is required to get the goodies is not defined for some reason; apply some brute force to get it defined (we don't care about anything older than RHEL5's glibc 2.5 anyway).) For mysterious reasons "system.h" defines __USE_GNU but not _GNU_SOURCE, which appears odd... Change-Id: I97d75050a6be7f393d5cdb686f1357da052109f7 Reviewed-on: https://gerrit.libreoffice.org/10301Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Matúš Kukan yazdı
Change-Id: I6b13c77975d8aeef63b424e418a4a4a98ced159f
-
Matúš Kukan yazdı
Change-Id: Idba194e9bafa17dcedd5d1d45c5e0b4e3db54cee
-
Miklos Vajna yazdı
The problem was that in case: 1) The paragraph only had a single text portion, which was a field and char grab-bag was set on it and 2) The paragraph had a style which also set the character grab-bag then during import the field's gra-bag was set on the paragraph (as it's the only portion) and later the paragraph style overwrote this, in case that had a grab-bag, too. Work this around by ensuring that in case of portion fields (i.e. not ToC, which has its own paragraphs), there are always at least two portions in a paragraph (the second is removed later). This also fixes the fake paragraph problem at the end of the bnc#875718 testcase. (There was an empty paragraph at the end of the document, but not in the file itself.) Change-Id: Ie404bc043d46157ea6157b18c4a46395cf496118
-
Heena Gupta yazdı
Change-Id: Ic3304c1bd11fcd372a0859a70a531675effe7af0 Reviewed-on: https://gerrit.libreoffice.org/10322Reviewed-by:
Muthu Subramanian K <muthusuba@gmail.com> Tested-by:
Muthu Subramanian K <muthusuba@gmail.com>
-
Eike Rathke yazdı
Change-Id: I5b0c633e25326272aed3bae0bf0847839a45d723
-
Eike Rathke yazdı
Change-Id: I44149fca38e36be6d4302b2af93e72ae9093796a
-
Eike Rathke yazdı
Change-Id: I0e5bf12f1b874e3aa5428c92487cb58ef16c9cc3
-
Eike Rathke yazdı
Change-Id: I639d6e27dd1a44ff878a2e0188fc42e27993b39f
-
Eike Rathke yazdı
pDok can't be NULL, remove superfluous check. Change-Id: Ica1708f1b2c37bffbe388f22e8ac19a81b144f6d
-
Eike Rathke yazdı
Change-Id: Ib33dcd05dd6a9216c6138eafc550a257af97d8ab
-
Eike Rathke yazdı
Change-Id: I785901d6694fe914325965136852ed3098e59434
-
Eike Rathke yazdı
Change-Id: I9115f34d5957fc974a8f693f97b27f4534344f62
-
Eike Rathke yazdı
Change-Id: Id90a018645ae37be600f942a8391dd56ff156b68
-
Armin Le Grand yazdı
in writer for PDF export (cherry picked from commit 131669af) Conflicts: sw/source/core/doc/notxtfrm.cxx Add missing includes to fix build break (cherry picked from commit 662b23eb) Conflicts: sw/source/core/doc/notxtfrm.cxx 1e2c208ac91c8e666e4f3f6f89cd917736cdc44d Change-Id: Ie560fa05964b79240fbd97825be74b0543c97aba
-
Caolán McNamara yazdı
Change-Id: I565dfd9233088feae69de6261d1081fc51f10806
-
Armin Le Grand yazdı
in 32Bit environments Conflicts: svtools/inc/svtools/grfmgr.hxx svtools/source/graphic/grfmgr.cxx svtools/source/graphic/grfmgr2.cxx sw/source/core/doc/notxtfrm.cxx sw/source/core/graphic/ndgrf.cxx "commit 62b0eaf3 Related: fdo#50697 reset the cache timeout on GetGraphic so the graphic gets swapped out Xms after the last use and not Xms after initial creation regardless of if it got used a moment earlier." corrected place for stl sort function for linux (cherry picked from commit a48414a3) Conflicts: svtools/source/graphic/grfmgr2.cxx Change-Id: I79158b7d42629f8dec2bc5565540701bcd3ef6f4 6f21c7fd4d2681446fc1a6d9607366a1e69165a1
-
Michael Stahl yazdı
Change-Id: I83d4c3ee02e59d40e793288d705c3fd06ebe3219
-
Michael Stahl yazdı
This reverts commit 09a90c2f. Apparently causes a crash in CppunitTest_sc_macros_test; it is suspicious that the copy ctor is not made private in this commit, since the compiler generated one would do something different. Change-Id: Icb1121332d83e9f08d89535e3da6e10d690ac88a
-
Valentin Kettner yazdı
Change-Id: I26b9063aca5518f21f76ff22690eb55d51f9c5aa
-
Joren De Cuyper yazdı
Same way of how fdo#74743 is fixed 3b7472b2 Change-Id: If6cc8eb6ff89b0081f27ff75a9b60a3e81cff1bd Reviewed-on: https://gerrit.libreoffice.org/10326Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Valentin Kettner yazdı
Into the new class DocumentContentOperationsManager. Made SwNodes in sw/inc/ndarr.hxx friend class to DocumentContentOperationsManager so it can call DelNodes at end of DocumentContentOperationsManager::DeleteSection . Added DeleteAutoCorrExceptWord to SwDoc, its needed in the Manager. Added a non const version of SwDoc::GetDfltGrfFmtColl() to SwDoc because its needed in the Manager. Made SwDoc a friend class to DocumentContentOperationsManager so it can call SwDoc::checkRedlining and SwDocL::_MakeFlySection. Moved SwDoc::CopyImpl_ , SwDoc::CopyWithFlyInFly and SwDoc::CopyFlyInFlyImpl into the Manager. Moved "struct ParaRstFmt" and "lcl_RstTxtAttr" from docfmt.cxx in DocumentContentOperationsManager.hxx . Change-Id: Icaab57f4a8c158a85e549ecb4aacc752bc95bbc9
-
Valentin Kettner yazdı
Into the new class DocumentOutlineNodesManager. Change-Id: I05581391a1474872113ae91d6429709d181cabfe
-
Valentin Kettner yazdı
In the new class DocumentListsManager. The method listfunc::CreateUniqueListId was also moved there. Added a new method deleteListsByDefaultListStyle to the Interface, which is needed for SwDoc::DelNumRule. Change-Id: I75ea554a57d9402d2fcfeaedf9fbe50fbae2b020
-
Valentin Kettner yazdı
Into the new class DocumentListItemsManager. Change-Id: Ic86200280caa1b6e2c940bb12149235223ed0cd2
-
Valentin Kettner yazdı
To the new class DocumentLinksAdministrationManager. Additional to the Interface methods SwDoc::SelectServerObj was also moved and sw/source/core/doc/docdde.cxx was deleted as it became empty. Also fixed OUString usage in IDocumentLinksAdministration.hxx . Change-Id: I1f2bf0881a7d4add9c657b6441851ae14ad8d161
-
Valentin Kettner yazdı
Change-Id: Idb39ef2cdc34e0c0e7853de0a656f579ca3528da
-
Valentin Kettner yazdı
Into the new class DocumentChartDataProviderManager. Change-Id: I3be038ba276642546223c0c2fba3bea21980b33d
-
Tomaž Vajngerl yazdı
Change-Id: I4ee3d2422982d37be3638b9647096e0b38314d56 Reviewed-on: https://gerrit.libreoffice.org/10327Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by:
Joren De Cuyper <jorendc@libreoffice.org> Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Cédric Bosdonnat yazdı
Change-Id: I8aeb9a787992deb784e4e4430f7e0eab57f9a598
-
Matúš Kukan yazdı
Change-Id: Ia11dadcbedf6acc035b2d86da39a115bdb298591
-
Matúš Kukan yazdı
Change-Id: I0c573d721212c870e9ecc99ba5e8494073e09aaf
-
Matúš Kukan yazdı
nMaxColumn and nMaxRow are indexes, so use size() - 1. Change-Id: I20055e55cf2464710fe553fb8067bad13a339084
-
László Németh yazdı
Change-Id: I738401babffd38c241ef16e23d1b246444fd8d55
-
Caolán McNamara yazdı
we still need to invalidate the layout of our parents, but we can keep the cached optimal size Change-Id: I8e77366bd61ff45d34f9d411c7f501a3a9ccbd4e
-
Caolán McNamara yazdı
Change-Id: I539741e71785232987b26c7b414a416dda5e4bb6
-
Caolán McNamara yazdı
Change-Id: Id499cb873938621762f0e213fa17505fefb33574
-