summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editdoc.hxx
AgeCommit message (Expand)AuthorFilesLines
2013-06-28resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-25/+25
2012-12-04fdo#52640 fix right-aligned tabstopsDavid Tardon1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-10-01Outline methods with conditionals in editengThorsten Behrens1-7/+2
2012-09-24n#707779: Fix overflowing of left margin value in editeng when negative.Jan Holesovsky1-1/+1
2012-07-04removed unnecessary forward declarations of classTakeshi Abe1-1/+0
2012-06-04Hyperlinks/Fields wrapping feature.Muthu Subramanian1-0/+1
2012-04-24Removed unused code from editengVicent Vendrell1-1/+0
2012-04-13SafeGetObject() no longer needed since GetObject() does the same thing.Kohei Yoshida1-3/+0
2012-04-13UniString to rtl::OUString.Kohei Yoshida1-1/+1
2012-04-11Just use the internal item pool already written for the edit engine.Kohei Yoshida1-2/+2
2012-04-05no use is made of FmFormObj::m_nTypeCaolán McNamara1-3/+0
2012-04-04De-coupled ContentNode from XubString inheritance.Kohei Yoshida1-4/+18
2012-04-03Removed the last SC_DECL_PTRARR from editdoc.hxx.Kohei Yoshida1-7/+16
2012-04-03Another SV_DECL_PTRARR killed.Kohei Yoshida1-7/+13
2012-04-03Another SV_DECL_PTRARR to kill.Kohei Yoshida1-5/+2
2012-04-03Bool-ness.Kohei Yoshida1-8/+8
2012-04-03One less SV_IMPL_VARARRAY.Kohei Yoshida1-4/+6
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 Yoshida1-1/+1
2012-04-03Make them non inline.Kohei Yoshida1-14/+2
2012-04-03Boolean cleanup.Kohei Yoshida1-10/+10
2012-04-03Merged ContentList into EditDoc.Kohei Yoshida1-24/+17
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-02callcatcher: remove some unused codeCaolán McNamara1-1/+0
2012-03-30further sc/editeng unbreakingLuboš Luňák1-0/+4
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin1-1/+0
2012-03-29SaveGetObject() is presumably meant to be safe rather than savingLuboš Luňák1-4/+4
2012-03-29ContentList no longer a child class of DummyContentList (take 2).Kohei Yoshida1-21/+42
2012-03-29Revert "ContentList no longer a child class of DummyContentList."Kohei Yoshida1-42/+21
2012-03-29ContentList no longer a child class of DummyContentList.Kohei Yoshida1-21/+42
2012-03-29remove inline & const method.Kohei Yoshida1-6/+3
2012-03-28ParaPortionList no longer a child class of DummyParaPortionList.Kohei Yoshida1-12/+24
2012-03-28template over 3 different types of casts all in one line.Kohei Yoshida1-4/+3
2012-03-28Fix tinderbox error & some cleanup.Kohei Yoshida1-3/+4
2012-03-28ContentInfoArray is gone.Kohei Yoshida1-3/+0
2012-03-28No more CharAttribArray.Kohei Yoshida1-4/+1
2012-03-28One less use of CharAttribArray.Kohei Yoshida1-3/+6
2012-03-28Move away from SV_DECL_PTRARR in CharAttribList.Kohei Yoshida1-14/+22
2012-03-02remove traces of SvxFontTableIvan Timofeev1-14/+0
2012-02-13Remove unused codeElton Chung1-1/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-9/+9
2011-11-11callcatcher: remove some unused codeCaolán McNamara1-1/+2
2011-11-01can go behind appropiate ifdefCaolán McNamara1-1/+2
2011-08-29callcatcher: debug-only and unused codeCaolán McNamara1-3/+3
2011-07-29callcatcher: remove unused methodsThomas Arnhold1-1/+0
2011-03-30change autofit feature so that it ignores trailing empty paragraphsRadek Doulik1-0/+2
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-193/+196