Home
last modified time | relevance | path

Searched refs:pOLELRU_Cache (Results 1 – 1 of 1) sorted by relevance

/AOO42X/main/sw/source/core/ole/
H A Dndole.cxx103 SwOLELRUCache* pOLELRU_Cache = 0; variable
121 pOLELRU_Cache->InsertObj( *mpObj ); in SwOLEListener_Impl()
133 if( !pOLELRU_Cache ) in stateChanged()
134 pOLELRU_Cache = new SwOLELRUCache; in stateChanged()
135 pOLELRU_Cache->InsertObj( *mpObj ); in stateChanged()
139 if ( pOLELRU_Cache ) in stateChanged()
140 pOLELRU_Cache->RemoveObj( *mpObj ); in stateChanged()
146 if ( mpObj && pOLELRU_Cache ) in Release()
147 pOLELRU_Cache->RemoveObj( *mpObj ); in Release()
154 if ( mpObj && pOLELRU_Cache ) in disposing()
[all …]