Age | Commit message (Collapse) | Author |
|
Change-Id: I5150eec33228e18e274a8ae4effd3f185851b7f4
Reviewed-on: https://gerrit.libreoffice.org/7103
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
...for internal loader="com.sun.star.loader.SharedLibrary" components, instead
of exported component_getImplementationEnvironmen (or implicit
CPPU_CURRENT_LANGUAGE_BINDING_NAME). Adapted a few .component files as proof-
of-concept, more to follow.
Change-Id: I82332e0a48e6fc1da245990bb72265fe6e58447e
|
|
Change-Id: I402040a4b747d457b1b7a3695d0b3567fa7bf478
|
|
Change-Id: I4f66403c197bb94ec0ce178f949ece80bab1116f
|
|
Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919
|
|
Change-Id: I60329aabe465da48aac11ad76dd72e9a0ae4d078
|
|
LOGNORM.DIST, LOGNORM.INV, NORM.DIST, NORM.INV, NORM.S.DIST, NORM.S.INV
Change-Id: I695e0645642af1757a1dd7d7f0f15c9515e21309
Reviewed-on: https://gerrit.libreoffice.org/6883
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Else you'd end up with wrong ref range values. Also in
selectAllAccessibleChildren(), the code is probably meant to select
all sheet, rather than setting the top-left reference position twice
in a row.
Change-Id: I895896418476ffea0862e8df4e03f6efc4c91dd2
|
|
Change-Id: I2b7a84c56b8130c6566eb971ba6ba0c3ee487c86
|
|
Project: help a527273352071934f391c38c9e22395d168d79cd
|
|
Note that there is no need to check for empty(), because
matrix is always initialized with all empty elements in this code.
Change-Id: If05b3b12d7209b99fcbb09f7c97e74476fb9ce06
Reviewed-on: https://gerrit.libreoffice.org/7098
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
|
|
Change-Id: I23ffb5288cda22dcf98bba2d16ae7cf6f9d66825
|
|
Change-Id: I432b8c36e28576d016c58d972299aa804963829e
|
|
Change-Id: Id08f07ec47b5d3e34e1ef1e73475bfe6b10268c9
|
|
because Expert Config is no longer a leaf in option page tree,
it became a standalone window.
Change-Id: Ib82b5eb958073d1afbd9ad2b8493e2670dee591b
|
|
Change-Id: I4217c890f6c398fb2010beb67ee396caf7f4faaf
|
|
Change-Id: I349fb24a388775c58be7a326832b3fc0ec38180f
|
|
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
|
|
This fixes testFdo60990 in CppunitTest_sw_ooxmlexport when DML export is
enabled in non-experimental mode.
Change-Id: If69bdb6ed8798ccd3e5e3bb55ec4d2a598fd6060
|
|
Project: help 884765268982ae9ddd2724473ad29d3a05e4ad30
|
|
Change-Id: I0cf7fb84974741a162addb6c1fc393d3328f21cb
|
|
Change-Id: If486cf470583205763722766da57303de904b321
|
|
Project: help 7553e9bbbdce95b10ff4f8833f168e3e43b4af1d
|
|
Change-Id: I18fdd834916aa1e15720698104c5ad989ee61986
|
|
Change-Id: I78cd22485bd5d76ca37fa07e2e2eeae1da5bfea3
|
|
... to not confuse it with XComponent::dispose().
Change-Id: I056fdf77f9116d1c22f8ca9313a0ea313fb1c4aa
|
|
AccessibleGridControlAccess: clear the m_pTable member in dispose() so
it is no longer accessed later.
Change-Id: I490c84ce1bee55c9c69eb29b81ddfbe808301797
|
|
For unknown reasons this uses both SolarMutex and a OBaseMutex::m_aMutex
to lock some but not all methods, which seems odd.
- remove a third mutex AccessibleGridControl::m_aMutex that appears
unused
- lock OBaseMutex::m_aMutex in AccessibleGridControlBase::isAlive()
which accesses rBHelper members, which should be sufficient
- lock SolarMutex in all UNO methods
- remove misc weird stuff like TC_SolarMethodGuard
Change-Id: I8321757fb4a5043a05c23f2dc9801f5d8c8d911e
|
|
Fixes build error "no matching function for call to oox::ByteOrderConverter::convertLittleEndian(int&)"
Change-Id: I899f151ff99737247ce4090f59897eba842c40ba
Reviewed-on: https://gerrit.libreoffice.org/7099
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Project: dictionaries 569915c40dc4b3df1f75abe9e1202e0d66f03281
|
|
Change-Id: I44f6f587dffe047d4aef7e32233bafe54a77cb6d
|
|
Change-Id: I2bc2c5837556da73cc60e0e5b906ddb4f01844d9
|
|
Project: help 5cfa752cb51b7a4129fca02287c860e297782632
|
|
...otherwise, ExtensionBox_Impl::RecalcAll would crash in CalcActiveHeight(-1).
Change-Id: If399825951c79b821ed44ebefa19d1032ab4f850
|
|
this is broken since 6e4a21ff22345a24e4d530725814c436a1bdd49a
the original commit in 2001.
I imagine the idea was to strip a trailing sal_Unicode(11) from the
end of the string and then recalculate if the string is empty, but
seeing as it has chugged away for the last 12+ years like this I'm
relunctant to change it to what it might have originally been
intended to do and instead just remove the stuff which was never
executed.
Change-Id: I73d5108ece8e716d78a4898117e0ee2d51822015
|
|
Description: Docx containing floating table with formula was giving
"General input/output error" while opening in LibreOffice. Reason being within xLoader->filter() it was calling
EmbeddedObjectContainer::RemoveEmbeddedObject() with bClose value as sal_True(default value in function declaration)
and hence it was removing embedded object from container and also it was closing it.Fix includes passing this bClose
value as sal_false (which means remove object from container but don't close it.)
verified code changes for various floating table docx and normal docx containing tables and formulas.
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/7009
Change-Id: I9c2d3f8c4099f9f753b2a1b027f9072cd4effeb5
|
|
This patch adds support for the DOCX exporter to export the
'Track Changes' of type 'Deleted Paragraph Marker'.
Conflicts:
sw/source/filter/ww8/docxattributeoutput.cxx
Reviewed on:
https://gerrit.libreoffice.org/7061
Change-Id: Ia4f5933c9058d74fe8f47fc578747be972774340
|
|
Change-Id: I649a37c5e4e1c8aa26f94fd5ab41fccd0309b288
|
|
Project: help 78b1b459cb6dd8d3df6223918a41828df42d32a4
|
|
Change-Id: I7831bc63f66ab7fe30f5648efc2f733c6bd90d0e
|
|
This patch adds support for the export of any redline of type
'paragraph formatting changes' properties that were imported from
a DOCX file under the 'pPrChange'->'pPr' XML node.
Reviewed on:
https://gerrit.libreoffice.org/6993
Change-Id: Ieea5bbb219f444e382f22948944e038bb661ec7c
|
|
Project: help 0bbe85ad404d96d7b3a994b0c5bd82e931c88c98
|
|
Change-Id: I1b7b26ceef86e0dcc642d760b8413a822c125a2b
|
|
Change-Id: I844b45b4cc9834550d0d187dfdbc69686e512e5d
|
|
Change-Id: I56bd0630f8d238488d9d6598d87acefe1a08fdf0
|
|
Change-Id: Iecd054809109368e2305b3fd4183e53a57a1ec45
|
|
This patch adds support for the import of 'paragraph formatting
track changes' in the DOCX filter.
It detects the 'pPrChange'->'pPr' node and stores all the properties
that it processes in the redline object.
Change-Id: I3cce83dad4d46c2216ca36393b6572f0fc9d2ed7
Reviewed-on: https://gerrit.libreoffice.org/6992
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
This cosmetic change in function names is in order to better reflect
the purpose of these functions and variables.
They do NOT represent a change in the paragraph itself.
Change-Id: I8792ef5b43453d16ce5238906593ca2d5ac87a29
Reviewed-on: https://gerrit.libreoffice.org/6991
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
This change adds an output of the 'redline paragraph index' when dumping the
data model to an XML. It also changes the way the paragraph text is dumped
to the XML (it is better viewed in the XML this way).
Conflicts:
sw/source/core/docnode/nodedump.cxx
Reviewed on:
https://gerrit.libreoffice.org/6990
Change-Id: I176270047bb4be838972117add5f3588b5573cfe
|
|
This patch adds support for the export of any redline 'formatting changes'
properties that were imported from a DOCX file under the
'rPrChange'->'rPr' XML node.
Change-Id: Iffb4ce9f6606013a1f6f937d2e62ef0cf9e015b5
Reviewed-on: https://gerrit.libreoffice.org/6909
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|