| /aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/ | 
| H A D | WeakBase_Test.java | 125         MyRef aRef2= new MyRef();  in queryAdapter()  local127         adapter.addReference(aRef2);  in queryAdapter()
 145         r[i++]= aRef2.nDisposeCalled == 1;  in queryAdapter()
 148         adapter.removeReference(aRef2);   in queryAdapter()
 153         aRef2.nDisposeCalled= 0;  in queryAdapter()
 156         adapter.addReference(aRef2);  in queryAdapter()
 173         r[i++]= aRef2.nDisposeCalled == 1;  in queryAdapter()
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdogrp.cxx | 467 			Point aRef2(aRef1);  in NbcResize()  local468 			aRef2.Y()++;  in NbcResize()
 469 			NbcMirrorGluePoints(aRef1,aRef2);  in NbcResize()
 472 			Point aRef2(aRef1);  in NbcResize()  local
 473 			aRef2.X()++;  in NbcResize()
 474 			NbcMirrorGluePoints(aRef1,aRef2);  in NbcResize()
 621 				Point aRef2(aRef1);  in Resize()  local
 622 				aRef2.Y()++;  in Resize()
 623 				NbcMirrorGluePoints(aRef1,aRef2);  in Resize()
 626 				Point aRef2(aRef1);  in Resize()  local
 [all …]
 
 | 
| H A D | svdotxtr.cxx | 162 			Point aRef2(aRef1);  in NbcResize()  local163 			aRef2.Y()++;  in NbcResize()
 164 			NbcMirrorGluePoints(aRef1,aRef2);  in NbcResize()
 167 			Point aRef2(aRef1);  in NbcResize()  local
 168 			aRef2.X()++;  in NbcResize()
 169 			NbcMirrorGluePoints(aRef1,aRef2);  in NbcResize()
 
 | 
| H A D | svdobj.cxx | 1479 			Point aRef2(aRef1);  in NbcResize()  local1480 			aRef2.Y()++;  in NbcResize()
 1481 			NbcMirrorGluePoints(aRef1,aRef2);  in NbcResize()
 1484 			Point aRef2(aRef1);  in NbcResize()  local
 1485 			aRef2.X()++;  in NbcResize()
 1486 			NbcMirrorGluePoints(aRef1,aRef2);  in NbcResize()
 2074 	Point aRef2(aRef1); aRef2.Y()++;  in NbcApplyNotPersistAttr()  local
 2083 		aRef2.X()=((const SdrTransformRef2XItem*)pPoolItem)->GetValue();  in NbcApplyNotPersistAttr()
 2269 	Point aRef2(aRef1); aRef2.Y()++;  in TakeNotPersistAttr()  local
 2272 	lcl_SetItem(rAttr,bMerge,SdrTransformRef2XItem(aRef2.X()));  in TakeNotPersistAttr()
 [all …]
 
 | 
| H A D | svdmrkv.cxx | 966 			SdrHdl* pHdl3 = new SdrHdl(aRef2, HDL_REF2);  in AddDragModeHdl()1207 			aRef2.X()=aCenter.X();  in ForceRefToMarked()
 1208 			aRef2.Y()=nY2;  in ForceRefToMarked()
 1219 			aRef2 = aRect.BottomRight();  in ForceRefToMarked()
 1242 		aRef2 = rPt;  in SetRef2()
 
 | 
| H A D | svdopath.cxx | 916 					Point aRef2(aRef1);  in endPathDrag()  local917 					aRef2.Y()++;  in endPathDrag()
 918 					mrSdrPathObject.NbcMirrorGluePoints(aRef1,aRef2);  in endPathDrag()
 921 					Point aRef2(aRef1);  in endPathDrag()  local
 922 					aRef2.X()++;  in endPathDrag()
 923 					mrSdrPathObject.NbcMirrorGluePoints(aRef1,aRef2);  in endPathDrag()
 
 | 
| H A D | svdoashp.cxx | 3406 			Point aRef2( aRef1.X(), aRef1.Y() + 1000 );  in TRGetBaseGeometry()  local3411 				MirrorPoint(aPol[i],aRef1,aRef2);  in TRGetBaseGeometry()
 3428 			Point aRef2( aRef1.X() + 1000, aRef1.Y() );  in TRGetBaseGeometry()  local
 3433 				MirrorPoint(aPol[i],aRef1,aRef2);  in TRGetBaseGeometry()
 
 | 
| /aoo4110/main/oox/source/xls/ | 
| H A D | sheetdatacontext.cxx | 539         BinAddress aRef1, aRef2;  in importDataTable()  local541         rStrm >> aRef1 >> aRef2 >> nFlags;  in importDataTable()
 543         maTableData.maRef2        = FormulaProcessorBase::generateAddress2dString( aRef2, false );  in importDataTable()
 946         BinAddress aRef1, aRef2;  in importDataTable()  local
 958                 rStrm >> aRef1 >> aRef2;  in importDataTable()
 963                 rStrm >> nFlags >> aRef1 >> aRef2;  in importDataTable()
 974         aModel.maRef2 = FormulaProcessorBase::generateAddress2dString( aRef2, false );  in importDataTable()
 
 | 
| H A D | sheetdatabuffer.cxx | 726                 CellAddress aRef2;  in finalizeTableOperation()  local727 …if( !rModel.mbRef2Deleted && getAddressConverter().convertToCellAddress( aRef2, rModel.maRef2, nSh…  in finalizeTableOperation()
 736 …                xMultOp->setTableOperation( aFormulaRange, TableOperationMode_BOTH, aRef2, aRef1 );  in finalizeTableOperation()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | svddrag.hxx | 54 	Point     aRef2;     // Spiegelachse, ...)  member in SdrDragStat122 	const Point& GetRef2() const                     { return aRef2;  }  in GetRef2()
 123 	Point&       Ref2()                              { return aRef2;  }  in Ref2()
 
 | 
| H A D | svddrgmt.hxx | 184 	Point&             Ref2() const                    { return mrSdrDragView.aRef2; }  in Ref2()
 | 
| H A D | svdmrkv.hxx | 124     Point						aRef2;            // Persistent  member in SdrMarkView
 | 
| /aoo4110/main/svx/source/unodraw/ | 
| H A D | unoshap2.cxx | 2012 				Point aRef2( aRef1.X(), aRef1.Y() + 1000 );  in getPosition()  local2017 					MirrorPoint(aPol[i],aRef1,aRef2);  in getPosition()
 2034 				Point aRef2( aRef1.X() + 1000, aRef1.Y() );  in getPosition()  local
 2039 					MirrorPoint(aPol[i],aRef1,aRef2);  in getPosition()
 
 | 
| /aoo4110/main/svx/source/engine3d/ | 
| H A D | view3d.cxx | 1253 		mpMirrorOverlay->SetMirrorAxis(aRef1, aRef2);  in BegDragObj()1522         aRef2.X() = aRef1.X();  in Start3DCreation()
 1523 		aRef2.Y() = nY2;  in Start3DCreation()
 
 | 
| /aoo4110/main/sc/source/core/data/ | 
| H A D | drwlayer.cxx | 1700 		Point aRef2( 0, 1 );  in MirrorRTL()  local1703 		pObj->Mirror( aRef1, aRef2 );  in MirrorRTL()
 
 |