summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-03Use initializer for this. No need to call SetModified to false.Kohei Yoshida1-13/+2
2012-04-03Boolean cleanup.Kohei Yoshida2-16/+17
2012-04-03Little code shuffling (now that it's all in one source file).Kohei Yoshida1-9/+6
2012-04-03Merged editdoc2.cxx into editdoc.cxx.Kohei Yoshida3-555/+492
2012-04-03Moving method definitions.Kohei Yoshida2-46/+46
2012-04-03Merged ContentList into EditDoc.Kohei Yoshida4-44/+30
2012-04-03Tuck these typedefs under their respective classes.Kohei Yoshida1-2/+2
2012-04-03Meaningless typedefs for pointer types.Kohei Yoshida1-3/+1
2012-04-02convert SvxNumberFormat to rtl::OUStringCaolán McNamara1-6/+6
2012-04-02remove static objects from static_initialization_and_destruction chainCaolán McNamara1-3/+3
2012-04-02callcatcher: remove some unused codeCaolán McNamara3-14/+1
2012-03-30further sc/editeng unbreakingLuboš Luňák4-4/+24
2012-03-30const dataLuboš Luňák1-6/+6
2012-03-30avoid sc crashesLuboš Luňák3-14/+2
2012-03-30removed duplicate includes in desktop / editengTakeshi Abe12-23/+0
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin2-2/+0
2012-03-29callcatcher: update listCaolán McNamara3-29/+3