summaryrefslogtreecommitdiffstats
path: root/include/sfx2/docinsert.hxx
Commit message (Collapse)AuthorAgeFilesLines
* convert to typed Link<> in sfx2Noel Grandin2015-07-201-4/+4
| | | | | | | Change-Id: Ifa42bd14d7329ff1043fa736513c468dda30485e Reviewed-on: https://gerrit.libreoffice.org/17195 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* loplugin:unusedmethods sfx2(part2)Noel Grandin2015-07-161-3/+0
| | | | | | | Change-Id: I82223b72ddb6a9df1ee52a300b083002234602dc Reviewed-on: https://gerrit.libreoffice.org/17075 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
* Gradually typed LinkStephan Bergmann2015-04-301-2/+2
| | | | | | | | | | | | | | | | | Turn the Link class into a template abstracting over the link's argument and return types, but provide default template arguments that keep the generic, unsafe "void* in, sal_IntPtr out" behvior. That way, individual uses of the Link class can be updated over time. All the related macros are duplicated with ..._TYPED counterparts, that additionally take the RetType (except for LINK_TYPED, which manages to infer the relevant types from the supplied Member). (It would have been attractive to change the "untyped" LinkStubs from taking a void* to a properly typed ArgType parameter, too, but that would cause -fsanitize=function to flag uses of "untyped" Link::Call.) Change-Id: I3b0140378bad99abbf240140ebb4a46a05d2d2f8
* fixincludeguards.sh: include/s*Thomas Arnhold2013-10-231-3/+3
| | | | Change-Id: I57fcfd442d2b5815e7c07a9cbd660f3698168dee
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-251-3/+2
| | | | Change-Id: Ib5c3a2daa4a48bc286b14fa2cebb3306ea0012bc
* convert include/sfx2/docinsert.hxx from String to OUStringNoel Grandin2013-08-291-4/+4
| | | | Change-Id: I07b498f2a90399c8ee208de2bc4c780427fe4c17
* execute move of global headersBjoern Michaelsen2013-04-231-0/+71
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a