summaryrefslogtreecommitdiff
path: root/sfx2/source/doc
AgeCommit message (Expand)AuthorFilesLines
2016-02-06remove unnecessary check for null when calling deleteNoel Grandin1-5/+2
2016-02-06cppcheck:unreadVariableNoel Grandin1-1/+1
2016-02-06convert expressions like 'size() == 0' to 'empty()'Noel Grandin1-5/+5
2016-02-05cppcheck: noExplicitConstructorCaolán McNamara4-12/+12
2016-02-05convert INVALIDATE constants to scoped enumNoel Grandin1-2/+2
2016-02-05convert CVT constants to scoped enumNoel Grandin3-9/+10
2016-01-18fix a crash found in passingCaolán McNamara1-1/+3
2016-01-14sfx2: Convert the exception to one that we actually announce.Jan Holesovsky1-1/+10
2015-12-21fix missing BaseURL when loading embedded objectsMichael Stahl1-0/+6
2015-10-21tdf#95095: Implement "AvoidRecentDocs" property for loadComponentFromURL().Jan Holesovsky1-44/+21
2015-10-18RemoteFilesDialogSzymon Kłos2-13/+40
2015-08-31it's no use to check for stream status after a seekCaolán McNamara1-7/+10
2015-08-06not necessary to open read/write to extract document metadataAndras Timar1-0/+1
2015-08-06Resolves: tdf#79780 use SelectHdl instead of ClickHdlCaolán McNamara1-3/+3
2015-08-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-2/+2
2015-05-29convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-1/+2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung2-15/+15
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-4/+4
2015-05-15convert POPUPMENU_ constants to scoped enumNoel Grandin1-3/+3
2015-05-14refactor PreviewWindow to use RenderContextTomaž Vajngerl1-73/+66
2015-05-14refactor WaitWindow_Impl to use RenderContextTomaž Vajngerl1-39/+31
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+3
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-07convert BUTTONDIALOG constants to scoped enumNoel Grandin1-2/+2
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann3-0/+3
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-2/+2
2015-05-07Remove SvStorage aliasStephan Bergmann1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann1-12/+4
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-6/+5
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara2-3/+3
2015-05-04Delete unused strings in doc.src and doc.hrcJoren De Cuyper2-227/+1
2015-04-30Gradually typed LinkStephan Bergmann3-11/+11
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-10/+3
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin5-18/+18
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks12-91/+119
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-27tdf#65498, tdf#87545: Don't confuse logically r/o doc with physically r/oStephan Bergmann1-5/+15
2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl2-2/+0
2015-04-24loplugin:simplifyboolStephan Bergmann4-4/+4
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann4-4/+4
2015-04-23Use comphelper::SequenceAsHashMap::getUnpackedValueOrDefault<bool>Stephan Bergmann1-2/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin7-20/+20
2015-04-21StyleManager & StylePreviewRenderer + common implementationTomaž Vajngerl1-1/+4