- 11 Eyl, 2013 28 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Idd67b977dcf9de4b4d6f0e89e56413c8646d72d0
-
Noel Grandin yazdı
Change-Id: I1d21fd48dfaa8cfe4a2807cd6e50e05db4c24e28
-
Noel Grandin yazdı
Change-Id: Ie42861b0f53e8493d7cff11593c1fa3ae5669843
-
Noel Grandin yazdı
Change-Id: If353e9ee792d58cb7ae3a20072c7208e8f2e6ef6
-
Noel Grandin yazdı
Change-Id: I53a9f334845e163625ed245859bdeb030ae61baa
-
Noel Grandin yazdı
Change-Id: I6b358d82c30bdb079c5adb26d8fbcc20684ad5b5
-
Noel Grandin yazdı
Change-Id: Ieb1dc1b3ad2002ef564f885e13a172f03d191a94
-
Noel Grandin yazdı
Change-Id: I52e6e34776fe494da431f8387f5f330b9aca36fe
-
Noel Grandin yazdı
Change-Id: Ib10ec6b9ab8d3a6538a5e6cafa349774d123531c
-
Noel Grandin yazdı
Change-Id: If06144ebd511653bc7bcf51b2a408e5e1732cb83
-
Noel Grandin yazdı
Change-Id: I4f70ebb03d5028db77ab3d86eb884462c92ec9dc
-
Noel Grandin yazdı
Also: - simplify the return type of the GetPrevPara method, there is no need return an OUString by pointer - simply the ppPara parameter of the ChgAutoCorrWord method, passing a pointer to a pointer to a value type is unnecessary. Change-Id: I4a8c44fdab1cf68af88c34003827d1c20704f839
-
Noel Grandin yazdı
There is no point in storing pointers to a reference counted value type. It complicates memory management without gaining us anything. Change-Id: I756dfad740de3203d88ba48d0ebdfb8671b41cfb
-
Noel Grandin yazdı
Change-Id: Iad22ba07dd3dfbd5162fa4e16ebb5f44c5eb7811
-
Noel Grandin yazdı
Change-Id: Ibee55393373d4b8bc9e17effc2f2bdf862c17cc9
-
Noel Grandin yazdı
Change-Id: I4251db20727a987a36bbdb48e423aed95d3b9011
-
Noel Grandin yazdı
Change-Id: Ic3686fb44cd1e448b9998f2ddc73f9bfd1b3aaa8
-
Noel Grandin yazdı
Change-Id: I8396304ab2b02002ff422a3ce07995dceaafe7a4
-
Noel Grandin yazdı
Change-Id: I9981e36a19d066df8fbc6827dca8d440b063cbed
-
Andres Gomez yazdı
The XDocuments representing the DOM documents of a DrawingML diagram (Smart-Art) are now stored as the PropertyValues "OOXData", "OOXLayout", "OOXStyle", "OOXColor" and "OOXDrawing" into the "InteropGraBag" property of the parent SvxGroupShape created from such diagram. Modified the oox::drawingml::dgm::Diagram class to be able to hold the map storing the XDocuments and its names. Added the getDomMap() method to obtain the map directly and the getDomsAsPropertyValues method to get the map as a sequence of Property Values. Modified the methods for importing and loading the Smart-Art into the Diagram so they add automatically the DOM documents to it. Modified the oox::drawingml::Shape class to be able to hold the sequence of PropertyValues storing the XDocuments and its names coming from the oox::drawingml::dgm::Diagram class. Added the getDiagramDoms() and setDiagramDoms() methods. Enhanced the oox::shape::ShapeContextHandler::getShape() method to add the extended drawing document to the oox::drawingml::Shape class. Modified the oox::drawingml::Shape::createAndInsert() method to store the sequence of XDocuments in the "InteropGrabBag" property of the GroupShape service SvxGroupShape implementation representing a Smart-Art. Change-Id: I7d0b9dfbfc9d5299ddd25fab394e5e9a422d1dd1 Reviewed-on: https://gerrit.libreoffice.org/5849Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: I69139234a7f55101afc987a960bcdf5aca95c5b3
-
Stephan Bergmann yazdı
...confusion galore, but hopefully brings us one step closer towards a working instdir for Mac OS X. Change-Id: Icb37a4adb1f91c9e81aaf11036c9d3e548c5ba76
-
Tor Lillqvist yazdı
The directory name is "ure-link" in a traditional OS X LibreOffice app bundle. Change-Id: I8e1380522a3c05e9018909fec8d46ba1f7be7858
-
Stephan Bergmann yazdı
Change-Id: I0583136acd5d92101ad1a23392735ed76581c0b8
-
Tor Lillqvist yazdı
Surely we list better requirements on a website anyway. The ones listed here were either plainly wrong or of historical interest only. These "requirements" have no legal meaning anyway, so surely we can just assume common sense instead of trying to figure out if we "require" 256 megabytes of RAM or 512. Somebody please have the courage to edit the Linux section, too. It is woefully out of date, over-specific and misleading. Change-Id: Id9c7208538e55ece5a16dae2c120e77dd7839b04
-
Kohei Yoshida yazdı
Many xls documents contain shared formula entries that don't follow the spec. We still need to be able to handle them. Change-Id: Ia7d01101a6759967d9ebb27b6540dcb67607d13f
-
Kohei Yoshida yazdı
Shared formula range that Excel gives is incorrect about half the time. It's better to ignore that altogether. Change-Id: I2302c6dd1b5883e32305d4c511f942bf4cebca3a
-
Kohei Yoshida yazdı
Change-Id: Ic14f5c0724b392f8864cca6661be8157c6358c1c
-
- 10 Eyl, 2013 12 kayıt (commit)
-
-
Stephan Bergmann yazdı
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
-
Artur Dryomov yazdı
* Remove empty spaces not reset while changing text via TextSwitcher. * Scroll notes to the top on changes because outer ScrollView remembers current position not respecting TextSwitcher state of course. Change-Id: I3e9ba458e4ce6b13e5b02675ca28d6c7c5829f00
-
Artur Dryomov yazdı
Change-Id: Ifc9344c53492a053b15bc0f005e881bc09077473
-
Artur Dryomov yazdı
Change-Id: Ic74810e90ca882f734ae7d1fab4b250908ae9c49
-
Artur Dryomov yazdı
Ignoring tablets at moment. Change-Id: Ie2ac0840cea994e942b2f7e1a7d4a2e73ebd12de
-
Artur Dryomov yazdı
Show warning instead. This change should help avoiding users confusing when they see half of the screen empty without any reason. Change-Id: Ic229e80fc56a9ad8a419dc19b0784213b1fe3a68
-
Artur Dryomov yazdı
Change-Id: If44089824fe48b302f6e75ccbbfb3a6843016723
-
Artur Dryomov yazdı
Change-Id: I5c93cc0b2ad1aa68529ae1e278bd2cb7ad54359d
-
Artur Dryomov yazdı
* Start search and stop it during the lifecycle. Before this change searching was a constant process draining battery. * Enable and disable Bluetooth according to the service lifecycle. This should help to avoid race conditions and disable or enable Bluetooth better way. Change-Id: I02ef1bb67d9fb6fd56d0aff0a176cdb41284a49f
-
Eike Rathke yazdı
Change-Id: Ib539961099561d3b8d437f8f21dbe363f17b0ded
-
Eike Rathke yazdı
Change-Id: Iafadaea87501bc3675eaf2856b5050a7e3ecaa37
-
Eike Rathke yazdı
Project: translations c4768e4b398b6090f524ae801d74ad55879239ca
-