Home
last modified time | relevance | path

Searched refs:aOld (Results 26 – 50 of 72) sorted by relevance

123

/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx2226 const Rectangle aOld(GetSnapRect()); in NbcSetSnapRect() local
2228 if(aOld != rRect) in NbcSetSnapRect()
2240 long nDivX = aOld.Right() - aOld.Left(); in NbcSetSnapRect()
2242 long nDivY = aOld.Bottom() - aOld.Top(); in NbcSetSnapRect()
2247 NbcResize(aOld.TopLeft(), aX, aY); in NbcSetSnapRect()
2248 NbcMove(Size(rRect.Left() - aOld.Left(), rRect.Top() - aOld.Top())); in NbcSetSnapRect()
H A Dsvdoashp.cxx1857 Rectangle aOld( aRect ); in NbcResize() local
1886 sal_Int32 nX = ( aIter->aPosition.X - aOld.Left() ) + aRect.Left(); in NbcResize()
1891 sal_Int32 nY = ( aIter->aPosition.Y - aOld.Top() ) + aRect.Top(); in NbcResize()
2270 Rectangle aOld( pObj->aRect ); in DragResizeCustomShape() local
2284 if ( pObj->aGeo.nShearWink ) ShearPoint( aNewPos, aOld.TopLeft(), aGeoStat.nTan ); in DragResizeCustomShape()
2285 if ( pObj->aGeo.nDrehWink ) RotatePoint(aNewPos, aOld.TopLeft(), aGeoStat.nSin, aGeoStat.nCos ); in DragResizeCustomShape()
2318 nX = ( aIter->aPosition.X - aOld.Right() ); in DragResizeCustomShape()
2326 nX = ( aIter->aPosition.X - aOld.Left() ); in DragResizeCustomShape()
2339 nY = ( aIter->aPosition.Y - aOld.Bottom() ); in DragResizeCustomShape()
2347 nY = ( aIter->aPosition.Y - aOld.Top() ); in DragResizeCustomShape()
H A Dsvdopath.cxx2453 Rectangle aOld(GetSnapRect()); in NbcSetSnapRect() local
2458 long nDivX = aOld.Right() - aOld.Left(); in NbcSetSnapRect()
2463 long nDivY = aOld.Bottom() - aOld.Top(); in NbcSetSnapRect()
2468 NbcResize(aOld.TopLeft(), aX, aY); in NbcSetSnapRect()
2469 NbcMove(Size(rRect.Left() - aOld.Left(), rRect.Top() - aOld.Top())); in NbcSetSnapRect()
/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx523 TURLInfo& aOld = *pIt; in statusChanged() local
524 if (aOld.ID == aNew.ID) in statusChanged()
527 aOld.DocState = aNew.DocState; in statusChanged()
528 aOld.RecoveryState = RecoveryCore::mapDocState2RecoverState(aOld.DocState); in statusChanged()
532 m_pListener->stepNext(&aOld); in statusChanged()
H A Dfrmsel.cxx704 Any aOld; in SetBorderState() local
706 Any& rMod = eState == FRAMESTATE_SHOW ? aNew : aOld; in SetBorderState()
719 pFrameSelector->NotifyAccessibleEvent( AccessibleEventId::STATE_CHANGED, aOld, aNew ); in SetBorderState()
/trunk/main/sc/source/ui/view/
H A Dnotemark.cxx122 MapMode aOld = pWindow->GetMapMode(); in lcl_DrawWin() local
135 pWindow->SetMapMode( aOld ); in lcl_DrawWin()
H A Doutput2.cxx244 MapMode aOld = pDefaultDev->GetMapMode(); in SetShrinkScale() local
247 pDefaultDev->SetMapMode( aOld ); in SetShrinkScale()
371 MapMode aOld = pDefaultDev->GetMapMode(); in SetPattern() local
374 pDefaultDev->SetMapMode( aOld ); in SetPattern()
747 MapMode aOld = pRefDevice->GetMapMode(); in GetStretch() local
748 …return ((double)aOld.GetScaleY()) / ((double)aOld.GetScaleX()) * ((double)aZoomY) / ((double)aZoom… in GetStretch()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1254 SwAttrSet aOld( GetAttrPool(), rSet.GetRanges() ), in SetDefault() local
1264 aOld.Put( GetAttrPool().GetDefaultItem( nWhich ) ); in SetDefault()
1322 GetIDocumentUndoRedo().AppendUndo( new SwUndoDefaultAttr( aOld ) ); in SetDefault()
1337 nOldWidth = ((SvxTabStopItem&)aOld.Get(RES_PARATR_TABSTOP))[ 0 ].GetTabPos(); in SetDefault()
1347 aOld.ClearItem( RES_PARATR_TABSTOP ); in SetDefault()
1359 SwAttrSetChg aChgOld( aOld, aOld ); in SetDefault()
/trunk/main/chart2/source/model/main/
H A DDiagram.cxx551 tCoordinateSystemContainerType aOld; in setCoordinateSystems() local
559 std::swap( aOld, m_aCoordSystems ); in setCoordinateSystems()
562 ModifyListenerHelper::removeListenerFromAllElements( aOld, m_xModifyEventForwarder ); in setCoordinateSystems()
/trunk/main/forms/source/xforms/
H A Dcollection.hxx300 void _elementRemoved( const T& aOld ) in _elementRemoved() argument
305 com::sun::star::uno::makeAny( aOld ), in _elementRemoved()
/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx119 SwRect aOld( GetObjRectWithSpaces() ); in Modify() local
200 NotifyBackground( pOldPage, aOld, PREP_FLY_LEAVE ); in Modify()
1283 const SwRect aOld( GetObjRectWithSpaces() ); in SetAbsPos() local
1520 ::Notify_Background( GetVirtDrawObj(), pOldPage, aOld, PREP_FLY_LEAVE, sal_False ); in SetAbsPos()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentcontainer.cxx812 Any aOld = makeAny(m_pImpl->m_aProps.aTitle); in rename() local
816 fire(&nHandle, &aNew, &aOld, 1, sal_True ); in rename()
818 fire(&nHandle, &aNew, &aOld, 1, sal_False ); in rename()
/trunk/main/rsc/inc/
H A Drscdb.hxx319 CharSet aOld = nSourceCharSet; in SetSourceCharSet() local
321 return aOld; in SetSourceCharSet()
/trunk/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx390 const Point aOld = aMapMode.GetOrigin(); in scrollChildren() local
395 const Point aDiff = aOld - aNew; in scrollChildren()
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx81 String aOld = maFtTime.GetText(); in SetTimeLimit() local
82 String aNew = aOld.GetToken(0,'#'); in SetTimeLimit()
84 aNew += aOld.GetToken(1,'#'); in SetTimeLimit()
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx452 Any aConverted, aOld; in setDependentFastPropertyValue() local
453 sal_Bool bChanged = convertFastPropertyValue( aConverted, aOld, i_handle, i_value ); in setDependentFastPropertyValue()
485 m_pReserved->m_oldValues.push_back( aOld ); in setDependentFastPropertyValue()
/trunk/main/dbaccess/source/core/api/
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
1183 aOld <<= m_bLastKnownRowCountFinal; in fireRowcount()
1184 fire(&nHandle,&aNew,&aOld,1,sal_False); in fireRowcount()
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx937 Any aOld( pData, *pType ); in setPropertyValue() local
941 if (aOld != rValue) in setPropertyValue()
1035 sal_False, pCur->nWID, aOld, rValue ); in setPropertyValue()
/trunk/main/sw/source/ui/uiview/
H A Dviewdraw.cxx233 rtl::OUString aOld = pConstCustomShape->GetShapeType(); in ExecDraw() local
234 if( aNew == aOld ) in ExecDraw()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolboxitem.cxx234 Any aOld = _bShow ? Any() : makeAny( _xChild ); in NotifyChildEvent() local
236 NotifyAccessibleEvent( AccessibleEventId::CHILD, aOld, aNew ); in NotifyChildEvent()
/trunk/main/sw/source/core/inc/
H A DSwUndoTOXChange.hxx31 SwTOXBase * pTOX, aOld, aNew; member in SwUndoTOXChange
H A DSwUndoFmt.hxx222 SwNumRule aOld; member in SwUndoNumruleDelete
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx411 Any aOld( mxOldSelection ); in notifyHighlightedEntry() local
430 fireAccessibleEvent( AccessibleEventId::ACTIVE_DESCENDANT_CHANGED, aOld, aNew ); in notifyHighlightedEntry()
431 fireAccessibleEvent( AccessibleEventId::SELECTION_CHANGED, aOld, aNew ); in notifyHighlightedEntry()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx506 ESelection aOld = getView()->GetSelection(); in SetLanguage() local
514 getView()->SetSelection(aOld); in SetLanguage()
/trunk/main/svtools/inc/svtools/
H A Dunitconv.hxx103 SVT_DLLPUBLIC long TransformMetric( long nVal, FieldUnit aOld, FieldUnit aNew );

Completed in 194 milliseconds

123