- 03 Kas, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Iaddc47087d796d96fa0ed054c254b3cf83c90b5e
-
Caolán McNamara yazdı
Change-Id: I7aea5663ed4a5d2f4990292d64eefd782119aded
-
Caolán McNamara yazdı
Change-Id: I8b92c583bf1d6167b713648f417ba5569b3593ba
-
Caolán McNamara yazdı
Change-Id: If1d822e0e6c87e792ff4a769a525e161505325c9
-
Caolán McNamara yazdı
since commit 808d273d Date: Fri Apr 25 11:56:54 2014 +1000 Remove ImpInitOutDevData and ImplDeInitOutDevData in OutputDevice All these do is some very, very basic initialization. There is no need to lazy load the structure, it should be initialized when OutputDevice is created in the constructor and deinitialized in the destructor. mpOutDevData is never NULL Change-Id: Ie08f7520e8c09b57e056c086bba3089abe2486fa
-
Maxim Monastirsky yazdı
Change-Id: Ie2d00cfbccefd69c8e46381b712620def655a798
-
Maxim Monastirsky yazdı
Change-Id: Id177964ec35d6b5a08c46b8ba96615c2a4729136
-
Maxim Monastirsky yazdı
The Sidebar button handles also the color of diagonal lines. Change-Id: I26d75472a8c9ca482274797127994d4546b1b3e8
-
Yousuf Philips yazdı
Change-Id: I662842eb293d4b0d98ea2a39c3fd66abe1fc730b Reviewed-on: https://gerrit.libreoffice.org/12217Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Olivier Hallot yazdı
Project: help b9e9fb3ea9a4d493038643b831ca9b9149d4c2b8 fdo#85686 update help page for Calc Option Formula Calc's Formula option page has a new entry related to large file recalculation Change-Id: I9f4a5834ee58905d865aaedab25bd692445610d0 Reviewed-on: https://gerrit.libreoffice.org/12165Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
David Tardon yazdı
Change-Id: I88b95a253f19306c6519987a4a8f72e9362d4d9a
-
David Tardon yazdı
Change-Id: I8b99afa5d43e1a9f003c3b31175d73bf5a289232
-
David Tardon yazdı
Change-Id: I3c8370915898e322f40812b52929132e192b3a2c
-
David Tardon yazdı
Change-Id: I94117e9f53f1929906b88b2a31d0fcfdf2e40c8d
-
David Tardon yazdı
Change-Id: I7008b3a96400a4d1520a03d985c0b421ff587bcb
-
David Tardon yazdı
Change-Id: I9ed3ef809401ecf23e9c1f9bd020cf96049b56f0
-
David Tardon yazdı
Change-Id: I0262cb51fbc0b8e4bb6d6aabbd59a7c271768a99
-
David Tardon yazdı
Change-Id: I603215180e86ca28b94b129378ec48b7658e37b5
-
David Tardon yazdı
Change-Id: I8588809ce636107b4e9a51c5a1f4bc7af3f23f0d
-
David Tardon yazdı
Change-Id: Icc6d4f0375106b670dd1efd04395f3c163bdd65d
-
David Tardon yazdı
Change-Id: Ifd83a4a28414ffa5d8cc3cec3def4361737a333e
-
David Tardon yazdı
Change-Id: I898f3e383f5ff3451860e49b0ea00111ed1b52c2
-
David Tardon yazdı
Change-Id: I7f40b7e72caa67644b23f02fa6c2a4ccfe4f354d
-
Yousuf Philips yazdı
Change-Id: I4deaef9a942b82566bc7dcdc65f2a84441045f91 Reviewed-on: https://gerrit.libreoffice.org/12167Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Stephan Bergmann yazdı
...so make sure to always round small width of a scaled font to one, not zero. Change-Id: I032b28e7f7183770db134f5891393ceaf39e0103
-
Michael Stahl yazdı
... because i can type m_rDoc but "m_rSwdoc" always comes out m_rSwDoc. Change-Id: Id50888012da6cf3cf7aebc52e8c70fc359c6e073
-
Michael Stahl yazdı
Change-Id: Ic86a81e09cf32109fe2433c3da0fedd1a96656b7
-
Michael Stahl yazdı
Change-Id: I32adf98474283e04b209b7ca4ec4077f908d2ecd
-
Michael Stahl yazdı
... to prevent ~SwIndexReg() assertion when the note it is initialized with is deleted, since m_pPos2 will never be corrected because CrossRefBookmark essentially denies that it exists. Change-Id: I48543c47da0f4006e8381f4cc8a2ee81826461c9
-
Caolán McNamara yazdı
seeing as have a uwriter target for the non-exposed symbols case. As a motivating side-effect stops crashing on exit on an optimized build with my x86_64 fedora 20 gcc 4.8.3 build Change-Id: If0240ee02d4899e488b12d2d8d5f9b6bf7cca37d
-
Caolán McNamara yazdı
also see fdo#46757 a) We need to ignore redline-deleted text, but count redline-added text b) each block of text is denoted by its end position in the model and where that maps to in the view so a hidden portion should record its end point not its starting point, and a non-hidden deleted portion should always record its end point c) when mapping a model position to the view we take the offset of the model pos arg from the block end and use that to offset the mapped block-end view pos to get the final view pos. But for hidden portions that won't make a whole lot of sense, and end up offsetting into prior portions, so map all positions within a hidden portion to the same block-end view pos add regression tests for these cases Change-Id: I45c76bba47fd430bc3bccb5f919502660d415d9e
-
Caolán McNamara yazdı
Change-Id: Ida4221bfbfe30f7e1abd5c367d8cb8b9edd310bb
-
Norbert Thiebaud yazdı
Change-Id: If84d623719058e4b14f224a433253fac4fd47f85 Reviewed-on: https://gerrit.libreoffice.org/12066Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I3596df5736620488948cc3a138d63a0cb9676ee8
-
Eike Rathke yazdı
Regression introduced with 3d869cda for fdo#74014 Change-Id: Ie8ca1e7c15609aaf80b4ecbb6ccffc30a3f79f0a
-
Noel Grandin yazdı
Change-Id: I2be280ff8ebbf1046047a5bb4463191462172e24
-
Christian M. Heller yazdı
Change-Id: Ie01e9488c6b8e36c40e6176bc1cac38a93a8087f Reviewed-on: https://gerrit.libreoffice.org/12194Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Juergen Funk yazdı
this includes a fix to leave disabled menu entries disabled. This reverts commit 454f5c30. Change-Id: Ifb66b0b241378437f040af19ec163da3cb8d815d Reviewed-on: https://gerrit.libreoffice.org/12061Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Daniel Sikeler yazdı
Added two new function to the SwEditShell. The first returns all items of a specific WhichId wich belong to the current selection. The items from the attribute set and from the hints are used. The second returns SwPaMs separated at borders of an itemtype identified by its WhichId. The SwPaMs must be deleted after yous. Change-Id: I00e6d1b0f75b9f184343711c6d2bdc7e5694c711 Reviewed-on: https://gerrit.libreoffice.org/11857Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Takeshi Abe yazdı
Change-Id: I9fcbdcd54978ccaffa5359c0afb0a1990356c218 Reviewed-on: https://gerrit.libreoffice.org/12205Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-