Home
last modified time | relevance | path

Searched refs:getCellSize (Results 1 – 8 of 8) sorted by relevance

/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx265 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::WorksheetGlobals
1476 Size WorksheetHelper::getCellSize( sal_Int32 nCol, sal_Int32 nRow ) const in getCellSize() function in oox::xls::WorksheetHelper
1478 return mrSheetGlob.getCellSize( nCol, nRow ); in getCellSize()
H A Ddrawingbase.cxx304 Size aCellSize = getCellSize( rModel.mnCol, rModel.mnRow ); in calcCellAnchorEmu()
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dfont.hxx52 virtual double getCellSize() const = 0;
/trunk/main/cppcanvas/source/wrapper/
H A Dimplfont.hxx67 virtual double getCellSize() const;
H A Dimplfont.cxx72 double ImplFont::getCellSize() const in getCellSize() function in cppcanvas::internal::ImplFont
/trunk/main/svx/source/table/
H A Dtablelayouter.hxx87 basegfx::B2ITuple getCellSize( const CellPos& rPos ) const;
H A Dtablelayouter.cxx82 basegfx::B2ITuple TableLayouter::getCellSize( const CellPos& rPos ) const in getCellSize() function in sdr::table::TableLayouter
134 const basegfx::B2ITuple aCellSize( getCellSize( rPos ) ); in getCellArea()
/trunk/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx247 ::com::sun::star::awt::Size getCellSize( sal_Int32 nCol, sal_Int32 nRow ) const;

Completed in 39 milliseconds