summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-03Make ImpEditEngine explicitly non-copyable.Kohei Yoshida1-6/+7
2012-04-03Use initializer to initialize boolean's.Kohei Yoshida2-36/+32
2012-04-03Bool cleanup.Kohei Yoshida8-78/+77
2012-04-03This ought to be private...Kohei Yoshida1-2/+1
2012-04-03Another SV_DECL_PTRARR to kill.Kohei Yoshida5-25/+14
2012-04-03Unprintable character.Kohei Yoshida1-2/+2
2012-04-03Bool-ness.Kohei Yoshida2-14/+14
2012-04-03One less SV_IMPL_VARARRAY.Kohei Yoshida4-35/+56
2012-04-03No more protected visibility; class inheritance is gone.Kohei Yoshida1-1/+1
2012-04-03We can now access the nodes directly from EditDoc.Kohei Yoshida3-9/+22
2012-04-03Make them non inline.Kohei Yoshida2-14/+14