- 04 Nis, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I58a6a1f0cf0d67bfadddb331364551776998908a
-
Caolán McNamara yazdı
Change-Id: Id557d9cc37e38d017efbb5b4d77070affe00f4b9
-
Caolán McNamara yazdı
Change-Id: Icf882b97fec554bb25063f092d628c140dae60be
-
Caolán McNamara yazdı
Change-Id: I99b68fd7efe69cc7ab7daa244cad4c1ac04c312d
-
Caolán McNamara yazdı
Change-Id: Ibedcaa53de5d0611e9a7dfa23c41e8d1533bf54d
-
Caolán McNamara yazdı
Change-Id: I3f32bc1e1982c303d4ec7624e2ee7361533525f0
-
Caolán McNamara yazdı
Change-Id: I88e166a8fd055ebae5a5d2e839c7fddba4ae5ec3
-
Caolán McNamara yazdı
Change-Id: If6aa0a955d8b80b2c1eb4d944829f46167b6fae9
-
Caolán McNamara yazdı
Change-Id: I75e0bb3a5c0894663fbade08b88ea10efc578c63
-
Caolán McNamara yazdı
Change-Id: I1bdba1a8c32a2b5e55f964113087b26b32002b94
-
Caolán McNamara yazdı
Change-Id: Ie5260dd4800a7c5d9185ce603c6e9deb658224a3
-
Caolán McNamara yazdı
Change-Id: Icd9bc7a072a27328d46e1a6ed14a51644a2f7269
-
Caolán McNamara yazdı
Change-Id: I9e29123454da4017e4ee4079d396dd31809c29c7
-
Caolán McNamara yazdı
Change-Id: I8084a56a9805afbf69f8df1afe71ebda2e617fb9
-
Caolán McNamara yazdı
Change-Id: I5170e743a334883a84f35255d20a2f525ab4fc74
-
Caolán McNamara yazdı
Change-Id: If14da2785e2bddbcc1c098c0c88016b4b58d8452
-
Caolán McNamara yazdı
Change-Id: I882bca4d09fe655275543cfeb3add59d4584d14b
-
Caolán McNamara yazdı
Change-Id: Ib013d4075b2cf55cf02afd77dab6f76c6b9ac70e
-
Caolán McNamara yazdı
Change-Id: I3620c5cbd16869d2744e5bfa812f88805a030019
-
Caolán McNamara yazdı
Change-Id: I86bcdd6cda589e42fb18a33002092d87c6d3a2d4
-
Caolán McNamara yazdı
Change-Id: Ia09a8a8782fd8370f3655c4ab7f4ac18f5371133
-
Caolán McNamara yazdı
Change-Id: Ic21f72913c944510baeca3f0ec424485c72745c0
-
Caolán McNamara yazdı
Change-Id: Ieb42d64ead25d9e06175a7664d8659e0907d28f1
-
Caolán McNamara yazdı
Change-Id: I0d94414f4645d3f5da6242bbfefcee449572d2c0
-
Caolán McNamara yazdı
Change-Id: I5ac73f41333f465a63daa3de44cd6d4e7d931689
-
Caolán McNamara yazdı
Change-Id: Icbe926c133fd79c0a420578332ae2b6abdbdea9b
-
Caolán McNamara yazdı
Change-Id: Ib690d6ad50e89f6cf4b1046fde6bea2d669b971d
-
Caolán McNamara yazdı
Change-Id: I35067c31c3a083791436eba9690d592f0099d3b5
-
Eike Rathke yazdı
https://gerrit.libreoffice.org/8834 and https://gerrit.libreoffice.org/8836 will prepare 4.2.4 and 4.1.6 to accept the correct != operator instead of <> that was written so far. Change-Id: Ib89bbaf096e2d459767c4d05e5bf5151a1120c1a
-
Eike Rathke yazdı
ODF 1.2 specifies '!=' as not equal operator in <number:number-style> <style:map> style:condition attribute. So far '<>' is written, accept the correct operator. Change-Id: I6087992ee35fff5c7aa52b7cec2b83b0a78dbac1
-
Sourav yazdı
Issue:Only one AlternateContent is getting written in the RT file irrespective of the number of TextBoxes in the original file which is causing the issue. RootCause is found in DocxAttributeOutput::OutputFlyFrame_Impl where under case sw::Frame::eTxtBox,m_aFramesOfParagraph.push_back(sw::Frame(rFrame)); is getting executed only once. push_back should happen as many number of times as there are TextBoxes in the original file. if(rFrame.GetFrmFmt().GetName() == m_aFramesOfParagraph[nIndex].GetFrmFmt().GetName()) bDuplicate = true; In the above check both the GetName() are returning values as empty which leads to bDuplicate equals TRUE and hence push_back does not happen. I have introduced one more check to handle this. Also changes are made in for loop to make it more efficient. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/8782 Change-Id: I397aa3c4548cb57e8dacbf3fbf9ebaf87c0daa80
-
Caolán McNamara yazdı
Change-Id: I73e68fcbbff5d153196e5ad617e04c3d5c52e513
-
Miklos Vajna yazdı
Commit bbe3627e (rtftok: stop sending sprm:CRgFtc{0,1,2} tokens, 2014-03-05) dropped support for case when a font name is used in multiple entries in the font table, but with different encodings. Turns out that this is a valid use-case, so revert back to the old behavior where the key of the encoding table is the font index, not the font name. Change-Id: I048dff58af801d704fd4bc75a6a4dcb0f03bf185
-
Jacobo Aragunde Pérez yazdı
This time hopefully for real Change-Id: I5bf06a9353ea94aef04d862ab25dfc38129b2b12
-
Matúš Kukan yazdı
We need to extend PUT method with lock token in 'If' header, so that it does not fail on a resource locked by us. Change-Id: I82a9e3303a34607dba8bb874d1eb0fac23b9f11d
-
Caolán McNamara yazdı
Change-Id: I9e80a0d6661c29343103a27baa752cebbc876314
-
Caolán McNamara yazdı
Change-Id: I23ad8bcbef9a0ef17aaa5d401d111c40a6560ee2
-
Caolán McNamara yazdı
hopefully loads of other ones too Change-Id: I8445602adc76205448926efe23c9770cef0eb5dc
-
Caolán McNamara yazdı
Change-Id: I10bd34115be12dc752987ddbe5d93862aa072e72
-
Caolán McNamara yazdı
Project: help 296331ddff2fdc3d61fde8c762990f80bcc758e5
-