Age | Commit message (Collapse) | Author |
|
Change-Id: I0838ef7e1a80056a2a0bf0fc8d4ff91f9acbe5b7
|
|
Change-Id: I87e7264ffd3086796aaa8e136c2f9b77fde7b74f
|
|
Text is written, but paragraph and character properties are not yet
handled.
Change-Id: I828f8b6096bde000347066b23925376f6f945dbc
|
|
|
|
Change-Id: I235895caaf95225148e61d96f4c3b14bf9f5542e
|
|
Change-Id: Iee8541ff9e88139648d45f08968476f2b1d4e1b3
|
|
i.e. aac04652fda01b0299e17087b151f07d6115e894 cockup
Change-Id: I858a6895678266cdc714962c04bb24bf5769d656
|
|
For the Ascii import dialog detect the language first and base the default
fonts off that as the default fixed width font for that language
Change-Id: I6e81c7c38900a441076dc591c070b99a2184e081
|
|
Change-Id: I23606a7601b71890acf7e260951e1bacc0fc2df9
|
|
Change-Id: I80bd0329e15cb365091ea6f5c7e1ef3559d681fc
|
|
The aWork buffer is missing space for the null terminator, which the
previous String::AllocateBuffer automatically added.
(regression from aac04652fda01b0299e17087b151f07d6115e894)
Change-Id: Ia12ad46dfb95dd59965a073debb95b241b2e97d9
|
|
Change-Id: I000fc9c1328aec5924da1557da599e6c7bdcb373
|
|
- Move entry to File menu instead of File->Templates.
Change-Id: I3c7df6057f9634d0e3879c90e0760f1fecc98954
|
|
Change-Id: Ic8d149a78b2bc2bf352b7893202d0d0b6730746c
|
|
Change-Id: I9b7a61f18f987214708195a89f6e346c865c7f9f
|
|
Change-Id: Ibeb903c03a9c4c8638985847f527ebfa7c2756ce
|
|
Change-Id: I2fb2004f2f755ce337ddd1419acf2510f17622f3
|
|
and don't let the moribund fading-out button pursue the mouse
Change-Id: I6f821f7e8144e9448c1cb65f8ce96102419cd6f0
|
|
it seems when the mouse leaves the dashed line, it immediately appears inside
a button (if the mouse motion is not super-fast).
Change-Id: I43c792fdba59feafd761bde8529a8683c07bf3d3
|
|
Change-Id: Ia8179d4333434324dd4b5239691402d0e48da5a1
|
|
Change-Id: Ic80f57946e7b3f9c1bd99ed65955cf3c280063d2
|
|
Change-Id: Ib5c49b06a6aab7d578030c3486c9cab91c7f9b28
|
|
Change-Id: Iabb1ac89163c2aa715c7631987886245fb96101c
|
|
The cast away of constness in d64ecf4e94a81d9c1fd4be74c098eb0e58345c60 makes me
feel icky
Change-Id: Ib977fd6bf34f11407a5957332789e1e48d98819e
|
|
Change-Id: I64daedac350d5e897fa8acb79c4c2683a669725b
|
|
Regression from commit b3cee382, the bugdoc is an example of why those
can't be optimized with the current method. (Yes, it is somewhat
special, after a resave in Word, the bug is no longer there.)
Change-Id: I4b5e82b13242726d6df47c447642ca8916aa6f31
|
|
Change-Id: Ibf1ad67a1776dbe966de335be93a295ba7bebe76
|
|
Change-Id: I07e6b53445fe8da6cccaadeb9bbe94c180cd6d8c
|
|
The value 58 was hardcoded in w:position handling before and so was
reused for the test, but now use the value that is (hopefully) correct.
Change-Id: I1191fce9859d688a60f1b3fbdb0e704b130c1670
|
|
Now that empty <w:tabs> is not written out, the style's tab stops
will be the default.
Change-Id: I2a876ba544a58fbb82218ec9fd4d1356ea9ac12c
|
|
Change-Id: I30a24da0e6a568ed57d936fe769d47ea8465096d
|
|
Change-Id: I05cdd55ff22f845fc9210e8eeb2bdcf5a2a8103d
|
|
Change-Id: I766f8683655eb8f1ca437ab9622f3caefbc83e64
|
|
Change-Id: Iaeae2022a6e5a662d5ba8445c5544edbe39e7ae3
|
|
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
|
|
How to reproduce: if you have a paragraph of text, and hit Enter in the
middle of the paragraph, the frame around the document below the cursor
position gets darker. Regression from
f23d055dbee887ef9ebdf0a72b83ee1de91b7b8b.
Change-Id: I41f9972b9be8d3ea02b52c0bc7355b012b41395d
|
|
62b7606fddfef9e1a7645a2d3d605f1fa3aee263 wrongly converted the call to
aRedlineParents.DeleteAndDestroy() in
SwRedlineAcceptDlg::RemoveParents() and erases one element less than
the old code, which results in access to deleted SvListEntry and crash.
Change-Id: Ie2749cb3f17b36649adff46c166642fccde31329
|
|
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
|
|
Change-Id: I7fc113f8d59f7c82bae6acace7bf4230b4c2bbea
|
|
Change-Id: Ied91b5b298f0cfad0d3408c3cbb87c7bd1b83247
|
|
Change-Id: I278cd66fb4819721bb473796c28598aaf04eb123
|
|
Change-Id: Ie1d7ed56c69539587df5310c0a1ea0476abd5542
|
|
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
|
|
Those classes don't exist. So remove friend class operators too.
Change-Id: I8e3b32db933dea7cbab86015f0c926df967511f6
|
|
Part of MultiLineEdit was moved down from stvools to vcl
with name VCLMultiLineEdit. MessBox uses it to display the
message in read-only mode. Some of svtools' classes - which
are necessary to implement VCLMultiLineEdit - were moved to
vcl as a whole, and their includes are rewrite.
Note: ExtTextView and ExtTextEngine classes would be leaved in svtools
if VCLMultiLineEdit is a template class, but two macros: IMPL_LINK
end IMPL_LINK_NOARG make it impossible to use template syntax.
Change-Id: I26543868d8081c225c7125404d23369de3c3afcd
|
|
a literal within a OUString.
Change-Id: Icc8e22c43f6ddca25cb284a3d45ab39680ad6d1f
|
|
Change-Id: I6c76d43319aec669982a9694e7f98e5ae1d1a4de
|
|
Change-Id: I6de2586d54d3e0938e2e9701885a043c76f686ae
Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
|
|
Change-Id: I200addfdf551f1b8437b704c481d397c53440dcd
|
|
Change-Id: Ib31c6c11162053a447112d76ed4580236fde92e8
Reviewed-by: Philipp Riemer <ruderphilipp@gmail.com>
|