summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-16LOK: add LOK_SETTEXTSELECTION_RESETMiklos Vajna1-1/+3
2015-02-16lokdocview: allow dragging the selection start handle, tooMiklos Vajna1-0/+8
2015-02-16lokdocview: allow dragging the selection end handleMiklos Vajna1-0/+4
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna3-0/+33
2015-02-16lokdocview: allow dragging the middle handleMiklos Vajna1-0/+4
2015-02-16lokdocview: avoid loading the handle bitmaps again and againMiklos Vajna1-0/+8
2015-02-16lokdocview: draw handles at selection start/endMiklos Vajna1-0/+2
2015-02-16LOK: add LOK_CALLBACK_TEXT_SELECTION_START/ENDMiklos Vajna1-1/+19
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin3-0/+3
2015-02-16Document SfxItemStateUrsache Vladimir1-3/+26
2015-02-15unusedcode.easyJulien Nabet1-15/+0
2015-02-14see if we can merge floating window and dialog child size/pos settingCaolán McNamara2-2/+1
2015-02-14related tdf#89004 move to std:set instead of std::vectorUrsache Vladimir3-2/+9
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens2-336/+0
2015-02-13-Werror,-Winconsistent-missing-overrideStephan Bergmann1-1/+1
2015-02-13Resolves: tdf#86159 floating windows have complicated bordersCaolán McNamara2-1/+2
2015-02-13Ah, Clang has some "type_visiblity" well-kept secretStephan Bergmann1-1/+5
2015-02-12Make CppunitTest_services instantiate even more servicesStephan Bergmann1-1/+0
2015-02-12coverity#1269584 Uncaught exceptionCaolán McNamara1-5/+7
2015-02-12coverity#1269586 Uncaught exceptionCaolán McNamara1-4/+6
2015-02-12coverity#1269589 Uncaught exceptionCaolán McNamara1-4/+8
2015-02-12coverity#1269591 Uncaught exceptionCaolán McNamara1-6/+8
2015-02-12coverity#1269592 Uncaught exceptionCaolán McNamara1-6/+8
2015-02-12coverity#1269593 Uncaught exceptionCaolán McNamara1-5/+7
2015-02-12coverity#1269594 Uncaught exceptionCaolán McNamara1-2/+2
2015-02-12coverity#1269598 Uncaught exceptionCaolán McNamara1-4/+6
2015-02-12coverity#1269599 Uncaught exceptionCaolán McNamara1-4/+6
2015-02-12coverity#1269582 Uncaught exceptionCaolán McNamara1-8/+13
2015-02-12coverity#1269574 Uncaught exceptionCaolán McNamara1-5/+7
2015-02-12coverity#1269573 Uncaught exceptionCaolán McNamara1-1/+1
2015-02-12these can all be made constCaolán McNamara1-1/+1
2015-02-12fix linker errorDavid Tardon1-2/+2
2015-02-12Remove uses of osl/diagnose.h from jvmaccessStephan Bergmann1-0/+1
2015-02-12jvmaccess doesn't have a stable interface anywayStephan Bergmann1-100/+69
2015-02-11Remove ever-unused INETMSG_ENCODING_8BITStephan Bergmann1-1/+0
2015-02-11Remove redundant overloadsStephan Bergmann1-20/+0
2015-02-11Fold INetMessageIOStream into INetMIMEMessageStreamStephan Bergmann1-13/+3
2015-02-11Fold INetOStream into INetMessageOStreamStephan Bergmann1-19/+3
2015-02-11Fold INetIStream into INetMessageIStreamStephan Bergmann1-18/+3
2015-02-11GenerateHeader(false) -> SetHeaderGenerated()Stephan Bergmann1-1/+1
2015-02-11Remove unused INetMIMEMessage streaming operatorsStephan Bergmann1-6/+0
2015-02-11Fold INetRFC822Message into INetMIMEMessageStephan Bergmann2-141/+83
2015-02-11Fold INetMessage into INetRFC822MessageStephan Bergmann2-81/+47
2015-02-11comphelper: add SAL_INFO for exception when graphic cannot be loadedMichael Stahl1-1/+1
2015-02-09log-areas.dox: clean up oox messMichael Stahl1-1/+4
2015-02-09Fix of a few typosAndrea Gelmini1-1/+1
2015-02-09tdf#47577 Zoom slider should only react to full clickRodolfo Ribeiro Gomes2-1/+2
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini1-0/+15
2015-02-09lokdocview: implement selection overlay using LOK_CALLBACK_TEXT_SELECTIONMiklos Vajna1-0/+2
2015-02-09LOK: add LOK_CALLBACK_TEXT_SELECTION and implement it in swMiklos Vajna1-2/+11