/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlsubti.cxx | 285 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 D | xmlcelli.hxx | 81 …sal_Bool IsMerged (const com::sun::star::uno::Reference <com::sun::star::table::XCellRange>& xCell…
|
H A D | xmlcelli.cxx | 449 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()
|
H A D | xmlsubti.hxx | 130 …sal_Bool IsMerged (const com::sun::star::uno::Reference <com::sun::star::table::XCellRange>…
|
/aoo42x/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 261 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()
|
/aoo42x/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 58 inline bool IsMerged() const { return mbMergeOrig || mbOverlapX || mbOverlapY; } in IsMerged() function 339 bool IsMerged( size_t nCol, size_t nRow ) const;
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabview2.cxx | 302 if ( pMergeAttr->IsMerged() ) in MarkCursor() 328 if ( pMergeAttr->IsMerged() ) in MarkCursor()
|
H A D | output2.cxx | 1083 if ( ((const ScMergeAttr&)pPattern->GetItem(ATTR_MERGE)).IsMerged() || in IsAvailable() 1157 sal_Bool bMerged = pMerge->IsMerged(); in GetOutputArea()
|
H A D | viewfun3.cxx | 1292 …if( ( pMergeFlag && pMergeFlag->IsMerged() ) || ( pMergeFlagAttr && pMergeFlagAttr->IsOverlapped()… in PasteFromClip()
|
H A D | viewfunc.cxx | 210 if ( !((const ScMergeAttr&)pSource->GetItem(ATTR_MERGE)).IsMerged() ) in DoAutoAttributes()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlimp.cxx | 154 if( pItem->IsMerged() ) in WriteToDocument()
|
H A D | htmlexp.cxx | 875 if ( pGraphEntry || rMergeAttr.IsMerged() ) in WriteCell()
|
/aoo42x/main/sc/inc/ |
H A D | attrib.hxx | 77 sal_Bool IsMerged() const { return nColMerge>1 || nRowMerge>1; } in IsMerged() function in ScMergeAttr
|
/aoo42x/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 920 …if( !rArray.IsMerged( nCol, nRow ) && (rInfo.bMerged || rInfo.bHOverlapped || rInfo.bVOverlapped) ) in FillInfo()
|
H A D | attarray.cxx | 2139 sal_Bool bDoMerge = ((const ScMergeAttr&) pData[nIndex].pPattern->GetItem(ATTR_MERGE)).IsMerged(); in InsertRow()
|
H A D | table2.cxx | 664 if (rOldMerge.IsMerged()) in TransposeClip()
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1507 … 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()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xetable.cxx | 2401 bIsMergedBase = rMergeItem.IsMerged(); in XclExpCellTable()
|