Lines Matching refs:rPos
87 inline void InitAddressRel( const ScAddress& rAdr, const ScAddress& rPos );
112 void SmartRelAbs( const ScAddress& rPos );
113 void CalcRelFromAbs( const ScAddress& rPos );
114 void CalcAbsIfRel( const ScAddress& rPos );
133 const ScAddress& rPos ) in InitAddressRel() argument
139 CalcRelFromAbs( rPos ); in InitAddressRel()
177 inline void InitRangeRel( const ScRange& rRange, const ScAddress& rPos ) in InitRangeRel()
179 Ref1.InitAddressRel( rRange.aStart, rPos ); in InitRangeRel()
180 Ref2.InitAddressRel( rRange.aEnd, rPos ); in InitRangeRel()
188 inline void SmartRelAbs( const ScAddress& rPos ) in SmartRelAbs()
189 { Ref1.SmartRelAbs( rPos ); Ref2.SmartRelAbs( rPos ); } in SmartRelAbs()
190 inline void CalcRelFromAbs( const ScAddress& rPos ) in CalcRelFromAbs()
191 { Ref1.CalcRelFromAbs( rPos ); Ref2.CalcRelFromAbs( rPos ); } in CalcRelFromAbs()
192 inline void CalcAbsIfRel( const ScAddress& rPos ) in CalcAbsIfRel()
193 { Ref1.CalcAbsIfRel( rPos ); Ref2.CalcAbsIfRel( rPos ); } in CalcAbsIfRel()
209 ScComplexRefData& Extend( const ScSingleRefData & rRef, const ScAddress & rPos );
210 ScComplexRefData& Extend( const ScComplexRefData & rRef, const ScAddress & rPos );