summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/editobj2.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+1
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+1
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-1/+2
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-13editeng: com::sun::star->cssNoel Grandin1-1/+1
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-6/+7
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+5
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-3/+3
2014-02-28remove unused code EditTextObjectImpl::SetParaAttribs(int, SfxItemSet const&)Noel Grandin1-1/+0
2013-10-28fixincludeguards.sh: editengThomas Arnhold1-3/+3
2013-10-08No more getIdentifier*() calls because they are not efficient.Kohei Yoshida1-4/+2
2013-10-08ContentInfo to store svl::SharedString instead of OUString.Kohei Yoshida1-1/+2
2013-10-08Avoid exposing aText; encapsulate it.Kohei Yoshida1-2/+2
2013-10-04Rename StringPool to SharedStringPool because that's what it is.Kohei Yoshida1-7/+7
2013-10-04Add methods to extract string IDs from edit text object.Kohei Yoshida1-0/+4
2013-10-04Add method to normalize strings in EditTextObject.Kohei Yoshida1-0/+10
2013-09-11convert editeng/source/editeng/editobj2.hxx from String to OUStringNoel Grandin1-7/+7
2013-08-29XubString->OUStringCaolán McNamara1-2/+2
2013-08-28const correct-ness.Kohei Yoshida1-1/+1
2013-08-28Use smart pointers for these.Kohei Yoshida1-4/+5
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida1-2/+2
2013-08-20Add a means to retrieve all formatting attributes in non-overlapping sections.Kohei Yoshida1-0/+8
2013-08-09XubString->OUStringCaolán McNamara1-4/+4
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-8/+8
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida1-0/+2
2013-03-09Remove unused EditTextObjectImpl::RemoveParaAttribsJulien Nabet1-1/+0
2013-02-11Add Dump() method to dump content of EditTextObject.Kohei Yoshida1-0/+8
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara1-15/+0
2013-01-08Remove unnecessary virtual keywords.Kohei Yoshida1-2/+2
2013-01-08Turn EditTextObjectImpl into a real impl class.Kohei Yoshida1-42/+40
2013-01-08Rename BinTextObject to EditTextObjectImpl.Kohei Yoshida1-7/+7
2013-01-08More SfxItemPoolUser up to the base class.Kohei Yoshida1-1/+1
2013-01-08Remove one variant of HasField() which takes arcane TypeId.Kohei Yoshida1-2/+1
2013-01-08Add new ods import test for rich-text cell contents.Kohei Yoshida1-0/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-07-04removed unnecessary forward declarations of classTakeshi Abe1-2/+0
2012-05-03Added a field updater wrapper to allow updating of field items.Kohei Yoshida1-0/+3
2012-05-03Another SV_DECL_PTRARR now gone.Kohei Yoshida1-14/+10
2012-05-03Removed another SV_DECL_PTRARR.Kohei Yoshida1-24/+17
2012-04-24WaE: mixing comparison of bool and sal_BoolCaolán McNamara1-10/+7
2012-04-09Killed Another instance of svarray.Kohei Yoshida1-17/+17
2012-04-09Bool changes.Kohei Yoshida1-4/+4
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-3/+3
2011-12-23SV_DECL_VARARR->std::vectorAugust Sodora1-1/+1
2011-09-12don't comment it's removed, remove itCaolán McNamara1-13/+0
2011-08-08callcatcher: object is never constructedCaolán McNamara1-1/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-64/+65