Age | Commit message (Collapse) | Author |
|
found with
$ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;'
Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
|
|
Change-Id: Ia6737e7cf88b54be80db39937595105ff0e0d2b3
|
|
Change-Id: I7db230949a97da28c60101d8cce1e30fbc08535c
|
|
Change-Id: Ib9f71832ad12449a73ae803bf7219c2e1c93f086
|
|
Change-Id: Ia0eea8a0c4ef7a8297da185d8187017e76bea422
|
|
Change-Id: I4c98d863b16ab057aa7d99c78fea1eb51935fc47
|
|
It is used only to make the same conversion
on a different way.
GetGraphicSizeTwip() also returns the size in twips.
Change-Id: Ic532341ab37c86a63792c82bf3a5fb2e3d8d0e67
|
|
Change-Id: Iad803091864fb1a1a974df7c8eea6dba566d186c
|
|
Change-Id: I336d7875bbd88dd1993993e0e049c264b87f2318
|
|
Change-Id: I90b71a5abbca19d9b5eaf2ded2f33b01fb775d3a
|
|
Change-Id: Iabfbe854f97b92127f1118b0982be39c4d0a2b8b
|
|
Change-Id: Ia5df160a21ff4c6f5f526945c6b90a974a88c011
|
|
Change-Id: I384308ebffcdbc6df0ee752339dd49957f7d4bbb
|
|
Change-Id: I94f7cecf5b39c1f03b9f10a13b5efa63bb06ced8
|
|
Change-Id: Ic530e11248955133804f8d400eaef80fe33c1779
|
|
Change-Id: I188dc79dbba234b844e7c047ccc186d99c214ac7
|
|
Change-Id: Ie819ed8835ec30b99186d34382d6cd3e63532865
|
|
Change-Id: I3ef0f9cc7c116cf7437df7645d05cc494a452ba3
|
|
Change-Id: I506d48b944cc3d53347aad669119a78a47559c4d
|
|
Change-Id: I548370202d81abe0348a082da0d321260aa8cd37
|
|
Change-Id: I2749ce16f870fb7af2dea23452bec0ec7f8de625
|
|
Change-Id: I1a4c031cb1d65dbdb4f9290997eb65e7738df1d3
|
|
Change-Id: Idd61ad459103f35e7a5094c112eb3294fedb7f90
|
|
Change-Id: Id7a6280bed69059980d5b8f46c80e9dc4a290bba
|
|
Change-Id: I2c3dbad8037a1d7d2d3e0fdb161d1c652f49ec47
|
|
Change-Id: Ibba87aacffc78a80c48c6af0d5cb3e52f49b756c
|
|
Change-Id: I4b4e88d87d96b39186afab1082e5945f441260fe
|
|
Change-Id: I55f0044606a75e79d51dd40976f1492ec797b531
|
|
Change-Id: I7d6762f2bf7aec15255288d356ad59d161b03dfd
|
|
Change-Id: I3d82703a59ec749b723d62b15a36937b61156874
|
|
Change-Id: I5bcb2f1a05cef4a914b20f04a1ca1d8054e14542
|
|
Change-Id: I2bdde7524a97039c94a8da5ac5d2eba38c91d71a
|
|
Change-Id: Ibc6e54bf7f907ae1c500be5c67995419c91aa089
|
|
The document in tdf#77122 shows that frames can exist without a
name. Going to frame properties showed "Frame1" as the name for each
frame, and pressing OK didn't "set" this suggested name - the name
remained blank.
An alternative fix is removing "pNameED->SaveValue();". However,
this approach seems safer.
Change-Id: I1ed9d67442d55f2c481e6e4b35a876721a835522
Reviewed-on: https://gerrit.libreoffice.org/14548
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ia8c237009634eb0c750db42da4f68a31d40c5368
|
|
Change-Id: I845a85e1aad4a0708f2b43f7d94606b4b5513ee4
|
|
Change-Id: I412137e7e7b9b2b87f401bc140a9499d1fc012c6
|
|
still loops in layout though
how am I *still* finding bugs in this thing
Change-Id: I048595956516b9acfc60e90c64180b904d6cc1d7
|
|
Change-Id: I8371b942d915f777a29ca01cd0aed674db0ca853
|
|
Change-Id: I325cd7ff03468009d06c886f800bd12e3acce976
|
|
Regression from 7d9bb549d498d6beed2c4050c402d09643febdfa (Related:
i#124638 Second step of DrawingLayer FillAttributes..., 2014-06-02),
should be good enough till SdrAllFillAttributesHelper gets its own
operator ==().
Change-Id: I03f847bc1589e3771790427d9894cc330a7b8dc6
|
|
Current Behavior : opens a random tab
Expected behavior : open Text Flow tab
Change-Id: I4bbd9dcf2bbbb237d5d70ef07b88f40be9681e7a
Reviewed-on: https://gerrit.libreoffice.org/14486
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
at least not to ensure that they are singletons anyway
Change-Id: I08176afa67ac5f8e4f479b70ca5d71c52d0bb9af
|
|
In a regex searching for "$" to remove the paragraph break, sw_JoinText()
may fail to join the nodes because the maximum size is reached; in this
case the cursor has to be moved to the next node, otherwise the search
will be stuck on that node forever.
This would fix the problem in LO 4.2 but it's actually rather harder to
trigger in 4.3+ because the 16-bit size limit of SwTxtNodes is gone.
(regression from b60ce8465c8f01242354abccebe00742d164af60)
Change-Id: Ie047cad37835adf95afe0d12b94a16ff4aecb17a
|
|
... b60ce8465c8f01242354abccebe00742d164af60
Change-Id: Iba1a059b3aeb5b2266398d80e6995f98fd580f14
|
|
Boost is clearly following the C++ tradition of surprising omissions.
Change-Id: I205ef17f87b176da938ebfa3e1a0748e94605daf
|
|
... if the parameter is currently in the same list.
The "boost::intrusive::circular_list_algorithms::transfer" has a
precondition that the 2 parameters must not be in the same list.
This causes an infinite loop in SwFindParaText::Find(), which is hiding
the infinite loop that i'm trying to debug...
While at it, remove some unnecessary complexity.
Change-Id: Ib41f52c6d5c44ecc358c6170ee1e6e98729e1302
|
|
The function would un-merge them in that case, which is just a little
bit surprising.
Change-Id: Ife1d572635b812d3ff5b9f93c1ddf1954e12aca5
|
|
Currently we fill the SwCalc dict twice via lcl_GetColumnCnt and
GetMergeColumnCnt.
This also drops the unused nFmt argument from GetMergeColumnCnt.
Change-Id: I2f7fd1578353e919209002c0c3040adc14b08528
|
|
Change-Id: I1892d6c0c0466eea266b653f0b5907236cb84624
|