Home
last modified time | relevance | path

Searched refs:IsClickChangeRotation (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx527 IsClickChangeRotation() == rOpt.IsClickChangeRotation() && in operator ==()
678 pValues[ 8 ] <<= IsClickChangeRotation(); in WriteData()
768 maOptionsMisc.SetClickChangeRotation( pView->IsClickChangeRotation() ); in SdOptionsMiscItem()
783 maOptionsMisc.SetClickChangeRotation( pOpts->IsClickChangeRotation() ); in SdOptionsMiscItem()
822 pOpts->SetClickChangeRotation( maOptionsMisc.IsClickChangeRotation() ); in SetOptions()
/trunk/main/sd/source/ui/view/
H A Ddrviewsg.cxx236 pOptions->SetClickChangeRotation( !mpFrameView->IsClickChangeRotation() ); in ExecOptionsBar()
289 rSet.Put( SfxBoolItem( SID_CLICK_CHANGE_ROTATION, mpFrameView->IsClickChangeRotation() ) ); in GetOptionsBarState()
H A Dfrmview.cxx215 mbClickChangeRotation = pFrameView->IsClickChangeRotation(); in FrameView()
370 SetClickChangeRotation( pOptions->IsClickChangeRotation() ); in Update()
557 …aUserData.addValue( sUNO_View_IsClickChangeRotation, makeAny( (sal_Bool)IsClickChangeRotation() ) … in WriteUserDataSequence()
/trunk/main/sd/source/ui/inc/
H A DFrameView.hxx140 sal_Bool IsClickChangeRotation() const { return mbClickChangeRotation; } in IsClickChangeRotation() function in sd::FrameView
H A Doptsitem.hxx313 sal_Bool IsClickChangeRotation() const { Init(); return (sal_Bool) bClickChangeRotation; } in IsClickChangeRotation() function in SdOptionsMisc
/trunk/main/sd/source/ui/func/
H A Dfuconstr.cxx233 (mpViewShell->GetFrameView()->IsClickChangeRotation() || in MouseButtonUp()
H A Dfusel.cxx723 && (mpViewShell->GetFrameView()->IsClickChangeRotation() in MouseButtonUp()
H A Dfutext.cxx719 …if ( mpView->IsRotateAllowed() && mpViewShell->GetFrameView()->IsClickChangeRotation() && (rMEvt.G… in MouseButtonUp()

Completed in 46 milliseconds