summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Collapse)Author
2013-09-11convert some XubString to OUString in editengNoel Grandin
Change-Id: I49b9a4e148510d68807fbb720a8c32d542853f8b
2013-09-11whack unused define REDUCEDSVXFONTNoel Grandin
Change-Id: Id7be6b903a6acd526fa2cecd18347f40b9b4457d
2013-09-11convert various bits in editeng from String to OUStringNoel Grandin
Change-Id: If8b0da1e6b6e3f1f0a0f4946c7741fd5aec66aa6
2013-09-11convert editeng/source/editeng/*.cxx from String to OUStringNoel Grandin
Change-Id: I4063b427f050de0a179e6436fb647614bacd704c
2013-09-11convert ContentNode in editeng/source/editeng/editdoc.hxx to OUStringNoel Grandin
Change-Id: Ifea43a3c38c141bc0586af2f95f27db95a12ffbb
2013-09-11convert editeng/source/misc/*.cxx from String to OUStringNoel Grandin
Change-Id: I9ed5ec9430abcf8d3794e7baa6532e0f8449046d
2013-09-11convert editeng/source/items/*.cxx from String to OUStringNoel Grandin
Change-Id: I981311701ce6f7f4571c098c9f48e51288a1608a
2013-09-11convert editeng/source/uno/*.cxx from String to OUStringNoel Grandin
Change-Id: If709d2ce0aea90133b2b243bb9ecb77d64ca065b
2013-09-11convert editeng/source/editeng/editdoc.hxx from String to OUStringNoel Grandin
Change-Id: Ic329f4c218a6ee49b3e223b38a092fe368c5f0fa
2013-09-11convert editeng/source/editeng/editobj2.hxx from String to OUStringNoel Grandin
Change-Id: I12c71720c467d9afca5802b01db55401746f54bd
2013-09-11convert editeng/source/editeng/editundo.hxx from String to OUStringNoel Grandin
Change-Id: Ie00d45230491776c441efd4f2c464a002129db43
2013-09-11convert editeng/source/editeng/eehtml.hxx from String to OUStringNoel Grandin
Change-Id: I66475e324d4ce1ea3e349122eb55f67609a3905b
2013-09-11convert editeng/source/editeng/eeobj.hxx from String to OUStringNoel Grandin
Change-Id: Ie311cec1af5461d00ac7a620c7bda5cd00f03f55
2013-09-11covnert editeng/source/editeng/impedit.hxx from String to OUStringNoel Grandin
Change-Id: I68ce6c002085b7c5abfd31c284ab2afa0bd233ad
2013-09-11covnert editeng/source/editeng/textconv.hxx from String to OUStringNoel Grandin
Change-Id: Icae973338acf98c07b2073641801a4843d4e0315
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/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/editview.hxx from String to OUStringNoel Grandin
Change-Id: I1d21fd48dfaa8cfe4a2807cd6e50e05db4c24e28
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/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-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-07inheriting from a standard container is a bad ideaMarkus Mohrhard
Change-Id: I3346d38c720158ba37456c689e7d7f83bef3079c
2013-09-06use a faster standard algorithm to workaround performance problem, fdo#68089Markus Mohrhard
We have here an O(n^2) algorithm. At least using std::find_if here improves the inner loop and fixes the problem with the bug document. Change-Id: I88dea9434df6c669f4897927a721ad1518d7ca5e
2013-09-04String to OUStringThomas Arnhold
Change-Id: I8c51db8fce8c5eea1ac7bd5751aa7f3212ef1166 Reviewed-on: https://gerrit.libreoffice.org/5790 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-03was convertIsoStringToLanguage(), use convertToLocaleWithFallback()Eike Rathke
Change-Id: I57df767ba5bfbd7b0f9cc7420de0ddbd2fa64685
2013-09-03fix string conversionIvan Timofeev
regression from 710f41b7aec8e7d35a0da8be332aa289f98942af Change-Id: I7c5e41294e072eceb036a24397fbb899a568587c
2013-09-02XubString->OUStringCaolán McNamara
Change-Id: I5424a148c7173409e6e56f9483fcc769696707bc
2013-09-01Fix a crash when inserting a multi-line content into cell.Kohei Yoshida
Change-Id: Idf2b6ca6873860a9bb3d2dae646b0383435e58c9
2013-09-01Separate misspelled ranges when entering a new cell value.Kohei Yoshida
And store them at appropriate locations. Change-Id: Iaf38c0cd01e9b3dc9dc98f7ccc1951d572a422e9
2013-09-01First step toward showing mis-spelled words without modifying cells.Kohei Yoshida
There are still tons of problems to fix. Change-Id: Icae6e3d2c9b8b2266724d8d068abbab8acae96da
2013-08-29XubString->OUStringCaolán McNamara
Change-Id: I6db7b9e86ea6d17b5ba0a883136e0e4dbdd9e0b3
2013-08-28cppcheck: Reduce scopeJulien Nabet
Change-Id: Ic93c6306cc90a8c7ed77c0aa7d5a898ee911b75f
2013-08-28fdo#68648: SvxNumRule: serialize the aFmtsSet flags tooMichael Stahl
The constructor of SvxNumRule initializes aFmts[i] with a format but always sets aFmtsSet[i] to false, so SvxNumRule::Store() and SvxNumRule::SvxNumRule(SvStream &rStream) need to be able to round-trip that combination to prevent spurious numberings. It is unlikely that this class is serialized in the table auto-format files but i haven't checked; this change does not change the size of the serialization so shouldn't cause trouble anyway. (regression from a95cce27295f9cd255fa72eaded00972e3efb69b) Change-Id: I589ea108ac069624aaa7b26cdc3bfe8182b15851
2013-08-28Expose misspelled range container outside edit engine.Kohei Yoshida
Change-Id: I04c87c5299559932733c88a317808241fd1755d4
2013-08-28const correct-ness.Kohei Yoshida
Change-Id: If5c203844d245f370ac6fdb52c779561fb5f165f