summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2012-04-14WaE fixJulien Nabet1-1/+1
2012-04-14Really fix the build.Kohei Yoshida3-1/+7
2012-04-14Keep tinderbox happy.Kohei Yoshida1-3/+3
2012-04-14This must be const.Kohei Yoshida2-2/+2
2012-04-14Export this to get it to build in forms.Kohei Yoshida1-1/+1
2012-04-13EE_APPEND now has to be the max value of size_t.Kohei Yoshida4-1/+41
2012-04-13Another svarray to kill.Kohei Yoshida7-45/+52
2012-04-13ImpEditView no longer a friend of ImpEditEngine.Kohei Yoshida5-54/+167
2012-04-13EditView is no longer a friend of ImpEditEngine.Kohei Yoshida4-48/+144
2012-04-13SafeGetObject() no longer needed since GetObject() does the same thing.Kohei Yoshida9-72/+59
2012-04-13UniString to rtl::OUString.Kohei Yoshida2-12/+14
2012-04-13setup/teardown default component context once before/after all testsCaolán McNamara1-1/+1
2012-04-12partially revert the editeng singleton stuff to get build to completeCaolán McNamara3-16/+6
2012-04-12remove formfeedsThomas Arnhold4-5/+3
2012-04-12Handle the correct deletion order of EditDLL in the base class.Kohei Yoshida2-3/+1
2012-04-11Remove the TODO comment that's no longer relevant.Kohei Yoshida1-1/+0
2012-04-11We need to delete EditDLL before de-initialize vcl to avoid crash.Kohei Yoshida3-7/+18
2012-04-11Avoid duplicate symbols & use setUp() and tearDown() for the item pool.Kohei Yoshida2-5/+26
2012-04-11Just use the internal item pool already written for the edit engine.Kohei Yoshida2-71/+6
2012-04-11You *are* fixed.Kohei Yoshida1-1/+0
2012-04-11Set default items to the item pool, do this and that, and now the test passes.Kohei Yoshida2-2/+11
2012-04-11needs ure and base-class setUp does necessary stuffCaolán McNamara2-7/+2
2012-04-11Do this special case search only when the array is large enough.Kohei Yoshida1-3/+3
2012-04-11Add the right license header here...Kohei Yoshida1-18/+21
2012-04-11Attempt to add general-purpose unit test for editeng.Kohei Yoshida3-0/+226
2012-04-09Killed Another instance of svarray.Kohei Yoshida4-234/+226
2012-04-09Bool changes.Kohei Yoshida2-56/+60
2012-04-09add package deps for resourcesDavid Tardon1-0/+4
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-3/+2
2012-04-08LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl1-1/+1
2012-04-08gbuild: "use" vs. "add":Michael Stahl2-4/+4
2012-04-08Fix Prefer prefix ++/-- operatorsJulien Nabet1-1/+1
2012-04-06reduce overzealous namingLuboš Luňák2-6/+6
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-24/+24
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-05no use is made of FmFormObj::m_nTypeCaolán McNamara2-13/+0
2012-04-05pure virtual with unused baseclass implCaolán McNamara1-3/+0
2012-04-04Method declared but not implemented. Removing...Kohei Yoshida1-1/+0
2012-04-04dbgutil fix.Kohei Yoshida1-3/+4
2012-04-04De-coupled ContentNode from XubString inheritance.Kohei Yoshida7-69/+171
2012-04-04Merge EditAttrib into EditCharAttrib.Kohei Yoshida2-37/+13
2012-04-05removed unused definesTakeshi Abe2-12/+0
2012-04-03I need to check for empty-ness here too.Kohei Yoshida1-1/+3
2012-04-03Check for empty-ness of vector before accessing the first element.Kohei Yoshida1-3/+8
2012-04-03Unused local variables.Kohei Yoshida1-2/+0
2012-04-03More dbgutil build fix.Kohei Yoshida2-5/+5
2012-04-03WaE: for Norbert's Mac OS tinderbox.Kohei Yoshida1-1/+1
2012-04-03Fix the dbgutil build.Kohei Yoshida1-3/+3
2012-04-03Removed the last SC_DECL_PTRARR from editdoc.hxx.Kohei Yoshida6-83/+148
2012-04-03Another SV_DECL_PTRARR killed.Kohei Yoshida8-77/+107