Searched defs:DecRef (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/sfx2/inc/ | ||
H A D | msgnodei.hxx | 90 void DecRef() { nRef--; if( !nRef ) delete this; } in DecRef() function in SfxMsgReceiverList_Impl |
/aoo4110/main/sot/source/sdstor/ | ||
H A D | stgcache.hxx | 67 sal_uInt16 DecRef() { return --nRef; } in DecRef() function in StgCache |
/aoo4110/main/sc/source/core/inc/ | ||
H A D | bcaslot.hxx | 61 inline sal_uLong DecRef() { return nRefCount ? --nRefCount : 0; } in DecRef() function in ScBroadcastArea |
/aoo4110/main/sc/inc/ | ||
H A D | scmatrix.hxx | 202 inline void DecRef() const in DecRef() function in ScMatrix |
H A D | compiler.hxx | 174 void DecRef() { if( !--nRefCnt ) Delete(); } in DecRef() function |
/aoo4110/main/formula/inc/formula/ | ||
H A D | token.hxx | 116 inline void DecRef() const in DecRef() function in formula::FormulaToken |
/aoo4110/main/rsc/source/tools/ | ||
H A D | rscdef.cxx | 304 void RscDefine::DecRef(){ in DecRef() function in RscDefine |
Completed in 51 milliseconds