- 01 Mar, 2016 14 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: Ia03a625933aa8daf816c1cf4f58aa86b0d12e579
-
Sean Young yazdı
2f7f818e "Add Microsoft Word for DOS conversion" changed this to CP1251 by mistake. Change-Id: I5d51d8518322a7e542ae8931cf7e72053d89f971 Reviewed-on: https://gerrit.libreoffice.org/22787Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Stephan Bergmann yazdı
Change-Id: I2cd994a4f497a59f33e6ed3a23388565fd7b88c2
-
Stephan Bergmann yazdı
Change-Id: Ib051a2468b219aeae9eedef6d6930ea67815ab6e
-
Miklos Vajna yazdı
The RTF spec is quite terse on how the form filed result should be interpreted, but the binary equivalent documents properly that checkboxes have 3 valid states: 0, 1 and 25, the later meaning undefined. Use the default value in that case. Change-Id: I672bf8d1f63d7880227b7fa7b5c81f91e1877b2a
-
Stephan Bergmann yazdı
Change-Id: I0abd86a259673596f39f0b6ab62d02f15a8e18b9
-
Stephan Bergmann yazdı
Change-Id: I2ca9ebdce00fdaeeb2ee690fffd75b21e9acc14b
-
Noel Grandin yazdı
Change-Id: I5ed8f2b49453493a143bcb1e15006f22212beefd
-
Noel Grandin yazdı
Change-Id: I4e9712bea0cc8cf2d48759738806a584dda8268e
-
Noel Grandin yazdı
Change-Id: I99e3d6137ec17e3fc782253c85e5fa4f1da4cec4
-
Noel Grandin yazdı
Change-Id: I0fc8d00447491e8474508952c21d07aa22b6f055
-
Justin Luth yazdı
fixes regression from commit e1b12389. Change-Id: Iccc10cdba89cdae6a5618d29022e0eaf609c9d6f Reviewed-on: https://gerrit.libreoffice.org/22759Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org>
-
Marco Cecchetti yazdı
When SUMming in the software interpreter involved trailing empty cells, code tried to read beyond numeric array limit. Change-Id: I50c1148e7e79d02bedb02a771df172035112915c Reviewed-on: https://gerrit.libreoffice.org/22791Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Xisco Fauli yazdı
Change-Id: I3e1e28269d8b2d6d45bba6bc43aa8f20c1963956 Reviewed-on: https://gerrit.libreoffice.org/22793Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Ashod Nakashian <ashnakash@gmail.com>
-
- 29 Şub, 2016 26 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: Ie10b4849957734c2548c73dff8485cc673769e13
-
Michael Stahl yazdı
Change-Id: Ia34093fd9afacb73746af0813f2c219119f9a1a1
-
Michael Stahl yazdı
This happens when using the Drawing toolbar in Writer, the "Text Box" button. SdrCreateView::SetCurrentObj() already has the right fallback code in the "else" branch. Change-Id: Icddfa77ce10eddbfb2dc7165ce11ac6dec80b1ee
-
Christian Lohmaier yazdı
Change-Id: I1630c9ee618bd880ff4e06cafa0b6fabff03a3a4
-
Markus Mohrhard yazdı
It is also ALT+CTRL+SHIFT+F9 for now. Change-Id: Ic632ae070118e5c4083f47302b8b0086ccebdcd2
-
Christian Lohmaier yazdı
Project: translations 4e3651a5d0e16bd39067227b9279f5cc98fbc127 update translations for 5.1.1 rc3 and force-fix errors using pocheck Change-Id: I8412ae3789ee98f87f49cf975097f4ffa3f7e3b2
-
Eike Rathke yazdı
If a formula cell group was split during deletion and the group also listened into the range where a cell was deleted, the group wasn't notified of the deletion. Change-Id: I858f5d4c0b647636611133fc32f3df7fbdaf7288
-
Stephan Bergmann yazdı
...where external/libxmlsec/ExternalProject_xmlsec.mk uses win32/configure.js instead of configure. But that inconsistency generally got hidden on Windows by xmlsecurity/inc/pch/precompiled_xsec_xmlsec.hxx including the raw xmlsec include files instead of xmlsecurity/xmlsec-wrapper.h, so only gets noticed when using --disable-pch (as is needed when building with clang-cl). TODO: Don't know how to fix bin/update_pch so that precompiled_xsec_xmlsec.hxx doesn't get broken again on the next update. Change-Id: If385066a1e0f949d943aab7e9a5e969fbf0d0794
-
Miklos Vajna yazdı
It used to display categories above the control, due to lack of space. Change-Id: I3d02e57ec55d1ec17d5f43f0cddc2c80cb9c9acb
-
Miklos Vajna yazdı
When the toolbar control is first shown, we don't have an object shell yet, so can't insert items to the listbox. Set the same initial size as SvxFontNameBox_Impl has, should be good enough for us, too. Change-Id: I12cc72d26353ec3a4d2d3fc5c72f3171c276d3dc
-
Miklos Vajna yazdı
This way the listbox selections shows the state of the document model, instead of showing an empty selection by default, as it is for empty, non-classified documents. Change-Id: Ibda0565e3ca9ec6611d8e256a78747437b52c42a
-
Miklos Vajna yazdı
A category name was stored in m_aName and also as a label value with key name PROP_BACNAME(). Fix this by always using m_aName, and doing the conversion in both directions in SfxClassificationHelper::Impl::pushToObjectShell() and the SfxClassificationHelper() ctor, as document metadata wants to work with only key-vaulue pairs. Change-Id: Iad386840038966e4483e3503c5fcdc046ca9effc
-
Varun Dhall yazdı
Change-Id: Ie540aca97cddbd657faae5d15293a922ba5196d5 Reviewed-on: https://gerrit.libreoffice.org/22702Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Takeshi Abe yazdı
Change-Id: Iac3df1fe7d189c2e78e585b9ac3642b05b0f1472 Reviewed-on: https://gerrit.libreoffice.org/22761Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Stahl yazdı
Change-Id: I81a0405edc29fa7205d00a5cb920b2d0e800602e
-
Caolán McNamara yazdı
to sync these names with the the .desktop names Change-Id: I1c4d8943e61b5ae537b865d5a9c3065894f200d7
-
Caolán McNamara yazdı
Change-Id: Ib3e87d8a07f4e38f8dcb6e1226f91920df53c81c
-
Miklos Vajna yazdı
Change-Id: I59afb2302b7fe891a83ca5ce7b12eca322bb7ed7
-
Miklos Vajna yazdı
Change-Id: Iad3cb44cd57ad9e50be6008146629cdca8455eb6
-
Miklos Vajna yazdı
This way GetOptimalSize() returns a size that allows reading the selected item after selecting one. (The new width is the double of the old one, or so.) Change-Id: I5f935dcbee52844fb325bd74437479f759a85852
-
Miklos Vajna yazdı
Assuming the policy follows a least-confidential -> most-confidential order, doing a lexicographical sort on the category names does more harm than good. So use a vector instead of a name-indexed map for categories. Also, don't duplicate the label map for the current state, but just store the state in the same category structure that is used for other (currently not used) categories as well. Change-Id: I1672192e572abfc22b6aeeb152ee7484086cea91
-
Akshay Deep yazdı
Change-Id: Id77fad1dd84a4ea18ac69eeb6aaee39042017b6d Reviewed-on: https://gerrit.libreoffice.org/22681Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Samuel Mehrbrodt yazdı
Change-Id: I2c4b38257ffc01a9d2b1ca4f915bb31a5923710e
-
Caolán McNamara yazdı
Change-Id: I09ff1f699110d5a9b2637f495a7df5d42c6c1a52
-
Caolán McNamara yazdı
Change-Id: Ic102a5a1193a8bc50b460e5897b1ca488f0d4a65
-
Caolán McNamara yazdı
Change-Id: If851dbdb034384395ba590fda61f3383f5ef791a
-