summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-29-Werror=sign-compareStephan Bergmann1-1/+1
2012-03-29fix constness compile errorLuboš Luňák4-3/+16
2012-03-29SaveGetObject() is presumably meant to be safe rather than savingLuboš Luňák11-107/+107
2012-03-29I assume the asserts are safer before non-checked accessLuboš Luňák1-3/+3
2012-03-29ParaPortionList no longer a child class of DummyParaPortionListDavid Tardon1-1/+1
2012-03-29No need to delete ParaPortion outside of the container any more.Kohei Yoshida1-4/+1
2012-03-29ContentList no longer a child class of DummyContentList (take 2).Kohei Yoshida16-141/+249
2012-03-29Revert "ContentList no longer a child class of DummyContentList."Kohei Yoshida16-247/+139
2012-03-29ContentList no longer a child class of DummyContentList.Kohei Yoshida16-139/+247
2012-03-29remove inline & const method.Kohei Yoshida2-7/+14
2012-03-28pRightPortion no longer used.Kohei Yoshida1-3/+0
2012-03-28ParaPortionList no longer a child class of DummyParaPortionList.Kohei Yoshida11-120/+206
2012-03-28template over 3 different types of casts all in one line.Kohei Yoshida2-13/+13
2012-03-28Fix tinderbox error & some cleanup.Kohei Yoshida3-6/+9
2012-03-28ContentInfoArray is gone.Kohei Yoshida4-20/+32
2012-03-28Keep tinderbox happy.Kohei Yoshida1-6/+6
2012-03-28No more CharAttribArray.Kohei Yoshida2-10/+7
2012-03-28One less use of CharAttribArray.Kohei Yoshida4-18/+25