summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2014-09-28fdo#70998 Termchange: Picture->ImageSamuel Mehrbrodt1-2/+2
2014-09-27Term change: Sound/Movie -> Audio/VideoSamuel Mehrbrodt1-4/+4
2014-09-27Add missing title to the Header and Footer dialogAdolfo Jayme Barrientos1-1/+3
2014-09-27fdo#53682 Merge 'Insert Image' and 'Insert Audio/Video' in submenuSamuel Mehrbrodt2-2/+2
2014-09-26fdo#83808 Scale images proportionally by default in Impress/DrawSamuel Mehrbrodt2-6/+16
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-3/+3
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin6-253/+253
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin4-34/+34
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin10-94/+94
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin3-10/+10
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2-38/+38
2014-09-26remove unnecessary casts'sNoel Grandin2-2/+2
2014-09-26remove unnecessary static_cast'sNoel Grandin2-7/+7
2014-09-26bnc#897769: OOXML import: Import border lines using reference too.Matúš Kukan1-0/+12
2014-09-25fdo#84235 Remove Navigator from Context menuSamuel Mehrbrodt2-11/+0
2014-09-25Fix validation problems pointed out by CppunitTest_sd_export_testsMiklos Vajna1-1/+1
2014-09-25fdo#83751- Add test case for custom properties in pptxHeena Gupta2-0/+19
2014-09-25fdo#83751-FILESAVE:Custom Properties dropped while exporting to .pptxHeena Gupta2-1/+23
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann1-1/+1
2014-09-25fdo#63483: support for modify passwd in Impress and DrawKatarina Behrens2-1/+29
2014-09-25Stop using unnecessary std::auto_ptrTakeshi Abe2-17/+17
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann3-0/+4
2014-09-24Fix falloutSamuel Mehrbrodt1-2/+0
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel10-2/+80
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt3-4/+0
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann1-3/+1
2014-09-24unused using-declarationsMatúš Kukan1-7/+0
2014-09-23Fix build breakages with gcc 4.7. It doesn't like '<::'.Kohei Yoshida5-6/+8
2014-09-23loplugin: cstylecast, update PTR_CAST macro to use static_castNoel Grandin3-8/+8
2014-09-23fdo#82577: Handle WindowNoel Grandin259-712/+710
2014-09-23n-up printing done by vcl, brochures by draw/impressCaolán McNamara1-4/+5
2014-09-22fdo#78826 HIG: missing colons and capitalization in sdAdolfo Jayme Barrientos25-525/+163
2014-09-22remove unused fields pName and pMethodName in SfxSlot classNoel Grandin1-2/+2
2014-09-21Related fdo#80538 Re-adding toolbar separatorsYousuf Philips2-0/+2
2014-09-18IsDraw doesn't mean the app/page is DrawCaolán McNamara1-2/+3
2014-09-18fdo#82577: Handle FontNoel Grandin33-63/+63
2014-09-17bnc#591147: unit test for media files importMatúš Kukan3-0/+37
2014-09-17Move the scrollbar and layer tabs in a separate row in DrawSamuel Mehrbrodt7-63/+13
2014-09-17Resolves: fdo#80911 don't swap notes page width/heightCaolán McNamara1-13/+15
2014-09-17Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter1-1/+1
2014-09-17bnc#584721: Import subtitle block to master slidesZolnai Tamás2-0/+27
2014-09-17bnc#584721: Do not add extra title and outliner blocks to master slideZolnai Tamás2-1/+18
2014-09-17bnc#584721: Right text inside the title area on master pageZolnai Tamás2-0/+20
2014-09-16fdo#75757: remove inheritance to std::vectorTakeshi Abe2-29/+27
2014-09-15fdo#83619 Retain dropdown part after customizationMaxim Monastirsky2-0/+20
2014-09-15sd: sal_Bool -> boolStephan Bergmann4-6/+6
2014-09-14Related: fdo#83572 Improve zoom modeMaxim Monastirsky2-9/+22
2014-09-14fdo#55903 Immediate effect for zoom in buttonMaxim Monastirsky10-3/+57
2014-09-12Keep files of failing tests aroundStephan Bergmann1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann64-412/+412