summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin3-6/+3
2015-10-15convert Link<> to typedNoel Grandin1-2/+9
2015-10-14coverity#736798 Dereference before null checkCaolán McNamara1-1/+1
2015-10-14coverity#736803 Dereference before null checkCaolán McNamara1-4/+8
2015-10-14coverity#736804 Dereference before null checkCaolán McNamara1-5/+3
2015-10-14LOK: include part numbers in CALLBACK_SEARCH_RESULT_SELECTION payloadMiklos Vajna1-2/+4
2015-10-14sd tiled rendering: search rectangle is part-specificMiklos Vajna1-5/+11
2015-10-14tdf#95041 Fix more sidebar node namesSamuel Mehrbrodt2-2/+2
2015-10-14tdf#95041 Fix sidebar node namesSamuel Mehrbrodt2-3/+3
2015-10-14coverity#1326209 Dereference after null checkCaolán McNamara1-1/+1
2015-10-14sd tiled rendering: initial search allMiklos Vajna1-21/+50
2015-10-13coverity#735838 Dereference after null checkCaolán McNamara1-3/+2
2015-10-13coverity#1326205 Unchecked dynamic_castCaolán McNamara1-3/+4
2015-10-13coverity#1326204 Unchecked dynamic_castCaolán McNamara1-1/+1
2015-10-13coverity#1326211 Unchecked dynamic_castCaolán McNamara1-6/+4
2015-10-13sd tiled rendering: implement LOK_CALLBACK_SEARCH_RESULT_SELECTIONMiklos Vajna1-1/+24
2015-10-13tdf#95002 sd tiled rendering: fix handling of images on page switchMiklos Vajna3-2/+6
2015-10-13cppcheck:variableScopeNoel Grandin7-17/+16
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann296-2216/+2216
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann16-33/+33
2015-10-12sd tiled rendering: make invalidation in DrawViewShell::SwitchPage() optionalMiklos Vajna1-1/+2
2015-10-12convert Link<> to typedNoel Grandin24-99/+102
2015-10-12sd: avoid unnecessary invalidations during searchMiklos Vajna1-1/+12
2015-10-09sd: add SdPage::dumpAsXml()Miklos Vajna1-0/+26
2015-10-07loplugin:mergeclassesNoel Grandin2-7/+7
2015-10-07Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet1-2/+2
2015-10-06Disable spellcheck when LOK is activeMiklos Vajna1-1/+3
2015-10-06loplugin:unusedmethodsNoel Grandin1-5/+5
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht90-371/+366
2015-10-06presenter console: add 'Restart Timer' buttonMiklos Vajna3-0/+16
2015-10-05LOK: added the button type and key modifier to postMouseEvent()Mihai Varga2-3/+5
2015-10-02sd tiled rendering: default to transparent background outside slide areaMiklos Vajna1-0/+3
2015-10-02-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-10-02Fix building sd remotecontroll codeStephan Bergmann1-0/+3
2015-10-02-Werror,-Wunused-private-fieldStephan Bergmann2-8/+0
2015-10-02loplugin:unusedmethodsNoel Grandin30-103/+4
2015-10-01Impress: set current page Id before showing the new pageMihai Varga1-3/+2
2015-10-01tdf#92341 Make Autocorrect entry actually workSamuel Mehrbrodt1-4/+3
2015-10-01tdf#93587: insert table in draw ole objectJulien Nabet1-15/+7
2015-09-30implement save slide background for impressCaolán McNamara5-36/+90
2015-09-30Fix typosAndrea Gelmini13-15/+15
2015-09-30Fix typosAndrea Gelmini15-16/+16
2015-09-30Fix typosAndrea Gelmini3-3/+3
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann5-22/+22
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin6-10/+2
2015-09-29boost->stdCaolán McNamara1-1/+1
2015-09-29Take care of ~ViewShellBase -> ~FormShellManager -> ViewShellBase::...Stephan Bergmann1-0/+2
2015-09-28Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann2-3/+9
2015-09-28sd tiled rendering: avoid passing explicit 0 vcl::WindowMiklos Vajna1-7/+7
2015-09-27cppcheck: noExplicitConstructorCaolán McNamara2-2/+2