summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the dbgutil build.Kohei Yoshida2012-04-031-3/+3
* Removed the last SC_DECL_PTRARR from editdoc.hxx.Kohei Yoshida2012-04-036-83/+148
* Another SV_DECL_PTRARR killed.Kohei Yoshida2012-04-038-77/+107
* Make ImpEditEngine explicitly non-copyable.Kohei Yoshida2012-04-031-6/+7
* Use initializer to initialize boolean's.Kohei Yoshida2012-04-032-36/+32
* Bool cleanup.Kohei Yoshida2012-04-038-78/+77
* This ought to be private...Kohei Yoshida2012-04-031-2/+1
* Another SV_DECL_PTRARR to kill.Kohei Yoshida2012-04-035-25/+14
* Unprintable character.Kohei Yoshida2012-04-031-2/+2
* Bool-ness.Kohei Yoshida2012-04-032-14/+14
* One less SV_IMPL_VARARRAY.Kohei Yoshida2012-04-034-35/+56
* No more protected visibility; class inheritance is gone.Kohei Yoshida2012-04-031-1/+1
* We can now access the nodes directly from EditDoc.Kohei Yoshida2012-04-033-9/+22
* Make them non inline.Kohei Yoshida2012-04-032-14/+14
* Use initializer for this. No need to call SetModified to false.Kohei Yoshida2012-04-031-13/+2
* Boolean cleanup.Kohei Yoshida2012-04-032-16/+17
* Little code shuffling (now that it's all in one source file).Kohei Yoshida2012-04-031-9/+6
* Merged editdoc2.cxx into editdoc.cxx.Kohei Yoshida2012-04-033-555/+492
* Moving method definitions.Kohei Yoshida2012-04-032-46/+46
* Merged ContentList into EditDoc.Kohei Yoshida2012-04-034-44/+30
* Tuck these typedefs under their respective classes.Kohei Yoshida2012-04-031-2/+2
* Meaningless typedefs for pointer types.Kohei Yoshida2012-04-031-3/+1
* convert SvxNumberFormat to rtl::OUStringCaolán McNamara2012-04-021-6/+6
* remove static objects from static_initialization_and_destruction chainCaolán McNamara2012-04-021-3/+3
* callcatcher: remove some unused codeCaolán McNamara2012-04-023-14/+1
* further sc/editeng unbreakingLuboš Luňák2012-03-304-4/+24
* const dataLuboš Luňák2012-03-301-6/+6
* avoid sc crashesLuboš Luňák2012-03-303-14/+2
* removed duplicate includes in desktop / editengTakeshi Abe2012-03-3012-23/+0
* Remove unnecessary tools/table.hxx #includesNoel Grandin2012-03-292-2/+0
* callcatcher: update listCaolán McNamara2012-03-293-29/+3
* -Werror=sign-compareStephan Bergmann2012-03-291-1/+1
* fix constness compile errorLuboš Luňák2012-03-294-3/+16