summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-11-13editeng lok: respect origin of map mode for TEXT_SELECTIONMiklos Vajna1-0/+9
2015-11-13editeng lok: respect origin of map mode for INVALIDATE_VISIBLE_CURSORMiklos Vajna1-0/+7
2015-11-115th step to remove tools/rtti.hxxOliver Specht11-92/+85
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin4-10/+10
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-8/+9
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin4-29/+28
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin4-22/+22
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-3/+4
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-24/+27
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-6/+6
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-10/+10
2015-11-10editeng: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin10-82/+79
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann66-605/+605
2015-11-09EditUndoRemoveChars::GetStr must return a referenceStephan Bergmann1-1/+1
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-23/+23
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin1-1/+1
2015-11-04editeng: Eliminate unecessary padding in classesDaniel Robertson1-2/+2
2015-11-03dynamic_cast fixed againOliver Specht1-2/+2
2015-11-03Wrong dynamic_castJulien Nabet1-2/+2
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-13/+13
2015-10-31use uno::Reference::set method instead of assignmentNoel Grandin3-9/+8
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin1-6/+4
2015-10-27loplugin:unusedmethodsNoel Grandin1-20/+0
2015-10-27Replace boost::bind by lambdas in editeng tree.Mario J. Rugiero1-4/+2
2015-10-23get rid of erroneous 0x7ff language maskCaolán McNamara1-44/+11
2015-10-23more tdf#76964 fall back to primary language via getLanguageCaolán McNamara1-0/+2
2015-10-23Resolves: tdf#76964 fall back to primary language via getLanguageCaolán McNamara1-13/+19
2015-10-21more removal of com::sun::star typedefsNoel Grandin1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann6-20/+20
2015-10-19loplugin:defaultparamsStephan Bergmann5-10/+10
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin5-6/+6
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin3-3/+3
2015-10-19WaE: loplugin:defaultparamsTor Lillqvist1-2/+2
2015-10-19fix cppcheck:nullPointerRedundantCheck commitNoel Grandin2-2/+2
2015-10-19cppcheck:nullPointerRedundantCheckNoel Grandin2-15/+9
2015-10-16editeng tiled rendering: avoid selections callbacks in Paint()Miklos Vajna1-1/+4
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-4/+2
2015-10-13editeng: add EditView::GetSelectionRectangles()Miklos Vajna4-5/+28
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann23-204/+204
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann4-5/+5
2015-10-08editeng, sw, sc: use comphelper::string::join()Miklos Vajna1-5/+4
2015-10-07loplugin:mergeclassesNoel Grandin1-1/+1
2015-10-07loplugin:mergeclassesNoel Grandin3-24/+5
2015-10-07loplugin:mergeclassesNoel Grandin3-25/+11
2015-10-07Reduce variable scopeStephan Bergmann1-2/+2
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-17/+17
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0