summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* upgrade GetValueTextByPos family to rtl::OUStringCaolán McNamara2012-04-1617-84/+88
* Corret size_t format specifierStephan Bergmann2012-04-161-1/+1
* Resolves: fdo#48683 nice crash when hitting DELJulien Nabet2012-04-141-4/+1
* WaE fixJulien Nabet2012-04-141-1/+1
* Really fix the build.Kohei Yoshida2012-04-143-1/+7
* Keep tinderbox happy.Kohei Yoshida2012-04-141-3/+3
* This must be const.Kohei Yoshida2012-04-142-2/+2
* Export this to get it to build in forms.Kohei Yoshida2012-04-141-1/+1
* EE_APPEND now has to be the max value of size_t.Kohei Yoshida2012-04-134-1/+41
* Another svarray to kill.Kohei Yoshida2012-04-137-45/+52
* ImpEditView no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-135-54/+167
* EditView is no longer a friend of ImpEditEngine.Kohei Yoshida2012-04-134-48/+144
* SafeGetObject() no longer needed since GetObject() does the same thing.Kohei Yoshida2012-04-139-72/+59
* UniString to rtl::OUString.Kohei Yoshida2012-04-132-12/+14
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-131-1/+1
* partially revert the editeng singleton stuff to get build to completeCaolán McNamara2012-04-123-16/+6
* remove formfeedsThomas Arnhold2012-04-124-5/+3
* Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida2012-04-122-3/+1
* Remove the TODO comment that's no longer relevant.Kohei Yoshida2012-04-111-1/+0
* We need to delete EditDLL before de-initialize vcl to avoid crash.Kohei Yoshida2012-04-113-7/+18
* Avoid duplicate symbols & use setUp() and tearDown() for the item pool.Kohei Yoshida2012-04-112-5/+26
* Just use the internal item pool already written for the edit engine.Kohei Yoshida2012-04-112-71/+6
* You *are* fixed.Kohei Yoshida2012-04-111-1/+0
* Set default items to the item pool, do this and that, and now the test passes.Kohei Yoshida2012-04-112-2/+11
* needs ure and base-class setUp does necessary stuffCaolán McNamara2012-04-112-7/+2
* Do this special case search only when the array is large enough.Kohei Yoshida2012-04-111-3/+3
* Add the right license header here...Kohei Yoshida2012-04-111-18/+21
* Attempt to add general-purpose unit test for editeng.Kohei Yoshida2012-04-113-0/+226
* Killed Another instance of svarray.Kohei Yoshida2012-04-094-234/+226
* Bool changes.Kohei Yoshida2012-04-092-56/+60
* add package deps for resourcesDavid Tardon2012-04-091-0/+4
* Replaced a few equal calls with ==Szabolcs Dezsi2012-04-081-3/+2
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
* gbuild: "use" vs. "add":Michael Stahl2012-04-082-4/+4
* Fix Prefer prefix ++/-- operatorsJulien Nabet2012-04-081-1/+1
* reduce overzealous namingLuboš Luňák2012-04-062-6/+6
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-24/+24
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2
* no use is made of FmFormObj::m_nTypeCaolán McNamara2012-04-052-13/+0
* pure virtual with unused baseclass implCaolán McNamara2012-04-051-3/+0
* Method declared but not implemented. Removing...Kohei Yoshida2012-04-041-1/+0
* dbgutil fix.Kohei Yoshida2012-04-041-3/+4
* De-coupled ContentNode from XubString inheritance.Kohei Yoshida2012-04-047-69/+171
* Merge EditAttrib into EditCharAttrib.Kohei Yoshida2012-04-042-37/+13
* removed unused definesTakeshi Abe2012-04-052-12/+0
* I need to check for empty-ness here too.Kohei Yoshida2012-04-031-1/+3
* Check for empty-ness of vector before accessing the first element.Kohei Yoshida2012-04-031-3/+8
* Unused local variables.Kohei Yoshida2012-04-031-2/+0
* More dbgutil build fix.Kohei Yoshida2012-04-032-5/+5
* WaE: for Norbert's Mac OS tinderbox.Kohei Yoshida2012-04-031-1/+1