fdo#58819 VML export of ESCHER_Prop_Rotation
Change-Id: I3deb8f914cabd58a284bef825092a6980b1f6310
This commit is contained in:
@@ -718,6 +718,13 @@ void VMLExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect
|
|||||||
bAlreadyWritten[ESCHER_Prop_gtextUNICODE] = true;
|
bAlreadyWritten[ESCHER_Prop_gtextUNICODE] = true;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case ESCHER_Prop_Rotation:
|
||||||
|
{
|
||||||
|
// The higher half of the variable contains the angle.
|
||||||
|
m_pShapeStyle->append(";rotation:").append(double(it->nPropValue >> 16));
|
||||||
|
bAlreadyWritten[ESCHER_Prop_Rotation] = true;
|
||||||
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
#if OSL_DEBUG_LEVEL > 0
|
#if OSL_DEBUG_LEVEL > 0
|
||||||
fprintf( stderr, "TODO VMLExport::Commit(), unimplemented id: %d, value: %" SAL_PRIuUINT32 ", data: [%" SAL_PRIuUINT32 ", %p]\n",
|
fprintf( stderr, "TODO VMLExport::Commit(), unimplemented id: %d, value: %" SAL_PRIuUINT32 ", data: [%" SAL_PRIuUINT32 ", %p]\n",
|
||||||
|
Reference in New Issue
Block a user