summaryrefslogtreecommitdiff
path: root/editeng/source
AgeCommit message (Expand)Author
2012-04-14Resolves: fdo#48683 nice crash when hitting DELJulien Nabet
2012-04-14WaE fixJulien Nabet
2012-04-14Really fix the build.Kohei Yoshida
2012-04-14Keep tinderbox happy.Kohei Yoshida
2012-04-14This must be const.Kohei Yoshida
2012-04-13EE_APPEND now has to be the max value of size_t.Kohei Yoshida
2012-04-13Another svarray to kill.Kohei Yoshida
2012-04-13ImpEditView no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-13EditView is no longer a friend of ImpEditEngine.Kohei Yoshida
2012-04-13SafeGetObject() no longer needed since GetObject() does the same thing.Kohei Yoshida
2012-04-13UniString to rtl::OUString.Kohei Yoshida
2012-04-12partially revert the editeng singleton stuff to get build to completeCaolán McNamara
2012-04-12remove formfeedsThomas Arnhold
2012-04-11We need to delete EditDLL before de-initialize vcl to avoid crash.Kohei Yoshida
2012-04-11Just use the internal item pool already written for the edit engine.Kohei Yoshida
2012-04-11Do this special case search only when the array is large enough.Kohei Yoshida
2012-04-09Killed Another instance of svarray.Kohei Yoshida
2012-04-09Bool changes.Kohei Yoshida
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08Fix Prefer prefix ++/-- operatorsJulien Nabet
2012-04-06reduce overzealous namingLuboš Luňák
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05no use is made of FmFormObj::m_nTypeCaolán McNamara
2012-04-05pure virtual with unused baseclass implCaolán McNamara
2012-04-04Method declared but not implemented. Removing...Kohei Yoshida
2012-04-04dbgutil fix.Kohei Yoshida
2012-04-04De-coupled ContentNode from XubString inheritance.Kohei Yoshida
2012-04-04Merge EditAttrib into EditCharAttrib.Kohei Yoshida
2012-04-05removed unused definesTakeshi Abe
2012-04-03I need to check for empty-ness here too.Kohei Yoshida
2012-04-03Check for empty-ness of vector before accessing the first element.Kohei Yoshida
2012-04-03Unused local variables.Kohei Yoshida
2012-04-03More dbgutil build fix.Kohei Yoshida
2012-04-03WaE: for Norbert's Mac OS tinderbox.Kohei Yoshida
2012-04-03Fix the dbgutil build.Kohei Yoshida
2012-04-03Removed the last SC_DECL_PTRARR from editdoc.hxx.Kohei Yoshida
2012-04-03Another SV_DECL_PTRARR killed.Kohei Yoshida
2012-04-03Make ImpEditEngine explicitly non-copyable.Kohei Yoshida
2012-04-03Use initializer to initialize boolean's.Kohei Yoshida
2012-04-03Bool cleanup.Kohei Yoshida
2012-04-03This ought to be private...Kohei Yoshida
2012-04-03Another SV_DECL_PTRARR to kill.Kohei Yoshida
2012-04-03Unprintable character.Kohei Yoshida
2012-04-03Bool-ness.Kohei Yoshida
2012-04-03One less SV_IMPL_VARARRAY.Kohei Yoshida
2012-04-03No more protected visibility; class inheritance is gone.Kohei Yoshida
2012-04-03We can now access the nodes directly from EditDoc.Kohei Yoshida
2012-04-03Make them non inline.Kohei Yoshida
2012-04-03Use initializer for this. No need to call SetModified to false.Kohei Yoshida