Home
last modified time | relevance | path

Searched refs:IsMerged (Results 1 – 18 of 18) sorted by relevance

/aoo41x/main/sc/source/filter/xml/
H A Dxmlsubti.cxx285 sal_Bool ScMyTables::IsMerged (const uno::Reference <table::XCellRange>& xCellRange, const sal_Int3… in IsMerged() function in ScMyTables
317 if (IsMerged(xCurrentCellRange, GetRealCellPos().Column, GetRealCellPos().Row, aCellAddress)) in UnMerge()
333 if (IsMerged(xCurrentCellRange, GetRealCellPos().Column, GetRealCellPos().Row, aCellAddress)) in DoMerge()
369 if (IsMerged(xCurrentCellRange, j, nRow - 1, aCellAddress)) in InsertRow()
435 if (IsMerged(xCurrentCellRange, nCol - 1, j, aCellAddress)) in InsertColumn()
H A Dxmlcelli.hxx81 …sal_Bool IsMerged (const com::sun::star::uno::Reference <com::sun::star::table::XCellRange>& xCell…
H A Dxmlsubti.hxx130 …sal_Bool IsMerged (const com::sun::star::uno::Reference <com::sun::star::table::XCellRange>…
H A Dxmlcelli.cxx449 sal_Bool ScXMLTableRowCellContext::IsMerged (const uno::Reference <table::XCellRange>& xCellRange, … in IsMerged() function in ScXMLTableRowCellContext
492 if (IsMerged(xCellRange, aCellPos.Column, aCellPos.Row, aCellAddress)) in DoMerge()
/aoo41x/main/svx/source/dialog/
H A Dframelinkarray.cxx261 if( bSimple || !GetCell( nCol, nRow ).IsMerged() ) in GetHorDiagAngle()
311 …DBG_ASSERT( rArray.IsMerged( nCol, nRow ), "svx::frame::MergedCellIterator::MergedCellIterator - n… in MergedCellIterator()
639 bFound = CELL( nCurrCol, nCurrRow ).IsMerged(); in SetMergedRange()
690 bool Array::IsMerged( size_t nCol, size_t nRow ) const in IsMerged() function in svx::frame::Array
693 return CELL( nCol, nRow ).IsMerged(); in IsMerged()
898 if( !bSimple && rCell.IsMerged() ) in GetCellRect()
/aoo41x/main/svx/inc/svx/
H A Dframelinkarray.hxx58 inline bool IsMerged() const { return mbMergeOrig || mbOverlapX || mbOverlapY; } in IsMerged() function
339 bool IsMerged( size_t nCol, size_t nRow ) const;
/aoo41x/main/sc/source/ui/view/
H A Dtabview2.cxx302 if ( pMergeAttr->IsMerged() ) in MarkCursor()
328 if ( pMergeAttr->IsMerged() ) in MarkCursor()
H A Doutput2.cxx1083 if ( ((const ScMergeAttr&)pPattern->GetItem(ATTR_MERGE)).IsMerged() || in IsAvailable()
1157 sal_Bool bMerged = pMerge->IsMerged(); in GetOutputArea()
H A Dviewfun3.cxx1292 …if( ( pMergeFlag && pMergeFlag->IsMerged() ) || ( pMergeFlagAttr && pMergeFlagAttr->IsOverlapped()… in PasteFromClip()
H A Dviewfunc.cxx210 if ( !((const ScMergeAttr&)pSource->GetItem(ATTR_MERGE)).IsMerged() ) in DoAutoAttributes()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlimp.cxx154 if( pItem->IsMerged() ) in WriteToDocument()
H A Dhtmlexp.cxx875 if ( pGraphEntry || rMergeAttr.IsMerged() ) in WriteCell()
/aoo41x/main/sc/inc/
H A Dattrib.hxx77 sal_Bool IsMerged() const { return nColMerge>1 || nRowMerge>1; } in IsMerged() function in ScMergeAttr
/aoo41x/main/sc/source/core/data/
H A Dfillinfo.cxx920 …if( !rArray.IsMerged( nCol, nRow ) && (rInfo.bMerged || rInfo.bHOverlapped || rInfo.bVOverlapped) ) in FillInfo()
H A Dattarray.cxx2139 sal_Bool bDoMerge = ((const ScMergeAttr&) pData[nIndex].pPattern->GetItem(ATTR_MERGE)).IsMerged(); in InsertRow()
H A Dtable2.cxx664 if (rOldMerge.IsMerged()) in TransposeClip()
/aoo41x/main/sc/source/ui/docshell/
H A Ddocfunc.cxx1507 … if( ( pMergeFlag && pMergeFlag->IsMerged() ) || nNewFlags == SC_MF_HOR || nNewFlags == SC_MF_VER ) in InsertCells()
1911 … if( ( pMergeFlag && pMergeFlag->IsMerged() ) || nNewFlags == SC_MF_HOR || nNewFlags == SC_MF_VER ) in DeleteCells()
/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx2401 bIsMergedBase = rMergeItem.IsMerged(); in XclExpCellTable()

Completed in 126 milliseconds