• Kohei Yoshida's avatar
    Go through all ScEditCell instantiations and fix memory leaks. · 0585322e
    Kohei Yoshida yazdı
    Changed the signature of the constructor (one that clones the text object)
    to take a reference instead of a pointer, to smoke out the callers that
    use this constructor.  Went through all its callers and made changes to
    either 1) pass ownership to the cell instance (if the text object uses
    the SfxItemPool instance returned from ScDocument::GetEditPool()), or 2)
    pass as const reference to make it clear that the instance will get cloned.
    
    Change-Id: I669e066d4739536bf8d3b356186503dcdfa303b0
    0585322e
Adı
Son kayıt (commit)
Son güncelleme
..
arealink.cxx Loading commit data...
autostyl.cxx Loading commit data...
dbdocfun.cxx Loading commit data...
dbdocimp.cxx Loading commit data...
docfunc.cxx Loading commit data...
docsh.cxx Loading commit data...
docsh2.cxx Loading commit data...
docsh3.cxx Loading commit data...
docsh4.cxx Loading commit data...
docsh5.cxx Loading commit data...
docsh6.cxx Loading commit data...
docsh7.cxx Loading commit data...
docsh8.cxx Loading commit data...
docshimp.hxx Loading commit data...
editable.cxx Loading commit data...
externalrefmgr.cxx Loading commit data...
impex.cxx Loading commit data...
macromgr.cxx Loading commit data...
olinefun.cxx Loading commit data...
pagedata.cxx Loading commit data...
pntlock.cxx Loading commit data...
servobj.cxx Loading commit data...
sizedev.cxx Loading commit data...
tablink.cxx Loading commit data...
tpstat.cxx Loading commit data...
tpstat.hrc Loading commit data...
tpstat.src Loading commit data...