Searched defs:ScSingleRefData (Results 1 – 2 of 2) sorted by relevance
52 struct SC_DLLPUBLIC ScSingleRefData // Single reference (one address) into the sheet struct54 SCsCOL nCol; // Absolute values55 SCsROW nRow;56 SCsTAB nTab;57 SCsCOL nRelCol; // Values relative to the position58 SCsROW nRelRow;59 SCsTAB nRelTab;62 {78 inline void InitFlags() { bFlags = 0; } // all FALSE in InitFlags()81 inline void InitMembers() { nCol = nRow = nTab = nRelCol = nRelRow = nRelTab = 0; } in InitMembers()[all …]
1974 void XclExpLinkManagerImpl5::StoreCellRange( const ScSingleRefData& /*rRef1*/, const ScSingleRefDat… in StoreCellRange()1979 …5::StoreCell( sal_uInt16 /*nFileId*/, const String& /*rTabName*/, const ScSingleRefData& /*rRef*/ ) in StoreCell()1984 …reCellRange( sal_uInt16 /*nFileId*/, const String& /*rTabName*/, const ScSingleRefData& /*rRef1*/,… in StoreCellRange()