Home
last modified time | relevance | path

Searched refs:SC_MARK_SIMPLE (Results 1 – 21 of 21) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx943 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 Dcellsh.cxx118 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 Ddbfunc3.cxx114 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 Dcellsh2.cxx822 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 Dviewdata.cxx776 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 Dviewfun3.cxx237 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 Dviewfunc.cxx117 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 Dtabvwsh8.cxx77 if ( eMarkType == SC_MARK_SIMPLE ) in HasSelection()
H A Dtabvwshe.cxx68 if ( GetViewData()->GetSimpleArea( aRange ) == SC_MARK_SIMPLE ) in GetSelectionText()
H A Ddbfunc.cxx109 if ( eMarkType == SC_MARK_SIMPLE || eMarkType == SC_MARK_SIMPLE_FILTERED ) in GetDBData()
H A Dtabview2.cxx690 if ( aViewData.GetSimpleArea( aMarkRange ) != SC_MARK_SIMPLE ) in CalcZoom()
H A Dtabvwsh4.cxx1370 if ( eMarkType != SC_MARK_SIMPLE && in TabKeyInput()
H A Dformatsh.cxx2612 if ( pViewData->GetSimpleArea(aDummy) != SC_MARK_SIMPLE ) in ExecFormatPaintbrush()
H A Dtabview3.cxx145 sal_Bool bMarked = (aViewData.GetSimpleArea( aMarkRange ) == SC_MARK_SIMPLE); in UpdateAutoFillMark()
H A Dgridwin.cxx1422 if (pViewData->GetSimpleArea( aMarkRange ) == SC_MARK_SIMPLE) in TestMouse()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx70 SC_MARK_SIMPLE = 1, // Simple rectangular area marked, no filtered rows. enumerator
73 SC_MARK_SIMPLE |
/trunk/main/sc/source/ui/app/
H A Dseltrans.cxx132 (((eMarkType = pViewData->GetSimpleArea( aRange )) == SC_MARK_SIMPLE) || in CreateFromView()
H A Dinputwin.cxx1613 if ( pViewData->GetSimpleArea( aRange ) == SC_MARK_SIMPLE ) in lcl_GetInputType()
1743 (pViewData->GetSimpleArea( aSelection ) == SC_MARK_SIMPLE) ) in DoEnter()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx118 if ( pViewData->GetSimpleArea( nCol1,nRow1,nTab1, nCol2,nRow2,nTab2 ) == SC_MARK_SIMPLE ) in lcl_ChartInit()
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx445 bSimple = (pViewData->GetSimpleArea( aRange ) == SC_MARK_SIMPLE); in Impl_FillLists()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx945 if ( nTabs == 1 && (eMarkType == SC_MARK_SIMPLE) ) in getSelection()

Completed in 164 milliseconds