Home
last modified time | relevance | path

Searched refs:GetRealCellPos (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx317 if (IsMerged(xCurrentCellRange, GetRealCellPos().Column, GetRealCellPos().Row, aCellAddress)) in UnMerge()
333 if (IsMerged(xCurrentCellRange, GetRealCellPos().Column, GetRealCellPos().Row, aCellAddress)) in DoMerge()
366 sal_Int32 nRow(GetRealCellPos().Row); in InsertRow()
367 …for (sal_Int32 j = 0; j < GetRealCellPos().Column - aTableVec[nTableCount - 1]->GetColumn() - 1; +… in InsertRow()
395 if (GetRealCellPos().Column > 0) in NewRow()
431 sal_Int32 nCol(GetRealCellPos().Column); in InsertColumn()
432 for (sal_Int32 j = 0; j <= GetRealCellPos().Row - aTableVec[nTableCount - 1]->GetRow() - 1; ++j) in InsertColumn()
690 table::CellAddress ScMyTables::GetRealCellPos() in GetRealCellPos() function in ScMyTables
H A Dxmlcelli.cxx280 com::sun::star::table::CellAddress aCellPos = rXMLImport.GetTables().GetRealCellPos(); in SetCursorOnTextImport()
327 com::sun::star::table::CellAddress aCellPos = rXMLImport.GetTables().GetRealCellPos(); in CreateChildContext()
422 com::sun::star::table::CellAddress aCellPos = rXMLImport.GetTables().GetRealCellPos(); in CreateChildContext()
777 table::CellAddress aCellPos = rXMLImport.GetTables().GetRealCellPos(); in EndElement()
H A DXMLDetectiveContext.cxx241 ScUnoConversion::FillScAddress( aDetectiveOp.aPosition, rImport.GetTables().GetRealCellPos() ); in ScXMLDetectiveOperationContext()
H A Dxmlsubti.hxx151 com::sun::star::table::CellAddress GetRealCellPos();

Completed in 20 milliseconds