Lines Matching refs:pFlyFmt
1405 const SwFrmFmt* pFlyFmt = rSh.GetFlyFrmFmt(); in KeyInput() local
1406 if( pFlyFmt ) in KeyInput()
1416 const SvxMacro* pMacro = pFlyFmt->GetMacro().GetMacroTable().Get( nEvent ); in KeyInput()
1422 xVar->PutString( pFlyFmt->GetName() ); in KeyInput()
1654 if(!pFlyFmt && KS_KeyToView != eFlyState && in KeyInput()
1660 if( pFlyFmt ) in KeyInput()
1674 if ( ( pFlyFmt in KeyInput()
1679 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()