Home
last modified time | relevance | path

Searched defs:ScfRef (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dftools.hxx150 class ScfRef class
158 inline explicit ScfRef( element_type* pObj = 0 ) { eat( pObj ); } in ScfRef() function in ScfRef
159 inline /*implicit*/ ScfRef( const this_type& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef() function in ScfRef
161 inline /*implicit*/ ScfRef( const ScfRef< Type2 >& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef() function in ScfRef

Completed in 17 milliseconds