Home
last modified time | relevance | path

Searched refs:aNew (Results 76 – 100 of 181) sorted by relevance

12345678

/aoo41x/main/svgio/source/svgreader/
H A Dsvgtools.cxx1010 basegfx::B2DHomMatrix aNew; in readTransform() local
1014 aNew.set(0, 0, aVal.solve(rInfoProvider)); // Element A in readTransform()
1019 aNew.set(1, 0, aVal.solve(rInfoProvider)); // Element B in readTransform()
1024 aNew.set(0, 1, aVal.solve(rInfoProvider)); // Element C in readTransform()
1029aNew.set(1, 1, aVal.solve(rInfoProvider)); // Element D in readTransform()
1034aNew.set(0, 2, aVal.solve(rInfoProvider, xcoordinate)); // Element E in readTransform()
1039aNew.set(1, 2, aVal.solve(rInfoProvider, ycoordinate)); // Element F in readTransform()
1046 aMatrix = aMatrix * aNew; in readTransform()
/aoo41x/main/sc/source/ui/app/
H A Dscmod.cxx1718 ScRange aNew = rRef; in SetReference() local
1719 aNew.Justify(); // immer "richtig herum" in SetReference()
1729 SCTAB nStartTab = aNew.aStart.Tab(); in SetReference()
1730 SCTAB nEndTab = aNew.aEnd.Tab(); in SetReference()
1732 aNew.aStart.SetTab(nStartTab); in SetReference()
1733 aNew.aEnd.SetTab(nEndTab); in SetReference()
1741 pRefDlg->SetReference( aNew, pDoc ); in SetReference()
1748 pHdl->SetReference( aNew, pDoc ); in SetReference()
/aoo41x/main/sw/source/core/undo/
H A DSwUndoTOXChange.cxx32 : SwUndo(UNDO_TOXCHANGE), pTOX(_pTOX), aOld(*_pTOX), aNew(rNew) in SwUndoTOXChange()
59 *pTOX = aNew; in DoImpl()
/aoo41x/main/sc/source/ui/view/
H A Dgridwin.cxx4743 ScRange aNew = rNewUn; in lcl_PaintRefChanged() local
4745 aNew.Justify(); in lcl_PaintRefChanged()
4749 if ( aNew.aStart == aNew.aEnd ) //! Tab ignorieren? in lcl_PaintRefChanged()
4758 SCCOL nNewCol2 = aNew.aEnd.Col(); in lcl_PaintRefChanged()
4759 SCROW nNewRow2 = aNew.aEnd.Row(); in lcl_PaintRefChanged()
4882 ScRange aNew = aOld; in RFMouseMove() local
4885 aNew.aEnd.SetCol((SCCOL)nPosX); in RFMouseMove()
4886 aNew.aEnd.SetRow((SCROW)nPosY); in RFMouseMove()
4909 aNew.aEnd.SetCol((SCCOL)nEndX); in RFMouseMove()
4910 aNew.aEnd.SetRow((SCROW)nEndY); in RFMouseMove()
[all …]
/aoo41x/main/vcl/inc/win/
H A Dsalvd.h42 void setHDC(HDC aNew) { mhLocalDC = aNew; } in setHDC() argument
/aoo41x/main/svx/source/tbxctrls/
H A Dfillctrl.cxx419 …XBitmapListSharedPtr aNew(XPropertyListFactory::CreateSharedXBitmapList(String::CreateFromAscii("T… in Update() local
420 aNew->Insert(new XBitmapEntry(pBitmapItem->GetGraphicObject(), aTmpStr)); in Update()
421 aNew->SetDirty(false); in Update()
423 pFillAttrLB->Fill( aNew ); in Update()
/aoo41x/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx462 ScRange aNew( rParam.nCol1, rParam.nRow1, nTab, in DoImport() local
464 if (!pDoc->CanFitBlock( aOld, aNew )) in DoImport()
566 ScRange aNew( rParam.nCol1, rParam.nRow1, nTab, in DoImport() local
568 pDoc->FitBlock( aOld, aNew, sal_False ); // Formeln nicht loeschen in DoImport()
H A Ddocsh6.cxx161 ScRange aNew; in SetVisAreaOrSize() local
162 aDocument.GetEmbedded( aNew); in SetVisAreaOrSize()
163 if (aOld != aNew) in SetVisAreaOrSize()
/aoo41x/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()
/aoo41x/main/sc/source/core/data/
H A Ddrwlayer.cxx691 Rectangle aNew( aPos, aEnd ); in RecalcPos() local
693 MirrorRectRTL( aNew ); in RecalcPos()
694 if ( pObj->GetLogicRect() != aNew ) in RecalcPos()
698 pObj->SetLogicRect(aNew); in RecalcPos()
903 Rectangle aNew( rArea ); in MoveAreaTwips() local
910 aNew.Left() = rTopLeft.X(); in MoveAreaTwips()
911 aNew.Top() = rTopLeft.Y(); in MoveAreaTwips()
940 else if (bShrink && aNew.IsInside(aPoint)) in MoveAreaTwips()
978 else if (bShrink && aNew.IsInside(aTopLeft)) in MoveAreaTwips()
H A Dclipparam.cxx178 ScRange aNew(nCol1, nRow1, p->aStart.Tab(), nCol2, nRow2, p->aStart.Tab()); in transpose() local
179 aNewRanges.Append(aNew); in transpose()
/aoo41x/main/svx/inc/svx/sdr/overlay/
H A Doverlaymanager.hxx121 void setStripeColorA(Color aNew= Color(COL_BLACK));
125 void setStripeColorB(Color aNew = Color(COL_WHITE));
/aoo41x/main/sw/source/core/inc/
H A Dblink.hxx46 void SetPos( const Point& aNew ){ aPos = aNew; } in SetPos() argument
/aoo41x/main/svx/source/svdraw/
H A Dsvdfmtf.cxx835 basegfx::B2DPolygon aNew(rSrcPoly); in CheckLastLineMerge() local
836 aNew.append(aDstPoly, 1L, aDstPoly.count() - 1L); in CheckLastLineMerge()
837 aDstPoly = aNew; in CheckLastLineMerge()
848 basegfx::B2DPolygon aNew(rSrcPoly); in CheckLastLineMerge() local
849 aNew.flip(); in CheckLastLineMerge()
850 aDstPoly.append(aNew, 1L, aNew.count() - 1L); in CheckLastLineMerge()
H A Dcharthelper.cxx107 const drawinglayer::primitive2d::Primitive2DSequence aNew( in tryToGetChartContentAsPrimitive2DSequence() local
114 aNew); in tryToGetChartContentAsPrimitive2DSequence()
/aoo41x/main/sw/inc/
H A Dlineinfo.hxx70 void SetNumType( SvxNumberType aNew ){ aType = aNew; } in SetNumType() argument
/aoo41x/main/svx/inc/svx/
H A Dparaprev.hxx89 void SetSize( Size aNew ) { aSize = aNew; } in SetSize() argument
/aoo41x/main/svtools/source/control/
H A Dtoolbarmenu.cxx410 Any aNew; in notifyHighlightedEntry() local
423 aNew <<= getAccessibleChild( pEntry->mpControl, nChildIndex ); in notifyHighlightedEntry()
427 aNew <<= pEntry->GetAccessible(true); in notifyHighlightedEntry()
430 fireAccessibleEvent( AccessibleEventId::ACTIVE_DESCENDANT_CHANGED, aOld, aNew ); in notifyHighlightedEntry()
431 fireAccessibleEvent( AccessibleEventId::SELECTION_CHANGED, aOld, aNew ); in notifyHighlightedEntry()
433 aNew >>= mxOldSelection; in notifyHighlightedEntry()
/aoo41x/main/sw/source/core/frmedt/
H A Dfeshview.cxx440 Point aNew( pTmp->Frm().Left() + in MoveAnchor() local
448 bAccept = LESS_X( aCenter, aNew, bOld ) in MoveAnchor()
450 LESS_X( aNew, aBest, sal_False ) ); in MoveAnchor()
455 bAccept = LESS_X( aNew, aCenter, !bOld ) in MoveAnchor()
457 LESS_X( aBest, aNew, sal_True ) ); in MoveAnchor()
462 bAccept = LESS_Y( aNew, aCenter, !bOld ) in MoveAnchor()
464 LESS_Y( aBest, aNew, sal_True ) ); in MoveAnchor()
469 bAccept = LESS_Y( aCenter, aNew, bOld ) in MoveAnchor()
471 LESS_Y( aNew, aBest, sal_False ) ); in MoveAnchor()
478 aBest = aNew; in MoveAnchor()
/aoo41x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3740 ScRangeList aNew; in queryIntersection() local
4338 ScRangeList aNew; in removeRangeAddress() local
4430 SetNewRanges(aNew); in insertByName()
4539 ScRangeList aNew; in removeByName() local
4544 SetNewRanges(aNew); in removeByName()
4576 ScRangeList aNew; in removeByName() local
4578 SetNewRanges(aNew); in removeByName()
7540 ScRange aNew; in setTitleColumns() local
7621 ScRange aNew; in setTitleRows() local
9330 ScRangeList aNew; in Notify() local
[all …]
/aoo41x/main/extensions/source/bibliography/
H A Dbibview.cxx93 Any aNew = xProps->getPropertyValue( C2U( "IsNew" ) ); in ~BibView() local
94 aNew >>= bFlag; in ~BibView()
/aoo41x/main/sw/source/core/text/
H A Dporfld.cxx381 XubString aNew( aExpand, nNextOfst, STRING_LEN ); in Format() local
386 switch( aNew.GetChar( 0 )) in Format()
400 aNew.Erase( 0, 1 ); in Format()
410 SwFldPortion *pFld = Clone( aNew ); in Format()
411 if( aNew.Len() && !pFld->GetFont() ) in Format()
/aoo41x/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()
/aoo41x/main/sw/source/ui/config/
H A Duinums.cxx331 SwNumFmt aNew; in MakeNumRule() local
332 pFmt->ChgNumFmt( rSh, aNew ); in MakeNumRule()
333 rChg.Set( n, aNew ); in MakeNumRule()
/aoo41x/main/sw/source/ui/uno/
H A DSwXDocumentSettings.cxx574 Sequence <sal_Int8> aNew; in _setSingleValue() local
575 if(rValue >>= aNew) in _setSingleValue()
577 mpDoc->SetRedlinePassword(aNew); in _setSingleValue()
578 if(aNew.getLength()) in _setSingleValue()

Completed in 212 milliseconds

12345678