Home
last modified time | relevance | path

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

12345678

/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1430 SvFileStream aNew(aTmpString, STREAM_WRITE|STREAM_TRUNC); in SmoothScroll() local
1431 WriteDIB(aBitmap, aNew, false, true); in SmoothScroll()
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx1002 SvxBorderLine aNew( &aColor, DEF_DOUBLE_LINE0_OUT, in GetTxtCollFromPool() local
1005 aBox.SetLine( &aNew, BOX_LINE_BOTTOM ); in GetTxtCollFromPool()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx3618 Point aNew = rSh.FindAnchorPos( aDocPt ); in MouseMove() local
3626 if( aNew.X() || aNew.Y() ) in MouseMove()
3628 pAnchorMarker->SetPos( aNew ); in MouseMove()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1686 String aNew = lcl_replaceMemberNameInSubtotal(rString, aMemberName); in DataPilotInput() local
1687 pDim->SetSubtotalName(aNew); in DataPilotInput()
/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx2737 SwFmtChg aNew( fmtColl ); in invalidateMarkings() local
2738 txtNode->NotifyClients( 0, &aNew ); in invalidateMarkings()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx2500 SwFmtChg aNew( GetTxtColl() ); in GCAttr() local
2501 NotifyClients( 0, &aNew ); in GCAttr()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6702 Bitmap aNew; in GetBLIPDirect() local
6703 if( ReadDIB(aNew, *pGrStream, false) ) in GetBLIPDirect()
6705 rData = Graphic( aNew ); in GetBLIPDirect()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2743 ScRange aNew( (SCCOL)nStartX, (SCROW)nStartY, parentAddress.aStart.Tab(), in Range() local
2745 xCellRange = new ScCellRangeObj( getScDocShell(), aNew ); in Range()

Completed in 159 milliseconds

12345678