Home
last modified time | relevance | path

Searched refs:nCode (Results 1 – 25 of 129) sorted by path

123456

/trunk/main/avmedia/source/win/
H A Dplayer.cxx239 long nCode, nParam1, nParam2; in processEvent() local
241 while( mpME && SUCCEEDED( mpME->GetEvent( &nCode, &nParam1, &nParam2, 0 ) ) ) in processEvent()
243 if( EC_COMPLETE == nCode ) in processEvent()
257 mpME->FreeEventParams( nCode, nParam1, nParam2 ); in processEvent()
/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx153 sal_uInt16 nCode = aCode.GetCode(); in Notify() local
155 switch ( nCode ) in Notify()
164 pIDEShell->NextPage( nCode == KEY_PAGEUP ); in Notify()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx139 sal_uInt16 nCode = aCode.GetCode(); in KeyInput() local
141 switch ( nCode ) in KeyInput()
207 if ( nCode == KEY_UP ) in KeyInput()
213 else if ( nCode == KEY_DOWN ) in KeyInput()
219 else if ( nCode == KEY_LEFT ) in KeyInput()
225 else if ( nCode == KEY_RIGHT ) in KeyInput()
/trunk/main/basic/inc/basic/
H A Dsbstar.hxx159 static void SetErrorData( SbError nCode, sal_uInt16 nLine,
/trunk/main/basic/source/classes/
H A Dsb.cxx1528 SbError StarBASIC::GetErrorCode() { return GetSbData()->nCode; } in GetErrorCode()
1651 ( SbError nCode, sal_uInt16 nLine, sal_uInt16 nCol1, sal_uInt16 nCol2 ) in SetErrorData() argument
1654 aGlobals.nCode = nCode; in SetErrorData()
H A Dsbintern.cxx57 nCode = 0; in SbiGlobals()
/trunk/main/basic/source/inc/
H A Dsbintern.hxx113 SbError nCode; // aktueller Fehlercode member
/trunk/main/basic/source/runtime/
H A Dmethods.cxx254 sal_Int32 nCode = 0; in RTLFUNC() local
262 nCode = rPar.Get( 1 )->GetLong(); in RTLFUNC()
263 if( nCode > 65535L ) in RTLFUNC()
266 nErr = StarBASIC::GetSfxFromVBError( (sal_uInt16)nCode ); in RTLFUNC()
286 if ( xErrObj.is() && xErrObj->getNumber() == nCode && !xErrObj->getDescription().isEmpty() ) in RTLFUNC()
/trunk/main/basic/workben/
H A Dmgrtest.cxx526 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
529 if ( ( nCode == KEY_RETURN ) && rKEvt.GetKeyCode().IsMod2() ) in KeyInput()
/trunk/main/chart2/source/controller/main/
H A DChartController_Window.cxx1403 if( nCode == KEY_ADD || in execute_KeyInput()
1404 nCode == KEY_SUBTRACT ) in execute_KeyInput()
1410 nCode == KEY_LEFT || in execute_KeyInput()
1411 nCode == KEY_RIGHT || in execute_KeyInput()
1412 nCode == KEY_UP || in execute_KeyInput()
1413 nCode == KEY_DOWN ) in execute_KeyInput()
1444 if( nCode == KEY_ADD || in execute_KeyInput()
1494 switch( nCode ) in execute_KeyInput()
1547 nCode == KEY_F2 ) in execute_KeyInput()
1559 nCode == KEY_ESCAPE ) in execute_KeyInput()
[all …]
H A DElementSelector.cxx222 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify() local
224 switch ( nCode ) in Notify()
229 if ( KEY_TAB == nCode ) in Notify()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx1486 sal_uInt16 nCode = rKeyCode.GetCode(); in PreNotify() local
1487 if( nCode == KEY_TAB && ( !nMod || KEY_SHIFT == nMod ) ) in PreNotify()
1498 else if( KEY_UP == nCode || KEY_DOWN == nCode ) in PreNotify()
1500 bool bUp = KEY_UP == nCode; in PreNotify()
H A Dhyphen.cxx74 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
76 switch ( nCode ) in KeyInput()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx1363 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
1365 if ( ( KEY_RETURN == nCode ) && pCurrentView ) in KeyInput()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx381 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
413 if ( KEY_RETURN == nCode ) in KeyInput()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx975 sal_uInt16 nCode = rEvt.GetKeyCode().GetCode(); in KeyInput() local
979 if( !bCtrl && !bShift && (nCode==KEY_DELETE) ) in KeyInput()
H A DTableWindow.cxx566 sal_uInt16 nCode = rCode.GetCode(); in HandleKeyInput() local
572 if( !bCtrl && !bShift && (nCode==KEY_DELETE) ) in HandleKeyInput()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx849 sal_uInt16 nCode = rKeyEvent.GetKeyCode().GetCode(); in PostKeyEvent() local
886 switch ( nCode ) in PostKeyEvent()
971 … if ( !rKeyEvent.GetKeyCode().IsMod2() || ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) ) in PostKeyEvent()
984 if ( nCode == KEY_HOME ) in PostKeyEvent()
986 else if ( nCode == KEY_END ) in PostKeyEvent()
1007 if (pFmt && nCode == KEY_BACKSPACE && in PostKeyEvent()
1035 switch( nCode ) in PostKeyEvent()
1250 if ( ( !IsVertical() && ( nCode != KEY_UP ) && ( nCode != KEY_DOWN ) ) || in PostKeyEvent()
1251 ( IsVertical() && ( nCode != KEY_LEFT ) && ( nCode != KEY_RIGHT ) )) in PostKeyEvent()
1257 ( !IsVertical() && ( nCode != KEY_LEFT ) && ( nCode != KEY_RIGHT ) ) || in PostKeyEvent()
[all …]
H A Dimpedit2.cxx869 sal_uInt16 nCode = aTranslatedKeyEvent.GetKeyCode().GetCode(); in MoveCursor() local
874 if ( !bCtrl && ( ( nCode == KEY_LEFT ) || ( nCode == KEY_RIGHT ) ) ) in MoveCursor()
877 nCode = 0; // skip switch statement in MoveCursor()
889 switch ( nCode ) in MoveCursor()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx118 sal_uInt16 nCode = aKeyCode.GetCode(); in PostKeyEvent() local
121 if( bSelection && ( nCode != KEY_TAB ) && EditEngine::DoesKeyChangeText( rKEvt ) ) in PostKeyEvent()
177 switch ( nCode ) in PostKeyEvent()
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx226 sal_Unicode nCode = rFmt.GetBulletChar(); in getNumberingRuleByIndex() local
227 OUString aStr( &nCode, 1 ); in getNumberingRuleByIndex()
/trunk/main/extensions/source/scanner/
H A Dscanwin.cxx96 friend LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam );
160 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc() argument
164 …if( ( nCode < 0 ) || ( pImpTwainInstance->hTwainWnd != pMsg->hwnd ) || !pImpTwainInstance->ImplHan… in TwainMsgProc()
166 return CallNextHookEx( pImpTwainInstance->hTwainHook, nCode, wParam, lParam ); in TwainMsgProc()
H A Dtwain.cxx92 LRESULT CALLBACK TwainMsgProc( int nCode, WPARAM wParam, LPARAM lParam ) in TwainMsgProc() argument
96 if( ( nCode < 0 ) || in TwainMsgProc()
100 return CallNextHookEx( pImpTwainInstance->hTwainHook, nCode, wParam, lParam ); in TwainMsgProc()
/trunk/main/extensions/source/update/check/
H A Ddownload.cxx175 long nCode; in progress_callback() local
176 curl_easy_getinfo(out->curl, CURLINFO_RESPONSE_CODE, &nCode); in progress_callback()
177 if( (nCode != 302) && (nCode != 303) && (dltotal > 0) ) in progress_callback()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx162 sal_uInt16 nCode = ( mnTagId << 6 ) | ( bLarge ? 0x3f : _uInt16(nSz) ); in write() local
164 out << (sal_uInt8)nCode; in write()
165 out << (sal_uInt8)(nCode >> 8); in write()

Completed in 202 milliseconds

123456