LibreOffice
LibreOffice is a popular fork of the open-source OpenOffice office suite.
www.libreoffice.org
Other Activity This Week
- Mathml mo operator list
dante: This is a preparation for further improvements on starmath. - devtools: handle the doc. model tree with attached obects
Tomaž Vajngerl: Instead of filling the document model tree with fill* methods, refactor that to use objects that are attached (via get_id) to the tree nodes directly. - tdf#138122: Fix vcl for iOS after 1a167625314bf36b735176ed488e6ba9b5e9b675
Tor Lillqvist: Make vcl compile again for iOS and make the Collabora Office iOS app work again when built against a master build of core.
For now, keep the old versions of the functions touched by 1a167625314bf36b735176ed488e6ba9b5e9b675 in vcl/ios/salios.cxx, and move the modified versions to the new file vcl/osx/salmacos.cxx.
Keep the functions as they were except that ifdefs for MACOSX or IOS are expanded. - tdf#138122 Add window scaling for retina displays on macOS
Thorsten Wagner: (1) Remove hack to make application look as if being linked against SDK 10.13 - tdf#115817 add places that add current position to navigation manager
Jim Raykowski: Change-Id: If011b51fac6587b4f551a498866aa71f62ba0fcc Reviewed-on: - tools: support reading xml namespace with XmlWalker
Tomaž Vajngerl: Adds methods namespaceHref and namespacePrefix for reading the current element's namespace prefix and the href. - tdf#116394: sw_ooxmlexport15: Add unittest
Xisco Fauli: Although the fix says in its message "There is no point in adding a unit test for this." The issue is a regression so I think it's better to have one, just in case - tdf#139583 fix case rot 180deg for cell anchored shapes
Regina Henschel: Method adjustAnchoredPosition() in ScDrawView::Notify() needs to distinguish whether an object really has a changed geometry or only becomes visible. - devtools: Add more elements to the document model tree view
Tomaž Vajngerl: This change adds more elements to the document model tree view. - make the Color constructors explicitly specify transparency
Noel: to reduce the churn, we leave the existing constructor in place, and add a clang plugin to detect when the value passed to the existing constructor may contain transparency/alpha data.
i.e. - Enable pasting of LINK data from the system pasteboard on macOS
Tor Lillqvist: Also add more documentation on how the flavorMap array works. - devtools: change to on-expand filling of the doc. model tree-view
Tomaž Vajngerl: Instead of traversing the document model at once and filling the tree-view, only fill the root element names first, and fill the children on expand. - devtools: fill left-side document model view for all document types
Tomaž Vajngerl: Change-Id: I19f1cfdbdde86b3fbeb2a0a7e3e4255ef0055cf5 Reviewed-on: - prep to replace stock button labels
Caolán McNamara: a) as per - tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtons
Caolán McNamara: except for extensions/uiconfig/spropctrlr/ui/multiline.ui - ScriptForge - (SF_Form) methods for forms and subforms
Jean-Pierre Ledure: MoveFirst, MoveLast, MoveNew, MoveNext, MovePrevious Requery - tdf#39721 sw change tracking: fix move down
László Németh: When moving list items by Move Down (see Bullets and Numbering toolbar) to a non-content node (e.g. - Bump MSVC baseline to Visual Studio 2019 version 16.5
Stephan Bergmann: After b4b7e92cbf5a212cc1c648af86df2dee364d48c8 "Use MSVC's /permissive- to make it more standards conforming", vmiklos reported that his 16.4.6 build started to fail with
> C:/lo/master/connectivity/source/drivers/odbc/OStatement.cxx(411): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' > C:/lo/master/connectivity/source/drivers/odbc/OStatement.cxx(411): note: This diagnostic occurred in the compiler generated function 'T connectivity::odbc::OStatement_Base::getStmtOption(SQLINTEGER) const' > C:/lo/master/connectivity/source/drivers/odbc/OStatement.cxx(418): error C2760: syntax error: unexpected token 'identifier', expected 'type specifier' > C:/lo/master/connectivity/source/drivers/odbc/OStatement.cxx(418): note: This diagnostic occurred in the compiler generated function 'SQLRETURN connectivity::odbc::OStatement_Base::setStmtOption(SQLINTEGER,T) const' > [build CXX] connectivity/source/drivers/odbc/ODatabaseMetaData.cxx > make[1]: *** [C:/lo/master/solenv/gbuild/LinkTarget.mk:301: C:/lo/master/workdir/CxxObject/connectivity/source/drivers/odbc/OStatement.o] Error 2 > make[1]: *** Waiting for unfinished jobs.... - Add an option to dump pasteboard data for a type to stdout
Tor Lillqvist: Change-Id: Iafa24799c5c18abef93f032a2f637c39f4a9cf5e Reviewed-on: - Add a tiny program to list the contents of the macOS pasteboard
Tor Lillqvist: Change-Id: I78933f18a80140e9ccacabd6243716205b530c43 Reviewed-on: - Add more source files for breakpointing convenience
Tor Lillqvist: Change-Id: I130273b7b5e812df1eeb904f652d23a492398636 Reviewed-on: - tdf#133858 reduce the double-ref range to data content
Dennis Francis: in certain matrix formulas like SUM(IF(A1=G:G, H:H)*B1/B2) where whole columns are used for comparison in the condition of IF ultimately followed by a reducer like SUM. - Add some more source files and drop dead ones
Tor Lillqvist: Change-Id: Ie669750404dd9b73881a9e217e3cced0bf21e42b Reviewed-on: - tdf#139566: sw_uiwriter3: Add unittest
Xisco Fauli: Change-Id: I60fb8411ec3c69159998120e40d7db5291f87674 Reviewed-on: - Resolves tdf#139343 and tdf#139335 - Community/Enterprise flavor
Heiko Tietze: - Switch CE/EE per --disable-community-flavor internally use HAVE_FEATURE_COMMUNITY_FLAVOR - tdf#139580: sw_ooxmlexport16: Add unittest
Xisco Fauli: Change-Id: I635909b62239e2afb72038c21091b65e22ce8d43 Reviewed-on: