summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-02-09log-areas.dox: clean up oox messMichael Stahl
2015-02-09Fix of a few typosAndrea Gelmini
2015-02-09tdf#47577 Zoom slider should only react to full clickRodolfo Ribeiro Gomes
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini
2015-02-09lokdocview: implement selection overlay using LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna
2015-02-09LOK: add LOK_CALLBACK_TEXT_SELECTION and implement it in swMiklos Vajna
2015-02-09lok::Document::postMouseEvent(): allow double-clickMiklos Vajna
2015-02-09android: In Impress, switch to the 'Normal' (slides) view.Jan Holesovsky
2015-02-09lokdocview: let the cursor blinkMiklos Vajna
2015-02-09lokdocview: initial overlay on top of the tilesMiklos Vajna
2015-02-09Add LOK_CALLBACK_INVALIDATE_VISIBLE_CURSORMiklos Vajna
2015-02-08coverity#1267681 Dereference before null checkCaolán McNamara
2015-02-08Extract SfxItemSet::dumpAsXml() from swMiklos Vajna
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-02-07Fixup --without-x buildRiccardo Magliocchetti
2015-02-06fdo#87675: Disable 'edit' when next style is same as current one.Heena Gupta
2015-02-06fdo#87675-"Edit" Button for next style in edit paragraph styleHeena Gupta
2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage
2015-02-06Make OUStringLiteral more usefulStephan Bergmann
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara