Home
last modified time | relevance | path

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

123

/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx3027 SwStringMsgPoolItem aOld( RES_TITLE_CHANGED, pMasterObject->GetTitle() ); in SetObjTitle() local
3030 ModifyNotification( &aOld, &aNew ); in SetObjTitle()
3063 SwStringMsgPoolItem aOld( RES_DESCRIPTION_CHANGED, pMasterObject->GetDescription() ); in SetObjDescription() local
3066 ModifyNotification( &aOld, &aNew ); in SetObjDescription()
H A Dflylay.cxx591 SwRect aOld( GetObjRectWithSpaces() ); in Modify() local
631 NotifyBackground( pOldPage, aOld, PREP_FLY_LEAVE ); in Modify()
H A Dpagechg.cxx261 const SwFmtCol aOld; //ChgColumns() verlaesst sich darauf, dass ein in SwPageFrm() local
263 pBodyFrm->ChgColumns( aOld, rCol ); in SwPageFrm()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx2062 InterfaceBag::const_iterator aOld = m_aCurrentSelection.begin(); in setCurrentSelection() local
2063 for ( ; aNew != _rSelection.end(); ++aNew, ++aOld ) in setCurrentSelection()
2066 …OSL_ENSURE( Reference< XInterface >( *aOld, UNO_QUERY ).get() == aOld->get(), "FmXFormShell::setCu… in setCurrentSelection()
2068 if ( aNew->get() != aOld->get() ) in setCurrentSelection()
/trunk/main/reportdesign/source/ui/report/
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/sw/source/ui/docvw/
H A DSidebarWin.cxx860 ESelection aOld = GetOutlinerView()->GetSelection(); in SetLanguage() local
868 GetOutlinerView()->SetSelection(aOld); in SetLanguage()
H A Dedtwin.cxx3617 const Point aOld = pAnchorMarker->GetPosForHitTest( *(rSh.GetOut()) ); in MouseMove() local
3620 if( (0!=( pHdl = pSdrView->PickHandle( aOld ) )|| in MouseMove()
/trunk/main/xmloff/source/style/
H A Dxmlnumfi.cxx2053 rtl::OUString aOld = aFormatCode.makeStringAndClear(); in AddCurrency() local
2055 aFormatCode.append( aOld.copy( 0, nFirst ) ); in AddCurrency()
2057 aFormatCode.append( aOld.copy( nFirst + 1, nLength - nFirst - 2 ) ); in AddCurrency()
/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/dbaccess/source/core/api/
H A DRowSetBase.cxx1338 Any aOld = bool2any( _bOld ); in fireProperty() local
1339 fire( &_nProperty, &aNew, &aOld, 1, sal_False ); in fireProperty()
/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/vcl/source/gdi/
H A Dbitmap3.cxx875 const BitmapColor aOld( pR->GetPixel( nY, nX ) ); in ImplConvertGhosted() local
876 pW->SetPixel( nY, nX, BitmapColor( ( aOld.GetRed() >> 1 ) | 0x80, in ImplConvertGhosted()
877 ( aOld.GetGreen() >> 1 ) | 0x80, in ImplConvertGhosted()
878 ( aOld.GetBlue() >> 1 ) | 0x80 ) ); in ImplConvertGhosted()
H A Dpdfwriter_impl.cxx10816 …basegfx::B2DPolyPolygon aOld( basegfx::tools::prepareForPolygonOperation( m_aGraphicsStack.front()… in intersectClipRegion() local
10818 …m_aGraphicsStack.front().m_aClipRegion = basegfx::tools::solvePolygonOperationAnd( aOld, aRegion ); in intersectClipRegion()
/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/sc/source/core/data/
H A Dcolumn2.cxx438 MapMode aOld = pDev->GetMapMode(); in GetNeededSize() local
610 pDev->SetMapMode( aOld ); in GetNeededSize()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1686 SwRect aOld( aCharRect ); in UpdateCrsr() local
1796 if( !bFirst && aOld == aCharRect ) in UpdateCrsr()
1807 aOld = aCharRect; in UpdateCrsr()
/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/view/
H A Dgridwin4.cxx1522 MapMode aOld = GetMapMode(); SetMapMode(MAP_PIXEL); // erst nach den return's !!! in InvertSimple() local
1649 SetMapMode(aOld); in InvertSimple()
H A Dtabview3.cxx2476 MapMode aOld = pGridWin[ePos]->GetMapMode(); in InvertBlockMark() local
2479 pGridWin[ePos]->SetMapMode(aOld); in InvertBlockMark()
/trunk/main/vcl/source/control/
H A Dedit.cxx2645 Selection aOld( maSelection ); in ImplSetSelection() local
2663 if ( bPaint && ( aOld.Len() || aNew.Len() || IsPaintTransparent() ) ) in ImplSetSelection()
/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/core/tool/
H A Dcompiler.cxx3505 String aOld( aRef[j] ); in AutoCorrectParsedSymbol() local
3512 if ( bColons || aRef[j] != aOld ) in AutoCorrectParsedSymbol()

Completed in 331 milliseconds

123