Home
last modified time | relevance | path

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

12345678

/trunk/main/sc/source/ui/docshell/
H A Dtablink.cxx570 String aNew = GetOptions(*pMedium); // Optionen werden beim Laden per Dialog gesetzt in ScDocumentLoader() local
571 if (aNew.Len() && aNew != rOptions) in ScDocumentLoader()
572 rOptions = aNew; in ScDocumentLoader()
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()
/trunk/main/svgio/source/svgreader/
H A Dsvgtools.cxx1022 basegfx::B2DHomMatrix aNew; in readTransform() local
1026 aNew.set(0, 0, aVal.solve(rInfoProvider)); // Element A in readTransform()
1031 aNew.set(1, 0, aVal.solve(rInfoProvider)); // Element B in readTransform()
1036 aNew.set(0, 1, aVal.solve(rInfoProvider)); // Element C in readTransform()
1041aNew.set(1, 1, aVal.solve(rInfoProvider)); // Element D in readTransform()
1046aNew.set(0, 2, aVal.solve(rInfoProvider, xcoordinate)); // Element E in readTransform()
1051aNew.set(1, 2, aVal.solve(rInfoProvider, ycoordinate)); // Element F in readTransform()
1058 aMatrix = aMatrix * aNew; in readTransform()
/trunk/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()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx1302 basegfx::B2DPolygon aNew(aPolygon); in RenderSvgLinearAtomPrimitive2D() local
1304aNew.transform(maCurrentTransformation * basegfx::tools::createTranslateB2DHomMatrix(fDelta * fUni… in RenderSvgLinearAtomPrimitive2D()
1306 mpOutputDevice->DrawPolyPolygon(basegfx::B2DPolyPolygon(aNew)); in RenderSvgLinearAtomPrimitive2D()
1360 basegfx::B2DPolygon aNew(basegfx::tools::createPolygonFromUnitCircle()); in RenderSvgRadialAtomPrimitive2D() local
1362 aNew.transform(maCurrentTransformation * aTransform); in RenderSvgRadialAtomPrimitive2D()
1364 mpOutputDevice->DrawPolyPolygon(basegfx::B2DPolyPolygon(aNew)); in RenderSvgRadialAtomPrimitive2D()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavresponseparser.cxx956 ::rtl::OUString aNew(mpContext->getWhiteSpace()); in characters()
958 if(aNew.getLength()) in characters()
961 aNew += ::rtl::OUString(sal_Unicode(' ')); in characters()
964 aNew += aTrimmedChars; in characters()
965 mpContext->setWhiteSpace(aNew); in characters()
/trunk/main/oox/source/ppt/
H A Dpptfilterhelpers.cxx123 const OUString aNew( OUString::createFromAscii( *pd ) ); in convertMeasure() local
124 rString = rString.replaceAt( nIndex, nLength, aNew ); in convertMeasure()
125 nIndex += aNew.getLength(); in convertMeasure()
/trunk/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()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx838 basegfx::B2DPolygon aNew(rSrcPoly); in CheckLastLineMerge() local
839 aNew.append(aDstPoly, 1L, aDstPoly.count() - 1L); in CheckLastLineMerge()
840 aDstPoly = aNew; in CheckLastLineMerge()
851 basegfx::B2DPolygon aNew(rSrcPoly); in CheckLastLineMerge() local
852 aNew.flip(); in CheckLastLineMerge()
853 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()
/trunk/main/svx/source/tbxctrls/
H A Dfillctrl.cxx428 …XBitmapListSharedPtr aNew(XPropertyListFactory::CreateSharedXBitmapList(String::CreateFromAscii("T… in Update() local
429 aNew->Insert(new XBitmapEntry(mpBitmapItem->GetGraphicObject(),aTmpStr)); in Update()
430 aNew->SetDirty(false); in Update()
432 mpFillAttrLB->Fill(aNew); in Update()
/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/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 …]
/trunk/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()
/trunk/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()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx437 Point aNew( pTmp->Frm().Left() + in MoveAnchor() local
445 bAccept = LESS_X( aCenter, aNew, bOld ) in MoveAnchor()
447 LESS_X( aNew, aBest, sal_False ) ); in MoveAnchor()
452 bAccept = LESS_X( aNew, aCenter, !bOld ) in MoveAnchor()
454 LESS_X( aBest, aNew, sal_True ) ); in MoveAnchor()
459 bAccept = LESS_Y( aNew, aCenter, !bOld ) in MoveAnchor()
461 LESS_Y( aBest, aNew, sal_True ) ); in MoveAnchor()
466 bAccept = LESS_Y( aCenter, aNew, bOld ) in MoveAnchor()
468 LESS_Y( aNew, aBest, sal_False ) ); in MoveAnchor()
475 aBest = aNew; in MoveAnchor()
/trunk/main/vcl/inc/win/
H A Dsalvd.h42 void setHDC(HDC aNew) { mhLocalDC = aNew; } in setHDC() argument
/trunk/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));
/trunk/main/sw/source/core/inc/
H A Dblink.hxx46 void SetPos( const Point& aNew ){ aPos = aNew; } in SetPos() argument
/trunk/main/svx/inc/svx/
H A Dparaprev.hxx89 void SetSize( Size aNew ) { aSize = aNew; } in SetSize() argument
/trunk/main/sw/inc/
H A Dlineinfo.hxx70 void SetNumType( SvxNumberType aNew ){ aType = aNew; } in SetNumType() argument
/trunk/main/sw/source/core/text/
H A Dporfld.cxx380 XubString aNew( aExpand, nNextOfst, STRING_LEN ); in Format() local
385 switch( aNew.GetChar( 0 )) in Format()
399 aNew.Erase( 0, 1 ); in Format()
409 SwFldPortion *pFld = Clone( aNew ); in Format()
410 if( aNew.Len() && !pFld->GetFont() ) in Format()
/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/extensions/source/bibliography/
H A Dbibview.cxx93 Any aNew = xProps->getPropertyValue( C2U( "IsNew" ) ); in ~BibView() local
94 aNew >>= bFlag; in ~BibView()

Completed in 201 milliseconds

12345678