Home
last modified time | relevance | path

Searched refs:SC_MF_VER (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/inc/
H A Dattrib.hxx39 #define SC_MF_VER 0x0002 macro
97 sal_Bool IsVerOverlapped() const { return ( GetValue() & SC_MF_VER ) != 0; } in IsVerOverlapped()
98 sal_Bool IsOverlapped() const { return ( GetValue() & ( SC_MF_HOR | SC_MF_VER ) ) != 0; } in IsOverlapped()
/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx111 bVOver = ((nOverlap & SC_MF_VER) != 0); in lcl_GetMergeRange()
135 bVOver = ((nOverlap & SC_MF_VER) != 0); in lcl_GetMergeRange()
456 sal_Bool bVOverlapped = ((nOverlap & SC_MF_VER) != 0); in FillInfo()
H A Dattarray.cxx1410 nTab, SC_MF_VER ); in ExtendMerge()
1413 nTab, SC_MF_HOR | SC_MF_VER ); in ExtendMerge()
2173 RemoveFlags( nStartRow, nStartRow+nSize-1, SC_MF_HOR | SC_MF_VER | SC_MF_AUTO | SC_MF_BUTTON ); in InsertRow()
2224 RemoveFlags( MAXROW-nSize+1, MAXROW, SC_MF_HOR | SC_MF_VER | SC_MF_AUTO ); in DeleteRow()
H A Ddocumen3.cxx1989 ApplyFlagsTab( nStartCol, nStartRow+1, nStartCol, nEndRow, nTab, SC_MF_VER ); in DoMerge()
1991 ApplyFlagsTab( nStartCol+1, nStartRow+1, nEndCol, nEndRow, nTab, SC_MF_HOR | SC_MF_VER ); in DoMerge()
2012 RemoveFlagsTab( nCol, nRow, nEndCol, nEndRow, nTab, SC_MF_HOR | SC_MF_VER ); in RemoveMerge()
H A Dtable2.cxx315 SC_MF_HOR | SC_MF_VER | SC_MF_AUTO ); in InsertCol()
674 sal_Int16 nNewFlags = rOldFlag.GetValue() & ~( SC_MF_HOR | SC_MF_VER ); in TransposeClip()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx311 SC_MF_VER ); in WriteToDocument()
318 SC_MF_HOR | SC_MF_VER ); in WriteToDocument()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1506 sal_Int16 nNewFlags = pMergeFlagAttr->GetValue() & ( SC_MF_HOR | SC_MF_VER ); in InsertCells()
1507 … if( ( pMergeFlag && pMergeFlag->IsMerged() ) || nNewFlags == SC_MF_HOR || nNewFlags == SC_MF_VER ) in InsertCells()
1910 sal_Int16 nNewFlags = pMergeFlagAttr->GetValue() & ( SC_MF_HOR | SC_MF_VER ); in DeleteCells()
1911 … if( ( pMergeFlag && pMergeFlag->IsMerged() ) || nNewFlags == SC_MF_HOR || nNewFlags == SC_MF_VER ) in DeleteCells()
4433 SC_MF_HOR | SC_MF_VER ); in UnmergeCells()
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx622 pDoc->RemoveFlagsTab( nStartCol, nStartRow, nEndCol, nEndRow, nTab, SC_MF_HOR | SC_MF_VER ); in DoChange()
2112 SC_MF_HOR | SC_MF_VER ); in Redo()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx890 bVOver = ((nOverlap & SC_MF_VER) != 0); in GetMergeOrigin()
920 bVOver = ((nOverlap & SC_MF_VER) != 0); in GetMergeOrigin()
H A Doutput.cxx2363 nOverX, nOverY, nTab, ATTR_MERGE_FLAG ))->GetValue() & SC_MF_VER ) ) in DrawClipMarks()
H A Dviewfunc.cxx1852 pDoc->RemoveFlagsTab( nStartCol, nStartRow, nEndCol, nEndRow, nTab, SC_MF_HOR | SC_MF_VER ); in DeleteMulti()
H A Dviewdata.cxx1890 pDoc->RemoveFlagsTab( 0,0, MAXCOL,MAXROW, nTabNo, SC_MF_HOR | SC_MF_VER ); in GetPosFromPixel()

Completed in 168 milliseconds