Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx97 ,m_pCache(NULL) in DBG_NAME()
161 if(m_pCache) in getFastPropertyValue()
190 if ( m_pCache ) in disposing()
195 m_pCache = NULL; in disposing()
600 if(m_pCache) in getMetaData()
657 bRet = m_pCache->next(); in next()
833 m_pCache->afterLast(); in afterLast()
1206 m_pCache->refreshRow(); in refreshRow()
1255 if ( m_pCache ) in getWarnings()
1270 if ( m_pCache ) in clearWarnings()
[all …]
H A DRowSet.cxx345 if(m_pCache) in setFastPropertyValue_NoBroadcast()
379 if(m_pCache) in getFastPropertyValue()
583 DELETEZ(m_pCache); in freeResources()
979 if ( m_pCache->m_aMatrixIter != m_pCache->getEnd() && (*m_pCache->m_aMatrixIter).isValid() ) in updateRow()
1037 if ( m_pCache->m_aMatrixIter != m_pCache->getEnd() && m_pCache->m_aMatrixIter->isValid() ) in deleteRow()
1044 m_pCache->deleteRow(); in deleteRow()
1085 m_pCache->cancelRowUpdates(); in implCancelRowUpdates()
1205 m_pCache->next(); in moveToInsertRow()
1214 && m_pCache->m_aMatrixIter != m_pCache->getEnd() in moveToInsertRow()
1222 m_pCache->moveToInsertRow(); in moveToInsertRow()
[all …]
H A DRowSetCacheIterator.cxx40 , m_pCache(_rRH.m_pCache) in ORowSetCacheIterator()
56 m_pCache = _rRH.m_pCache; in operator =()
76 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator *()
79 OSL_VERIFY(m_pCache->moveToBookmark(m_aIter->second.aBookmark)); in operator *()
80 m_aIter->second.aIterator = m_pCache->m_aMatrixIter; in operator *()
92 if ( !m_pRowSet->isInsertRow() && m_aIter->second.aIterator == m_pCache->m_pMatrix->end() ) in operator ->()
95 OSL_VERIFY(m_pCache->moveToBookmark(m_aIter->second.aBookmark)); in operator ->()
96 m_aIter->second.aIterator = m_pCache->m_aMatrixIter; in operator ->()
130 sal_Bool bRet = !m_pCache || !m_pRowSet || m_aIter == m_pCache->m_aCacheIterators.end(); in isNull()
136 m_aIter->second.aIterator == m_pCache->m_pInsertMatrix->end() in isNull()
[all …]
H A DRowSetCacheIterator.hxx50 ORowSetCache* m_pCache; member in dbaccess::ORowSetCacheIterator
55 ,m_pCache(_pCache) in ORowSetCacheIterator()
60 ORowSetCacheIterator() :m_aIter(),m_pCache(NULL),m_pRowSet(NULL){} in ORowSetCacheIterator()
H A DRowSetBase.hxx139 ORowSetCache* m_pCache; // the cache is used by the rowset and his clone (shared) member in dbaccess::ORowSetBase
/trunk/main/shell/source/win32/shlxthandler/prophdl/
H A Dpropertyhdl.cxx74 m_pCache( NULL ) in CPropertyHdl()
86 if ( m_pCache ) in ~CPropertyHdl()
88 m_pCache->Release(); in ~CPropertyHdl()
89 m_pCache = NULL; in ~CPropertyHdl()
153 if ( m_pCache && pcProps ) in GetCount()
155 hr = m_pCache->GetCount( pcProps ); in GetCount()
165 if ( m_pCache ) in GetAt()
167 hr = m_pCache->GetAt( iProp, pKey ); in GetAt()
177 if ( m_pCache ) in GetValue()
189 if ( m_pCache ) in SetValue()
[all …]
/trunk/main/framework/test/typecfg/
H A Dtypecfg.cxx117 FilterCache* m_pCache ; member in TypeApplication
135 m_pCache = new FilterCache; in Main()
149 delete m_pCache; in Main()
150 m_pCache = NULL; in Main()
/trunk/main/framework/inc/classes/
H A Dprotocolhandlercache.hxx181 HandlerCache* m_pCache; member in framework::HandlerCFGAccess
189 void setCache(HandlerCache* pCache) {m_pCache = pCache;}; in setCache()
/trunk/main/filter/source/config/cache/
H A Dfilterfactory.cxx478 FilterCache* m_pCache ; member in filter::config::stlcomp_removeIfMatchFlags
486 : m_pCache (pCache ) in stlcomp_removeIfMatchFlags()
495 const CacheItem aFilter = m_pCache->getItem(FilterCache::E_FILTER, sFilter); in operator ()()
/trunk/main/framework/source/fwi/classes/
H A Dprotocolhandlercache.cxx344 if (m_pCache) in Notify()
345 m_pCache->takeOver(pHandler, pPattern); in Notify()
/trunk/main/shell/inc/internal/
H A Dpropertyhdl.hxx84 IPropertyStoreCache* m_pCache; member in CPropertyHdl

Completed in 63 milliseconds