Searched refs:eMarkType (Results 1 – 9 of 9) sorted by relevance
117 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aMarkRange ); in GetBlockState() local118 sal_Bool bSimpleArea = (eMarkType == SC_MARK_SIMPLE); in GetBlockState()480 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy); in GetClipState() local481 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetClipState()
76 ScMarkType eMarkType = pData->GetSimpleArea( aRange ); in HasSelection() local77 if ( eMarkType == SC_MARK_SIMPLE ) in HasSelection()
311 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aRange ); in CopyToClip() local314 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() local1041 bool bMarkIsFiltered = (eMarkType == SC_MARK_SIMPLE_FILTERED); in PasteFromClip()1042 bool bNoPaste = ((eMarkType != SC_MARK_SIMPLE && !bMarkIsFiltered) || in PasteFromClip()
1273 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy); in GetDBState() local1274 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetDBState()1340 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy); in GetDBState() local1341 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetDBState()
108 ScMarkType eMarkType = GetViewData()->GetSimpleArea(aRange); in GetDBData() local109 if ( eMarkType == SC_MARK_SIMPLE || eMarkType == SC_MARK_SIMPLE_FILTERED ) in GetDBData()
763 ScMarkType eMarkType = SC_MARK_NONE; in GetSimpleArea() local774 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() local803 return eMarkType; in GetSimpleArea()
1369 ScMarkType eMarkType = GetViewData()->GetSimpleArea( aDummy ); in TabKeyInput() local1370 if ( eMarkType != SC_MARK_SIMPLE && in TabKeyInput()1371 !(eFunc == KEYFUNC_COPY && eMarkType == SC_MARK_SIMPLE_FILTERED) ) in TabKeyInput()
130 ScMarkType eMarkType; in CreateFromView() local132 (((eMarkType = pViewData->GetSimpleArea( aRange )) == SC_MARK_SIMPLE) || in CreateFromView()133 (eMarkType == SC_MARK_SIMPLE_FILTERED)) ) in CreateFromView()
944 ScMarkType eMarkType = pViewData->GetSimpleArea(aRange); in getSelection() local945 if ( nTabs == 1 && (eMarkType == SC_MARK_SIMPLE) ) in getSelection()952 else if ( nTabs == 1 && (eMarkType == SC_MARK_SIMPLE_FILTERED) ) in getSelection()
Completed in 137 milliseconds