- 17 May, 2013 32 kayıt (commit)
-
-
Khaled Hosny yazdı
Change-Id: I858832a41ef140fa9916e05548edf2df6b0af451
-
Khaled Hosny yazdı
No need to keep a fonts array around; we don’t modify the glyph array in anyway so we can just query the CTLine directly. Change-Id: I24fd49b8fcc8391de7fe132db60bc81bc9941a81
-
Khaled Hosny yazdı
isVerticalRun is not used anywhere, remove for now. Change-Id: I29a9650e3031dc1faaacd13f4aa9fefe661edaa7
-
Khaled Hosny yazdı
The secondary caret is a special caret that is inserted when the text changes its direction e.g. between an RTL and LTR segments, not whatever who wrote this code thought it is. This should now be more or less the same as ATSUI version (for better or worse), though it probably makes no difference anyway since GetCaretPositions(), despite its name, is *not* used for determining caret positions but only for drawing mnemonic underlines, and we don’t draw any menus by ourselves on Mac. While at it, adopt variable naming used in the rest of the code (not the spacing, though. Why any sane person would want no space before opening parenthesis and space after it!). Change-Id: I3e8d1db33c899d0c69f65b57f0a52d10cbed1025
-
Michael Stahl yazdı
Project: help 7cbed0ad307c87de550f032046a39375979efe76
-
Caolán McNamara yazdı
Change-Id: If922b5a21babd120262436b66cd01098341fa92b
-
Noel Power yazdı
Formula arrays in xlsx documents don't change ( when depenant cells change ) this is because of some performace hacks that prevent wide-scale startlisten calls ( e.g. inhibited because filter calls SetInsertingFromOtherDoc(true) ) Instead of enabling that stuff again some we do some manual dependecy setting Change-Id: I994d0ec505339201f6f78229963de45f10437212
-
Fridrich Štrba yazdı
Change-Id: I39f8160311ab24f8bdd680b87a407ba69a4e51e3
-
Eike Rathke yazdı
Change-Id: I88a95d8fac8af9085d41cf1b13c8ff3ee7abb141
-
Petr Mladek yazdı
- $(UNIXFILENAME.$*) is not correctly substituted if the variables are defined by another VAR.bla variables - add missing '-' to the iconprefix - use '$${PRODUCTNAME} $${PRODUCTVERSION}' for the desktop menu; the real name and version is added later by the installer in instsetto_native - use correct .po file for the translations - deliver the localized and corrected desktop files Change-Id: Ifcf797b57f94b16bd7ee498136c9c353b85c7c46
-
Petr Mladek yazdı
The freedesktop solution has been supported by the Linux desktops for many years. It should be enough these days. At least the SUSE desktop integration has not been needed since about 2009. Change-Id: Ib5048bd062802f6e70403e81433ea68ca9dff177
-
Eike Rathke yazdı
Change-Id: I1120950f1161e51591701368229844f6a5344eeb
-
anuragkanungo yazdı
Added an checkbox option "View PDF after Export" in Export as Pdf Dialog Box . If a user ticks the checkbox , pdf file will be opened after export else only export will be done . Goto File > Export as PDF >> Tick the checkbox "View PDF after Export " to observe changes . There is a lot of space in between last checkbox and this ViewPDF checkbox , because if we open impress and check export as pdf , there are more options in the dialog. If user export PDF and check view PDF after export, the PDF file is added to recent documents of the OS . ( tested on opensuse) It will require make dev-install to work properly . Change-Id: I76611c0e3382e27289d648942a98b092edc430ae Reviewed-on: https://gerrit.libreoffice.org/3948Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Isamu Mogi yazdı
Change-Id: I7d85cdb5e32802ddfd83a350f3daa49348bc18a6 Reviewed-on: https://gerrit.libreoffice.org/3935Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Fridrich Štrba yazdı
Change-Id: I4196577d1caa24d52f5e734cb0817f2e943f12ed
-
Eike Rathke yazdı
Change-Id: I05cefb96d7d6290ff7e1a89fa88b21da7a6c82a2
-
Marcos Paulo de Souza yazdı
Change-Id: I0fd872d15a0c938d32aac185c3c00c5fb14a091a Reviewed-on: https://gerrit.libreoffice.org/3813Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Caolán McNamara yazdı
scenario 1: with attached test document a file->printer settings->properties->paper set a paper size, ideally something not used in the test doc, e.g. Executive b file->print->print c file->printer settings->properties->paper the paper size here should now still be what was selected in a and *not* what happened to be the last page format used in the document which is letter Change-Id: I66be32e2d03381dc2103479f1be46669a342a2ab
-
Fridrich Štrba yazdı
Change-Id: I9bae7d0ea71072168ba53d7376e816bcd05722fa
-
Fridrich Štrba yazdı
Change-Id: I8e70cd72e8c7934b2a04fbe6b9ed5f662c494960
-
Fridrich Štrba yazdı
Change-Id: Ifb3f8a7b0e40ee8b33fab4dded3f75f040e75f72
-
Michael Stahl yazdı
... in destructor. Otherwise it will access freed memory when eventually called. This crashes since OOo 3.2 but no idea why it would appear to not crash in earlier versions. Change-Id: Ie3ab7ddf19fb1086f0b7d824555ab6b063e2b9ad
-
Michael Stahl yazdı
The pObjList is 0, so use pObj's GetModel() which should be the same. (regression from 115054fe) Change-Id: Ib20e1806518f7b3b33d3fb4472d79d531ea9f1de
-
Eike Rathke yazdı
Since 6619955e Date::GetDaysInMonth() operates on the normalized value that corresponds to the actual values set at the Date instance, obtain and set number of days for the intended month instead of using the rolled-over date. Change-Id: Ia6b007675104f8e134b278f216c3bb48b72f061c
-
Caolán McNamara yazdı
regression since 0fd4d12c Change-Id: I894fe80f6c531af5c335dc1f3ba1c0ffaca1e07f
-
Caolán McNamara yazdı
Change-Id: I54660a200b76fbc9e7fc2ad1d7a595b8f8eb8b6a
-
Tor Lillqvist yazdı
It's always possible to run the soffice executable from the same location with a --base, --calc etc command-line option instead. (That is not the normal way for Mac users to open an empty document for the specific aspect of LibreOffice (Calc, Writer, etc) either. Instead, the usual way (says cloph) is to keep a corresponding template document in the Dock and click that.) Change-Id: Iceea270c03a63f674e7dfdfa95117cb3bdd15184 Reviewed-on: https://gerrit.libreoffice.org/3930Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Tor Lillqvist yazdı
Change-Id: I1e133fb53e58da4ad5e3eb02163eb6082d895b15 Reviewed-on: https://gerrit.libreoffice.org/3931Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Tor Lillqvist yazdı
Change-Id: Ia3c5cf74dc88dbb741ea1eac7bbdf0b41617ded9
-
Noel Power yazdı
This reverts commit 9411d4d5.
-
Tor Lillqvist yazdı
Should fix the cross-compiling tinderboxes running on Debian at least. Change-Id: I4fad1beb1a380c69fd1c9461bbf3f4f125df69ee
-
Stephan Bergmann yazdı
There already was a patch to use @executable_path (which is wrong, consider e.g. when such libs are loaded into the URE uno executable), so fix it to use @_..._OOO instead (and no need to set --prefix), and pass the resulting libs through macosx-change-install-names. Change-Id: I2eb1801b64de81ac2b2844f893c9149fc78c3aa9
-
- 16 May, 2013 8 kayıt (commit)
-
-
Eike Rathke yazdı
For every cell with CSS class attribute we tried to obtain the number format from the number formatter and if not found tried to create it, even for empty strings (no mso-number-format attribute present) which are never number formats. Skip that.
-
Michael Stahl yazdı
This was actually a documented feature, so removing it just because it only happened to work sometimes by accident was a bad idea :) (regression from f4b6c94c68b5f67b931cde8d0acda6ec8b288bb) So implement this in a less accidental way, so that Ctrl+Shift+Del at the last position inside a table will delete the following paragraph. Do not implement the weird "only delete first sentence and merge rest of paragraph into cell" behavior, because i don't think it makes sense; much better to just delete the whole paragraph, that is also the most likely use-case for this (with table in frame/header/footer). Change-Id: Ia88b3c8958798fd9c64ee75b56c61d787079133e
-
Eike Rathke yazdı
Regression introduced with 11cbcb8b followed by 56d65893 Deep from svtools/source/svhtml/parhtml.cxx HTMLParser::_GetNextToken() only a HTML_TABLEDATA_OFF was generated for <td .../> without a matching HTML_TABLEDATA_ON (actually same for all <XXX/> ON/OFF tokens). This confuses a state machine that doesn't keep track of such unexpected closures and also expects all attributes of an element at an ON token. Only the parser knows this is actually one token but needs to generate separate ON/OFF tokens. These bugs mentioned in the original code and commits are still fixed with this change: https://bugs.freedesktop.org/show_bug.cgi?id=34666 https://bugs.freedesktop.org/show_bug.cgi?id=36080 https://bugs.freedesktop.org/show_bug.cgi?id=36390 Change-Id: I2b3190d297a35ee3dfda95f9a4841f7c53ed4a92
-
Julien Nabet yazdı
Change-Id: Ib860b6dc3b7ace5f737d283778827bfb0783b362
-
Stephan Bergmann yazdı
Change-Id: Ic3d3abc5404446ca378fda9ccfc12d741a560594
-
Stephan Bergmann yazdı
...leading to macosx-change-install-names not doing its work, and librdf referencing libraptor and librasqal with bogus paths on Mac OS X, and thus cannot be dlopen'ed. Change-Id: I187ce9a0ddc453157bf8666df4d385a07a8762f7
-
Armin Le Grand yazdı
(cherry picked from commit c66db94a) Change-Id: Ifd4c734fee97d7b8f904a1f32c1367a13dde92b2 assertion corrected: BitmapEx constructors with Mask or AlphaMask... needed more checks (cherry picked from commit 560ab48c) Change-Id: Ib6d41bf3349ee89458e06c632342bff43d7a233c
-
Caolán McNamara yazdı
Change-Id: I9594d929316b917b47b40324e3e6666043ddc1fe
-