Searched refs:GetNeededSize (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/svtools/source/graphic/ |
H A D | grfcache.cxx | 461 static sal_uLong GetNeededSize( OutputDevice* pOut, const Point& rPt, const Size& rSz, 473 mnCacheSize( GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) ), in GraphicDisplayCacheEntry() 486 mnCacheSize( GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) ), in GraphicDisplayCacheEntry() 526 sal_uLong GraphicDisplayCacheEntry::GetNeededSize( OutputDevice* pOut, const Point& /*rPt*/, const … in GetNeededSize() function in GraphicDisplayCacheEntry 873 return( GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr ) <= in IsDisplayCacheable() 924 …const sal_uLong nNeededSize = GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr… in CreateDisplayCacheObj() 958 …const sal_uLong nNeededSize = GraphicDisplayCacheEntry::GetNeededSize( pOut, rPt, rSz, rObj, rAttr… in CreateDisplayCacheObj()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table1.cxx | 263 long ScTable::GetNeededSize( SCCOL nCol, SCROW nRow, in GetNeededSize() function in ScTable 273 return aCol[nCol].GetNeededSize in GetNeededSize() 1503 nPixel = aCol[rCol].GetNeededSize( in MaybeAddExtraColumn()
|
H A D | column2.cxx | 183 long ScColumn::GetNeededSize( SCROW nRow, OutputDevice* pDev, in GetNeededSize() function in ScColumn 710 sal_uInt16 nThis = (sal_uInt16) GetNeededSize( nRow, pDev, nPPTX, nPPTY, in GetOptimalColWidth() 915 ( GetNeededSize( nRow, pDev, nPPTX, nPPTY, in GetOptimalHeight()
|
H A D | documen8.cxx | 530 sal_uInt16 nNewWidth = (sal_uInt16)GetNeededSize( nCol, nRow, nTab, in IdleCalcTextWidth()
|
H A D | document.cxx | 3379 long ScDocument::GetNeededSize( SCCOL nCol, SCROW nRow, SCTAB nTab, in GetNeededSize() function in ScDocument 3386 return pTab[nTab]->GetNeededSize in GetNeededSize()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | editutil.cxx | 161 long nTextHeight = pDoc->GetNeededSize( nCol, nRow, nTab, in GetEditArea()
|
/aoo41x/main/sc/inc/ |
H A D | column.hxx | 355 long GetNeededSize( SCROW nRow, OutputDevice* pDev,
|
H A D | table.hxx | 628 long GetNeededSize( SCCOL nCol, SCROW nRow,
|
H A D | document.hxx | 1361 long GetNeededSize( SCCOL nCol, SCROW nRow, SCTAB nTab,
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2464 long nPixel = pDoc->GetNeededSize( nCol, nRow, nTab, aProv.GetDevice(), in ModifyCellSize()
|
Completed in 137 milliseconds