| /trunk/main/sw/source/core/doc/ |
| H A D | fmtcol.cxx | 239 SvxLRSpaceItem aNew( *pOldLRSpace ); in Modify() local 241 if( 100 != aNew.GetPropLeft() ) in Modify() 243 long nTmp = aNew.GetLeft(); // alten zum Vergleichen 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() 250 long nTmp = aNew.GetRight(); // alten zum Vergleichen in Modify() 251 aNew.SetRight( pNewLRSpace->GetRight(), aNew.GetPropRight() ); in Modify() 252 bChg |= nTmp != aNew.GetRight(); in Modify() 255 if( 100 != aNew.GetPropTxtFirstLineOfst() ) in Modify() [all …]
|
| H A D | tblrwcl.cxx | 435 SvxBoxItem aNew( rBoxItem ); in lcl_CopyCol() local 437 aNew.SetLine( 0, BOX_LINE_TOP ); in lcl_CopyCol() 439 aNew.SetLine( 0, BOX_LINE_RIGHT ); in lcl_CopyCol() 454 pBox->ClaimFrmFmt()->SetFmtAttr( aNew ); in lcl_CopyCol() 803 SwFmtFrmSize aNew( pBoxFmt->GetFrmSize() ); in lcl_LastBoxSetWidth() local 804 aNew.SetWidth( aNew.GetWidth() + nOffset ); in lcl_LastBoxSetWidth() 805 SwFrmFmt *pFmt = rShareFmts.GetFormat( *pBoxFmt, aNew ); in lcl_LastBoxSetWidth() 813 pFmt->SetFmtAttr( aNew ); in lcl_LastBoxSetWidth() 913 SwFmtFrmSize aNew( pBox->GetFrmFmt()->GetFrmSize() ); in _DeleteBox() local 914 aNew.SetWidth( aNew.GetWidth() + nBoxSz ); in _DeleteBox() [all …]
|
| /trunk/main/sw/source/core/attr/ |
| H A D | format.cxx | 130 aNew( *aSet.GetPool(), aSet.GetRanges() ); in operator =() local 131 aSet.Intersect_BC( rFmt.aSet, &aOld, &aNew ); in operator =() 132 aSet.Put_BC( rFmt.aSet, &aOld, &aNew ); in operator =() 141 SwAttrSetChg aChgNew( aSet, aNew ); in operator =() 168 SwStringMsgPoolItem aNew( RES_NAME_CHANGED, rNewName ); in SetName() local 170 ModifyNotification( &aOld, &aNew ); in SetName() 220 aNew( *aSet.GetPool(), aSet.GetRanges() ); in CopyAttrs() local 222 if ( 0 != aSet.Put_BC( *pChgSet, &aOld, &aNew ) ) in CopyAttrs() 228 SwAttrSetChg aChgNew( aSet, aNew ); in CopyAttrs() 325 SwAttrSetChg aNew( *(SwAttrSetChg*)pNewValue ); in Modify() local [all …]
|
| /trunk/main/basegfx/source/vector/ |
| H A D | b3dvector.cxx | 55 B3DVector aNew(*this); in getPerpendicular() local 56 aNew = cross(aNew, rNormalizedVec); in getPerpendicular() 57 aNew.normalize(); in getPerpendicular() 58 return aNew; in getPerpendicular() 63 B3DVector aNew(*this); in getProjectionOnPlane() local 64 aNew = cross(aNew, rNormalizedPlane); in getProjectionOnPlane() 65 aNew = cross(aNew, rNormalizedPlane); in getProjectionOnPlane() 67 aNew.mfX = mfX - aNew.mfX; in getProjectionOnPlane() 68 aNew.mfY = mfY - aNew.mfY; in getProjectionOnPlane() 69 aNew.mfZ = mfZ - aNew.mfZ; in getProjectionOnPlane() [all …]
|
| /trunk/main/basegfx/inc/basegfx/point/ |
| H A D | b2dhompoint.hxx | 347 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 *() 361 B2DHomPoint aNew(rPoint); in operator *() local 362 return aNew*=rMat; in operator *() 367 B2DHomPoint aNew(rVec); in operator /() local 368 aNew /= t; in operator /() [all …]
|
| H A D | b3dhompoint.hxx | 384 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 /() 405 B3DHomPoint aNew(rVec); in operator /() local [all …]
|
| /trunk/main/sw/source/core/undo/ |
| H A D | SwUndoPageDesc.cxx | 122 aOld(_aOld, _pDoc), aNew(_aNew, _pDoc), pDoc(_pDoc), bExchange( false ) in SwUndoPageDesc() 128 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() 305 ExchangeContentNodes( (SwPageDesc&)aNew, (SwPageDesc&)aOld ); in UndoImpl() 313 ExchangeContentNodes( (SwPageDesc&)aOld, (SwPageDesc&)aNew ); in RedoImpl() 314 pDoc->ChgPageDesc(aNew.GetName(), aNew); in RedoImpl() 323 aResult.AddRule(UNDO_ARG3, aNew.GetName()); in GetRewriter() [all …]
|
| /trunk/main/svx/inc/svx/ |
| H A D | dlgctl3d.hxx | 130 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 D | texture.cxx | 170 basegfx::B2DHomMatrix aNew(aPattern); in appendTransformationsAndColors() local 180 aNew.scale(1.0, fHeight); in appendTransformationsAndColors() 181 aNew.translate(0.0, fPos); in appendTransformationsAndColors() 184 … aB2DHomMatrixAndBColor.maB2DHomMatrix = maGradientInfo.getTextureTransform() * aNew; 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() 263 aNew.translate(mfUnitMinX, 0.0); in appendTransformationsAndColors() 266 aNew.scale(1.0, 1.0 - fPos); in appendTransformationsAndColors() [all …]
|
| /trunk/main/basegfx/source/polygon/ |
| H A D | b3dpolypolygontools.cxx | 299 B3DPolygon aNew; in createUnitSpherePolyPolygon() local 304 aNew.append(getPointFromCartesian(fHor, fVer)); in createUnitSpherePolyPolygon() 307 aNew.setClosed(bHorClosed); in createUnitSpherePolyPolygon() 308 aRetval.append(aNew); in createUnitSpherePolyPolygon() 315 B3DPolygon aNew; in createUnitSpherePolyPolygon() local 319 aNew.append(B3DPoint(0.0, 1.0, 0.0)); in createUnitSpherePolyPolygon() 325 aNew.append(getPointFromCartesian(fHor, fVer)); in createUnitSpherePolyPolygon() 330 aNew.append(B3DPoint(0.0, -1.0, 0.0)); in createUnitSpherePolyPolygon() 333 aRetval.append(aNew); in createUnitSpherePolyPolygon() 394 B3DPolygon aNew; in createUnitSphereFillPolyPolygon() local [all …]
|
| /trunk/main/basegfx/inc/basegfx/tuple/ |
| H A D | b2ituple.hxx | 295 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 /() 316 B2ITuple aNew(t, t); in operator /() local [all …]
|
| H A D | b2i64tuple.hxx | 291 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 /() 312 B2I64Tuple aNew(t, t); in operator /() local [all …]
|
| H A D | b2dtuple.hxx | 334 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 /() 355 B2DTuple aNew(t, t); in operator /() local [all …]
|
| H A D | b3i64tuple.hxx | 328 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 /() 349 B3I64Tuple aNew(t, t, t); in operator /() local [all …]
|
| H A D | b3ituple.hxx | 327 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 /() 348 B3ITuple aNew(t, t, t); in operator /() local [all …]
|
| H A D | b3dtuple.hxx | 409 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 /() 430 B3DTuple aNew(rTup); in operator /() local [all …]
|
| /trunk/main/sc/source/ui/app/ |
| H A D | inputhdl.cxx | 790 String aNew; in ShowTipCursor() local 792 … if( pFormulaDataPara->FindText( ppFDesc->getFunctionName(), aNew, nParAutoPos, sal_False ) ) in ShowTipCursor() 806 nCountSemicolon = aNew.GetTokenCount(cSep)-1; in ShowTipCursor() 807 nCountDot = aNew.GetTokenCount(cSheetSep)-1; in ShowTipCursor() 811 for( sal_uInt16 i = 0; i < aNew.Len(); i++ ) in ShowTipCursor() 813 sal_Unicode cNext = aNew.GetChar( i ); in ShowTipCursor() 822 for( sal_uInt16 i = 0; i < aNew.Len(); i++ ) in ShowTipCursor() 824 sal_Unicode cNext = aNew.GetChar( i ); in ShowTipCursor() 843 for( sal_uInt16 i = 0; i < aNew.Len(); i++ ) in ShowTipCursor() 845 sal_Unicode cNext = aNew.GetChar( i ); in ShowTipCursor() [all …]
|
| /trunk/main/drawinglayer/source/primitive3d/ |
| H A D | sdrextrudelathetools3d.cxx | 150 basegfx::B3DPolygon aNew; in impAddInBetweenFill() local 151 aNew.setClosed(true); in impAddInBetweenFill() 153 aNew.append(aStartA); in impAddInBetweenFill() 154 aNew.append(aStartB); in impAddInBetweenFill() 155 aNew.append(aEndB); in impAddInBetweenFill() 156 aNew.append(aEndA); in impAddInBetweenFill() 160 aNew.setNormal(0L, aSubA.getNormal(nIndexA)); in impAddInBetweenFill() 161 aNew.setNormal(1L, aSubB.getNormal(nIndexA)); in impAddInBetweenFill() 162 aNew.setNormal(2L, aSubB.getNormal(nIndexB)); in impAddInBetweenFill() 163 aNew.setNormal(3L, aSubA.getNormal(nIndexB)); in impAddInBetweenFill() [all …]
|
| /trunk/main/sw/source/core/layout/ |
| H A D | flycnt.cxx | 1144 Point aNew( rNew ); in FindAnchor() local 1149 ::lcl_PointToPrt( aNew, pPage->GetUpper() ); in FindAnchor() 1150 SwRect aTmp( aNew, Size( 0, 0 ) ); in FindAnchor() 1152 ::lcl_PointToPrt( aNew, pPage ); in FindAnchor() 1155 if ( pCnt->IsInDocBody() == bBody && pCnt->Frm().IsInside( aNew ) ) in FindAnchor() 1162 Point aTmp( aNew ); in FindAnchor() 1165 if ( pTmp && pTmp->Frm().IsInside( aNew ) ) in FindAnchor() 1176 ::lcl_CalcDownDist( nUp, aNew, pUpFrm ); in FindAnchor() 1188 ::lcl_CalcDownDist( nUp, aNew, pUpFrm ); in FindAnchor() 1198 ::lcl_CalcDownDist( nUp, aNew, pUpFrm ); in FindAnchor() [all …]
|
| /trunk/main/sw/source/core/swg/ |
| H A D | swblocks.cxx | 519 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() 541 pImp->AddName( aNew, aLong, bOnlyTxt ); 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() [all …]
|
| /trunk/main/l10ntools/inc/ |
| H A D | gsicheck.hxx | 67 …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 D | txtsecte.cxx | 195 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 D | docrecovery.cxx | 506 TURLInfo aNew; in statusChanged() local 508 aNew.ID = lInfo.getUnpackedValueOrDefault(STATEPROP_ID , (sal_Int32)0 ); in statusChanged() 509 aNew.DocState = lInfo.getUnpackedValueOrDefault(STATEPROP_STATE , (sal_Int32)0 ); in statusChanged() 510 aNew.OrgURL = lInfo.getUnpackedValueOrDefault(STATEPROP_ORGURL , ::rtl::OUString()); in statusChanged() 511 aNew.TempURL = lInfo.getUnpackedValueOrDefault(STATEPROP_TEMPURL , ::rtl::OUString()); in statusChanged() 512 aNew.FactoryURL = lInfo.getUnpackedValueOrDefault(STATEPROP_FACTORYURL , ::rtl::OUString()); in statusChanged() 513 aNew.TemplateURL = lInfo.getUnpackedValueOrDefault(STATEPROP_TEMPLATEURL, ::rtl::OUString()); in statusChanged() 514 aNew.DisplayName = lInfo.getUnpackedValueOrDefault(STATEPROP_TITLE , ::rtl::OUString()); in statusChanged() 515 aNew.Module = lInfo.getUnpackedValueOrDefault(STATEPROP_MODULE , ::rtl::OUString()); in statusChanged() 524 if (aOld.ID == aNew.ID) in statusChanged() [all …]
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | servobj.cxx | 153 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 D | b2dhommatrix.hxx | 145 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 /()
|