Home
last modified time | relevance | path

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

12345678

/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx241 if( 100 != aNew.GetPropLeft() ) in Modify()
244 aNew.SetLeft( pNewLRSpace->GetLeft(), aNew.GetPropLeft() ); in Modify()
245 bChg |= nTmp != aNew.GetLeft(); in Modify()
248 if( 100 != aNew.GetPropRight() ) in Modify()
251 aNew.SetRight( pNewLRSpace->GetRight(), aNew.GetPropRight() ); in Modify()
281 if( 100 != aNew.GetPropUpper() ) in Modify()
284 aNew.SetUpper( pNewULSpace->GetUpper(), aNew.GetPropUpper() ); in Modify()
288 if( 100 != aNew.GetPropLower() ) in Modify()
291 aNew.SetLower( pNewULSpace->GetLower(), aNew.GetPropLower() ); in Modify()
296 SetFmtAttr( aNew ); in Modify()
[all …]
H A Dtblrwcl.cxx435 SvxBoxItem aNew( rBoxItem ); in lcl_CopyCol() local
804 aNew.SetWidth( aNew.GetWidth() + nOffset ); in lcl_LastBoxSetWidth()
914 aNew.SetWidth( aNew.GetWidth() + nBoxSz ); in _DeleteBox()
2600 SwFmtFrmSize aNew( rSz ); in lcl_SetSelBoxWidth() local
2701 SwFmtFrmSize aNew( rSz ); in lcl_SetOtherBoxWidth() local
3002 SwFmtFrmSize aNew( rSz ); in lcl_InsOtherBox() local
3088 aNew.SetWidth( nDiff ); in lcl_DelSelBox_CorrLowers()
3152 aNew.SetWidth( aNew.GetWidth() + nDiff ); in lcl_ChgBoxSize()
3158 aNew.GetWidth() ); in lcl_ChgBoxSize()
3444 aNew.SetWidth( aNew.GetWidth() - nLowerDiff + nDiff ); in lcl_DelSelBox()
[all …]
/trunk/main/sw/source/core/attr/
H A Dformat.cxx132 aSet.Put_BC( rFmt.aSet, &aOld, &aNew ); in operator =()
141 SwAttrSetChg aChgNew( aSet, aNew ); in operator =()
170 ModifyNotification( &aOld, &aNew ); in SetName()
228 SwAttrSetChg aChgNew( aSet, aNew ); in CopyAttrs()
330 if( aNew.Count() ) in Modify()
569 SwAttrSetChg aChgNew( aSet, aNew ); in SetFmtAttr()
672 SwAttrSetChg aChgNew( aSet, aNew ); in SetFmtAttr()
709 SwAttrSetChg aChgNew( aSet, aNew ); in ResetFmtAttr()
743 SwAttrSetChg aChgNew( aSet, aNew ); in ResetAllFmtAttr()
746 return aNew.Count(); in ResetAllFmtAttr()
[all …]
/trunk/main/basegfx/source/vector/
H A Db3dvector.cxx59 B3DVector aNew(*this); in getPerpendicular() local
60 aNew = cross(aNew, rNormalizedVec); in getPerpendicular()
61 aNew.normalize(); in getPerpendicular()
62 return aNew; in getPerpendicular()
67 B3DVector aNew(*this); in getProjectionOnPlane() local
68 aNew = cross(aNew, rNormalizedPlane); in getProjectionOnPlane()
69 aNew = cross(aNew, rNormalizedPlane); in getProjectionOnPlane()
71 aNew.mfX = mfX - aNew.mfX; in getProjectionOnPlane()
72 aNew.mfY = mfY - aNew.mfY; in getProjectionOnPlane()
73 aNew.mfZ = mfZ - aNew.mfZ; in getProjectionOnPlane()
[all …]
/trunk/main/basegfx/inc/basegfx/point/
H A Db2dhompoint.hxx347 B2DHomPoint aNew(rVec); in operator *() local
348 aNew *= t; in operator *()
349 return aNew; in operator *()
354 B2DHomPoint aNew(rVec); in operator *() local
355 aNew *= t; in operator *()
356 return aNew; in operator *()
362 return aNew*=rMat; in operator *()
368 aNew /= t; in operator /()
369 return aNew; in operator /()
375 aNew /= t; in operator /()
[all …]
H A Db3dhompoint.hxx384 B3DHomPoint aNew(rVec); in operator *() local
385 aNew *= t; in operator *()
386 return aNew; in operator *()
391 B3DHomPoint aNew(rVec); in operator *() local
392 aNew *= t; in operator *()
393 return aNew; in operator *()
398 B3DHomPoint aNew(rVec); in operator /() local
399 aNew /= t; in operator /()
400 return aNew; in operator /()
406 aNew /= t; in operator /()
[all …]
/trunk/main/sw/source/core/undo/
H A DSwUndoPageDesc.cxx128 DebugHeaderFooterContent( (SwPageDesc&)aNew ); in SwUndoPageDesc()
139 SwPageDesc &rNewDesc = (SwPageDesc&)aNew; in SwUndoPageDesc()
150 bExchange = ( aOld.GetName() == aNew.GetName() ) && in SwUndoPageDesc()
188 ExchangeContentNodes( (SwPageDesc&)aOld, (SwPageDesc&)aNew ); in SwUndoPageDesc()
191 DebugHeaderFooterContent( (SwPageDesc&)aNew ); in SwUndoPageDesc()
314 pDoc->ChgPageDesc(aNew.GetName(), aNew); in RedoImpl()
323 aResult.AddRule(UNDO_ARG3, aNew.GetName()); in GetRewriter()
346 aNew = *pDesc; in UndoImpl()
351 pDoc->DelPageDesc(aNew.GetName(), sal_True); in UndoImpl()
356 SwPageDesc aPageDesc = aNew; in DoImpl()
[all …]
/trunk/main/svx/inc/svx/
H A Ddlgctl3d.hxx130 void SetUserInteractiveChangeCallback(Link aNew) { maUserInteractiveChangeCallback = aNew; } in SetUserInteractiveChangeCallback() argument
131 void SetUserSelectionChangeCallback(Link aNew) { maUserSelectionChangeCallback = aNew; } in SetUserSelectionChangeCallback() argument
132 void SetChangeCallback(Link aNew) { maChangeCallback = aNew; } in SetChangeCallback() argument
133 void SetSelectionChangeCallback(Link aNew) { maSelectionChangeCallback = aNew; } in SetSelectionChangeCallback() argument
188 void SetUserInteractiveChangeCallback(Link aNew) { maUserInteractiveChangeCallback = aNew; } in SetUserInteractiveChangeCallback() argument
189 void SetUserSelectionChangeCallback(Link aNew) { maUserSelectionChangeCallback = aNew; } in SetUserSelectionChangeCallback() argument
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx180 aNew.scale(1.0, fHeight); in appendTransformationsAndColors()
181 aNew.translate(0.0, fPos); in appendTransformationsAndColors()
255 basegfx::B2DHomMatrix aNew; in appendTransformationsAndColors() local
258 aNew.scale(0.5, 1.0); in appendTransformationsAndColors()
259 aNew.translate(0.5, 0.0); in appendTransformationsAndColors()
262 aNew.scale(mfUnitWidth, 1.0); in appendTransformationsAndColors()
266 aNew.scale(1.0, 1.0 - fPos); in appendTransformationsAndColors()
643 basegfx::B2DHomMatrix aNew; in appendTransformations() local
644 aNew.set(1, 2, fOffset); in appendTransformations()
665 basegfx::B2DHomMatrix aNew; in appendTransformations() local
[all …]
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx302 B3DPolygon aNew; in createUnitSpherePolyPolygon() local
310 aNew.setClosed(bHorClosed); in createUnitSpherePolyPolygon()
311 aRetval.append(aNew); in createUnitSpherePolyPolygon()
318 B3DPolygon aNew; in createUnitSpherePolyPolygon() local
322 aNew.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitSpherePolyPolygon()
333 aNew.append(B3DPoint(0.0, -1.0, 0.0)); in createUnitSpherePolyPolygon()
336 aRetval.append(aNew); in createUnitSpherePolyPolygon()
397 B3DPolygon aNew; in createUnitSphereFillPolyPolygon() local
408 aNew.setNormal(c, ::basegfx::B3DVector(aNew.getB3DPoint(c))); in createUnitSphereFillPolyPolygon()
412 aNew.setClosed(true); in createUnitSphereFillPolyPolygon()
[all …]
/trunk/main/basegfx/inc/basegfx/tuple/
H A Db2i64tuple.hxx291 B2I64Tuple aNew(rTup); in operator *() local
292 aNew *= t; in operator *()
293 return aNew; in operator *()
298 B2I64Tuple aNew(rTup); in operator *() local
299 aNew *= t; in operator *()
300 return aNew; in operator *()
305 B2I64Tuple aNew(rTup); in operator /() local
306 aNew /= t; in operator /()
307 return aNew; in operator /()
314 aNew /= aTmp; in operator /()
[all …]
H A Db2ituple.hxx295 B2ITuple aNew(rTup); in operator *() local
296 aNew *= t; in operator *()
297 return aNew; in operator *()
302 B2ITuple aNew(rTup); in operator *() local
303 aNew *= t; in operator *()
304 return aNew; in operator *()
309 B2ITuple aNew(rTup); in operator /() local
310 aNew /= t; in operator /()
311 return aNew; in operator /()
318 aNew /= aTmp; in operator /()
[all …]
H A Db2dtuple.hxx334 B2DTuple aNew(rTup); in operator *() local
335 aNew *= t; in operator *()
336 return aNew; in operator *()
341 B2DTuple aNew(rTup); in operator *() local
342 aNew *= t; in operator *()
343 return aNew; in operator *()
348 B2DTuple aNew(rTup); in operator /() local
349 aNew /= t; in operator /()
350 return aNew; in operator /()
357 aNew /= aTmp; in operator /()
[all …]
H A Db3i64tuple.hxx328 B3I64Tuple aNew(rTup); in operator *() local
329 aNew *= t; in operator *()
330 return aNew; in operator *()
335 B3I64Tuple aNew(rTup); in operator *() local
336 aNew *= t; in operator *()
337 return aNew; in operator *()
342 B3I64Tuple aNew(rTup); in operator /() local
343 aNew /= t; in operator /()
344 return aNew; in operator /()
351 aNew /= aTmp; in operator /()
[all …]
H A Db3ituple.hxx327 B3ITuple aNew(rTup); in operator *() local
328 aNew *= t; in operator *()
329 return aNew; in operator *()
334 B3ITuple aNew(rTup); in operator *() local
335 aNew *= t; in operator *()
336 return aNew; in operator *()
341 B3ITuple aNew(rTup); in operator /() local
342 aNew /= t; in operator /()
343 return aNew; in operator /()
350 aNew /= aTmp; in operator /()
[all …]
H A Db3dtuple.hxx409 B3DTuple aNew(rTup); in operator *() local
410 aNew *= t; in operator *()
411 return aNew; in operator *()
416 B3DTuple aNew(rTup); in operator *() local
417 aNew *= t; in operator *()
418 return aNew; in operator *()
423 B3DTuple aNew(rTup); in operator /() local
424 aNew /= t; in operator /()
425 return aNew; in operator /()
431 aNew /= t; in operator /()
[all …]
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx891 String aNew; in ShowTipCursor() local
999 String aNew; in UseFormulaData() local
1003 ShowTip( aNew ); in UseFormulaData()
1035 String aNew; in UseFormulaData() local
1137 String aNew; in NextFormulaEntry() local
1471 String aNew; in UseColData() local
1478 lcl_RemoveLineEnd( aNew ); in UseColData()
1543 String aNew; in NextAutoEntry() local
1548 lcl_RemoveLineEnd( aNew ); in NextAutoEntry()
1817 SfxItemSet aNew( rOld ); in RemoveAdjust()
[all …]
/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx153 basegfx::B3DPolygon aNew; in impAddInBetweenFill() local
154 aNew.setClosed(true); in impAddInBetweenFill()
156 aNew.append(aStartA); in impAddInBetweenFill()
157 aNew.append(aStartB); in impAddInBetweenFill()
158 aNew.append(aEndB); in impAddInBetweenFill()
159 aNew.append(aEndA); in impAddInBetweenFill()
163 aNew.setNormal(0L, aSubA.getNormal(nIndexA)); in impAddInBetweenFill()
187 rTarget.append(aNew); in impAddInBetweenFill()
540 basegfx::B3DPolygon aNew; in extractHorizontalLinesFromSlice() local
558 aNew.setClosed(bCloseHorLines); in extractHorizontalLinesFromSlice()
[all …]
/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx1144 Point aNew( rNew ); in FindAnchor() local
1150 SwRect aTmp( aNew, Size( 0, 0 ) ); in FindAnchor()
1152 ::lcl_PointToPrt( aNew, pPage ); in FindAnchor()
1162 Point aTmp( aNew ); in FindAnchor()
1176 ::lcl_CalcDownDist( nUp, aNew, pUpFrm ); in FindAnchor()
1284 Point aNew( rNew ); in SetAbsPos() local
1287 aNew.X() += Frm().Width(); in SetAbsPos()
1302 aNew.X() += Frm().Width(); in SetAbsPos()
1304 aNew.X() -= Frm().Width(); in SetAbsPos()
1312 SwRect aTmp( aNew, Size( 0, 0 ) ); in SetAbsPos()
[all …]
/trunk/main/sw/source/core/swg/
H A Dswblocks.cxx519 String aNew, aLong; in Rename() local
521 aNew = aLong = *s; in Rename()
524 if( !aNew.Len() ) in Rename()
535 GetAppCharClass().toUpper( aNew ); in Rename()
536 nErr = pImp->Rename( n, aNew, aLong ); in Rename()
548 nIdx = pImp->GetIndex( aNew ); in Rename()
620 String aNew( s ); in BeginPutDoc() local
621 GetAppCharClass().toUpper( aNew ); in BeginPutDoc()
622 nErr = pImp->BeginPutDoc( aNew, l ); in BeginPutDoc()
677 String aNew( rShort ); in PutText() local
[all …]
/trunk/main/l10ntools/inc/
H A Dgsicheck.hxx67 …void SetUText( String &aNew ) { aText = ByteString( aNew, RTL_TEXTENCODING_UTF8 ); Reassemb… in SetUText() argument
68 void SetText( ByteString &aNew ) { aText = aNew; ReassembleLine(); } in SetText() argument
69 void SetQuickHelpText( ByteString &aNew ) { aQuickHelpText = aNew; ReassembleLine(); } in SetQuickHelpText() argument
70 void SetTitle( ByteString &aNew ) { aTitle = aNew; ReassembleLine(); } in SetTitle() argument
/trunk/main/xmloff/source/text/
H A Dtxtsecte.cxx195 vector<Reference<XTextSection> > ::reverse_iterator aNew = in exportListAndSectionChange() local
199 (aNew != aNewStack.rend()) && in exportListAndSectionChange()
200 (*aOld) == (*aNew) ) in exportListAndSectionChange()
203 ++aNew; in exportListAndSectionChange()
232 while (aNew != aNewStack.rend()) in exportListAndSectionChange()
235 pRedlineExport->ExportStartOrEndRedline(*aNew, sal_True); in exportListAndSectionChange()
236 pSectionExport->ExportSectionStart(*aNew, bAutoStyles); in exportListAndSectionChange()
237 ++aNew; in exportListAndSectionChange()
/trunk/main/svx/source/dialog/
H A Ddocrecovery.cxx506 TURLInfo aNew; in statusChanged() local
524 if (aOld.ID == aNew.ID) in statusChanged()
527 aOld.DocState = aNew.DocState; in statusChanged()
540 String sURL = aNew.OrgURL; in statusChanged()
542 sURL = aNew.FactoryURL; in statusChanged()
544 sURL = aNew.TempURL; in statusChanged()
546 sURL = aNew.TemplateURL; in statusChanged()
548 aNew.StandardImage = SvFileInformationManager::GetFileImage(aURL, false, false); in statusChanged()
555 aNew.RecoveryState = E_NOT_RECOVERED_YET; in statusChanged()
560 aNew.DisplayName = aNew.DisplayName.copy(0, i); in statusChanged()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Dservobj.cxx153 ScRange aNew; in GetData() local
154 if ( lcl_FillRangeFromName( aNew, pDocSh, aItemStr ) && aNew != aRange ) in GetData()
156 aRange = aNew; in GetData()
228 ScRange aNew; in Notify() local
229 if ( lcl_FillRangeFromName( aNew, pDocSh, aItemStr ) && aNew != aRange ) in Notify()
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx145 B2DHomMatrix aNew(rMat); in operator *() local
146 aNew *= fValue; in operator *()
147 return aNew; in operator *()
152 B2DHomMatrix aNew(rMat); in operator /() local
153 aNew *= 1.0 / fValue; in operator /()
154 return aNew; in operator /()

Completed in 190 milliseconds

12345678