Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx461 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()
/trunk/main/sc/source/core/data/
H A Dtable1.cxx263 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 Dcolumn2.cxx183 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 Ddocumen8.cxx530 sal_uInt16 nNewWidth = (sal_uInt16)GetNeededSize( nCol, nRow, nTab, in IdleCalcTextWidth()
H A Ddocument.cxx3379 long ScDocument::GetNeededSize( SCCOL nCol, SCROW nRow, SCTAB nTab, in GetNeededSize() function in ScDocument
3386 return pTab[nTab]->GetNeededSize in GetNeededSize()
/trunk/main/sc/inc/
H A Dcolumn.hxx355 long GetNeededSize( SCROW nRow, OutputDevice* pDev,
H A Dtable.hxx628 long GetNeededSize( SCCOL nCol, SCROW nRow,
H A Ddocument.hxx1361 long GetNeededSize( SCCOL nCol, SCROW nRow, SCTAB nTab,
/trunk/main/sc/source/core/tool/
H A Deditutil.cxx161 long nTextHeight = pDoc->GetNeededSize( nCol, nRow, nTab, in GetEditArea()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2464 long nPixel = pDoc->GetNeededSize( nCol, nRow, nTab, aProv.GetDevice(), in ModifyCellSize()

Completed in 125 milliseconds