Age | Commit message (Collapse) | Author |
|
Change-Id: If9fd76687e1e361a6b29fe206edffd67a16cbb7f
|
|
Change-Id: I454c577d7b6c0994046de9cba076e6478a4ce309
|
|
Change-Id: I68d54bf9f351130d0eab14c36b004ffbbb3185bc
|
|
Change-Id: I49b9a4e148510d68807fbb720a8c32d542853f8b
|
|
Change-Id: Id7be6b903a6acd526fa2cecd18347f40b9b4457d
|
|
Change-Id: If8b0da1e6b6e3f1f0a0f4946c7741fd5aec66aa6
|
|
Change-Id: I4063b427f050de0a179e6436fb647614bacd704c
|
|
Change-Id: Ifea43a3c38c141bc0586af2f95f27db95a12ffbb
|
|
Change-Id: I9ed5ec9430abcf8d3794e7baa6532e0f8449046d
|
|
Change-Id: I981311701ce6f7f4571c098c9f48e51288a1608a
|
|
Change-Id: If709d2ce0aea90133b2b243bb9ecb77d64ca065b
|
|
Change-Id: Ic329f4c218a6ee49b3e223b38a092fe368c5f0fa
|
|
Change-Id: I12c71720c467d9afca5802b01db55401746f54bd
|
|
Change-Id: Ie00d45230491776c441efd4f2c464a002129db43
|
|
Change-Id: I66475e324d4ce1ea3e349122eb55f67609a3905b
|
|
Change-Id: Ie311cec1af5461d00ac7a620c7bda5cd00f03f55
|
|
Change-Id: I68ce6c002085b7c5abfd31c284ab2afa0bd233ad
|
|
Change-Id: Icae973338acf98c07b2073641801a4843d4e0315
|
|
Change-Id: I0416bb85985fe9620f7c0aa03def8896b811c9bd
|
|
Change-Id: I31c91ee196351abcd884240052359fac8aff6e1d
|
|
and convert String* to OUString, no need to hold a pointer
to a ref-counted value type.
Change-Id: I79c62979ee8ec0d5e6d2efc50609ad5595571a7d
|
|
Change-Id: I6697fea6069ceed71430b516673502de18f69862
|
|
Change-Id: I5bdb26880448ce0f71bf1b6639fcf2db3e472a50
|
|
Change-Id: I92f69364667abec1b7a31080ce48fc55c4042165
|
|
Change-Id: I076ae20fb21accf8ff7e7fad096534e97ba7dab4
|
|
Change-Id: Idd67b977dcf9de4b4d6f0e89e56413c8646d72d0
|
|
Change-Id: I1d21fd48dfaa8cfe4a2807cd6e50e05db4c24e28
|
|
Change-Id: Ie42861b0f53e8493d7cff11593c1fa3ae5669843
|
|
Change-Id: If353e9ee792d58cb7ae3a20072c7208e8f2e6ef6
|
|
Change-Id: I53a9f334845e163625ed245859bdeb030ae61baa
|
|
Change-Id: I6b358d82c30bdb079c5adb26d8fbcc20684ad5b5
|
|
Change-Id: Ieb1dc1b3ad2002ef564f885e13a172f03d191a94
|
|
Change-Id: I52e6e34776fe494da431f8387f5f330b9aca36fe
|
|
Change-Id: Ib10ec6b9ab8d3a6538a5e6cafa349774d123531c
|
|
Change-Id: If06144ebd511653bc7bcf51b2a408e5e1732cb83
|
|
Change-Id: I4f70ebb03d5028db77ab3d86eb884462c92ec9dc
|
|
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
|
|
There is no point in storing pointers to a reference counted value
type.
It complicates memory management without gaining us anything.
Change-Id: I756dfad740de3203d88ba48d0ebdfb8671b41cfb
|
|
Change-Id: Iad22ba07dd3dfbd5162fa4e16ebb5f44c5eb7811
|
|
Change-Id: Ibee55393373d4b8bc9e17effc2f2bdf862c17cc9
|
|
Change-Id: I4251db20727a987a36bbdb48e423aed95d3b9011
|
|
Change-Id: Ic3686fb44cd1e448b9998f2ddc73f9bfd1b3aaa8
|
|
Change-Id: I8396304ab2b02002ff422a3ce07995dceaafe7a4
|
|
Change-Id: I9981e36a19d066df8fbc6827dca8d440b063cbed
|
|
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/5849
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Change-Id: I69139234a7f55101afc987a960bcdf5aca95c5b3
|
|
...confusion galore, but hopefully brings us one step closer towards a working
instdir for Mac OS X.
Change-Id: Icb37a4adb1f91c9e81aaf11036c9d3e548c5ba76
|
|
The directory name is "ure-link" in a traditional OS X LibreOffice app
bundle.
Change-Id: I8e1380522a3c05e9018909fec8d46ba1f7be7858
|
|
Change-Id: I0583136acd5d92101ad1a23392735ed76581c0b8
|
|
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
|