Home
last modified time | relevance | path

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

12345678910>>...17

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Drefupdat.cxx33 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveStart()
38 rRef = 0; in lcl_MoveStart()
54 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveEnd()
59 rRef = 0; in lcl_MoveEnd()
73 if ( rRef >= nStart && rRef <= nEnd ) in lcl_MoveReorder()
75 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveReorder()
81 if ( rRef >= nStart && rRef <= nEnd + nDelta ) in lcl_MoveReorder()
92 if ( rRef >= nStart + nDelta && rRef <= nEnd ) in lcl_MoveReorder()
109 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveItCut()
112 rRef = 0; in lcl_MoveItCut()
[all …]
H A Dtoken.cxx273 aRef = rRef; in SetDoubleReference()
1839 if (rRef.Ref1.IsRowRel() || rRef.Ref2.IsRowRel()) in IsInvariant()
2420 if (rRef.IsColRel() || rRef.IsRowRel()) in SkipReference()
2427 if (rRef.IsColRel() || rRef.IsRowRel()) in SkipReference()
2493 if ( rRef.IsFlag3D() && !rRef.IsTabRel() ) in ReadjustAbsolute3DReferences()
3652 if (adjustSingleRefInName(rRef.Ref2, aCxt, rPos, &rRef)) in adjustDoubleRefInName()
3661 if (adjustSingleRefInName(rRef.Ref2, rCxt, rPos, &rRef)) in adjustDoubleRefInName()
3976 if (rRef.IsColRel() || rRef.IsRowRel() || rRef.IsTabRel()) in AdjustReferenceInMovedName()
3994 if (rRef.Ref1.IsColRel() || rRef.Ref1.IsRowRel() || rRef.Ref1.IsTabRel() || in AdjustReferenceInMovedName()
3995rRef.Ref2.IsColRel() || rRef.Ref2.IsRowRel() || rRef.Ref2.IsTabRel()) in AdjustReferenceInMovedName()
[all …]
H A Drangenam.cxx289 if (!rRef.Ref1.IsColRel() && !rRef.Ref1.IsRowRel() && in UpdateTranspose()
290 (!rRef.Ref1.IsFlag3D() || !rRef.Ref1.IsTabRel()) && in UpdateTranspose()
292 (!rRef.Ref2.IsColRel() && !rRef.Ref2.IsRowRel() && in UpdateTranspose()
293 (!rRef.Ref2.IsFlag3D() || !rRef.Ref2.IsTabRel())))) in UpdateTranspose()
298 rRef.SetRange(aAbs, aPos); in UpdateTranspose()
321 if (!rRef.Ref1.IsColRel() && !rRef.Ref1.IsRowRel() && in UpdateGrow()
322 (!rRef.Ref1.IsFlag3D() || !rRef.Ref1.IsTabRel()) && in UpdateGrow()
324 (!rRef.Ref2.IsColRel() && !rRef.Ref2.IsRowRel() && in UpdateGrow()
325 (!rRef.Ref2.IsFlag3D() || !rRef.Ref2.IsTabRel())))) in UpdateGrow()
330 rRef.SetRange(aAbs, aPos); in UpdateGrow()
[all …]
H A Drefdata.cxx52 SetColRel( rRef.IsRelCol()); in InitFromRefAddress()
53 SetRowRel( rRef.IsRelRow()); in InitFromRefAddress()
54 SetTabRel( rRef.IsRelTab()); in InitFromRefAddress()
55 SetFlag3D( rRef.Tab() != rPos.Tab()); in InitFromRefAddress()
56 SetAddress( rRef.GetAddress(), rPos); in InitFromRefAddress()
394 ScSingleRefData aRef = rRef; in Extend()
399 if (!rRef.IsFlag3D()) in Extend()
430 Ref2.SetColRel( rRef.IsColRel()); in Extend()
456 if (rRef.IsFlag3D()) in Extend()
460 if (rRef.IsRelName()) in Extend()
[all …]
H A Dcompiler.cxx677 SCTAB nTabSpan = rRef.aEnd.Tab() - rRef.aStart.Tab(); in lcl_getLastTabName()
840 rRef.Ref1.IsRowRel() && rRef.Ref2.IsRowRel()) in getSingletonDisplay()
850 rRef.Ref1.IsColRel() && rRef.Ref2.IsColRel()) in getSingletonDisplay()
1383 makeSingleCellStr(rBuffer, rRef, rRef.toAbs(rPos)); in makeExternalRefStr()
1435 if (rRef.Ref1.IsDeleted() || (!bSingleRef && rRef.Ref2.IsDeleted())) in makeRefStr()
1521 makeSingleCellStr(rBuffer, rRef, rRef.toAbs(rPos)); in makeExternalRefStr()
1571 if( rRef.IsColRel() ) in r1c1_add_col()
1584 if( rRef.IsRowRel() ) in r1c1_add_row()
1586 if (rRef.Row() != 0) in r1c1_add_row()
1633 rRef.Ref1.IsRowRel() != rRef.Ref2.IsRowRel() ) in makeRefStr()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Drefupdat.cxx32 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveStart()
37 rRef = 0; in lcl_MoveStart()
53 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveEnd()
56 if (rRef < 0) in lcl_MoveEnd()
58 rRef = 0; in lcl_MoveEnd()
72 if ( rRef >= nStart && rRef <= nEnd ) in lcl_MoveReorder()
74 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveReorder()
80 if ( rRef >= nStart && rRef <= nEnd + nDelta ) in lcl_MoveReorder()
91 if ( rRef >= nStart + nDelta && rRef <= nEnd ) in lcl_MoveReorder()
108 rRef = sal::static_int_cast<R>( rRef + nDelta ); in lcl_MoveItCut()
[all …]
H A Dtoken.cxx266 aRef = rRef; in SetDoubleReference()
1833 if (rRef.Ref1.IsRowRel() || rRef.Ref2.IsRowRel()) in IsInvariant()
2427 if (rRef.IsColRel() || rRef.IsRowRel()) in SkipReference()
2434 if (rRef.IsColRel() || rRef.IsRowRel()) in SkipReference()
2500 if ( rRef.IsFlag3D() && !rRef.IsTabRel() ) in ReadjustAbsolute3DReferences()
3689 if (adjustSingleRefInName(rRef.Ref2, aCxt, rPos, &rRef)) in adjustDoubleRefInName()
3698 if (adjustSingleRefInName(rRef.Ref2, rCxt, rPos, &rRef)) in adjustDoubleRefInName()
4013 if (rRef.IsColRel() || rRef.IsRowRel() || rRef.IsTabRel()) in AdjustReferenceInMovedName()
4037 if (rRef.Ref1.IsColRel() || rRef.Ref1.IsRowRel() || rRef.Ref1.IsTabRel() || in AdjustReferenceInMovedName()
4038rRef.Ref2.IsColRel() || rRef.Ref2.IsRowRel() || rRef.Ref2.IsTabRel()) in AdjustReferenceInMovedName()
[all …]
H A Drangenam.cxx287 if (!rRef.Ref1.IsColRel() && !rRef.Ref1.IsRowRel() && in UpdateTranspose()
288 (!rRef.Ref1.IsFlag3D() || !rRef.Ref1.IsTabRel()) && in UpdateTranspose()
290 (!rRef.Ref2.IsColRel() && !rRef.Ref2.IsRowRel() && in UpdateTranspose()
291 (!rRef.Ref2.IsFlag3D() || !rRef.Ref2.IsTabRel())))) in UpdateTranspose()
320 if (!rRef.Ref1.IsColRel() && !rRef.Ref1.IsRowRel() && in UpdateGrow()
321 (!rRef.Ref1.IsFlag3D() || !rRef.Ref1.IsTabRel()) && in UpdateGrow()
323 (!rRef.Ref2.IsColRel() && !rRef.Ref2.IsRowRel() && in UpdateGrow()
324 (!rRef.Ref2.IsFlag3D() || !rRef.Ref2.IsTabRel())))) in UpdateGrow()
576 if (!rRef.IsTabDeleted()) in ValidateTabRefs()
586 if (!rRef.Ref1.IsTabDeleted()) in ValidateTabRefs()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/com/sun/star/uno/
H A DReference.hxx126 _pInterface = rRef._pInterface; in Reference()
135 _pInterface = rRef._pInterface; in Reference()
136 rRef._pInterface = nullptr; in Reference()
146 interface_type * p = rRef.get(); in Reference()
176 _pInterface = iquery( rRef.get() ); in Reference()
339 set( rRef.get(), UNO_SET_THROW ); in set()
366 _pInterface = rRef._pInterface; in operator =()
367 rRef._pInterface = nullptr; in operator =()
374 const BaseReference & rRef ) in query() argument
408 const BaseReference & rRef ) const in operator <()
[all …]
H A DReference.h134 inline bool SAL_CALL operator == ( const BaseReference & rRef ) const;
141 inline bool SAL_CALL operator != ( const BaseReference & rRef ) const;
148 inline bool SAL_CALL operator < ( const BaseReference & rRef ) const;
260 inline Reference( const Reference< interface_type > & rRef );
267 inline Reference( Reference< interface_type > && rRef ) noexcept;
279 const Reference< derived_type > & rRef,
311 inline Reference( const BaseReference & rRef, UnoReference_Query dummy );
331 inline Reference( const BaseReference & rRef, UnoReference_QueryThrow dummy );
415 inline bool SAL_CALL set( const Reference< interface_type > & rRef );
455 inline bool SAL_CALL set( const BaseReference & rRef, UnoReference_Query dummy);
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/com/sun/star/uno/
H A DReference.hxx122 _pInterface = rRef._pInterface; in Reference()
131 _pInterface = rRef._pInterface; in Reference()
132 rRef._pInterface = nullptr; in Reference()
141 interface_type * p = rRef.get(); in Reference()
170 _pInterface = iquery( rRef.get() ); in Reference()
333 set( rRef.get(), UNO_SET_THROW ); in set()
360 _pInterface = rRef._pInterface; in operator =()
361 rRef._pInterface = nullptr; in operator =()
368 const BaseReference & rRef ) in query() argument
402 const BaseReference & rRef ) const in operator <()
[all …]
H A DReference.h126 inline bool SAL_CALL operator == ( const BaseReference & rRef ) const;
133 inline bool SAL_CALL operator != ( const BaseReference & rRef ) const;
140 inline bool SAL_CALL operator < ( const BaseReference & rRef ) const;
303 inline Reference( const Reference< interface_type > & rRef );
310 inline Reference( Reference< interface_type > && rRef ) noexcept;
323 const Reference< derived_type > & rRef,
352 inline Reference( const BaseReference & rRef, UnoReference_Query dummy );
372 inline Reference( const BaseReference & rRef, UnoReference_QueryThrow dummy );
456 inline bool SAL_CALL set( const Reference< interface_type > & rRef );
496 inline bool SAL_CALL set( const BaseReference & rRef, UnoReference_Query dummy);
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdtrans.hxx62 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs);
111 rPnt.setX(rRef.X() + FRound( (rPnt.X() - rRef.X()) * nxFract )); in ResizePoint()
112 rPnt.setY(rRef.Y() + FRound( (rPnt.Y() - rRef.Y()) * nyFract )); in ResizePoint()
117 tools::Long dx=rPnt.X()-rRef.X(); in RotatePoint()
118 tools::Long dy=rPnt.Y()-rRef.Y(); in RotatePoint()
119 rPnt.setX(FRound(rRef.X()+dx*cs+dy*sn)); in RotatePoint()
120 rPnt.setY(FRound(rRef.Y()+dy*cs-dx*sn)); in RotatePoint()
126 if (rPnt.Y()!=rRef.Y()) { // else not needed in ShearPoint()
127 rPnt.AdjustX(-FRound((rPnt.Y()-rRef.Y())*tn)); in ShearPoint()
130 if (rPnt.X()!=rRef.X()) { // else not needed in ShearPoint()
[all …]
H A Dsvdedtv.hxx148 static void ImpCrookObj(SdrObject* pO, const Point& rRef, const Point& rRad, SdrCrookMode eMode,
150 …static void ImpDistortObj(SdrObject* pO, const tools::Rectangle& rRef, const XPolygon& rDistortedR…
213 …void ResizeMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=f…
214 …void ResizeMultMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, const bo…
216 void RotateMarkedObj(const Point& rRef, Degree100 nAngle, bool bCopy=false);
221 void ShearMarkedObj(const Point& rRef, Degree100 nAngle, bool bVShear=false, bool bCopy=false);
222 …void CrookMarkedObj(const Point& rRef, const Point& rRad, SdrCrookMode eMode, bool bVertical, bool…
223 …void DistortMarkedObj(const tools::Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoContor…
229 …void ResizeAllMarked(const Point& rRef, const Fraction& xFact, const Fraction& yFact) { ResizeMark… in ResizeAllMarked() argument
230 void RotateAllMarked(const Point& rRef, Degree100 nAngle) { RotateMarkedObj(rRef,nAngle); } in RotateAllMarked() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdtrans.hxx61 void RotateXPoly(XPolygon& rPoly, const Point& rRef, double sn, double cs);
110 rPnt.setX(rRef.X() + FRound( (rPnt.X() - rRef.X()) * nxFract )); in ResizePoint()
111 rPnt.setY(rRef.Y() + FRound( (rPnt.Y() - rRef.Y()) * nyFract )); in ResizePoint()
116 long dx=rPnt.X()-rRef.X(); in RotatePoint()
117 long dy=rPnt.Y()-rRef.Y(); in RotatePoint()
118 rPnt.setX(FRound(rRef.X()+dx*cs+dy*sn)); in RotatePoint()
119 rPnt.setY(FRound(rRef.Y()+dy*cs-dx*sn)); in RotatePoint()
125 if (rPnt.Y()!=rRef.Y()) { // else not needed in ShearPoint()
126 rPnt.AdjustX(-FRound((rPnt.Y()-rRef.Y())*tn)); in ShearPoint()
129 if (rPnt.X()!=rRef.X()) { // else not needed in ShearPoint()
[all …]
H A Dsvdedtv.hxx149 static void ImpCrookObj(SdrObject* pO, const Point& rRef, const Point& rRad, SdrCrookMode eMode,
151 …static void ImpDistortObj(SdrObject* pO, const tools::Rectangle& rRef, const XPolygon& rDistortedR…
214 …void ResizeMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, bool bCopy=f…
215 …void ResizeMultMarkedObj(const Point& rRef, const Fraction& xFact, const Fraction& yFact, const bo…
217 void RotateMarkedObj(const Point& rRef, long nAngle, bool bCopy=false);
222 void ShearMarkedObj(const Point& rRef, long nAngle, bool bVShear=false, bool bCopy=false);
223 …void CrookMarkedObj(const Point& rRef, const Point& rRad, SdrCrookMode eMode, bool bVertical, bool…
224 …void DistortMarkedObj(const tools::Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoContor…
230 …void ResizeAllMarked(const Point& rRef, const Fraction& xFact, const Fraction& yFact) { ResizeMark… in ResizeAllMarked() argument
231 void RotateAllMarked(const Point& rRef, long nAngle) { RotateMarkedObj(rRef,nAngle); } in RotateAllMarked() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dtokenuno.cxx294 if ( rRef.IsColRel() ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
300 rAPI.Column = rRef.Col(); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
302 if ( rRef.IsRowRel() ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
305 rAPI.RelativeRow = rRef.Row(); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
308 rAPI.Row = rRef.Row(); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
320 if ( rRef.IsColRel() ) in lcl_SingleRefToApi()
329 rAPI.Column = rRef.Col(); in lcl_SingleRefToApi()
332 if ( rRef.IsRowRel() ) in lcl_SingleRefToApi()
341 rAPI.Row = rRef.Row(); in lcl_SingleRefToApi()
344 if ( rRef.IsTabRel() ) in lcl_SingleRefToApi()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dtokenuno.cxx278 if ( rRef.IsColRel() ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
284 rAPI.Column = rRef.Col(); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
286 if ( rRef.IsRowRel() ) in SC_IMPL_DUMMY_PROPERTY_LISTENER()
289 rAPI.RelativeRow = rRef.Row(); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
292 rAPI.Row = rRef.Row(); in SC_IMPL_DUMMY_PROPERTY_LISTENER()
304 if ( rRef.IsColRel() ) in lcl_SingleRefToApi()
313 rAPI.Column = rRef.Col(); in lcl_SingleRefToApi()
316 if ( rRef.IsRowRel() ) in lcl_SingleRefToApi()
325 rAPI.Row = rRef.Row(); in lcl_SingleRefToApi()
328 if ( rRef.IsTabRel() ) in lcl_SingleRefToApi()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/items/
H A Dautoformathelper.cxx250 if(this == &rRef) in operator =()
256 SetFont(rRef.GetFont()); in operator =()
257 SetHeight(rRef.GetHeight()); in operator =()
258 SetWeight(rRef.GetWeight()); in operator =()
259 SetPosture(rRef.GetPosture()); in operator =()
273 SetColor(rRef.GetColor()); in operator =()
274 SetBox(rRef.GetBox()); in operator =()
275 SetTLBR(rRef.GetTLBR()); in operator =()
276 SetBLTR(rRef.GetBLTR()); in operator =()
278 SetAdjust(rRef.GetAdjust()); in operator =()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/items/
H A Dautoformathelper.cxx250 if(this == &rRef) in operator =()
256 SetFont(rRef.GetFont()); in operator =()
257 SetHeight(rRef.GetHeight()); in operator =()
258 SetWeight(rRef.GetWeight()); in operator =()
259 SetPosture(rRef.GetPosture()); in operator =()
273 SetColor(rRef.GetColor()); in operator =()
274 SetBox(rRef.GetBox()); in operator =()
275 SetTLBR(rRef.GetTLBR()); in operator =()
276 SetBLTR(rRef.GetBLTR()); in operator =()
278 SetAdjust(rRef.GetAdjust()); in operator =()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxarray.cxx140 if ( !rRef.is() ) in Get32()
143 return rRef.get(); in Get32()
155 if ( !rRef.is() ) in Get()
158 return rRef.get(); in Get()
175 rRef = pVar; in Put32()
198 rRef = pVar; in Put()
214 if (!rRef.maAlias) in GetAlias()
217 return *rRef.maAlias; in GetAlias()
229 rRef.maAlias = rAlias; in PutAlias()
415 rRef = pVar; in LoadData()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdogrp.cxx388 ResizePoint(aRefPoint,rRef,xFact,yFact); in NbcResize()
410 RotatePoint(aRefPoint,rRef,sn,cs); in NbcRotate()
416 pObj->NbcRotate(rRef,nAngle,sn,cs); in NbcRotate()
419 NbcRotateGluePoints(rRef,nAngle,sn,cs); in NbcRotate()
444 ShearPoint(aRefPoint,rRef,tn); in NbcShear()
453 NbcShearGluePoints(rRef,tn,bVShear); in NbcShear()
572 ResizePoint(aRefPoint,rRef,xFact,yFact); in Resize()
611 RotatePoint(aRefPoint,rRef,sn,cs); in Rotate()
629 NbcRotateGluePoints(rRef,nAngle,sn,cs); in Rotate()
674 ShearPoint(aRefPoint,rRef,tn); in Shear()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdogrp.cxx415 ResizePoint(aRefPoint,rRef,xFact,yFact); in NbcResize()
437 RotatePoint(aRefPoint,rRef,sn,cs); in NbcRotate()
443 pObj->NbcRotate(rRef,nAngle,sn,cs); in NbcRotate()
446 NbcRotateGluePoints(rRef,nAngle,sn,cs); in NbcRotate()
471 ShearPoint(aRefPoint,rRef,tn); in NbcShear()
480 NbcShearGluePoints(rRef,tn,bVShear); in NbcShear()
636 RotatePoint(aRefPoint,rRef,sn,cs); in Rotate()
644 pObj->Rotate(rRef,nAngle,sn,cs); in Rotate()
654 NbcRotateGluePoints(rRef,nAngle,sn,cs); in Rotate()
699 ShearPoint(aRefPoint,rRef,tn); in Shear()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/sbx/
H A Dsbxarray.cxx115 if ( !rRef.is() ) in Get()
116 rRef = new SbxVariable( eType ); in Get()
118 return rRef.get(); in Get()
135 bool removingMyself = rRef && rRef->GetParameters() == this && GetRefCount() == 1; in Put()
136 if( rRef.get() != pVar ) in Put()
138 rRef = pVar; in Put()
154 if (!rRef.maAlias) in GetAlias()
157 return *rRef.maAlias; in GetAlias()
169 rRef.maAlias = rAlias; in PutAlias()
345 rRef = pVar; in LoadData()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dlotrange.hxx74 inline bool LotusRange::operator ==( const LotusRange& rRef ) const in operator ==()
76 return ( nHash == rRef.nHash && nColStart == rRef.nColStart && in operator ==()
77 nRowStart == rRef.nRowStart && nColEnd == rRef.nColEnd && in operator ==()
78 nRowEnd == rRef.nRowEnd ); in operator ==()

12345678910>>...17