- 15 Haz, 2014 2 kayıt (commit)
-
-
Julien Nabet yazdı
There's no property USEBOOKMARKS for mork/moz (regression from 0fadbdbb) Change-Id: If81f063fad2d702c9d8b0bb4147757655cb016cf
-
Zolnai Tamás yazdı
saveAndReload tests export, which is needed only when gltf support is enabled. Change-Id: I08152c12db77ad2fc623f2699784b968378686db
-
- 14 Haz, 2014 9 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: I0d9597782a34ad18b2f36b19b69813460e99ccee
-
Caolán McNamara yazdı
Project: help 2a5201adaccab4f47cf314270fd4ffda76942057
-
Caolán McNamara yazdı
and drop the now unused helpid Change-Id: I38fb93e50e7715e05f21e08c2e8714a1a52305b8
-
Caolán McNamara yazdı
Change-Id: Ifc379008f545ba0c44e8c3bb18a43fc2a633dc64
-
Palenik Mihály yazdı
Change-Id: I92a5778a2f4f69beb73885c2f7c78a43045986c0 Reviewed-on: https://gerrit.libreoffice.org/9779Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Douglas Mencken yazdı
fixes "error: ‘kCTForegroundColorFromContextAttributeName’ was not declared in this scope" see commits: 5bc53876 Change-Id: Ifdf69ab2f9a6437d18a6d3e3f5d756beeed3ba5c Reviewed-on: https://gerrit.libreoffice.org/9758Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
and coverity#736886 Unintended sign extension promote from unsigned short to size_t immediately rather than implicitly to int and then have the int result widened to size_t Change-Id: I3156ed9628287a84da35d97caec8d91ce942986d
-
Miklos Vajna yazdı
Change-Id: I1f1db08447006515e7e6842792241aca992984c0
-
Takeshi Abe yazdı
Change-Id: I32d1e15cb9f050e3cd05babbd2f21c57f3ccb5e7
-
- 13 Haz, 2014 29 kayıt (commit)
-
-
Katarina Behrens yazdı
Showing the whole box (m_pBxMain) shows all children widgets, but that's not what we want as different widgets must be exposed in case of date vs. non-date axis. m_pMt_MainDateStep was then visible at all times, thus bWasDateAxis was always true and m_pFmtFldStepMain value got unintentionally reset Change-Id: I4be0b18f181a45fe6bd3cac0594d6a34d875293e
-
Miklos Vajna yazdı
Change-Id: I1f8737bbe128c747c84c67e8ba8000ecef1ed4f7
-
Miklos Vajna yazdı
Change-Id: I7e4fffabf6b1d96a458a3afd141f86d0e4565230
-
Miklos Vajna yazdı
Change-Id: I90deb68ab6a1029cf5df8170676638bf7e3cb469
-
Oliver-Rainer Wittmann yazdı
... for clipboard documents - assure invalidation and updates on code to update fields (cherry picked from commit 3d4d98d4) The substantial bug was already fixed years ago by commit 9519deda Conflicts: sw/inc/txtannotationfld.hxx sw/inc/txtfld.hxx sw/source/core/crsr/crstrvl.cxx sw/source/core/txtnode/atrfld.cxx sw/source/core/txtnode/thints.cxx Change-Id: Ib4965c5d443b60bab11bad1a9249fc6547976a3c
-
Tor Lillqvist yazdı
This conditionally reverts 0c7e6080. Change-Id: I462016cd43c489fced7fb3739aa98c521d52f78e
-
Miklos Vajna yazdı
Shapes may not have a unique name, but TextFrames always have. So in order to be able to link shapes with textboxes, provide a ChainName property that's the name of the underlying TextFrame. This kills two birds with one stone: - we can have a unique name for each shape - the names can be used for TextFrame linking, as they are valid TextFrame names Change-Id: Ie96f267d392d9fe5388c5eacff9b873f1639054c
-
Miklos Vajna yazdı
At the moment it's only possible to set this property, and it only sets the same property of the underlying textbox, if there is any. Change-Id: I9f168f69a8e92a1b26f21e653a05c97e2e32297c
-
Michael Stahl yazdı
Change-Id: I16e551802181f1daebc49769ece7b9397b8fe52d
-
Michael Stahl yazdı
Change-Id: I3369b4c5c412741e82279db95cb517a8ae69b25c
-
Michael Stahl yazdı
Change-Id: I1b7a8fd5272cb56b2a45c89de79165cfd71711c4
-
Stephan Bergmann yazdı
Change-Id: Ic46e1113af5e88a859273f76f850dbb00939c621
-
Eike Rathke yazdı
Change-Id: Ie57d1104785bd2c4f090c9872d93d4f82dc6b2d1
-
Stephan Bergmann yazdı
Change-Id: Id5c17212031b6710f38413c833c0df2b33f42475
-
Stephan Bergmann yazdı
...that's why the problem fixed in 0466c0dc "Set mxStyleSheetPool before using it" had never caused trouble in practice (and its change to SdDrawDocument ctor can be reverted again) Change-Id: I662995ab4fcaa7ae461cb9575666825d8a869735
-
Caolán McNamara yazdı
"do what I mean" In master pages prior to this if we toggle bullets on and off the that changes the *level* of the paragraph. And because the paragraph is effectively a preview of the equivalent style level, changing the level disconnects it from the style which is useless for us. So instead turn the numbering off at the given outline level. In order to toggle the numbering back split the defaults-setting into a reusable piece that sets the numbering indent which we can call to toggle numbering back on Also split out the broadcast style change *and explicit child* broadcast code into a reusable method, the absence of which left me stumped for well over an hour as to why my changes only worked on level 1 Change-Id: I311c7f35f1ca7dff1d151c6141ff5faa7f15c5a2
-
Caolán McNamara yazdı
Change-Id: I07ba855e473fb137551e70de9cfa858c5e079324
-
Stephan Bergmann yazdı
Change-Id: Id46b391c09555c9ec30916fdd93b05455835d81b
-
Stephan Bergmann yazdı
Change-Id: I7691a6d267ea572e3fdd028c1cfae7b721a76da7
-
Stephan Bergmann yazdı
Change-Id: I697406da402d0b96a5bdcc153e2106d0a26c7d40
-
Stephan Bergmann yazdı
Change-Id: I16195f2278ae67f17db55e02bb38fe3c5cd063be
-
Stephan Bergmann yazdı
Change-Id: I3f6b4fe6190d5d6c09935d590690e8aab607f894
-
Stephan Bergmann yazdı
Change-Id: Ib04cadafab0f3d0cd9e6bb550d846a3a1ca8ea76
-
Stephan Bergmann yazdı
Change-Id: Ida0a95c181a02b4fb0e0b40684a2279923338700
-
Stephan Bergmann yazdı
Change-Id: I9e643bd43e6e0f027a7e17b2d5d867c0cb452052
-
Stephan Bergmann yazdı
Change-Id: I26e1e0f66dad5ed4e8351fc7509449b312559166
-
Stephan Bergmann yazdı
Change-Id: I41ecb2b80251f56823f6b59c0746ff50531e6c84
-
Stephan Bergmann yazdı
Change-Id: If7b285a2214bc878e8464a986538d0445078fcb3
-
Stephan Bergmann yazdı
Change-Id: I7777ec51b00e11204457dd11359d14c2bcf0e283
-