summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Expand)Author
2015-09-07convert Link<> to typedNoel Grandin
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-09-03convert Link<> to typedNoel Grandin
2015-08-31make Link<> typedNoel Grandin
2015-08-27Clean up aEmptyStephan Bergmann
2015-08-26add ppt to fftesterCaolán McNamara
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-20it's no use to check for stream status after a seekCaolán McNamara
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-08-19Consolidate isFileUrl checksStephan Bergmann
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann
2015-08-19Replace utl::LocalFileHelper::IsLocalFile -> ...::IsFileUrlStephan Bergmann
2015-08-18ConvertURLToSystemPath->getSystemPathFromFileURLCaolán McNamara
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-08-13make Link<> instances typedNoel Grandin
2015-08-13make Link<> instances typedNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-24in SfxFrameDescriptor, use normal boolNoel Grandin
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-07-17tdf#92758: no more duplication of document in CMIS after checkinVasily Melenchuk
2015-07-16this is assigned back to a sal_Int8 anywayCaolán McNamara
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-16fix windows buildNoel Grandin
2015-07-16SaveAsRemote: corresponding dialog typeSzymon Kłos
2015-07-16Working toolbar entry: Save As > Remote fileSzymon Kłos
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin
2015-07-16loplugin:unusedmethods sfx2Noel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl
2015-07-04Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin
2015-06-28coverity#1308505 Uncaught exceptionCaolán McNamara
2015-06-23Revert "Typo: iff->if"Julien Nabet
2015-06-23Typo: iff->ifJulien Nabet
2015-06-21Fix typosAndrea Gelmini
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-11convert expressions like 'size() == 0' to 'empty()'Noel Grandin
2015-06-10SfxObjectShell::CopyStoragesOfUnknownMediaType: still try to copy Base streamsMiklos Vajna
2015-06-09sfx2: silence warning in SfxObjectShell::CopyStoragesOfUnknownMediaType()Miklos Vajna
2015-06-09not necessary to open read/write to extract document metadataAndras Timar
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-07Resolves: tdf#79780 use SelectHdl instead of ClickHdlCaolán McNamara