- 11 Eyl, 2013 40 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: If8b0da1e6b6e3f1f0a0f4946c7741fd5aec66aa6
-
Noel Grandin yazdı
Change-Id: I4063b427f050de0a179e6436fb647614bacd704c
-
Noel Grandin yazdı
Change-Id: Ifea43a3c38c141bc0586af2f95f27db95a12ffbb
-
Noel Grandin yazdı
Change-Id: I9ed5ec9430abcf8d3794e7baa6532e0f8449046d
-
Noel Grandin yazdı
Change-Id: I981311701ce6f7f4571c098c9f48e51288a1608a
-
Noel Grandin yazdı
Change-Id: If709d2ce0aea90133b2b243bb9ecb77d64ca065b
-
Noel Grandin yazdı
Change-Id: Ic329f4c218a6ee49b3e223b38a092fe368c5f0fa
-
Noel Grandin yazdı
Change-Id: I12c71720c467d9afca5802b01db55401746f54bd
-
Noel Grandin yazdı
Change-Id: Ie00d45230491776c441efd4f2c464a002129db43
-
Noel Grandin yazdı
Change-Id: I66475e324d4ce1ea3e349122eb55f67609a3905b
-
Noel Grandin yazdı
Change-Id: Ie311cec1af5461d00ac7a620c7bda5cd00f03f55
-
Noel Grandin yazdı
Change-Id: I68ce6c002085b7c5abfd31c284ab2afa0bd233ad
-
Noel Grandin yazdı
Change-Id: Icae973338acf98c07b2073641801a4843d4e0315
-
Noel Grandin yazdı
Change-Id: I0416bb85985fe9620f7c0aa03def8896b811c9bd
-
Noel Grandin yazdı
Change-Id: I31c91ee196351abcd884240052359fac8aff6e1d
-
Noel Grandin yazdı
and convert String* to OUString, no need to hold a pointer to a ref-counted value type. Change-Id: I79c62979ee8ec0d5e6d2efc50609ad5595571a7d
-
Noel Grandin yazdı
Change-Id: I6697fea6069ceed71430b516673502de18f69862
-
Noel Grandin yazdı
Change-Id: I5bdb26880448ce0f71bf1b6639fcf2db3e472a50
-
Noel Grandin yazdı
Change-Id: I92f69364667abec1b7a31080ce48fc55c4042165
-
Noel Grandin yazdı
Change-Id: I076ae20fb21accf8ff7e7fad096534e97ba7dab4
-
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>
-