summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-11WaE: Unreferenced function definitionTor Lillqvist1-1/+0
2014-09-11fdo#75757: remove inheritance to std::vectorTakeshi Abe1-4/+24
2014-09-11get rid of QUERYINT macro in sdTomaž Vajngerl3-38/+67
2014-09-10fdo#75757: remove inheritance to std::vectorTakeshi Abe3-54/+66
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann23-212/+212
2014-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann11-26/+26
2014-09-10callcatcher: update unused codeCaolán McNamara4-28/+0
2014-09-09semibold->boldCaolán McNamara2-17/+17
2014-09-09crashtest: sep should be curSepCaolán McNamara1-1/+1
2014-09-09bnc#480256: OOXML import: unit test for table background propertyMatúš Kukan2-0/+48
2014-09-08coverity#1237355 Dereference null return valueCaolán McNamara1-7/+5
2014-09-06Related fdo#82088: dropping aliases again :)Stefan Weiberg20-85/+77
2014-09-06Related fdo#82088: removing aliases in headersStefan Weiberg1-3/+3
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin15-57/+49
2014-09-06DockingWindow LayerDialog appears unusedCaolán McNamara18-404/+0
2014-09-05fdo#82681: return IsUserDefined w/o negationKatarina Behrens1-1/+1
2014-09-05CppunitTest_sd_import_tests: missing DoClose() callMiklos Vajna1-0/+1