Home
last modified time | relevance | path

Searched refs:aOld (Results 1 – 25 of 72) sorted by path

123

/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxBase.cxx382 Any aOld; in setAccessibleName() local
383 aOld <<= maName; in setAccessibleName()
391 aOld ); in setAccessibleName()
397 Any aOld; in setAccessibleDescription() local
398 aOld <<= maDescription; in setAccessibleDescription()
406 aOld ); in setAccessibleDescription()
/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/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx373 Any aEmpty, aOld; in RemoveChildByOId() local
374 aOld <<= xChild; in RemoveChildByOId()
376 BroadcastAccEvent( AccessibleEventId::CHILD, aEmpty, aOld ); in RemoveChildByOId()
459 Any aEmpty, aOld; in KillAllChildren() local
464 aOld <<= (*aIter); in KillAllChildren()
465 BroadcastAccEvent( AccessibleEventId::CHILD, aEmpty, aOld ); in KillAllChildren()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DDiagramWrapper.cxx610 OUString aOld(rNewChartTypeName); in lcl_getOldChartTypeName() local
616 aOld = aIt->second; in lcl_getOldChartTypeName()
618 return aOld; in lcl_getOldChartTypeName()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx375 Point aOld = this->getPosition(); in setPosition() local
376 long nDiffY = rPoint.Y() - aOld.Y(); in setPosition()
377 long nDiffX = rPoint.X() - aOld.X(); in setPosition()
378 m_aCB_Stacked.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition()
380 aOld = m_aRB_Stack_Y.GetPosPixel(); in setPosition()
381 m_aRB_Stack_Y.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition()
384 m_aRB_Stack_Y_Percent.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition()
386 aOld = m_aRB_Stack_Z.GetPosPixel(); in setPosition()
387 m_aRB_Stack_Z.SetPosPixel( Point( aOld.X()+nDiffX, aOld.Y()+nDiffY ) ); in setPosition()
677 Point aOld = this->getPosition(); in setPosition() local
[all …]
/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/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/cui/source/tabpages/
H A Dbackgrnd.cxx1585 INetURLObject aOld( aBgdGraphicPath ); in IMPL_LINK() local
1587 if ( !aBgdGraphicPath.Len() || aNew != aOld ) in IMPL_LINK()
/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()
H A DRowSetBase.cxx1338 Any aOld = bool2any( _bOld ); in fireProperty() local
1339 fire( &_nProperty, &aNew, &aOld, 1, sal_False ); in fireProperty()
/trunk/main/dbaccess/source/core/dataaccess/
H A Dcommanddefinition.cxx158 Any aOld = makeAny(m_pImpl->m_aProps.aTitle); 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.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/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx2606 Any aOld = xModelSet->getPropertyValue(::rtl::OUString::createFromAscii("DisplayIsSynchron")); in IMPL_LINK() local
2608 xModelSet->setPropertyValue(::rtl::OUString::createFromAscii("DisplayIsSynchron"), aOld); in IMPL_LINK()
2653 Any aOld = xModelSet->getPropertyValue(::rtl::OUString::createFromAscii("DisplayIsSynchron")); in IMPL_LINK() local
2655 xModelSet->setPropertyValue(::rtl::OUString::createFromAscii("DisplayIsSynchron"), aOld); in IMPL_LINK()
/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/linguistic/source/
H A Dlngopt.cxx415 Any aOld( aConfig.GetProperty( pCur->nWID ) ); in setPropertyValue() local
416 if (aOld != rValue && aConfig.SetProperty( pCur->nWID, rValue )) in setPropertyValue()
419 sal_False, pCur->nWID, aOld, rValue ); in setPropertyValue()
518 Any aOld( aConfig.GetProperty( nHandle ) ); in setFastPropertyValue() local
519 if (aOld != rValue && aConfig.SetProperty( nHandle, rValue )) in setFastPropertyValue()
522 LinguOptions::GetName( nHandle ), sal_False, nHandle, aOld, rValue ); in setFastPropertyValue()
/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()
H A DViewsWindow.cxx1876 const Point aOld = aMapMode.GetOrigin(); in scrollChildren() local
1881 aMapMode.SetOrigin( Point(aOld.X() , - aPosY.Y())); in scrollChildren()
1884 Scroll(0, -( aOld.Y() + aPosY.Y()),SCROLL_CHILDREN); in scrollChildren()
/trunk/main/rsc/inc/
H A Drscdb.hxx319 CharSet aOld = nSourceCharSet; in SetSourceCharSet() local
321 return aOld; in SetSourceCharSet()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx438 MapMode aOld = pDev->GetMapMode(); in GetNeededSize() local
610 pDev->SetMapMode( aOld ); in GetNeededSize()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3505 String aOld( aRef[j] ); in AutoCorrectParsedSymbol() local
3512 if ( bColons || aRef[j] != aOld ) in AutoCorrectParsedSymbol()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx729 void FindChanged(ScShapeChildVec& aOld, ScShapeChildVec& aNew) const;
730 void FindChanged(ScShapeRange& aOld, ScShapeRange& aNew) const;
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1169 String aOld = pView->GetEditEngine()->GetText((sal_uInt16)0); in lcl_CompleteFunction() local
1170 sal_Unicode cNext = aOld.GetChar(aWordSel.nEndPos); in lcl_CompleteFunction()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx460 ScRange aOld( rParam.nCol1, rParam.nRow1, nTab, in DoImport() local
464 if (!pDoc->CanFitBlock( aOld, aNew )) in DoImport()
564 ScRange aOld( rParam.nCol1, rParam.nRow1, nTab, in DoImport() local
568 pDoc->FitBlock( aOld, aNew, sal_False ); // Formeln nicht loeschen in DoImport()
H A Ddocsh6.cxx158 ScRange aOld; in SetVisAreaOrSize() local
159 aDocument.GetEmbedded( aOld); in SetVisAreaOrSize()
163 if (aOld != aNew) in SetVisAreaOrSize()
/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()

Completed in 218 milliseconds

123