Lines Matching refs:nLNr1
134 , nLNr1(0) in StatementFlow()
145 , nLNr1(0) in StatementFlow()
156 if( nParams & PARAM_ULONG_1 ) pCmdIn->Read( nLNr1 ); in StatementFlow()
165 …_ULONG_1 ) {m_pDbgWin->AddText( " l1:" );m_pDbgWin->AddText( String::CreateFromInt64( nLNr1 ) );} in StatementFlow()
246 pRet->GenReturn(RET_Sequence,nLNr1); in Execute()
249 m_pDbgWin->AddText( String::CreateFromInt64( nLNr1 ) ); in Execute()
696 , nLNr1(0) in StatementCommand()
713 …M_ULONG_1 ) {m_pDbgWin->AddText( " nl1:" );m_pDbgWin->AddText( String::CreateFromInt64( nLNr1 ) );} in StatementCommand()
730 , nLNr1(0) in StatementCommand()
744 if( nParams & PARAM_ULONG_1 ) pCmdIn->Read( nLNr1 ); in StatementCommand()
759 …M_ULONG_1 ) {m_pDbgWin->AddText( " nl1:" );m_pDbgWin->AddText( String::CreateFromInt64( nLNr1 ) );} in StatementCommand()
1396 nLNr1 = GetTTSettings()->pDisplayHidWin->GetConfig(); in DisplayHID()
1398 nLNr1 = DH_MODE_KURZNAME | DH_MODE_LANGNAME; in DisplayHID()
1401 nLNr1 |= DH_MODE_SEND_DATA; in DisplayHID()
1403 nLNr1 &= ( ~DH_MODE_SEND_DATA ); in DisplayHID()
1407 GetTTSettings()->pDisplayHidWin->SetConfig( nLNr1 ); in DisplayHID()
1422 nLNr1 |= DH_MODE_SEND_DATA; in DisplayHID()
1423 GetTTSettings()->pDisplayHidWin->SetConfig( nLNr1 ); in DisplayHID()
2048 if( (nParams & PARAM_STR_1) && nLNr1 ) in Translate()
2300 nLNr1 = Time().GetTime() + nNr1/10; in Execute()
2303 if ( Time().GetTime() < long(nLNr1) ) // Aktuelle Zeit kleiner Endzeit in Execute()
2317 nLNr1 = 0; // Speichern des AppWin in Execute()
2452 if ( (Window*)nLNr1 != pControl ) in Execute()
2454 nLNr1 = (sal_uLong)pControl; in Execute()
2484 if ( (Window*)nLNr1 != pControl ) in Execute()
2486 nLNr1 = (sal_uLong)pControl; in Execute()
2501 if ( (Window*)nLNr1 != pControl ) in Execute()
2503 nLNr1 = (sal_uLong)pControl; in Execute()
2515 nLNr1 = Time().GetTime() + 100; // 100 = 1 Second in Execute()
2518 if ( Time().GetTime() < long(nLNr1) ) // Aktuelle Zeit kleiner Endzeit in Execute()
2530 nLNr1 = Time().GetTime() + nNr1/10; in Execute()
2538 if ( Time().GetTime() < long(nLNr1) ) // Aktuelle Zeit kleiner Endzeit in Execute()
3480 , nLNr1( 0 ) in StatementControl()
3516 if( nParams & PARAM_ULONG_1 ) pCmdIn->Read( nLNr1 ); in StatementControl()
3532 …M_ULONG_1 ) {m_pDbgWin->AddText( " nl1:" );m_pDbgWin->AddText( String::CreateFromInt64( nLNr1 ) );} in StatementControl()