Searched refs:SC_REFTYPE_FILL (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | select.cxx | 385 if (pViewData->GetRefType() != SC_REFTYPE_FILL) in SetCursorAtCell() 387 pView->InitRefMode( nStartX, nStartY, nTab, SC_REFTYPE_FILL ); in SetCursorAtCell() 451 pViewData->GetView()->InitRefMode( nStartX, nStartY, nTab, SC_REFTYPE_FILL ); in SetCursorAtCell() 516 pViewData->GetView()->InitRefMode( nRefStX, nRefStY, nTab, SC_REFTYPE_FILL ); in SetCursorAtCell() 549 if (pViewData->GetRefType() != SC_REFTYPE_FILL) in SetCursorAtCell() 551 pView->InitRefMode( nStartX, nStartY, nTab, SC_REFTYPE_FILL ); in SetCursorAtCell()
|
H A D | gridwin5.cxx | 405 if ( nMouseStatus == SC_GM_TABDOWN && pViewData->GetRefType() == SC_REFTYPE_FILL && in RequestHelp()
|
H A D | tabview4.cxx | 266 if ( aViewData.GetRefType() == SC_REFTYPE_FILL && Help::IsQuickHelpEnabled() ) in UpdateRef()
|
H A D | gridwin4.cxx | 845 if ( pViewData->GetRefType() == SC_REFTYPE_FILL ) in Draw()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 60 enum ScRefType { SC_REFTYPE_NONE, SC_REFTYPE_REF, SC_REFTYPE_FILL, enumerator
|
Completed in 23 milliseconds