Home
last modified time | relevance | path

Searched refs:pNew2 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx374 SdrTextPrimitive2D* pNew2 = pNew->createTransformedClone(aISRT); in createTextPrimitive() local
375 …OSL_ENSURE(pNew2, "createTextPrimitive: Could not create transformed clone of text primitive (!)"); in createTextPrimitive()
377 pNew = pNew2; in createTextPrimitive()
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx965 ScBaseCell* pNew2 = pCell1->CloneWithoutNote( *pDocument, aPos2, SC_CLONECELL_ADJUST3DREL ); in SwapRow() local
966 pNew2->TakeNote( pCell1->ReleaseNote() ); in SwapRow()
981 lclTakeBroadcaster( pNew2, pBC2 ); in SwapRow()
990 if ( pCell2 && !pNew2 ) in SwapRow()
992 else if ( pNew2 ) in SwapRow()
993 Insert( nRow2, pNew2 ); // deletes pCell2 (if existing), inserts pNew2 in SwapRow()
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx650 drawinglayer::primitive2d::UnifiedTransparencePrimitive2D* pNew2 = in impAddPathTextOutlines() local
654 aNewPrimitives.push_back(pNew2); in impAddPathTextOutlines()

Completed in 35 milliseconds