Searched refs:GetFirstXFId (Results 1 – 2 of 2) sorted by relevance
290 virtual sal_uInt32 GetFirstXFId() const = 0;330 virtual sal_uInt32 GetFirstXFId() const;517 virtual sal_uInt32 GetFirstXFId() const;
540 sal_uInt32 XclExpSingleCellBase::GetFirstXFId() const in GetFirstXFId() function in XclExpSingleCellBase589 sal_uInt32 nXFId = rCell.GetFirstXFId(); in lcl_GetStyleId()1096 sal_uInt32 XclExpMultiCellBase::GetFirstXFId() const in GetFirstXFId() function in XclExpMultiCellBase2506 sal_uInt32 nXFId = xCell.is() ? xCell->GetFirstXFId() : EXC_XFID_NOTFOUND; in XclExpCellTable()
Completed in 33 milliseconds