Home
last modified time | relevance | path

Searched refs:SetRotateAngle (Results 1 – 11 of 11) sorted by relevance

/dports/deskutils/coolreader/coolreader-cr3.2.55/cr3wx/src/
H A Dview.cpp102 getDocView()->SetRotateAngle( angle ); in cr3view()
709 getDocView()->SetRotateAngle( angle ); in SetRotate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dautoformathelper.hxx209 void SetRotateAngle( const SfxInt32Item& rNew );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dautoformathelper.hxx209 void SetRotateAngle( const SfxInt32Item& rNew );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/items/
H A Dautoformathelper.cxx172 void AutoFormatBase::SetRotateAngle( const SfxInt32Item& rNew ) { m_aRotateAngle.reset(rNew.Clone()… in SetRotateAngle() function in AutoFormatBase
284 SetRotateAngle(rRef.GetRotateAngle()); in operator =()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/items/
H A Dautoformathelper.cxx172 void AutoFormatBase::SetRotateAngle( const SfxInt32Item& rNew ) { m_aRotateAngle.reset(static_cast<… in SetRotateAngle() function in AutoFormatBase
284 SetRotateAngle(rRef.GetRotateAngle()); in operator =()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dautoform.cxx374 …case ATTR_ROTATE_VALUE: rField.SetRotateAngle( static_cast<const SfxInt32Item&>(rItem) ); … in PutItem()
568 rField.SetRotateAngle ( rItemSet.Get( ATTR_ROTATE_VALUE ) ); in GetFromItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dautoform.cxx368 …case ATTR_ROTATE_VALUE: rField.SetRotateAngle( rItem.StaticWhichCast(ATTR_ROTATE_VALUE) ); … in PutItem()
562 rField.SetRotateAngle ( rItemSet.Get( ATTR_ROTATE_VALUE ) ); in GetFromItemSet()
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/include/
H A Dlvdocview.h631 void SetRotateAngle( cr_rotate_angle_t angle );
/dports/deskutils/coolreader/coolreader-cr3.2.55/crengine/src/
H A Dlvdocview.cpp3754 void LVDocView::SetRotateAngle( cr_rotate_angle_t angle ) in SetRotateAngle() function in LVDocView
6021 SetRotateAngle( (cr_rotate_angle_t)(a) ); in doCommand()
6026 SetRotateAngle( (cr_rotate_angle_t)(param & 3 ) ); in doCommand()
6769 SetRotateAngle( angle ); in propsApply()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/core/
H A Duwriter.cxx1314 aBoxAF.SetRotateAngle(aRAngle); in testTableAutoFormats()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/core/
H A Duwriter.cxx1319 aBoxAF.SetRotateAngle(aRAngle); in testTableAutoFormats()