Home
last modified time | relevance | path

Searched refs:eMarkType (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx763 ScMarkType eMarkType = SC_MARK_NONE; in GetSimpleArea() local
774 eMarkType = SC_MARK_SIMPLE_FILTERED; in GetSimpleArea()
776 eMarkType = SC_MARK_SIMPLE; in GetSimpleArea()
779 eMarkType = SC_MARK_MULTI; in GetSimpleArea()
781 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetSimpleArea()
783 if (eMarkType == SC_MARK_NONE) in GetSimpleArea()
784 eMarkType = SC_MARK_SIMPLE; in GetSimpleArea()
787 return eMarkType; in GetSimpleArea()
801 ScMarkType eMarkType = GetSimpleArea( aRange, aNewMark); in GetSimpleArea() local
803 return eMarkType; in GetSimpleArea()
H A Dviewfun3.cxx311 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aRange ); in CopyToClip() local
314 if ( eMarkType == SC_MARK_SIMPLE || eMarkType == SC_MARK_SIMPLE_FILTERED ) in CopyToClip()
402 else if (eMarkType == SC_MARK_MULTI) in CopyToClip()
1040 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aMarkRange, aFilteredMark); in PasteFromClip() local
1041 bool bMarkIsFiltered = (eMarkType == SC_MARK_SIMPLE_FILTERED); in PasteFromClip()
1042 bool bNoPaste = ((eMarkType != SC_MARK_SIMPLE && !bMarkIsFiltered) || in PasteFromClip()
H A Dtabvwsh4.cxx1369 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy ); in TabKeyInput() local
1370 if ( eMarkType != SC_MARK_SIMPLE && in TabKeyInput()
1371 !(eFunc == KEYFUNC_COPY && eMarkType == SC_MARK_SIMPLE_FILTERED) ) in TabKeyInput()
H A Dtabvwsh8.cxx76 ScMarkType eMarkType = pData->GetSimpleArea( aRange ); in HasSelection() local
77 if ( eMarkType == SC_MARK_SIMPLE ) in HasSelection()
H A Dcellsh.cxx117 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aMarkRange ); in GetBlockState() local
118 sal_Bool bSimpleArea = (eMarkType == SC_MARK_SIMPLE); in GetBlockState()
480 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy); in GetClipState() local
481 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetClipState()
H A Dcellsh2.cxx1273 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy); in GetDBState() local
1274 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetDBState()
1340 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy); in GetDBState() local
1341 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetDBState()
H A Ddbfunc.cxx108 ScMarkType eMarkType = GetViewData()->GetSimpleArea(aRange); in GetDBData() local
109 if ( eMarkType == SC_MARK_SIMPLE || eMarkType == SC_MARK_SIMPLE_FILTERED ) in GetDBData()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx944 ScMarkType eMarkType = pViewData->GetSimpleArea(aRange); in getSelection() local
945 if ( nTabs == 1 && (eMarkType == SC_MARK_SIMPLE) ) in getSelection()
952 else if ( nTabs == 1 && (eMarkType == SC_MARK_SIMPLE_FILTERED) ) in getSelection()
/trunk/main/sc/source/ui/app/
H A Dseltrans.cxx130 ScMarkType eMarkType; in CreateFromView() local
132 (((eMarkType = pViewData->GetSimpleArea( aRange )) == SC_MARK_SIMPLE) || in CreateFromView()
133 (eMarkType == SC_MARK_SIMPLE_FILTERED)) ) in CreateFromView()

Completed in 175 milliseconds