Home
last modified time | relevance | path

Searched refs:IsEditCell (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.hxx191 …sal_Bool IsEditCell(const com::sun::star::table::CellAddress& aAddress, ScMyCell* pMyCell = NULL) …
193 sal_Bool IsEditCell(ScMyCell& rCell) const;
H A Dxmlexprt.cxx3034 if ((aCell.nType == table::CellContentType_TEXT && IsEditCell(aCell)) || in WriteCell()
3493 sal_Bool ScXMLExport::IsEditCell(const com::sun::star::table::CellAddress& aAddress, ScMyCell* pMyC… in IsEditCell() function in ScXMLExport
3515 sal_Bool ScXMLExport::IsEditCell(ScMyCell& rCell) const in IsEditCell() function in ScXMLExport
3521 rCell.bIsEditCell = IsEditCell(rCell.aCellAddress, &rCell); in IsEditCell()
3645 if (IsEditCell(aCell1) || IsEditCell(aCell2)) in IsCellEqual()
H A DXMLTrackedChangesContext.cxx308 sal_Bool IsEditCell() { return pEditTextObj != 0; } in IsEditCell() function in ScXMLChangeCellContext
1073 if (!pChangeCellContext->IsEditCell()) in CreateChildContext()

Completed in 48 milliseconds