Searched refs:getCellSize (Results 1 – 8 of 8) sorted by relevance
265 Size getCellSize( sal_Int32 nCol, sal_Int32 nRow ) const;600 Size WorksheetGlobals::getCellSize( sal_Int32 nCol, sal_Int32 nRow ) const in getCellSize() function in oox::xls::WorksheetGlobals1476 Size WorksheetHelper::getCellSize( sal_Int32 nCol, sal_Int32 nRow ) const in getCellSize() function in oox::xls::WorksheetHelper1478 return mrSheetGlob.getCellSize( nCol, nRow ); in getCellSize()
304 Size aCellSize = getCellSize( rModel.mnCol, rModel.mnRow ); in calcCellAnchorEmu()
52 virtual double getCellSize() const = 0;
67 virtual double getCellSize() const;
72 double ImplFont::getCellSize() const in getCellSize() function in cppcanvas::internal::ImplFont
87 basegfx::B2ITuple getCellSize( const CellPos& rPos ) const;
82 basegfx::B2ITuple TableLayouter::getCellSize( const CellPos& rPos ) const in getCellSize() function in sdr::table::TableLayouter134 const basegfx::B2ITuple aCellSize( getCellSize( rPos ) ); in getCellArea()
247 ::com::sun::star::awt::Size getCellSize( sal_Int32 nCol, sal_Int32 nRow ) const;
Completed in 50 milliseconds