Age | Commit message (Collapse) | Author |
|
Change-Id: I30fa6400724f4ca6f0e1986c741500f05710b840
|
|
Change-Id: I29efbe2bee94c0059f5a2e3dc4d163375e439e1a
|
|
Utility functions to convert between Basic Date type
and the representations of Date and Time in UNO, namely:
- com.sun.star.util.Date
- com.sun.star.util.Time
- com.sun.star.util.DateTime
Name of new functions:
- CDateToUnoDate
- CDateFromUnoDate
- CDateToUnoTime
- CDateFromUnoTime
- CDateToUnoDateTime
- CDateFromUnoDateTime
Change-Id: I2b971df20df1c0351d071023e042169b548894f1
Reviewed-on: https://gerrit.libreoffice.org/5897
Reviewed-by: Noel Power <noel.power@suse.com>
Tested-by: Noel Power <noel.power@suse.com>
|
|
- the inline keyword on class methods that have their body defined
right there in the class definition is redundant
- the explicit keyword on nullary ctors is pointless, there is no
implicit conversion happening anyway with those
Change-Id: Ie9f44c7948f932ce3a8af871bf73743112d94d03
|
|
Change-Id: Ide40e0ef91aec04c2ae274aaf2a957dd5064854c
Reviewed-on: https://gerrit.libreoffice.org/5894
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I454c577d7b6c0994046de9cba076e6478a4ce309
|
|
Change-Id: I68d54bf9f351130d0eab14c36b004ffbbb3185bc
|
|
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: I62be84904b3f0f4beeda35e78906604090eefa86
|
|
Change-Id: I77a08ab89aa4cdc5895fdd5152154ede8de10ba2
|
|
Change-Id: I44c4f742027124c517a37fd8b6a62fc69f62d55f
|
|
Change-Id: I7f8433a76079dc76d888fd250b3033d772887e4d
|
|
Because we need to make a distinction between an empty cell and a string
cell containing zero-length string, I decided to switch to using
rtl_uString* array and use NULL values as empty cells.
Change-Id: I5bedb593507f34782e41a8a900602d445e5b1f6f
|
|
Parsing the property values of master presentation objects.
Also new functions added to comphelper module for expanding
filepaths macro to appropriate system file paths(for
configuration files present at 'Impress.xcs')
Change-Id: If0381a12155673e85103ddb5d51c34ae53fe2ecb
|
|
Change-Id: I04cc7fdc07e89b0a056f0012cdd00b43d29184e7
|
|
Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b
|
|
Change-Id: I1d5176609e2acd0d70991a541196e2b9857576f8
Reviewed-on: https://gerrit.libreoffice.org/5879
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Otherwise it is unresolved in an optimising Clang build when linking libsc.
Change-Id: I5f4d3facfe79793607396b83722ebd65ad8bb2ba
|
|
That "event logging" consisted of two macros, both used in a single place.
Change-Id: I8faffd9756399f1902e52aa41968b71a964a4324
|
|
Change-Id: Ieb1a45ca75c7a475d02535cd176396a0aeb68510
|
|
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
|
|
Change-Id: I9fdd600fd0a530c0763875109eee6600e4a77879
|
|
Change-Id: Ib5390183e3d98a23f9243debfe3624561ca92535
|
|
Change-Id: I6cb2a11b6ee2f94f611aa852c79dd1a6534381da
|