Home
last modified time | relevance | path

Searched refs:GetCache (Results 1 – 25 of 40) sorted by relevance

12

/trunk/main/sc/source/core/data/
H A Ddpcachetable.cxx174 return GetCache()->GetRowCount(); in getRowSize()
179 return GetCache()->GetColumnCount(); in getColSize()
204 SCROW nMemCount = GetCache()->GetDimMemberCount( nCol ); in fillTable()
212 SCROW nOrder = GetCache()->GetOrder( nCol, nIndex ); in fillTable()
218 !GetCache()->ValidQuery( nRow , rQuery, pSpecial ) ) in fillTable()
259 SCROW nMemCount = GetCache()->GetDimMemberCount( nCol ); in fillTable()
267 SCROW nOrder = GetCache()->GetOrder( nCol, nIndex ); in fillTable()
315 return GetCache()->GetItemDataById( nCol, nId ); in getCell()
332 return (GetCache()->GetDimensionName( nIndex )); in getFieldName()
337 return GetCache()->GetDimensionIndex( rStr ); in getFieldIndex()
[all …]
H A Ddptabdat.cxx168 long nCacheColumnCount = rCacheTable.GetCache()->GetColumnCount(); in FillRowDataFromCacheTable()
253 if ( nDim >= rCacheTable.GetCache()->GetColumnCount() ) in GetItemData()
256 …SCROW nId= rCacheTable.GetCache()->GetItemDataId( static_cast<SCCOL>(nDim), static_cast<SCROW>(nRo… in GetItemData()
285 return GetCacheTable().GetCache()->GetItemDataById( (SCCOL) nDim, (SCROW)nMembers[nIndex] ); in GetMemberByIndex()
291 return GetCacheTable().GetCache()->GetItemDataById( (SCCOL) nDim, (SCROW)nId); in GetMemberById()
296 return GetCacheTable().GetCache()->GetIdByItemData((SCCOL) nDim, rData ); in GetIdOfItemData()
315 long n1 = GetCacheTable().GetCache()->GetOrder( nDim, nDataId1); in Compare()
316 long n2 = GetCacheTable().GetCache()->GetOrder( nDim, nDataId2); in Compare()
H A Ddpshttab.cxx144 return aCacheTable.GetCache()->IsDateDimension( nDim); in IsDateDimension()
162 return GetCacheTable().GetCache()->GetNumberFormat( nDim ); in GetNumberFormat()
266 ScDPTableDataCache* ScSheetSourceDesc::GetCache( ScDocument* pDoc, long nID ) const in GetCache() function in ScSheetSourceDesc
278 ScDPTableDataCache* pCache = GetCache( pDoc, nID); in GetCacheId()
H A Ddpgroup.cxx795 …pDateHelper->FillColumnEntries( (SCCOL)GetSourceDim(), rCacheTable.GetCache(), maMemberEntries, … in GetColumnEntries()
801 …const ScDPItemData* pItemData = rCacheTable.GetCache()->GetItemDataById( (SCCOL)GetSourceDim(), r… in GetColumnEntries()
812 SCROW nNew = rCacheTable.GetCache()->GetAdditionalItemID( aItems[i].GetName() ); in GetColumnEntries()
813 … lcl_Insert ( (SCCOL)GetSourceDim(), rCacheTable.GetCache(), maMemberEntries, nNew ); in GetColumnEntries()
1110 …return pNumGroups[nColumn].GetNumEntries( (SCCOL)nColumn, GetCacheTable().GetCache(), rOriginal ); in GetColumnEntries()
1357 ScDPTableDataCache* pCache = GetCacheTable().GetCache(); in FillGroupValues()
1400 …const ScDPItemData* pData = GetCacheTable().GetCache()->GetItemDataById( (SCCOL)nSourceDim, pItem… in FillGroupValues()
1410 pItemDataIndex[nDim] = GetCacheTable().GetCache()->GetAdditionalItemID( aItemData ); in FillGroupValues()
H A Ddpsdbtab.cxx188 ScDPTableDataCache* ScImportSourceDesc::GetCache( ScDocument* pDoc, long nID ) const in GetCache() function in ScImportSourceDesc
200 ScDPTableDataCache* pCache = GetCache( pDoc, nID); in GetCacheId()
H A Ddptabsrc.cxx2661 …pNew = new ScDPMember( pSource, nDim, nHier, nLev, pSource->GetCache()->GetAdditionalItemID(rData)… in getByIndex()
2723 … const ScDPItemData* pData = pSource->GetCache()->GetItemDataById( (SCCOL) nSrcDim, nIndex ); in IsNamedItem()
2895 ScDPTableDataCache* ScDPSource::GetCache() in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2898 return ( GetData()!=NULL) ? GetData()->GetCacheTable().GetCache() : NULL ; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
2913 nId = GetCache()->GetAdditionalItemID( item ); in GetItemDataById()
2922 return GetCache()->GetIdByItemData( nSrcDim, rData ); in GetMemberId()
/trunk/main/linguistic/source/
H A Dspelldsp.cxx370 bTmpRes = GetCache().CheckWord( aChkWord, nLanguage ); in isValid_Impl()
379 GetCache().AddWord( aChkWord, nLanguage ); in isValid_Impl()
433 bTmpRes = GetCache().CheckWord( aChkWord, nLanguage ); in isValid_Impl()
442 GetCache().AddWord( aChkWord, nLanguage ); in isValid_Impl()
538 sal_Bool bOK = GetCache().CheckWord( aChkWord, nLanguage ); in spell_Impl()
549 GetCache().AddWord( aChkWord, nLanguage ); in spell_Impl()
620 sal_Bool bOK = GetCache().CheckWord( aChkWord, nLanguage ); in spell_Impl()
631 GetCache().AddWord( aChkWord, nLanguage ); in spell_Impl()
H A Dspelldsp.hxx78 inline linguistic::SpellCache & GetCache() const;
130 inline linguistic::SpellCache & SpellCheckerDispatcher::GetCache() const in GetCache() function in SpellCheckerDispatcher
/trunk/main/sw/source/core/attr/
H A Dformat.cxx123 SwFrm::GetCache().Delete( this ); in operator =()
199 SwFrm::GetCache().Delete( this ); in CopyAttrs()
421 SwFrm::GetCache().Delete( this ); in SetDerivedFrom()
584 SwFrm::GetCache().Delete( this ); in SetFmtAttr()
727 SwFrm::GetCache().Delete( this ); in ResetAllFmtAttr()
773 SwFrm::GetCache().Delete( this ); in DelDiffs()
H A Dcalbck.cxx124 SwFrm::GetCache().Delete( this ); in ~SwModify()
348 SwFrm::GetCache().Delete( this ); in CheckCaching()
/trunk/main/sw/source/core/layout/
H A Dcalcmove.cxx164 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pLastFrm ); in ShouldBwdMoved()
736 pAccess = new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll()
943 pAccess = new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll()
1193 SwBorderAttrAccess aAccess( SwFrm::GetCache(), this ); in MakeAll()
1833 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pNxt ); in MakeNxt()
1848 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pNxt ); in MakeNxt()
1963 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pFrm ); in _WouldFit()
H A Dtabfrm.cxx568 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pCell ); in lcl_PreprocessRowsInCells()
1960 SwBorderAttrAccess *pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll()
2067 pAccess = new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll()
2108 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll()
2160 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll()
2339 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll()
2587 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), this ); in MakeAll()
4165 SwBorderAttrAccess aAccess( SwFrm::GetCache(), _pCell ); in lcl_CalcMinCellHeight()
5749 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pCurrSourceCell ); in lcl_CalcHeightOfFirstContentLine()
H A Dhffrm.cxx458 new SwBorderAttrAccess( SwFrm::GetCache(), this ); in GrowFrm()
591 new SwBorderAttrAccess( SwFrm::GetCache(), this ); in ShrinkFrm()
H A Dpaintfrm.cxx2294 SwBorderAttrAccess aAccess( SwFrm::GetCache(), &rLayoutFrm ); in HandleFrame()
3732 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pParentFlyFrm ); in Paint()
3753 SwBorderAttrAccess aAccess( SwFrm::GetCache(), (SwFrm*)this ); in Paint()
3892 SwBorderAttrAccess aAccess( SwFrm::GetCache(), (SwFrm*)this ); in Paint()
4735 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pNextCell ); in lcl_GetCellFrmForBorderAttrs()
4924 SwBorderAttrAccess aAccess( SwFrm::GetCache(), in PaintBorder()
4945 SwBorderAttrAccess aAccess( SwFrm::GetCache(), in PaintBorder()
5743 SwBorderAttrAccess aAccess( SwFrm::GetCache(), (SwFrm*)this ); in PaintBaBo()
6001 SwBorderAttrAccess aAccess( SwFrm::GetCache(), (SwFrm*)pFrm ); in PaintBackground()
6807 SwBorderAttrAccess aAccess( SwFrm::GetCache(), pFrm ); in GetBackgroundBrush()
[all …]
H A Dflowfrm.cxx1478 pAccess= new SwBorderAttrAccess( SwFrm::GetCache(), pOwn ); in CalcUpperSpace()
1752 pAttrAccess = new SwBorderAttrAccess( SwFrm::GetCache(), &rThis ); in CalcLowerSpace()
1816 pAttrAccess = new SwBorderAttrAccess( SwFrm::GetCache(), pFrm ); in CalcAddLowerSpaceAsLastInTableCell()
H A Dflyincnt.cxx300 SwBorderAttrAccess aAccess( SwFrm::GetCache(), this ); in MakeAll()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx1215 SwFrm::GetCache().Delete( this ); in ChgFmtColl()
1527 SwFrm::GetCache().Delete( this ); in SetAttr()
1557 SwFrm::GetCache().Delete( this ); in SetAttr()
1638 SwFrm::GetCache().Delete( this ); in ResetAttr()
1686 SwFrm::GetCache().Delete( this ); in ResetAttr()
1729 SwFrm::GetCache().Delete( this ); in ResetAllAttr()
1896 SwFrm::GetCache().Delete( this ); in SetCondFmtColl()
/trunk/main/sc/inc/
H A Ddpsdbtab.hxx61 ScDPTableDataCache* GetCache( ScDocument* pDoc, long nID ) const;
H A Ddpshttab.hxx61 ScDPTableDataCache* GetCache( ScDocument* pDoc, long nID ) const;
H A Ddpcachetable.hxx164 ScDPTableDataCache* GetCache() const;
H A Ddpobject.hxx121 const ScDPTableDataCache* GetCache() const;
/trunk/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsPageCacheManager.hxx78 ::boost::shared_ptr<Cache> GetCache (
/trunk/main/graphite/
H A Dgraphite-2.3.1_stlportemu.patch30 FontCacheValue GetCache(LOGFONT & lf);
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsGenericPageCache.cxx80 mpBitmapCache = PageCacheManager::Instance()->GetCache( in ProvideCacheAndProcessor()
H A DSlsPageCacheManager.cxx215 ::boost::shared_ptr<PageCacheManager::Cache> PageCacheManager::GetCache ( in GetCache() function in sd::slidesorter::cache::PageCacheManager

Completed in 195 milliseconds

12