Lines Matching refs:pFlyFmt
1403 const SwFrmFmt* pFlyFmt = rSh.GetFlyFrmFmt(); in KeyInput() local
1404 if( pFlyFmt ) in KeyInput()
1414 const SvxMacro* pMacro = pFlyFmt->GetMacro().GetMacroTable().Get( nEvent ); in KeyInput()
1420 xVar->PutString( pFlyFmt->GetName() ); in KeyInput()
1652 if(!pFlyFmt && KS_KeyToView != eFlyState && in KeyInput()
1658 if( pFlyFmt ) in KeyInput()
1672 if ( ( pFlyFmt in KeyInput()
1677 eKeyState = pFlyFmt ? KS_Fly_Change : KS_Draw_Change; in KeyInput()
3670 const SwFrmFmt* pFlyFmt; in MouseMove() local
3686 if( 0 != ( pFlyFmt = rSh.GetFlyFrmFmt() ) && in MouseMove()
3687 0 != ( pMacro = pFlyFmt->GetMacro().GetMacroTable(). in MouseMove()
3696 xVar->PutString( pFlyFmt->GetName() ); in MouseMove()
4077 const SwFrmFmt* pFlyFmt; in MouseButtonUp() local
4084 if( 0 != ( pFlyFmt = rSh.GetFlyFrmFmt() ) && in MouseButtonUp()
4085 0 != ( pMacro = pFlyFmt->GetMacro().GetMacroTable(). in MouseButtonUp()
4093 xVar->PutString( pFlyFmt->GetName() ); in MouseButtonUp()