Home
last modified time | relevance | path

Searched refs:pnFmtIndex (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/inc/
H A Dexternalrefmgr.hxx159 SC_DLLPUBLIC TokenRef getCell(SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex = NULL) const;
224 sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex);
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx262 …::TokenRef ScExternalRefCache::Table::getCell(SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex) const in getCell()
280 if (pnFmtIndex) in getCell()
281 *pnFmtIndex = rCell.mnFmtIndex; in getCell()
500 sal_uInt16 nFileId, const String& rTabName, SCCOL nCol, SCROW nRow, sal_uInt32* pnFmtIndex) in getCellData() argument
525 return pTableData->getCell(nCol, nRow, pnFmtIndex); in getCellData()

Completed in 31 milliseconds