Age | Commit message (Collapse) | Author |
|
These are roughly what need to get installed to make the approver (the
little dialog box that pops up for incoming offers) and handler
(LibreOffice itself) service-activatable.
Without these, your contacts will only see that you're capable of
LibreOffice tubes while you're running LibreOffice, and you won't get
a prompt unless liboapprover is running.
|
|
This is a small external process designed to prompt the user for
incoming LibreOffice-flavoured D-Bus tubes.
Right now it is not service-activatable, but soon it will be…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tubes are offered and accepted now, sending/receiving works
YAY! Thanks to Will Thompson from Collabora.
|
|
|
|
|
|
|
|
|
|
so add in all the libs we're going to link against when doing our link test,
which fixes the build for this on an old debian toolchain.
Change-Id: Ia2883f0992ad44e3857576eee59c70df80028694
|
|
Check that iterators are not end() before incrementing.
Change-Id: I9c29c707f165306261523e320099dfa6f0527f30
|
|
Change-Id: Ibdb223f0209a999028d5d63536a895a9d1f473f2
|
|
Change-Id: I663f03c2fdafe994b609572aa3a8b6bf2354b444
|
|
Change-Id: I0d79505e2d97b1f8608e6d6e72b317bfaa344b1d
|
|
Change-Id: Ib00a12ba38334a1233c2894606c097bfa2891813
|
|
Change-Id: Id0ee0ae93d69641cf65d12c8f170d3c6b34dbeb9
|
|
Change-Id: I45c66246de9d5608b630ceeb11535faf28f9c073
|
|
Change-Id: Ia5bbf4960cae0b2e4a975ded067d46a85a0b3ab9
|
|
Change-Id: Iace6d47157ee7280c6940465ef6da0b066302e52
SwBlink::Insert: the delete was removed, introducing a memory leak.
|
|
Change-Id: I14bd09a6a1209de45ee0a67f7f6e89aeb7412041
|
|
Change-Id: I6e794589b22698b411f5b74d56eeaabb760305d8
|
|
Change-Id: Ifbee6942045b26fc7df8fb96d910197f77729b4b
|
|
Change-Id: Ic8d230bb32fb071300868d0cdcf776ddf58506da
|
|
Change-Id: If745de5e44ffffca27166f3ac6f35877189d50a7
|
|
I had to move the HTMLControl struct to the header file to avoid
warnings about delete not being called.
Change-Id: I822afba210d34f5855ae052fb34e117a16578970
|
|
Change-Id: I1731eae553e1bc47cbb01d47622b047693a6a194
|
|
Change-Id: Id410727331d6b9dc599814dce15dc3d02037bc7b
|
|
Change-Id: Idd06aaa1a01a1f3ca17e23ae703549105f2d9669
|
|
Change-Id: I2f6adcff92aedb54c91fe57c1f7511160d9868ce
|
|
(it = aUsedSeqNo.insert(pParent).first) != aUsedSeqNo.end()) has
undefined behavior due to undefined evaluation order of insert and end.
Change-Id: I8e6f6912cb96c95b60c4fc964dc0f64feaf69265
|
|
Change-Id: Ia2a213708baf910429be9fd397e0112c80e8cd2d
|
|
Change-Id: I43f344fb06e45cc883c8c6cd9bbfbe29ef9c01f7
|
|
Change-Id: I4ba4164343f252ac451433ba3b07e2cd214e13f8
|
|
GCC 4.7 has a completely mysterious complaint that can be avoided with a
typedef:
inc/o3tl/sorted_vector.hxx:48:16: error: ‘vector’ is not a template
Change-Id: I58111df62c74f7d3a07e1e6e4fa1a400ff7d887c
|
|
I can't add a regular erase(iterator) method because we only hand
out const_iterator's
Change-Id: Ia3bdecb0f909d0712138c7ee48da268951e2733b
|
|
Implement suggestionss from David Tardon, mostly around prohibiting
access that could result in the vector becoming unsorted.
Add front() and back() accessors.
Add lower_bound() method.
Add optimised insert() method.
Change-Id: Icbb3597277f3e5963573b57d4f6d3cb740e896e6
|
|
Change-Id: Ife861e0b34becf5a4f9a61c3e34be75b5acd00d7
|
|
a) remove special handling of 0x0002 in our custom icu rules.
Which brings us a step closer to getting rid of at least
some of them in favour of the defaults
b) expand the 0x02 in SwTxtNode::BuildConversionMap like we
do for fields so
Good side effect is our word count and character count now take into account
the actual footnote indicator text, as does our cursor travelling. Both of
which are more word-alike.
Change-Id: I3b0024ac4b10934bee7a9e83b0fce08a18556c7b
|
|
so that on version bumps and/or added/removed patches that we
rebuild them from scratch, which hopefully will make incremental
builds post external module bump pain-free
Change-Id: If268401a2794989d49861c08f7a69ef926cf5809
|
|
Change-Id: I9762e198825fbc697f4049a7da5755d72c14e481
|
|
Change-Id: Ib8db74de1f18342794713952470e26ba87bc75fe
|
|
Change-Id: Ie3319870ae26e9e2cac32641a33be62e4e020c02
|
|
Change-Id: I3e47892002a0cf0d22d86e9da925c76ac2781579
|