Searched defs:ScSingleRefData (Results 1 – 2 of 2) sorted by relevance
54 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()89 inline sal_Bool IsColRel() const { return Flags.bColRel; } in IsColRel()91 inline sal_Bool IsRowRel() const { return Flags.bRowRel; } in IsRowRel()[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()
Completed in 22 milliseconds