summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-09-12WIP: additional unoidl::Provider that directly reads from .idl filesStephan Bergmann
Change-Id: I30fa6400724f4ca6f0e1986c741500f05710b840
2013-09-12Related: fdo#38838 remove XubString aliasCaolán McNamara
Change-Id: I29efbe2bee94c0059f5a2e3dc4d163375e439e1a
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane
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>
2013-09-11Exorcise some cargo-cultness in oox.Thorsten Behrens
- 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
2013-09-11Related: fdo#38838 Remove String::SearchChar()Thomas Arnhold
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>
2013-09-11convert include/linguistic/misc.hxx from String to OUStringNoel Grandin
Change-Id: I454c577d7b6c0994046de9cba076e6478a4ce309
2013-09-11convert include/svl/urlbmk.hxx from String to OUStringNoel Grandin
Change-Id: I68d54bf9f351130d0eab14c36b004ffbbb3185bc
2013-09-11convert include/editeng/AccessibleEditableTextPara.hxx to OUStringNoel Grandin
Change-Id: I0416bb85985fe9620f7c0aa03def8896b811c9bd
2013-09-11convert include/editeng/AccessibleStringWrap.hxx from String to OUStringNoel Grandin
Change-Id: I31c91ee196351abcd884240052359fac8aff6e1d
2013-09-11convert include/editeng/brushitem.hxx from String to OUStringNoel Grandin
and convert String* to OUString, no need to hold a pointer to a ref-counted value type. Change-Id: I79c62979ee8ec0d5e6d2efc50609ad5595571a7d
2013-09-11convert include/editeng/bulletitem.hxx from String to OUStringNoel Grandin
Change-Id: I6697fea6069ceed71430b516673502de18f69862
2013-09-11convert include/editeng/editdata.hxx from String to OUStringNoel Grandin
Change-Id: I5bdb26880448ce0f71bf1b6639fcf2db3e472a50
2013-09-11convert include/editeng/editeng.hxx from String to OUStringNoel Grandin
Change-Id: I92f69364667abec1b7a31080ce48fc55c4042165
2013-09-11convert include/editeng/editobj.hxx from String to OUStringNoel Grandin
Change-Id: I076ae20fb21accf8ff7e7fad096534e97ba7dab4
2013-09-11convert include/editeng/editstate.hxx from String to OUStringNoel Grandin
Change-Id: Idd67b977dcf9de4b4d6f0e89e56413c8646d72d0
2013-09-11convert include/editeng/editview.hxx from String to OUStringNoel Grandin
Change-Id: I1d21fd48dfaa8cfe4a2807cd6e50e05db4c24e28
2013-09-11convert include/editeng/edtdlg.hxx from String to OUStringNoel Grandin
Change-Id: Ie42861b0f53e8493d7cff11593c1fa3ae5669843
2013-09-11convert include/editeng/numitem.hxx from String to OUStringNoel Grandin
Change-Id: If353e9ee792d58cb7ae3a20072c7208e8f2e6ef6
2013-09-11convert include/editeng/outliner.hxx from String to OUStringNoel Grandin
Change-Id: I53a9f334845e163625ed245859bdeb030ae61baa
2013-09-11convert include/editeng/paperinf.hxx from String to OUStringNoel Grandin
Change-Id: I6b358d82c30bdb079c5adb26d8fbcc20684ad5b5
2013-09-11convert include/editeng/pmdlitem.hxx from String to OUStringNoel Grandin
Change-Id: Ieb1dc1b3ad2002ef564f885e13a172f03d191a94
2013-09-11convert include/editeng/splwrap.hxx from String to OUStringNoel Grandin
Change-Id: I52e6e34776fe494da431f8387f5f330b9aca36fe
2013-09-11convert SvxAutoCorrectLanguageLists from String to OUStringNoel Grandin
Change-Id: Ib10ec6b9ab8d3a6538a5e6cafa349774d123531c
2013-09-11convert SvxAutocorrWord from String to OUStringNoel Grandin
Change-Id: If06144ebd511653bc7bcf51b2a408e5e1732cb83
2013-09-11convert SvxAutocorrWord from String to OUStringNoel Grandin
Change-Id: I4f70ebb03d5028db77ab3d86eb884462c92ec9dc
2013-09-11convert SvxAutoCorrDoc from String to OUStringNoel Grandin
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
2013-09-11convert SvStringsISortDtor from OUString* to OUStringNoel Grandin
There is no point in storing pointers to a reference counted value type. It complicates memory management without gaining us anything. Change-Id: I756dfad740de3203d88ba48d0ebdfb8671b41cfb
2013-09-11convert SvStringsISortDtor class from String to OUStringNoel Grandin
Change-Id: Iad22ba07dd3dfbd5162fa4e16ebb5f44c5eb7811
2013-09-11convert include/editeng/svxfont.hxx from String to OUStringNoel Grandin
Change-Id: Ibee55393373d4b8bc9e17effc2f2bdf862c17cc9
2013-09-11convert include/editeng/svxrtf.hxx from String to OUStringNoel Grandin
Change-Id: I4251db20727a987a36bbdb48e423aed95d3b9011
2013-09-11convert include/editeng/swafopt.hxx from String to OUStringNoel Grandin
Change-Id: Ic3686fb44cd1e448b9998f2ddc73f9bfd1b3aaa8
2013-09-11remove dead forward declarationNoel Grandin
Change-Id: I8396304ab2b02002ff422a3ce07995dceaafe7a4
2013-09-11convert include/editeng/unolingu.hxx from String to OUStringNoel Grandin
Change-Id: I9981e36a19d066df8fbc6827dca8d440b063cbed
2013-09-11oox: Smart-Art DOMs stored in the InteropGrabBagAndres Gomez
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>
2013-09-10added overrides for fallbacks of legacy codesEike Rathke
Change-Id: I62be84904b3f0f4beeda35e78906604090eefa86
2013-09-10CID#738542 uninitialized memberCaolán McNamara
Change-Id: I77a08ab89aa4cdc5895fdd5152154ede8de10ba2
2013-09-10convert singletons to preferred rtl::Static patternCaolán McNamara
Change-Id: I44c4f742027124c517a37fd8b6a62fc69f62d55f
2013-09-10CID#1038283 Resource leakCaolán McNamara
Change-Id: I7f8433a76079dc76d888fd250b3033d772887e4d
2013-09-10Correctly handle empty cells for string arrays too.Kohei Yoshida
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
2013-09-10Parsing master presentation objects from 'objectlist.xml'Vishv Brahmbhatt
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
2013-09-09CID#1079151 make it impossible to have an init m_eTypeCaolán McNamara
Change-Id: I04cc7fdc07e89b0a056f0012cdd00b43d29184e7
2013-09-09unify strip previews optimal size in one placeCaolán McNamara
Change-Id: I6ae1073d013c9d9bbca39c505955436cd4950d1b
2013-09-09Convert dimension lines tab page to widget UIOlivier Hallot
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>
2013-09-09Seems an explicit destructor is neededTor Lillqvist
Otherwise it is unresolved in an optimising Clang build when linking libsc. Change-Id: I5f4d3facfe79793607396b83722ebd65ad8bb2ba
2013-09-08Use SAL_INFO instead of framework's own "event logging"Tor Lillqvist
That "event logging" consisted of two macros, both used in a single place. Change-Id: I8faffd9756399f1902e52aa41968b71a964a4324
2013-09-08Use SAL_INFO instead of framework's own WRITE_LOGFILETor Lillqvist
Change-Id: Ieb1a45ca75c7a475d02535cd176396a0aeb68510
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara
Change-Id: I849dbf3a40189e700036249b15dd8bde493083b6
2013-09-08Related: fdo#38838 String::GetBufferAccess is now no moreCaolán McNamara
Change-Id: I9fdd600fd0a530c0763875109eee6600e4a77879
2013-09-08Related: fdo#38838 String::ReleaseBufferAccess is now no moreCaolán McNamara
Change-Id: Ib5390183e3d98a23f9243debfe3624561ca92535
2013-09-08convert already exists dialog to .uiCaolán McNamara
Change-Id: I6cb2a11b6ee2f94f611aa852c79dd1a6534381da