/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 943 if ( GetViewData()->GetSimpleArea( aRange ) != SC_MARK_SIMPLE ) in AdjustPrintZoom() 997 if ( GetViewData()->GetSimpleArea( aRange ) == SC_MARK_SIMPLE ) in SetPrintRanges() 1075 return GetViewData()->GetSimpleArea( aDummy) == SC_MARK_SIMPLE; in TestMergeCells() 1174 if (GetViewData()->GetSimpleArea( aRange ) == SC_MARK_SIMPLE) in TestRemoveMerge() 1195 else if (GetViewData()->GetSimpleArea( aRange ) == SC_MARK_SIMPLE) in RemoveMerge() 1217 if (GetViewData()->GetSimpleArea(aRange) == SC_MARK_SIMPLE) in FillSimple() 1238 if (GetViewData()->GetSimpleArea(aRange) == SC_MARK_SIMPLE) in FillSeries() 1501 …ViewData()->GetSimpleArea(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) == SC_MARK_SIMPLE) in CreateAutoFormatData() 1521 if (GetViewData()->GetSimpleArea(aRange) == SC_MARK_SIMPLE) in AutoFormat() 1550 …ViewData()->GetSimpleArea(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) == SC_MARK_SIMPLE) in AutoFormat() [all …]
|
H A D | cellsh.cxx | 118 sal_Bool bSimpleArea = (eMarkType == SC_MARK_SIMPLE); in GetBlockState() 481 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetClipState() 549 if ( pData->GetSimpleArea( aRange ) == SC_MARK_SIMPLE ) in GetState() 955 if ( pData->GetSimpleArea( aRange ) != SC_MARK_SIMPLE ) in GetState()
|
H A D | dbfunc3.cxx | 114 if (GetViewData()->GetSimpleArea(aRange) == SC_MARK_SIMPLE) in MakeOutline() 129 if (GetViewData()->GetSimpleArea(aRange) == SC_MARK_SIMPLE) in RemoveOutline() 149 …ViewData()->GetSimpleArea(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) == SC_MARK_SIMPLE) in TestRemoveOutline() 292 …ViewData()->GetSimpleArea(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) == SC_MARK_SIMPLE) in OutlinePossible() 358 if (GetViewData()->GetSimpleArea(aRange) == SC_MARK_SIMPLE) in ShowMarkedOutlines() 377 if (GetViewData()->GetSimpleArea(aRange) == SC_MARK_SIMPLE) in HideMarkedOutlines() 917 if ( (GetViewData()->GetSimpleArea( aSelRange ) == SC_MARK_SIMPLE) && in HasSelectionForDateGroup() 993 if ( (GetViewData()->GetSimpleArea( aSelRange ) == SC_MARK_SIMPLE) && in HasSelectionForNumGroup()
|
H A D | cellsh2.cxx | 822 if ( (eType & SC_MARK_SIMPLE) == SC_MARK_SIMPLE ) in ExecuteDB() 1274 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetDBState() 1341 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetDBState() 1367 == SC_MARK_SIMPLE); in GetDBState()
|
H A D | viewdata.cxx | 776 eMarkType = SC_MARK_SIMPLE; in GetSimpleArea() 781 if (eMarkType != SC_MARK_SIMPLE && eMarkType != SC_MARK_SIMPLE_FILTERED) in GetSimpleArea() 784 eMarkType = SC_MARK_SIMPLE; in GetSimpleArea() 848 if (GetSimpleArea(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) == SC_MARK_SIMPLE) in SimpleColMarked() 863 if (GetSimpleArea(nStartCol,nStartRow,nStartTab,nEndCol,nEndRow,nEndTab) == SC_MARK_SIMPLE) in SimpleRowMarked() 877 return (eType & SC_MARK_SIMPLE) != SC_MARK_SIMPLE; in IsMultiMarked()
|
H A D | viewfun3.cxx | 237 if ( GetViewData()->GetSimpleArea( aRange ) == SC_MARK_SIMPLE ) in CutToClip() 314 if ( eMarkType == SC_MARK_SIMPLE || eMarkType == SC_MARK_SIMPLE_FILTERED ) in CopyToClip() 532 if ( GetViewData()->GetSimpleArea( aRange ) == SC_MARK_SIMPLE ) in CopyToTransferable() 1042 bool bNoPaste = ((eMarkType != SC_MARK_SIMPLE && !bMarkIsFiltered) || in PasteFromClip()
|
H A D | viewfunc.cxx | 117 sal_Bool bOk = (GetViewData()->GetSimpleArea( aMarkRange ) == SC_MARK_SIMPLE); in StartFormatArea() 919 if (pData->GetSimpleArea(aRange) == SC_MARK_SIMPLE) in EnterMatrix() 1603 if (GetViewData()->GetSimpleArea(aRange) == SC_MARK_SIMPLE) in InsertCells() 1642 if ( GetViewData()->GetSimpleArea( aRange ) == SC_MARK_SIMPLE ) in DeleteCells() 2940 if ( GetViewData()->GetSimpleArea(aRange) == SC_MARK_SIMPLE ) in CreateNames() 2954 …(GetViewData()->GetSimpleArea(nStartCol,nStartRow,nDummy,nEndCol,nEndRow,nDummy) == SC_MARK_SIMPLE) in GetCreateNameFlags()
|
H A D | tabvwsh8.cxx | 77 if ( eMarkType == SC_MARK_SIMPLE ) in HasSelection()
|
H A D | tabvwshe.cxx | 68 if ( GetViewData()->GetSimpleArea( aRange ) == SC_MARK_SIMPLE ) in GetSelectionText()
|
H A D | dbfunc.cxx | 109 if ( eMarkType == SC_MARK_SIMPLE || eMarkType == SC_MARK_SIMPLE_FILTERED ) in GetDBData()
|
H A D | tabview2.cxx | 690 if ( aViewData.GetSimpleArea( aMarkRange ) != SC_MARK_SIMPLE ) in CalcZoom()
|
H A D | tabvwsh4.cxx | 1370 if ( eMarkType != SC_MARK_SIMPLE && in TabKeyInput()
|
H A D | formatsh.cxx | 2612 if ( pViewData->GetSimpleArea(aDummy) != SC_MARK_SIMPLE ) in ExecFormatPaintbrush()
|
H A D | tabview3.cxx | 145 sal_Bool bMarked = (aViewData.GetSimpleArea( aMarkRange ) == SC_MARK_SIMPLE); in UpdateAutoFillMark()
|
H A D | gridwin.cxx | 1422 if (pViewData->GetSimpleArea( aMarkRange ) == SC_MARK_SIMPLE) in TestMouse()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 70 SC_MARK_SIMPLE = 1, // Simple rectangular area marked, no filtered rows. enumerator 73 SC_MARK_SIMPLE |
|
/aoo42x/main/sc/source/ui/app/ |
H A D | seltrans.cxx | 132 (((eMarkType = pViewData->GetSimpleArea( aRange )) == SC_MARK_SIMPLE) || in CreateFromView()
|
H A D | inputwin.cxx | 1613 if ( pViewData->GetSimpleArea( aRange ) == SC_MARK_SIMPLE ) in lcl_GetInputType() 1743 (pViewData->GetSimpleArea( aSelection ) == SC_MARK_SIMPLE) ) in DoEnter()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 118 if ( pViewData->GetSimpleArea( nCol1,nRow1,nTab1, nCol2,nRow2,nTab2 ) == SC_MARK_SIMPLE ) in lcl_ChartInit()
|
/aoo42x/main/sc/source/ui/pagedlg/ |
H A D | areasdlg.cxx | 445 bSimple = (pViewData->GetSimpleArea( aRange ) == SC_MARK_SIMPLE); in Impl_FillLists()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 945 if ( nTabs == 1 && (eMarkType == SC_MARK_SIMPLE) ) in getSelection()
|