Searched refs:pNew2 (Results 1 – 3 of 3) sorted by relevance
374 SdrTextPrimitive2D* pNew2 = pNew->createTransformedClone(aISRT); in createTextPrimitive() local375 …OSL_ENSURE(pNew2, "createTextPrimitive: Could not create transformed clone of text primitive (!)"); in createTextPrimitive()377 pNew = pNew2; in createTextPrimitive()
965 ScBaseCell* pNew2 = pCell1->CloneWithoutNote( *pDocument, aPos2, SC_CLONECELL_ADJUST3DREL ); in SwapRow() local966 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()
650 drawinglayer::primitive2d::UnifiedTransparencePrimitive2D* pNew2 = in impAddPathTextOutlines() local654 aNewPrimitives.push_back(pNew2); in impAddPathTextOutlines()
Completed in 43 milliseconds