Lines Matching refs:pFlyFmt
1402 const SwFrmFmt* pFlyFmt = rSh.GetFlyFrmFmt(); in KeyInput() local
1403 if( pFlyFmt ) in KeyInput()
1413 const SvxMacro* pMacro = pFlyFmt->GetMacro().GetMacroTable().Get( nEvent ); in KeyInput()
1419 xVar->PutString( pFlyFmt->GetName() ); in KeyInput()
1651 if(!pFlyFmt && KS_KeyToView != eFlyState && in KeyInput()
1657 if( pFlyFmt ) in KeyInput()
1671 if ( ( pFlyFmt in KeyInput()
1676 eKeyState = pFlyFmt ? KS_Fly_Change : KS_Draw_Change; in KeyInput()
3669 const SwFrmFmt* pFlyFmt; in MouseMove() local
3685 if( 0 != ( pFlyFmt = rSh.GetFlyFrmFmt() ) && in MouseMove()
3686 0 != ( pMacro = pFlyFmt->GetMacro().GetMacroTable(). in MouseMove()
3695 xVar->PutString( pFlyFmt->GetName() ); in MouseMove()
4076 const SwFrmFmt* pFlyFmt; in MouseButtonUp() local
4083 if( 0 != ( pFlyFmt = rSh.GetFlyFrmFmt() ) && in MouseButtonUp()
4084 0 != ( pMacro = pFlyFmt->GetMacro().GetMacroTable(). in MouseButtonUp()
4092 xVar->PutString( pFlyFmt->GetName() ); in MouseButtonUp()