Age | Commit message (Collapse) | Author |
|
|
|
|
|
sw/{inc/,source/core}
|
|
This change adds a new status bar control,
"SwWordCountStatusBarControl". The control shows the number of words
selected as well as the number of words in the whole
document. Double-clicking the control launches the modeless word count
dialog.
Change-Id: I756183ab1aaf4d059e782dfb05508370178cfbe3
|
|
Change-Id: I685a79cb14b0bb1d44d2013b3dd74150929cdf4b
|
|
Change-Id: I2301c1f237b1b08926c80942f459ba6062ed457d
|
|
Change-Id: Ia1f52f25680d3f970aa4f7f60a8e5203326a6796
|
|
Change-Id: Ibf67e586082132f370659a4c79415d5928758d3a
|
|
Could not use boost::ptr_vector here because the code manually
moves objects around.
Change-Id: I708270a967ee6663ab1f1ba8d7998c63fa698b8f
|
|
Change-Id: I384e152b89ed6951417296a5722f831f8ba7cb46
|
|
Change-Id: Iad3903162219e1b015c1266592e5ea742fa967d2
|
|
Change-Id: Iba19e13b4402594023d9ce7c4d4fa3a9cdc9899e
|
|
Change-Id: Ib983bf7517a35392c0468cb763de67d5b45f4673
|
|
Change-Id: Ie41c43dc0cb5b64240122e76df20ff1a57f8532a
|
|
Change-Id: I4596da43e75c0b8c91039786c739c017ee16b6f2
|
|
Change-Id: I33ffca788182cd24d148614ee03c5a884baccf84
|
|
This makes the horizontal scrollbar appear in smaller amount of cases,
generally improving the user experience mainly on smaller screens.
Change-Id: Ic4bf04484f26bd8be572512f6315ecc77d781d11
|
|
Change-Id: Ie1ca2df3e4b60c69a3c7860fe39aca4a505feffb
|
|
The reason is that they can be combined arbitrarily in dialogs, so
changing, e.g., height of one tab can lead to "interesting" results. Cf.
commits 8631dbf85fb5ed56d225e32ea5a9c36c96b0d649 and
29042d096a2c5812ae179e1553367afd21b0f71e that were the cause of the
problem described fdo#49921.
Change-Id: I9995002a2bd5c3604bdfa06dc817916ce61c558d
|
|
C:/lo/core/sw/inc\tblafmt.hxx(311) : error C2487:
'boost::ptr_container_detail::reversible_ptr_container<Config,CloneAllocator>::insert'
: member of dll interface class may not be declared with dll interface
Not really understanding what the problem is here, attempting to fix it
by not deriving SwTableAutoFmtTbl from the container, and trying to get
that to build somehow resulted in this commit.
|
|
I added a GetPos() method because quite a lot of code used that
method and the existing code is quite tied to the precise
return values of that method.
Change-Id: I9af6b923d978abe758b63d835f228495c020455a
|
|
Change-Id: I1c92f9d77723979a9d16e9114282dec8d3566de6
|
|
Change-Id: Ifd81de26432d2e7ceed1a643e3c2009e97f8a5b2
|
|
Change-Id: I722fda99e8c13785c37fe20a89c1e7b6620b884d
|
|
Change-Id: I7f0adc9e2e196652dd938c27630fb2e13f9900e3
|
|
Removed the copy constructor because it was dangerous,
it could result in accessing an SwTOXSortKey object after it was released.
Removed the operator= because it was private, and no longer used.
Change-Id: Ifaf21cbbad5f8b9cabddcc3009e4ed776b1fdd71
|
|
Change-Id: I03ab6367a40ddc5748a499c4e2c7f108a3ef8a08
|
|
Change-Id: I563ab83a24ca4f839892548b350486e83dd071d3
|
|
3af0c948254751eade9bff772b849720747c5494
868bd3b778b6c7b970c67d1dacc469967f69e551
b2e84f9a40fda7821d4e658f9102bcbc783a1ba3
7264d2767095150944ff1e6999c71be1dbdc6f83
858b5b4f36a357fe7192e7c2ed9cc3cdfc81fd8f
The problem is that a paragraph gets added to the document after the TableBox
selection is created, which changes the node ids of the following paragraphs in
the TableBox but the map has used cached SttNd value as its key, so it can't
recognize nodes using the new index.
This worked in the old implementation because that was effectively a
sorted-vector, so probably the best conversion to stl is a sorted vector
Change-Id: I1143d843b872eee15b016f82b68ecc020969f1b5
|
|
|
|
This change expands the number of properties supported by autoformats,
mainly for Writer. Some improvements affect Calc as well (e.g. border
styles are now preserved for Calc).
Common: boxitem.hxx, frmitems.cxx
* Added a new version for SvxBoxItem serialization that includes border styles.
* Updated SvxBoxItem and SvxBorderLine serialization logic accordingly.
Writer: fmtornt.hxx, attrfrm.cxx
* Added serialization/deserialization logic for SwFmtVertOrient.
Writer: tblafmt.hxx, tblafmt.cxx, ndtbl.cxx
* Updated file version for autotbl.fmt to be SOFFICE_FILEFORMAT_50.
* Autoformats now record the text orientation and vertical alignment
of table cells.
* Autoformats now record the following table-level properties:
- Break
- Keep with next paragraph
- Repeat heading
- Allow table split across pages
- Allow rows to break across pages
- Merge adjacent line styles
- Table shadow
Calc: autoform.hxx, autoform.cxx
* Added support for reading/writing writer-specific data as binary blobs.
* Updated file version for autotbl.fmt to be SOFFICE_FILEFORMAT_50.
|
|
Now each such numbering should be properly assigned to the given paragraph
style.
Change-Id: I97a796dfb3f4a46f0fee0663852b3a40c3eaa922
|
|
Change-Id: I492677ed33cf21404b22c2d8770fe32d2cac3839
|
|
Change-Id: I95d82ce168fd1790107316460f6ddbd9f6b32e18
|
|
Change-Id: I753ee58e5999f9ba0da5adeaba7800b76f7f4d68
|
|
Change-Id: I756c0a19bea7b1cc0e290d9f382a04d655819bfb
|
|
|
|
|
|
|
|
|
|
Had to use a class for the typedef declaration because the data
structure is referenced in other header files.
|
|
|
|
|
|
|
|
The need to export symbols for tests is apparently not considered worth
the big extra disk space.
This reverts commit 69d46dd7a6adfffd71da055bb65108c80d27395f.
Conflicts:
sd/CppunitTest_sd_uimpress.mk
sw/CppunitTest_sw_swdoc_test.mk
|
|
|
|
|
|
|
|
This decreases debug build dir size by about 0.5G for gcc and 1G for clang.
|
|
|