Age | Commit message (Collapse) | Author |
|
Change-Id: Ia42060d415516a1ba8e23f913875786fe27c9710
|
|
This fixes fdo#49859 - numbering alignment or indentation is not
applied in Impress, by making the tabpage deactivate force-read
the values.
|
|
...on Mac OS X, in what looks like only newly used boost headers.
Change-Id: I86612a419311fe5a2dfda9eec520889707f9e5db
|
|
Change-Id: I4070ffa70690278dbd6575b8bfed3524d4c09ed7
|
|
Change-Id: I99a4a2a3fc6e20f9c8d35213609075f2269eab2f
|
|
This makes ValidQuery *slightly* faster.
Change-Id: I9fff6099b597d7a8d4d5a4358099348baa657802
|
|
Change-Id: I7a5f34715faecd689900b5d41eae9c782e99b47b
|
|
This alone reduces the ValidQuery() call by 70%.
Change-Id: Ic9f8adbd0cb63297be7e173c39e4bcf886d1e2d2
|
|
Change-Id: I14e3dff2e29ce32a7e62f71defe50d5ddc6cde9f
|
|
Change-Id: I06da546daa2efb23362cdc61c14add3ea761638c
|
|
Change-Id: I2e958fde37bc2cf13d4b37d8e8ae9e7bd64061d2
|
|
ensure 'hidden' controls are imported as such.
|
|
Change-Id: I57dfa64c55e046ed51797b2abeb7ba3242e637da
|
|
Change-Id: I3b84d1905d13c9418985d1ebe5feac13a0025efe
|
|
Change-Id: If77a879178a260590be64253435b6c8adde31878
|
|
Change-Id: Id9d767c2738d8052f2716086fb40a1b01c68d76e
|
|
+ set Class-Path in sdbc_hsqldb.jar/MANIFEST.MF
+ pack the missing org/hsqldb/lib/FileSystemRuntimeException.class
heh, it is a crazy hack; the source file is under another path
com/sun/star/sdbcx/comp/hsqldb
Change-Id: I53078269f2298175fee52912d55e8defe01b259b
|
|
Change-Id: I405733a77a721f3d5562782e654a1942fe3b073e
|
|
Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03
|
|
This commit breaks MinGW builds; the m4 macros probably need some
improvements there.
This reverts commit 5ed17233908c7f87b08b0964b55e4504d964ed71.
|
|
Change-Id: Ie06635dc1f242241d48f9d6de4f592898e605bf2
|
|
Change-Id: Iff50dfc1b4730ff584e3015486da4acf8fd5cb47
|
|
In *both* cases, the value of hidden control "Sorting" (if non-empty)
decides the columns being sorted on.
Change-Id: I7f4b50c3af8c12e48e5dedd36b5877ad7a9e1b66
|
|
Change-Id: Ie0bdbed9578b95f7fccc3d9ff6d9c8b5b91ac0ab
|
|
Change-Id: Ia06794537ea4d0f6f069c83709792ebbcc084804
|
|
Change-Id: I05889ccac213743a55c302bd7249b30f817c0428
|
|
Change-Id: I1ce4279d434ffa58328e17863b2e68af1e813a99
|
|
Legacy report means done with the "old" report system, as opposed to
with report builder.
This was caused by a misguided attempt to sort-of work around i#110536
instead of fixing it cleanly. Revert that.
Apparently the idea was to not explicitly set grouping columns as
sorting columns, but that the report execution would automagically add
grouping columns at begin of sorting list at report execution
time. That's a bad idea for at least two reasons:
* This does not allow the user to chose ASC/DESC for grouping columns
* In rare / advanced cases, sorting on another column *before*
grouping is desirable.
Plus, the "automagic adding" part apparently wasn't implemented
anyway.
Change-Id: I81e76eb4b6a0e543571a4df97d0ead77f6a2d7c8
|
|
Change-Id: Ic541f6539a34ea20b19613edc4fe8670b1a69dee
|
|
Change-Id: I92f1271ad36e4ae1221182a3a446f36cf770e003
|
|
...signature of TransitionWindowWithOptions apparently changed slightly in 10.6,
and /Developer/Tools/Rez can more reliably be found in /usr/bin.
Change-Id: Iba55478f3b6de1b4695b686095f4aa0bc0af8e7b
|
|
Change-Id: I1e4d7f1a719712d9665d30bab756ba5b0feaddad
|
|
Change-Id: I0d3f032309fe5aa1c4a33909cbc0e00a22196aa9
|
|
The dmapper part was already fixed in commit
9486851baea59d16c449d79bd61a38f6e686cfe0 for DOCX, this fixes the RTF
tokenizer.
Change-Id: Iaca706e50367bb744f5a03e15134bda1646df8fc
|
|
This also reverts previous attempts at fixing this, commits
33839f90e6f8275a584b483827585a6da05aab75 "ucb: try to fix weird STL assertion on
tinderbox" and 6506af86b5e20a860c8d2d1dd578a22914df5f53 "ucb: second try to fix
weird STL assertion on tinderbox."
Change-Id: I89d0eb87fbd164c0a4cf24d60f225767cb2bfc1a
|
|
|
|
It's possible that the constructor of RegexpMapIterImpl does not
initialize m_aIndex, so try to park m_aIndex on some end() iterator;
it looks like m_aIndex will not actually be used in this case, because
m_nList = -1.
Change-Id: I74cd0d1d87f3e90217c39bcd3168f157066ff3cb
|
|
Change-Id: I437a665ffa225ce69e10f7ee71ff2902c3db505e
|
|
Update code to use factory method URLTransformer::create
Change-Id: I3fd2e838497bcfd8fc949615c0e7d60a6ea47118
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
|
|
Update code to use factory method TextSearch::create
Change-Id: I7a8b607ed397158ca1e2b834ce61b8b196c8019a
|
|
Update code to use factory method PathSubstitutions::create
Change-Id: I3721bd93c36b207d849eea19102f5ac61cadd205
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
|
|
Update calls to factories to use new SimpleFileAccess::create method
Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
|
|
Change-Id: I1efc684f3476cd20bd2ae5efcf603ab2e6adf83a
|
|
plus update confusing comments
Change-Id: I9bdab918566548b576fd22389492216fc4aff7df
|
|
Again, to prevent a modified document from launching the "do you want
to save this doc?" dialog while in page preview mode.
Change-Id: I638ca308a14ad5941b9db164a0753e0aad8e7968
|
|
This allows the close event in the preview window to be handled in a
custom fashion, instead of having it call the normal "close window"
command.
Change-Id: Id324c4f5c96d0222bf82caa8029aa1c724262c32
|
|
Change-Id: I8f6f844338cb188a63676f2db5dec89fccfdca4c
|
|
Change-Id: Ibd9075708fb5b47fb3ed1bf438522c3f3f2af0ab
|
|
Change-Id: I9901d2ef270a096993630103b3cdb5b89e2bb829
|
|
Change-Id: I4d3371a48ec943dcced295069564c9fcf6dffd92
|