- 21 May, 2014 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I2714b1f1dadc74f8501203bc8b0722c56c9c5fb9
-
Stephan Bergmann yazdı
Change-Id: Ibe2f5f4ad52510247fb4134f433bba4b737d9c33
-
Caolán McNamara yazdı
regression from e0284f4b Here's the original code using the pre stl iterators. if( !pPara && nDepth > 0 && rSet.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON && pOutliner->GetDepth( (sal_uInt16) pOutliner->GetAbsPos( (Paragraph*) pList->First() ) ) > 0 ) pPara = pOutliner->GetParagraph( 0 ); // Put NumBulletItem in outline level 1 Hidden in there is a pList->First() which only gets called if the prior conditions are true. pList->First() resets the index of the internal pList iterator position of pList to 0 i.e. the next call to pList->Prev will now return 0. The equivalent in the post-stl-conversion code is to jump the reverse_iterator iter to the last position in the reverse view. Create a level 10 entry in master view, select level 10, and use the bullets and numbering dropdown from the side panel to see this crash Change-Id: I52c22ea52020feb0fb75924f63ebe225be462071
-
Stephan Bergmann yazdı
...inadvertently left over debug code Change-Id: I4bb9ee37ee7fd5d7e4e7f91afbcc036ba5802880
-
Stephan Bergmann yazdı
...and document how the member functions are supposed to be called from client code. Change-Id: Ia4847945e4a361c43a0ed001e3e78e901c9abcad
-
Miklos Vajna yazdı
Change-Id: Id36f801cdf72d7654958b9d9837590990fdf161b
-
Caolán McNamara yazdı
There are only 9 outline level styles, but we are allowed (for some nutball reason) to create 10 levels, trying to change the format of level 10 will then crash when trying to apply its formatting to the non-existent underlying style Change-Id: Ic240322f98d832bc59edb502dd6d4988aa022481
-
Stephan Bergmann yazdı
Change-Id: Ie7919740e7e95eb53f7a719e3dc2b114c6fd3862
-
Markus Mohrhard yazdı
Change-Id: Ie691746b4621a90d2b7abbfbc75367780574032f
-
Markus Mohrhard yazdı
Change-Id: Ib77911177ec4d2f5b1f7c7ff75db30b6104f0682
-
Markus Mohrhard yazdı
Change-Id: I7662b77df94c439678d17fe31e611272d1802981
-
Tor Lillqvist yazdı
Change-Id: I4ad71bd3538b1d5b033802469b16dd35df5b9724
-
Jan Holesovsky yazdı
Change-Id: If7f39a1a0537c561373137e6a9dcdb22b48037f0
-
Jan Holesovsky yazdı
Change-Id: I2453132fedc9a38f43c3de4b110459ba7771d085
-
Jan Holesovsky yazdı
Change-Id: I31d24ef32ef4bb9ea4b57d596cccd269d07d91ec
-
Jan Holesovsky yazdı
And leaving it out kills the freetype dependency :-) Change-Id: I1fa33492da9d30a98014bae06aa196a508cedfe7
-
Jan Holesovsky yazdı
Change-Id: Iffc91425d4395699a1c5f18ac10f5ed065231fdf
-
Stephan Bergmann yazdı
Change-Id: Idc135ef5031a01961cc18d897a734b598bc833f4
-
Stephan Bergmann yazdı
Change-Id: I2103f8a323d0454bdd1c779aadb99889ae1cf6e5
-
Stephan Bergmann yazdı
Change-Id: I9741daf288c11dc8e0f0ad2f64e934e814c3ef8a
-
Stephan Bergmann yazdı
Change-Id: I4b185f9a0ecaa74ca3f1e93b3bfe504e9778a8ca
-
Stephan Bergmann yazdı
Change-Id: Id115af34011fbedc93a1fea1734ea6b1e7cfafd0
-
Stephan Bergmann yazdı
Change-Id: I523fba14c721815f8416f6e0224e42052d13429a
-
Stephan Bergmann yazdı
Change-Id: Id710a1fe4a3c1593add69bb2a7014d26f9499e87
-
Stephan Bergmann yazdı
Change-Id: Ibdf211b858c25a4b301cbde3dcab3a51765e4050
-
Stephan Bergmann yazdı
Change-Id: I275abafe81c8bb617c70646244b14f6cecc33854
-
Stephan Bergmann yazdı
Change-Id: I2350c1a4d57a0e25753756e99d2b93ab3f2f6997
-
Stephan Bergmann yazdı
Change-Id: I57a5a14a51c0441e0fed006457ac95057f188462
-
Stephan Bergmann yazdı
...and directly use zlib.h's Z_DEFAULT_STRATEGY Change-Id: Ibf528cbc32afec4d442656aa2963f50c0875d6a5
-
Stephan Bergmann yazdı
Change-Id: Ie02fb495beebd02d8331e547cbe6648dc70f241f
-
Stephan Bergmann yazdı
Change-Id: Icd509f55b3f91c4ce3b21bfa3a501d99532539d9
-
Stephan Bergmann yazdı
...so just use zlib.h's MAX_MEM_LEVEL directly. Change-Id: I76d73f665df242bfb180b76aa7054cf8ddbe9e67
-
Stephan Bergmann yazdı
Change-Id: I69273648155f5071b297c9c77edda58a8f25436d
-
Stephan Bergmann yazdı
Change-Id: Ib831b80afcdde98928a2759616810923348f65e8
-
Stephan Bergmann yazdı
Change-Id: I41da8920e33dfdd0f1483ea2d7cf67111224b441
-
Zolnai Tamás yazdı
Using empty tree leads to empty image url which cause problem. Change-Id: If815ce588fb303905035185404ede93fa424fcba
-
Zolnai Tamás yazdı
Change-Id: I17f5636196ba2b14f46f805ce013af5e6bede9a8
-
Douglas Mencken yazdı
apache commons-lang 3.3.1 and commons-codec 1.9 are for use only with JDK 1.6 and higher see commits: 1731f6e6 "bump apache-commons-lang to 3.3.1" 3dad9b10 "bump apache-commons-codec to 1.9" Change-Id: I3e71f6474becafe6c91836bbac5c6a8b7ca3442c Reviewed-on: https://gerrit.libreoffice.org/9312Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
Change-Id: I0cf85027a84482fd504b753bfc32ceb1c07241b4
-
Caolán McNamara yazdı
Change-Id: I35fd20220a206fbe9cbc9eed9670b59e4051ae11
-