Lines Matching refs:aTmpQHD
1322 QuickHelpData aTmpQHD; in KeyInput() local
1325 aTmpQHD.Move( *pQuickHlpData ); in KeyInput()
1574 if( pACorr && aTmpQHD.HasCntnt() && !rSh.HasSelection() && in KeyInput()
1575 !rSh.HasReadonlySel() && !aTmpQHD.bIsAutoText && in KeyInput()
1816 else if( aTmpQHD.HasCntnt() && !rSh.HasSelection() && in KeyInput()
1817 aTmpQHD.bIsAutoText ) in KeyInput()
2067 if( aTmpQHD.HasCntnt() && !rSh.HasSelection() ) in KeyInput()
2070 aTmpQHD.Inc( pACorr && pACorr->GetSwFlags(). in KeyInput()
2089 if( aTmpQHD.HasCntnt() && !rSh.HasSelection() && in KeyInput()
2093 aTmpQHD.Dec( pACorr && pACorr->GetSwFlags(). in KeyInput()
2477 String sFnd( *aTmpQHD.aArr[ aTmpQHD.nCurArrPos ] ); in KeyInput()
2478 if( aTmpQHD.bIsAutoText ) in KeyInput()
2486 rSh.ExtendSelection( sal_False, aTmpQHD.nLen ); in KeyInput()
2495 rSh.Insert( sFnd.Erase( 0, aTmpQHD.nLen )); in KeyInput()
2504 pQuickHlpData->Move( aTmpQHD ); in KeyInput()
5020 QuickHelpData aTmpQHD; in Command() local
5023 aTmpQHD.Move( *pQuickHlpData ); in Command()