Home
last modified time | relevance | path

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

/aoo42x/main/sc/inc/
H A Dattrib.hxx38 #define SC_MF_HOR 0x0001 macro
96 sal_Bool IsHorOverlapped() const { return ( GetValue() & SC_MF_HOR ) != 0; } in IsHorOverlapped()
98 sal_Bool IsOverlapped() const { return ( GetValue() & ( SC_MF_HOR | SC_MF_VER ) ) != 0; } in IsOverlapped()
/aoo42x/main/sc/source/core/data/
H A Dfillinfo.cxx110 bHOver = ((nOverlap & SC_MF_HOR) != 0); in lcl_GetMergeRange()
134 bHOver = ((nOverlap & SC_MF_HOR) != 0); in lcl_GetMergeRange()
455 sal_Bool bHOverlapped = ((nOverlap & SC_MF_HOR) != 0); in FillInfo()
H A Dattarray.cxx1407 nTab, SC_MF_HOR ); 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.cxx1987 ApplyFlagsTab( nStartCol+1, nStartRow, nEndCol, nStartRow, nTab, SC_MF_HOR ); 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()
/aoo42x/main/sc/source/filter/rtf/
H A Deeimpars.cxx305 SC_MF_HOR ); in WriteToDocument()
318 SC_MF_HOR | SC_MF_VER ); in WriteToDocument()
/aoo42x/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()
1513 if( nTestRow1 < nTestRow2 && nNewFlags == SC_MF_HOR ) 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()
1917 if( nTestRow1 < nTestRow2 && nNewFlags == SC_MF_HOR ) in DeleteCells()
4433 SC_MF_HOR | SC_MF_VER ); in UnmergeCells()
/aoo42x/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()
/aoo42x/main/sc/source/ui/view/
H A Doutput2.cxx889 bHOver = ((nOverlap & SC_MF_HOR) != 0); in GetMergeOrigin()
919 bHOver = ((nOverlap & SC_MF_HOR) != 0); in GetMergeOrigin()
H A Doutput.cxx2356 nOverX, nOverY, nTab, ATTR_MERGE_FLAG ))->GetValue() & SC_MF_HOR ) ) 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 271 milliseconds