Searched refs:SC_MF_VER (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sc/inc/ |
H A D | attrib.hxx | 39 #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()
|
/aoo41x/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 111 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 D | attarray.cxx | 1410 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 D | documen3.cxx | 1989 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 D | table2.cxx | 315 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()
|
/aoo41x/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 311 SC_MF_VER ); in WriteToDocument() 318 SC_MF_HOR | SC_MF_VER ); in WriteToDocument()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1506 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()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 622 pDoc->RemoveFlagsTab( nStartCol, nStartRow, nEndCol, nEndRow, nTab, SC_MF_HOR | SC_MF_VER ); in DoChange() 2112 SC_MF_HOR | SC_MF_VER ); in Redo()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | output2.cxx | 890 bVOver = ((nOverlap & SC_MF_VER) != 0); in GetMergeOrigin() 920 bVOver = ((nOverlap & SC_MF_VER) != 0); in GetMergeOrigin()
|
H A D | output.cxx | 2363 nOverX, nOverY, nTab, ATTR_MERGE_FLAG ))->GetValue() & SC_MF_VER ) ) in DrawClipMarks()
|
H A D | viewfunc.cxx | 1852 pDoc->RemoveFlagsTab( nStartCol, nStartRow, nEndCol, nEndRow, nTab, SC_MF_HOR | SC_MF_VER ); in DeleteMulti()
|
H A D | viewdata.cxx | 1890 pDoc->RemoveFlagsTab( 0,0, MAXCOL,MAXROW, nTabNo, SC_MF_HOR | SC_MF_VER ); in GetPosFromPixel()
|
Completed in 136 milliseconds