Searched refs:ScRefType (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 60 enum ScRefType { SC_REFTYPE_NONE, SC_REFTYPE_REF, SC_REFTYPE_FILL, enum 184 ScRefType eRefType; 360 ScRefType GetRefType() const { return eRefType; } in GetRefType() 368 void SetRefMode( sal_Bool bNewMode, ScRefType eNewType ) in SetRefMode()
|
H A D | tabview.hxx | 301 void InitRefMode( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ, ScRefType eType,
|
/trunk/main/sc/source/ui/view/ |
H A D | tabview4.cxx | 237 ScRefType eType = aViewData.GetRefType(); in UpdateRef() 304 void ScTabView::InitRefMode( SCCOL nCurX, SCROW nCurY, SCTAB nCurZ, ScRefType eType, sal_Bool bPain… in InitRefMode()
|
H A D | select.cxx | 530 ScRefType eRefMode = (nMode == SC_FILL_EMBED_LT) ? SC_REFTYPE_EMBED_LT : SC_REFTYPE_EMBED_RB; in SetCursorAtCell()
|
Completed in 27 milliseconds