summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin3-5/+7
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin1-6/+6
2017-03-02do item namespace dance for linking sd and merged into a single executableCaolán McNamara1-0/+46
2017-03-02Fix typosAndrea Gelmini7-8/+8
2017-03-01tdf#96681 Lack of UI to change the text background color of a styleRohan Kumar4-0/+38
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2-26/+21
2017-02-28new loplugin unoanyNoel Grandin16-41/+41
2017-02-27Better fix not causing unrelated loplugin:loopvartoosmallStephan Bergmann1-2/+2
2017-02-25tdf#104222: Put expensive debug code behind #if againMatúš Kukan1-0/+6
2017-02-24vector::data seems more natural than &vector::frontCaolán McNamara1-1/+1
2017-02-24Similar to 3386519e7e1d15263b53e07f984b9022c3dcddfdTor Lillqvist2-23/+21
2017-02-23change intervall -> intervalDavid Tardon1-1/+1
2017-02-23fix crash in the sidebar codeMarkus Mohrhard1-1/+1
2017-02-22let content widgets of sidebar slide bg fill available spaceCaolán McNamara1-3/+14
2017-02-22don't lock sidebar size due to long master slide namesCaolán McNamara1-0/+3
2017-02-22lok: these are not always plain asciiPranav Kant1-1/+1
2017-02-22loplugin:unusedfieldsNoel Grandin2-7/+0
2017-02-21tdf#102003: Fix misbehaving bitmap fills in sidebarKatarina Behrens1-2/+2
2017-02-21sd lok: Support editing annotations by id + unit testPranav Kant4-1/+68
2017-02-21loplugin:unusedmethodsNoel Grandin2-4/+3
2017-02-21sd lok: Include parthash in annotation list and callbacksPranav Kant5-1/+18
2017-02-21loplugin:subtlezeroinit: sdStephan Bergmann18-23/+23
2017-02-21Use module name when getting labelsMaxim Monastirsky2-3/+3
2017-02-21tdf#95844 Refactor CommandInfoProviderRohan Kumar2-3/+3
2017-02-21s/AUTOLAYOUT_6CLIPART/AUTOLAYOUT_TITLE_6CONTENT/, and sortTor Lillqvist3-3/+3
2017-02-20s/AUTOLAYOUT_TITLE_VERTICAL_OUTLINE_CLIPART/AUTOLAYOUT_TITLE_2VTEXTTor Lillqvist4-4/+4
2017-02-20s/AUTOLAYOUT_TITLE_VERTICAL_OUTLINE/AUTOLAYOUT_TITLE_VCONTENTTor Lillqvist4-4/+4
2017-02-20s/AUTOLAYOUT_VERTICAL_TITLE_VERTICAL_OUTLINE/AUTOLAYOUT_VTITLE_VCONTENTTor Lillqvist4-4/+4
2017-02-20s/(AUTOLAYOUT)_VERTICAL_TITLE_TEXT_CHART/\1_VTITLE_VCONTENT_OVER_VCONTENTTor Lillqvist4-4/+4
2017-02-20s/AUTOLAYOUT_4OBJ/AUTOLAYOUT_TITLE_4CONTENTTor Lillqvist4-4/+4
2017-02-20Include <xmloff/autolayout.hxx> only where usedTor Lillqvist20-2/+26
2017-02-20s/AUTOLAYOUT_OBJOVERTEXT/AUTOLAYOUT_TITLE_CONTENT_OVER_CONTENTTor Lillqvist4-4/+4
2017-02-20s/AUTOLAYOUT_2OBJOVERTEXT/AUTOLAYOUT_TITLE_2CONTENT_OVER_CONTENTTor Lillqvist4-4/+4
2017-02-20s/AUTOLAYOUT_2OBJTEXT/AUTOLAYOUT_TITLE_2CONTENT_CONTENTTor Lillqvist4-4/+4
2017-02-20s/AUTOLAYOUT_TEXT2OBJ/AUTOLAYOUT_TITLE_CONTENT_2CONTENTTor Lillqvist4-5/+5
2017-02-20Use AUTOLAYOUT_TITLE_ONLY instead of "deprecated" AUTOLAYOUT_ONLY_TITLETor Lillqvist5-7/+8
2017-02-20Use AUTOLAYOUT_TITLE_2CONTENT instead of "deprecated" AUTOLAYOUT_2TEXTTor Lillqvist4-5/+5
2017-02-20sd lok: use per view author in annotations reply tooPranav Kant1-3/+10
2017-02-20sd lok: Don't rely on model notify eventsPranav Kant1-10/+37
2017-02-20sd lok: Unit tests for comments apiPranav Kant1-3/+108
2017-02-20right click to insert imageCaolán McNamara1-0/+1
2017-02-20sd lok: Implement comment callback notificationsPranav Kant1-0/+44
2017-02-20sd lok: Support for replying to annotations by idPranav Kant1-1/+14
2017-02-20tdf#84323: Make osl::Condition::wait more readableFakabbir Amin1-5/+6
2017-02-20sd lok: Allow specifying text in the insert uno commandPranav Kant2-5/+24
2017-02-20sd lok: Support deleting annotations by idPranav Kant2-2/+36
2017-02-20sd: Superfluous conditionPranav Kant1-8/+4
2017-02-20sd lok: Use IDs in ViewAnnotations outputPranav Kant3-1/+13
2017-02-20sd: Give ids to each annotationPranav Kant1-0/+7
2017-02-20sd lok: Implement ViewAnnotations commandPranav Kant2-0/+39