Home
last modified time | relevance | path

Searched refs:meCellAnchorType (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Ddrawingbase.cxx88 meCellAnchorType( CELLANCHOR_EMU ), in ShapeAnchor()
110 meCellAnchorType = CELLANCHOR_EMU; in importAnchor()
162 meCellAnchorType = CELLANCHOR_PIXEL; // VML uses screen pixels for offset values in importVmlAnchor()
186 meCellAnchorType = CELLANCHOR_COLROW; // BIFF/DFF use fraction of column/row for offset values in importBiffAnchor()
281 switch( meCellAnchorType ) in calcCellAnchorEmu()
/trunk/main/oox/inc/oox/xls/
H A Ddrawingbase.hxx129 CellAnchorType meCellAnchorType; /// Type of the cell anchor models. member in oox::xls::ShapeAnchor