Searched refs:pnFmtIndex (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/inc/ |
H A D | externalrefmgr.hxx | 159 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);
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 262 …::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 32 milliseconds