Home
last modified time | relevance | path

Searched refs:aNew (Results 1 – 25 of 183) sorted by path

12345678

/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx235 Any aNew = _bShow ? makeAny( _xChild ) : Any(); in NotifyChildEvent() local
236 NotifyAccessibleEvent( AccessibleEventId::CHILD, aOld, aNew ); in NotifyChildEvent()
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx145 B2DHomMatrix aNew(rMat); in operator *() local
146 aNew *= fValue; in operator *()
147 return aNew; in operator *()
152 B2DHomMatrix aNew(rMat); in operator /() local
153 aNew *= 1.0 / fValue; in operator /()
154 return aNew; in operator /()
H A Db3dhommatrix.hxx152 B3DHomMatrix aNew(rMat); in operator *() local
153 aNew *= fValue; in operator *()
154 return aNew; in operator *()
159 B3DHomMatrix aNew(rMat); in operator /() local
160 aNew *= 1.0 / fValue; in operator /()
161 return aNew; in operator /()
/trunk/main/basegfx/inc/basegfx/point/
H A Db2dhompoint.hxx347 B2DHomPoint aNew(rVec); in operator *() local
348 aNew *= t; in operator *()
349 return aNew; in operator *()
354 B2DHomPoint aNew(rVec); in operator *() local
355 aNew *= t; in operator *()
356 return aNew; in operator *()
362 return aNew*=rMat; in operator *()
368 aNew /= t; in operator /()
369 return aNew; in operator /()
375 aNew /= t; in operator /()
[all …]
H A Db3dhompoint.hxx384 B3DHomPoint aNew(rVec); in operator *() local
385 aNew *= t; in operator *()
386 return aNew; in operator *()
391 B3DHomPoint aNew(rVec); in operator *() local
392 aNew *= t; in operator *()
393 return aNew; in operator *()
398 B3DHomPoint aNew(rVec); in operator /() local
399 aNew /= t; in operator /()
400 return aNew; in operator /()
406 aNew /= t; in operator /()
[all …]
/trunk/main/basegfx/inc/basegfx/tuple/
H A Db2dtuple.hxx334 B2DTuple aNew(rTup); in operator *() local
335 aNew *= t; in operator *()
336 return aNew; in operator *()
341 B2DTuple aNew(rTup); in operator *() local
342 aNew *= t; in operator *()
343 return aNew; in operator *()
348 B2DTuple aNew(rTup); in operator /() local
349 aNew /= t; in operator /()
350 return aNew; in operator /()
357 aNew /= aTmp; in operator /()
[all …]
H A Db2i64tuple.hxx291 B2I64Tuple aNew(rTup); in operator *() local
292 aNew *= t; in operator *()
293 return aNew; in operator *()
298 B2I64Tuple aNew(rTup); in operator *() local
299 aNew *= t; in operator *()
300 return aNew; in operator *()
305 B2I64Tuple aNew(rTup); in operator /() local
306 aNew /= t; in operator /()
307 return aNew; in operator /()
314 aNew /= aTmp; in operator /()
[all …]
H A Db2ituple.hxx295 B2ITuple aNew(rTup); in operator *() local
296 aNew *= t; in operator *()
297 return aNew; in operator *()
302 B2ITuple aNew(rTup); in operator *() local
303 aNew *= t; in operator *()
304 return aNew; in operator *()
309 B2ITuple aNew(rTup); in operator /() local
310 aNew /= t; in operator /()
311 return aNew; in operator /()
318 aNew /= aTmp; in operator /()
[all …]
H A Db3dtuple.hxx409 B3DTuple aNew(rTup); in operator *() local
410 aNew *= t; in operator *()
411 return aNew; in operator *()
416 B3DTuple aNew(rTup); in operator *() local
417 aNew *= t; in operator *()
418 return aNew; in operator *()
423 B3DTuple aNew(rTup); in operator /() local
424 aNew /= t; in operator /()
425 return aNew; in operator /()
431 aNew /= t; in operator /()
[all …]
H A Db3i64tuple.hxx328 B3I64Tuple aNew(rTup); in operator *() local
329 aNew *= t; in operator *()
330 return aNew; in operator *()
335 B3I64Tuple aNew(rTup); in operator *() local
336 aNew *= t; in operator *()
337 return aNew; in operator *()
342 B3I64Tuple aNew(rTup); in operator /() local
343 aNew /= t; in operator /()
344 return aNew; in operator /()
351 aNew /= aTmp; in operator /()
[all …]
H A Db3ituple.hxx327 B3ITuple aNew(rTup); in operator *() local
328 aNew *= t; in operator *()
329 return aNew; in operator *()
334 B3ITuple aNew(rTup); in operator *() local
335 aNew *= t; in operator *()
336 return aNew; in operator *()
341 B3ITuple aNew(rTup); in operator /() local
342 aNew /= t; in operator /()
343 return aNew; in operator /()
350 aNew /= aTmp; in operator /()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontriangulator.cxx147 EdgeEntry aNew(rStart, rEnd); in handleClosingEdge() local
152 && pCurr->getStart().getY() <= aNew.getStart().getY() in handleClosingEdge()
153 && *pCurr != aNew) in handleClosingEdge()
159 if(pCurr && *pCurr == aNew) in handleClosingEdge()
174 EdgeEntry* pNew = new EdgeEntry(aNew); in handleClosingEdge()
H A Db3dpolypolygontools.cxx302 B3DPolygon aNew; in createUnitSpherePolyPolygon() local
310 aNew.setClosed(bHorClosed); in createUnitSpherePolyPolygon()
311 aRetval.append(aNew); in createUnitSpherePolyPolygon()
318 B3DPolygon aNew; in createUnitSpherePolyPolygon() local
322 aNew.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitSpherePolyPolygon()
333 aNew.append(B3DPoint(0.0, -1.0, 0.0)); in createUnitSpherePolyPolygon()
336 aRetval.append(aNew); in createUnitSpherePolyPolygon()
397 B3DPolygon aNew; in createUnitSphereFillPolyPolygon() local
408 aNew.setNormal(c, ::basegfx::B3DVector(aNew.getB3DPoint(c))); in createUnitSphereFillPolyPolygon()
412 aNew.setClosed(true); in createUnitSphereFillPolyPolygon()
[all …]
/trunk/main/basegfx/source/vector/
H A Db3dvector.cxx59 B3DVector aNew(*this); in getPerpendicular() local
60 aNew = cross(aNew, rNormalizedVec); in getPerpendicular()
61 aNew.normalize(); in getPerpendicular()
62 return aNew; in getPerpendicular()
67 B3DVector aNew(*this); in getProjectionOnPlane() local
68 aNew = cross(aNew, rNormalizedPlane); in getProjectionOnPlane()
69 aNew = cross(aNew, rNormalizedPlane); in getProjectionOnPlane()
71 aNew.mfX = mfX - aNew.mfX; in getProjectionOnPlane()
72 aNew.mfY = mfY - aNew.mfY; in getProjectionOnPlane()
73 aNew.mfZ = mfZ - aNew.mfZ; in getProjectionOnPlane()
[all …]
/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx328 SbxValues aNew; in operator =() local
331 aNew.eType = aData.eType; in operator =()
334 aNew.eType = SbxDataType( r.aData.eType & 0x0FFF ); in operator =()
337 aNew.eType = SbxVARIANT; in operator =()
338 if( r.Get( aNew ) ) in operator =()
339 Put( aNew ); in operator =()
1110 SbxValues aNew; in Convert() local
1111 aNew.eType = eTo; in Convert()
1112 if( Get( aNew ) ) in Convert()
1119 Put( aNew ); in Convert()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx328 Any aEmpty, aNew; in AddChild() local
329 aNew <<= xChild; in AddChild()
333 BroadcastAccEvent( AccessibleEventId::CHILD, aNew, aEmpty ); in AddChild()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx681 Point aNew( aOld.X()+nDiffX, aOld.Y()+nDiffY ); in setPosition() local
682 m_aCB_Splines.SetPosPixel( aNew ); in setPosition()
684 aNew.X() += ( aSize.Width() + aDistanceSize.Width() ); in setPosition()
685 aNew.Y() -= 3*aDistanceSize.Height(); in setPosition()
686 m_aPB_DetailsDialog.SetPosPixel( aNew ); in setPosition()
/trunk/main/chart2/source/model/main/
H A DDiagram.cxx550 tCoordinateSystemContainerType aNew; in setCoordinateSystems() local
555 aNew.push_back( aCoordinateSystems[0] ); in setCoordinateSystems()
560 m_aCoordSystems = aNew; in setCoordinateSystems()
563 ModifyListenerHelper::addListenerToAllElements( aNew, m_xModifyEventForwarder ); in setCoordinateSystems()
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1586 INetURLObject aNew( pImportDlg->GetPath() ); in IMPL_LINK() local
1587 if ( !aBgdGraphicPath.Len() || aNew != aOld ) in IMPL_LINK()
H A Dbbdlg.cxx101 SfxItemSet aNew( in PageCreated() local
107 aNew.Put(*GetInputSetImpl()); in PageCreated()
110 aNew.Put(SfxBoolItem(SID_OFFER_IMPORT, true)); in PageCreated()
112 rTabPage.PageCreated(aNew); in PageCreated()
/trunk/main/dbaccess/source/core/api/
H A DCRowSetDataColumn.cxx225 Any aNew = ((*m_aColumnValue)->get())[m_nPos].makeAny(); in fireValueChange() local
227 fire(&nHandle, &aNew, &m_aOldValue, 1, sal_False ); in fireValueChange()
233 Any aNew; in fireValueChange() local
235 fire(&nHandle, &aNew, &m_aOldValue, 1, sal_False ); in fireValueChange()
H A DRowSet.cxx1173 Any aNew,aOld; in fireRowcount() local
1174 aNew <<= nCurrentRowCount; aOld <<= m_nLastKnownRowCount; in fireRowcount()
1175 fire(&nHandle,&aNew,&aOld,1,sal_False); in fireRowcount()
1181 Any aNew,aOld; in fireRowcount() local
1182 aNew <<= bCurrentRowCountFinal; in fireRowcount()
1184 fire(&nHandle,&aNew,&aOld,1,sal_False); in fireRowcount()
H A DRowSetBase.cxx1337 Any aNew = bool2any( _bNew ); in fireProperty() local
1339 fire( &_nProperty, &aNew, &aOld, 1, sal_False ); in fireProperty()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dcommanddefinition.cxx160 Any aNew = makeAny(newName); in rename() local
161 fire(&nHandle, &aNew, &aOld, 1, sal_True ); in rename()
164 fire(&nHandle, &aNew, &aOld, 1, sal_False ); in rename()
H A Ddocumentcontainer.cxx813 Any aNew = makeAny(newName); in rename() local
816 fire(&nHandle, &aNew, &aOld, 1, sal_True ); in rename()
818 fire(&nHandle, &aNew, &aOld, 1, sal_False ); in rename()

Completed in 124 milliseconds

12345678