Home
last modified time | relevance | path

Searched refs:rRef (Results 1 – 25 of 189) sorted by relevance

12345678

/trunk/main/sc/source/core/tool/
H A Drefupdat.cxx44 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveStart()
49 rRef = 0; in lcl_MoveStart()
70 rRef = 0; in lcl_MoveEnd()
84 if ( rRef >= nStart && rRef <= nEnd ) in lcl_MoveReorder()
92 if ( rRef >= nStart && rRef <= nEnd + nDelta ) in lcl_MoveReorder()
103 if ( rRef >= nStart + nDelta && rRef <= nEnd ) in lcl_MoveReorder()
120 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveItCut()
123 rRef = 0; in lcl_MoveItCut()
137 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveItWrap()
890 DoTranspose( rRef.Ref1.nCol, rRef.Ref1.nRow, rRef.Ref1.nTab, pDoc, rSource, rDest ); in UpdateTranspose()
[all …]
H A Dtoken.cxx62 rRef.InitFlags(); in lcl_SingleRefToCalc()
83 rRef.InitFlags(); in lcl_ExternalRefToCalc()
87 rRef.nTab = 0; in lcl_ExternalRefToCalc()
90 rRef.nRelTab = 0; in lcl_ExternalRefToCalc()
205 aRef.Ref2 = rRef; in SetSingleReference()
213 aRef = rRef; in SetDoubleReference()
241 extref.aRef.Ref2 = rRef; in SetExternalSingleRef()
255 extref.aRef = rRef; in SetExternalDoubleRef()
676 if (rRef.Ref1.IsFlag3D() || rRef.Ref2.IsFlag3D()) in ExtendRangeReference()
682 if (rRef.Ref1.IsFlag3D() || rRef.Ref2.IsFlag3D()) in ExtendRangeReference()
[all …]
H A Dcompiler.cxx774 SCsTAB nTabSpan = rRef.Ref2.nTab - rRef.Ref1.nTab; in lcl_getLastTabName()
1633 if( rRef.Ref1.nRow != rRef.Ref2.nRow || in MakeRefStr()
1645 if( rRef.Ref1.nCol != rRef.Ref2.nCol || in MakeRefStr()
1759 if (rRef.Ref1.nRow != rRef.Ref2.nRow || rRef.Ref1.IsRowRel() != rRef.Ref2.IsRowRel()) in makeExternalRefStr()
4213 ScAddress aNewRef( rRef.nCol + nDx, rRef.nRow + nDy, rRef.nTab + nDz ); in UpdateReference()
4421 rRef.Ref1.nTab, rRef.Ref2.nCol, rRef.Ref2.nRow, in UpdateReference()
4596 rRef.nRelTab = rRef.nTab - nPosTab; in UpdateInsertTab()
4613 rRef.nRelTab = rRef.nTab - nPosTab; in UpdateInsertTab()
4734 rRef.nRelTab = rRef.nTab - nPosTab; in UpdateDeleteTab()
5126 if ( pDoc->HasStringData( rRef.nCol, rRef.nRow, rRef.nTab ) ) in CreateStringFromSingleRef()
[all …]
H A Drangenam.cxx298 ScComplexRefData& rRef = aMod.Ref(); in UpdateTranspose() local
299 if (!rRef.Ref1.IsColRel() && !rRef.Ref1.IsRowRel() && in UpdateTranspose()
300 (!rRef.Ref1.IsFlag3D() || !rRef.Ref1.IsTabRel()) && in UpdateTranspose()
302 (!rRef.Ref2.IsColRel() && !rRef.Ref2.IsRowRel() && in UpdateTranspose()
303 (!rRef.Ref2.IsFlag3D() || !rRef.Ref2.IsTabRel())))) in UpdateTranspose()
326 ScComplexRefData& rRef = aMod.Ref(); in UpdateGrow() local
327 if (!rRef.Ref1.IsColRel() && !rRef.Ref1.IsRowRel() && in UpdateGrow()
328 (!rRef.Ref1.IsFlag3D() || !rRef.Ref1.IsTabRel()) && in UpdateGrow()
330 (!rRef.Ref2.IsColRel() && !rRef.Ref2.IsRowRel() && in UpdateGrow()
331 (!rRef.Ref2.IsFlag3D() || !rRef.Ref2.IsTabRel())))) in UpdateGrow()
[all …]
H A Drefdata.cxx315 ScComplexRefData& ScComplexRefData::Extend( const ScSingleRefData & rRef, const ScAddress & rPos ) in Extend() argument
318 ScSingleRefData aRef = rRef; in Extend()
321 bool bInherit3Dtemp = bInherit3D && !rRef.IsFlag3D(); in Extend()
325 aRef = rRef; in Extend()
335 aRef = rRef; in Extend()
359 if (rRef.IsFlag3D()) in Extend()
365 ScComplexRefData& ScComplexRefData::Extend( const ScComplexRefData & rRef, const ScAddress & rPos ) in Extend() argument
367 return Extend( rRef.Ref1, rPos).Extend( rRef.Ref2, rPos); in Extend()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DReference.hxx126 _pInterface = rRef._pInterface; in Reference()
154 _pInterface = iquery( rRef.get() ); in Reference()
175 _pInterface = iquery_throw( rRef.get() ); in Reference()
197 _pInterface = iset_throw( rRef.get() ); in Reference()
256 return set( castFromXInterface( rRef._pInterface ) ); in set()
325 set( rRef.get(), UNO_SET_THROW ); in set()
343 set( castFromXInterface( rRef._pInterface ) ); in operator =()
390 const BaseReference & rRef ) const SAL_THROW( () ) in operator <()
392 if (_pInterface == rRef._pInterface) in operator <()
419 return operator == ( rRef._pInterface ); in operator ==()
[all …]
H A DReference.h121 inline sal_Bool SAL_CALL operator == ( const BaseReference & rRef ) const SAL_THROW( () );
128 inline sal_Bool SAL_CALL operator != ( const BaseReference & rRef ) const SAL_THROW( () );
135 inline sal_Bool SAL_CALL operator < ( const BaseReference & rRef ) const SAL_THROW( () );
262 inline Reference( const Reference< interface_type > & rRef ) SAL_THROW( () );
289 inline Reference( const BaseReference & rRef, UnoReference_Query ) SAL_THROW( (RuntimeException) );
310 …inline Reference( const BaseReference & rRef, UnoReference_QueryThrow ) SAL_THROW( (RuntimeExcepti…
335 …inline Reference( const Reference< interface_type > & rRef, UnoReference_SetThrow ) SAL_THROW( (Ru…
377 inline sal_Bool SAL_CALL set( const Reference< interface_type > & rRef ) SAL_THROW( () );
417 …inline sal_Bool SAL_CALL set( const BaseReference & rRef, UnoReference_Query ) SAL_THROW( (Runtime…
450 …inline void SAL_CALL set( const BaseReference & rRef, UnoReference_QueryThrow ) SAL_THROW( (Runtim…
[all …]
/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx76 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs);
128 …rPnt.X()=rRef.X()+ Round(((double)(rPnt.X()-rRef.X())*xFact.GetNumerator())/xFact.GetDenominator()… in ResizePoint()
129 …rPnt.Y()=rRef.Y()+ Round(((double)(rPnt.Y()-rRef.Y())*yFact.GetNumerator())/yFact.GetDenominator()… in ResizePoint()
134 long dx=rPnt.X()-rRef.X(); in RotatePoint()
135 long dy=rPnt.Y()-rRef.Y(); in RotatePoint()
136 rPnt.X()=Round(rRef.X()+dx*cs+dy*sn); in RotatePoint()
137 rPnt.Y()=Round(rRef.Y()+dy*cs-dx*sn); in RotatePoint()
143 if (rPnt.Y()!=rRef.Y()) { // sonst nicht noetig in ShearPoint()
144 rPnt.X()-=Round((rPnt.Y()-rRef.Y())*tn); in ShearPoint()
147 if (rPnt.X()!=rRef.X()) { // sonst nicht noetig in ShearPoint()
[all …]
H A Dsvdedtv.hxx177 void ImpCrookObj(SdrObject* pO, const Point& rRef, const Point& rRad, SdrCrookMode eMode,
179 …void ImpDistortObj(SdrObject* pO, const Rectangle& rRef, const XPolygon& rDistortedRect, sal_Bool …
245 …void ResizeMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=f…
246 …void ResizeMultMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, const bo…
248 void RotateMarkedObj(const Point& rRef, long nWink, bool bCopy=false);
253 void ShearMarkedObj(const Point& rRef, long nWink, bool bVShear=false, bool bCopy=false);
255 …void DistortMarkedObj(const Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoContortion=fa…
261 …izeAllMarked(const Point& rRef, const Fraction& xFact, const Fraction& yFact, sal_Bool bCopy=sal_F… in ResizeAllMarked() argument
263 …void RotateAllMarked(const Point& rRef, long nWink, sal_Bool bCopy=sal_False) { RotateMarkedObj(rR… in RotateAllMarked() argument
268 …d ShearAllMarked(const Point& rRef, long nWink, sal_Bool bVShear=sal_False, sal_Bool bCopy=sal_Fal… in ShearAllMarked() argument
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx294 rAPI.Column = rRef.nCol; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
295 rAPI.Row = rRef.nRow; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
297 rAPI.RelativeColumn = rRef.nRelCol; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
298 rAPI.RelativeRow = rRef.nRelRow; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
306 if ( rRef.IsFlag3D() ) nFlags |= sheet::ReferenceFlags::SHEET_3D; in SC_IMPL_DUMMY_PROPERTY_LISTENER()
313 rAPI.Column = rRef.nCol; in lcl_SingleRefToApi()
314 rAPI.Row = rRef.nRow; in lcl_SingleRefToApi()
315 rAPI.Sheet = rRef.nTab; in lcl_SingleRefToApi()
316 rAPI.RelativeColumn = rRef.nRelCol; in lcl_SingleRefToApi()
317 rAPI.RelativeRow = rRef.nRelRow; in lcl_SingleRefToApi()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx191 if ( !rRef.Is() ) in Get32()
198 return rRef; in Get32()
210 if ( !rRef.Is() ) in Get()
217 return rRef; in Get()
234 rRef = pVar; in Put32()
254 rRef = pVar; in Put()
269 if ( !rRef.pAlias ) in GetAlias()
276 return *rRef.pAlias; in GetAlias()
286 if( !rRef.pAlias ) in PutAlias()
527 rRef = pVar; in LoadData()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdogrp.cxx477 ResizePoint(aRefPoint,rRef,xFact,yFact); in NbcResize()
483 pObj->NbcResize(rRef,xFact,yFact); in NbcResize()
486 ResizeRect(aOutRect,rRef,xFact,yFact); in NbcResize()
495 RotatePoint(aRefPoint,rRef,sn,cs); in NbcRotate()
500 pObj->NbcRotate(rRef,nWink,sn,cs); in NbcRotate()
502 NbcRotateGluePoints(rRef,nWink,sn,cs); in NbcRotate()
525 ShearPoint(aRefPoint,rRef,tn); in NbcShear()
530 pObj->NbcShear(rRef,nWink,tn,bVShear); in NbcShear()
664 RotatePoint(aRefPoint,rRef,sn,cs); in Rotate()
677 NbcRotateGluePoints(rRef,nWink,sn,cs); in Rotate()
[all …]
H A Dsvdtrans.cxx67 …rRect.Left() =rRef.X()+Round(((double)(rRect.Left() -rRef.X())*xFact.GetNumerator())/xFact.GetDe… in ResizeRect()
68 …rRect.Right() =rRef.X()+Round(((double)(rRect.Right() -rRef.X())*xFact.GetNumerator())/xFact.GetDe… in ResizeRect()
110 ResizePoly(rPoly[i],rRef,xFact,yFact); in ResizePoly()
128 RotatePoint(rPoly[i],rRef,sn,cs); in RotatePoly()
136 RotatePoint(rPoly[i],rRef,sn,cs); in RotateXPoly()
144 RotatePoly(rPoly[i],rRef,sn,cs); in RotatePoly()
152 RotateXPoly(rPoly[i],rRef,sn,cs); in RotateXPoly()
237 ShearPoint(rPoly[i],rRef,tn,bVShear); in ShearPoly()
245 ShearPoint(rPoly[i],rRef,tn,bVShear); in ShearXPoly()
253 ShearPoly(rPoly[i],rRef,tn,bVShear); in ShearPoly()
[all …]
H A Dsvdedtv1.cxx252 pO->Resize(rRef,xFact,yFact); in ResizeMarkedObj()
258 void SdrEditView::ResizeMultMarkedObj(const Point& rRef, in ResizeMultMarkedObj() argument
292 pO->Resize(rRef, xFact, yFact); in ResizeMultMarkedObj()
294 pO->Resize(rRef, xFact, aFrac); in ResizeMultMarkedObj()
296 pO->Resize(rRef, aFrac, yFact); in ResizeMultMarkedObj()
331 void SdrEditView::RotateMarkedObj(const Point& rRef, long nWink, bool bCopy) in RotateMarkedObj() argument
373 pO->Rotate(rRef,nWink,nSin,nCos); in RotateMarkedObj()
512 pO->Shear(rRef,nWink,nTan,bVShear); in ShearMarkedObj()
648 aXPP.Distort(rRef, rDistortedRect); in ImpDistortObj()
664 aXP.Distort(rRef, rDistortedRect); in ImpDistortObj()
[all …]
H A Dsvdovirt.cxx387 rRefObj.NbcResize(rRef-aAnchor,xFact,yFact); in NbcResize()
391 void SdrVirtObj::NbcRotate(const Point& rRef, long nWink, double sn, double cs) in NbcRotate() argument
393 rRefObj.NbcRotate(rRef-aAnchor,nWink,sn,cs); in NbcRotate()
403 void SdrVirtObj::NbcShear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear) in NbcShear() argument
405 rRefObj.NbcShear(rRef-aAnchor,nWink,tn,bVShear); in NbcShear()
423 void SdrVirtObj::Resize(const Point& rRef, const Fraction& xFact, const Fraction& yFact) in Resize() argument
427 rRefObj.Resize(rRef-aAnchor,xFact,yFact); in Resize()
433 void SdrVirtObj::Rotate(const Point& rRef, long nWink, double sn, double cs) in Rotate() argument
437 rRefObj.Rotate(rRef-aAnchor,nWink,sn,cs); in Rotate()
451 void SdrVirtObj::Shear(const Point& rRef, long nWink, double tn, FASTBOOL bVShear) in Shear() argument
[all …]
/trunk/main/xmloff/inc/xmloff/
H A Duniref.hxx54 inline UniReference( const UniReference< T > & rRef );
69 inline UniReference< T > & operator = ( const UniReference< T > & rRef );
84 inline sal_Bool operator == ( const UniReference & rRef ) const;
89 inline sal_Bool operator != ( const UniReference & rRef ) const;
123 inline UniReference< T >::UniReference( const UniReference< T > & rRef ) in UniReference() argument
124 : mpElement( rRef.mpElement ) in UniReference()
173 return operator = ( rRef.mpElement ); in operator =()
209 inline sal_Bool UniReference< T >::operator == ( const UniReference & rRef ) const in operator ==()
211 return ( mpElement == rRef.mpElement ); in operator ==()
220 inline sal_Bool UniReference< T >::operator != ( const UniReference & rRef ) const in operator !=()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8Picture.cxx111 static sal_uInt32 lcl_FFDATA_default_offset(WW8FFDATA & rRef) in lcl_FFDATA_default_offset() argument
113 return 0xa + (rRef.getU16(0xa) + 2) * 2; in lcl_FFDATA_default_offset()
118 sal_uInt32 nResult = lcl_FFDATA_default_offset(rRef); in lcl_FFDATA_formatting_offset()
120 switch (rRef.get_FLT()) in lcl_FFDATA_formatting_offset()
127 nResult += (rRef.getU16(nResult) + 2) * 2; in lcl_FFDATA_formatting_offset()
134 static sal_uInt32 lcl_FFDATA_help_offset(WW8FFDATA & rRef) in lcl_FFDATA_help_offset() argument
136 sal_uInt32 nResult = lcl_FFDATA_formatting_offset(rRef); in lcl_FFDATA_help_offset()
138 nResult += (rRef.getU16(nResult) + 2) * 2; in lcl_FFDATA_help_offset()
143 static sal_uInt32 lcl_FFDATA_tooltip_offset(WW8FFDATA & rRef) in lcl_FFDATA_tooltip_offset() argument
145 sal_uInt32 nResult = lcl_FFDATA_help_offset(rRef); in lcl_FFDATA_tooltip_offset()
[all …]
H A DWW8ResourceModelImpl.hxx224 WW8PropertiesValue(writerfilter::Reference<Properties>::Pointer_t rRef) in WW8PropertiesValue() argument
225 : mRef(rRef) in WW8PropertiesValue()
245 WW8StreamValue(writerfilter::Reference<Stream>::Pointer_t rRef) in WW8StreamValue() argument
246 : mRef(rRef) in WW8StreamValue()
266 WW8Value::Pointer_t createValue(writerfilter::Reference<Properties>::Pointer_t rRef);
280 WW8Value::Pointer_t createValue(writerfilter::Reference<Stream>::Pointer_t rRef);
287 WW8BinaryObjValue(writerfilter::Reference<BinaryObj>::Pointer_t rRef) in WW8BinaryObjValue() argument
288 : mRef(rRef) in WW8BinaryObjValue()
308 WW8Value::Pointer_t createValue(writerfilter::Reference<BinaryObj>::Pointer_t rRef);
/trunk/main/sc/source/core/data/
H A Dcell2.cxx470 rRef.CalcAbsIfRel( aPos ); in GetMatrixOrigin()
471 if ( rRef.Valid() ) in GetMatrixOrigin()
473 rPos.Set( rRef.nCol, rRef.nRow, rRef.nTab ); in GetMatrixOrigin()
872 rRef.CalcAbsIfRel( aPos ); in UpdateReference()
873 ScAddress aAdr( rRef.nCol, rRef.nRow, rRef.nTab ); in UpdateReference()
888 rRef.CalcAbsIfRel( aPos ); in UpdateReference()
889 ScAddress aAdr( rRef.nCol, rRef.nRow, rRef.nTab ); in UpdateReference()
919 if ( rRef.Valid() ) in UpdateReference()
921 ScAddress aAdr( rRef.nCol, rRef.nRow, rRef.nTab ); in UpdateReference()
1384 rRef ) != UR_NOTHING); in UpdateGrow()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dlotrange.hxx83 inline sal_Bool LotusRange::operator ==( const LotusRange& rRef ) const in operator ==()
85 return ( nHash == rRef.nHash && nColStart == rRef.nColStart && in operator ==()
86 nRowStart == rRef.nRowStart && nColEnd == rRef.nColEnd && in operator ==()
87 nRowEnd == rRef.nRowEnd ); in operator ==()
91 inline sal_Bool LotusRange::operator !=( const LotusRange& rRef ) const in operator !=()
93 return ( nHash != rRef.nHash || nColStart != rRef.nColStart || in operator !=()
94 nRowStart != rRef.nRowStart || nColEnd != rRef.nColEnd || in operator !=()
95 nRowEnd != rRef.nRowEnd ); in operator !=()
H A Dftools.hxx159 inline /*implicit*/ ScfRef( const this_type& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef() argument
161 inline /*implicit*/ ScfRef( const ScfRef< Type2 >& rRef ) { eat( rRef.mpObj, rRef.mpnCount ); } in ScfRef() argument
165 …nline this_type& operator=( const this_type& rRef ) { if( this != &rRef ) { rel(); eat( rRef.mpO… in operator =() argument
167 …inline this_type& operator=( const ScfRef< Type2 >& rRef ) { rel(); eat( rRef.mpObj, rRef.mpnCou… in operator =() argument
/trunk/main/idl/inc/
H A Dhash.hxx80 sal_Bool operator == ( const SvStringHashEntry & rRef ) in operator ==() argument
81 { return nHashId == rRef.nHashId; } in operator ==()
82 sal_Bool operator != ( const SvStringHashEntry & rRef ) in operator !=() argument
83 { return ! operator == ( rRef ); } in operator !=()
84 SvStringHashEntry & operator = ( const SvStringHashEntry & rRef ) in operator =() argument
85 { SvRefBase::operator=( rRef ); in operator =()
86 aName = rRef.aName; in operator =()
87 nHashId = rRef.nHashId; in operator =()
88 nValue = rRef.nValue; in operator =()
89 bHasId = rRef.bHasId; in operator =()
/trunk/main/sc/source/ui/miscdlgs/
H A Dtabopdlg.cxx149 void ScTabOpDlg::SetReference( const ScRange& rRef, ScDocument* pDocP ) in SetReference() argument
155 if ( rRef.aStart != rRef.aEnd ) in SetReference()
159 sal_uInt16 nFmt = ( rRef.aStart.Tab() == nCurTab ) in SetReference()
165 theFormulaCell.Set( rRef.aStart, false, false, false); in SetReference()
166 theFormulaEnd.Set( rRef.aEnd, false, false, false); in SetReference()
167 rRef.Format( aStr, nFmt, pDocP, aDetails ); in SetReference()
171 theRowCell.Set( rRef.aStart, false, false, false); in SetReference()
172 rRef.aStart.Format( aStr, nFmt, pDocP, aDetails ); in SetReference()
176 theColCell.Set( rRef.aStart, false, false, false); in SetReference()
177 rRef.aStart.Format( aStr, nFmt, pDocP, aDetails ); in SetReference()
/trunk/main/oox/source/xls/
H A Dformulaparser.cxx975 convertReference2d( aApiRef, rRef.maRef1, rRef.maRef2, bDeleted, bRelativeAsOffset ); in pushReferenceOperand()
998 convertReference3d( aApiRef, rSheetRange, rRef, rRef, bDeleted, bRelativeAsOffset ); in pushReferenceOperand()
1009 … convertReference3d( aApiRef, rSheetRange, rRef.maRef1, rRef.maRef2, bDeleted, bRelativeAsOffset ); in pushReferenceOperand()
1016 convertReference2d( aApiRef, rRef, false, false ); in pushNlrOperand()
1178 setFlag( orApiRef.Flags, COLUMN_RELATIVE, rRef.mbColRel ); in convertReference()
1179 setFlag( orApiRef.Flags, ROW_RELATIVE, rRef.mbRowRel ); in convertReference()
1180 (rRef.mbColRel ? orApiRef.RelativeColumn : orApiRef.Column) = rRef.mnCol; in convertReference()
1181 (rRef.mbRowRel ? orApiRef.RelativeRow : orApiRef.Row) = rRef.mnRow; in convertReference()
1185 if( rRef.mbColRel ) in convertReference()
1187 if( rRef.mbRowRel ) in convertReference()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxelink.cxx975 if (rRef.IsTabRel()) in WriteAddData()
978 bool bColRel = rRef.IsColRel(); in WriteAddData()
979 bool bRowRel = rRef.IsRowRel(); in WriteAddData()
980 sal_uInt16 nCol = static_cast< sal_uInt16 >( bColRel ? rRef.nRelCol : rRef.nCol ); in WriteAddData()
981 sal_uInt16 nRow = static_cast< sal_uInt16 >( bRowRel ? rRef.nRelRow : rRef.nRow ); in WriteAddData()
999 const ScSingleRefData& r1 = rRef.Ref1; in WriteAddData()
2179 ScAddress aAddr(rRef.nCol, rRef.nRow, rRef.nTab); in StoreCell()
2317 mxImpl->StoreCellRange( rRef, rRef ); in StoreCell()
2322 mxImpl->StoreCellRange( rRef.Ref1, rRef.Ref2 ); in StoreCellRange()
2327 mxImpl->StoreCell( nFileId, rTabName, rRef ); in StoreCell()
[all …]

Completed in 201 milliseconds

12345678