| /trunk/main/dbaccess/source/core/api/ |
| H A D | RowSetBase.cxx | 97 ,m_pCache(NULL) in DBG_NAME() 161 if(m_pCache) in getFastPropertyValue() 169 rValue.setValue(&m_pCache->m_bRowCountFinal,::getCppuBooleanType()); in getFastPropertyValue() 190 if ( m_pCache ) in disposing() 192 m_pCache->deregisterOldRow(m_aOldRow); in disposing() 193 m_pCache->deleteIterator(this); in disposing() 195 m_pCache = NULL; in disposing() 226 …return ((m_nLastColumnIndex != -1) && !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd… in impl_wasNull() 251 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… in impl_getValue() 256 m_aCurrentRow = m_pCache->m_aMatrixIter; in impl_getValue() [all …]
|
| H A D | RowSet.cxx | 345 if(m_pCache) in setFastPropertyValue_NoBroadcast() 347 m_pCache->setFetchSize(m_nFetchSize); in setFastPropertyValue_NoBroadcast() 379 if(m_pCache) in getFastPropertyValue() 390 rValue <<= m_pCache->m_nPrivileges; in getFastPropertyValue() 583 DELETEZ(m_pCache); in freeResources() 707 m_pCache->updateValue(columnIndex,x,rRow,aNotify.getChangedColumns()); in updateValue() 723 m_pCache->updateNull(columnIndex,rRow,aNotify.getChangedColumns()); in updateNull() 821 m_pCache->updateCharacterStream(columnIndex,x,length,rRow,aNotify.getChangedColumns()); in updateCharacterStream() 865 m_pCache->updateObject(columnIndex,aNewValue,rRow,aNotify.getChangedColumns()); in updateObject() 879 m_pCache->updateNumericObject(columnIndex,x,scale,rRow,aNotify.getChangedColumns()); in updateNumericObject() [all …]
|
| H A D | RowSetCacheIterator.cxx | 40 , 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 D | RowSetCacheIterator.hxx | 50 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 D | RowSetBase.hxx | 138 …ORowSetCache* m_pCache; // the cache is used by the rowset and… member in dbaccess::ORowSetBase
|
| /trunk/main/shell/source/win32/shlxthandler/prophdl/ |
| H A D | propertyhdl.cxx | 74 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() 179 hr = m_pCache->GetValue( key, pPropVar ); in GetValue() [all …]
|
| /trunk/main/framework/test/typecfg/ |
| H A D | typecfg.cxx | 117 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 D | protocolhandlercache.hxx | 181 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 D | filterfactory.cxx | 478 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 D | protocolhandlercache.cxx | 344 if (m_pCache) in Notify() 345 m_pCache->takeOver(pHandler, pPattern); in Notify()
|
| /trunk/main/shell/inc/internal/ |
| H A D | propertyhdl.hxx | 84 IPropertyStoreCache* m_pCache; member in CPropertyHdl
|