Home
last modified time | relevance | path

Searched refs:nCode (Results 101 – 125 of 129) sorted by relevance

123456

/trunk/main/basic/source/classes/
H A Dsbintern.cxx57 nCode = 0; in SbiGlobals()
/trunk/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx270 oslProcessExitCode nCode = pInfo->Code; in ini_execProcess() local
272 return nCode; in ini_execProcess()
/trunk/main/filter/source/graphicfilter/itiff/
H A Dccidecom.hxx40 sal_uInt16 nCode; // Der Code durch den der Daten-Wert repraesentiert wird. member
/trunk/main/basic/source/inc/
H A Dsbintern.hxx113 SbError nCode; // aktueller Fehlercode member
/trunk/main/reportdesign/source/ui/report/
H A Ddlgedfunc.cxx297 sal_uInt16 nCode = rCode.GetCode(); in handleKeyEvent() local
299 switch ( nCode ) in handleKeyEvent()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx1233 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
1234 switch( nCode ) in KeyInput()
1241 if( nCode == KEY_UP ) in KeyInput()
1271 if( nCode == KEY_DOWN ) in KeyInput()
3974 sal_uInt16 nCode = aCode.GetCode(); in KeyInput() local
3976 switch ( nCode ) in KeyInput()
H A Dtemplwin.cxx1374 sal_uInt16 nCode = rKeyCode.GetCode(); in PreNotify() local
1376 if ( KEY_BACKSPACE == nCode && !rKeyCode.GetModifier() && pFileWin->HasChildPathFocus() ) in PreNotify()
H A Dsvtreebx.cxx861 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
862 switch ( nCode ) in KeyInput()
/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/basic/inc/basic/
H A Dsbstar.hxx159 static void SetErrorData( SbError nCode, sal_uInt16 nLine,
/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/sd/source/ui/animations/
H A Dmotionpathtag.cxx624 sal_uInt16 nCode = rKEvt.GetKeyCode().GetCode(); in KeyInput() local
625 switch( nCode ) in KeyInput()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx5665 sal_uInt16 nCode = aKeyCode.GetCode(); in ImplOpenItem() local
5669 if ( ((nCode == KEY_LEFT || nCode == KEY_RIGHT) && IsHorizontal()) in ImplOpenItem()
5670 || ((nCode == KEY_UP || nCode == KEY_DOWN) && !IsHorizontal()) ) in ImplOpenItem()
5714 sal_uInt16 nCode = aKeyCode.GetCode(); in KeyInput() local
5723 switch ( nCode ) in KeyInput()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx3433 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify() local
3437 if ( ( KEY_TAB == nCode ) && bCtrl && !bAlt ) in PreNotify()
3451 if ( !bShift && !bCtrl && ( KEY_ESCAPE == nCode ) ) in PreNotify()
3459 else if ( ( KEY_DELETE == nCode ) && !bShift && !bCtrl ) // delete rows in PreNotify()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1105 sal_uInt16 nCode = aKeyCode.GetCode(); in KeyInput() local
1116 switch(nCode) in KeyInput()
1161 switch(nCode) in KeyInput()
/trunk/main/svtools/source/dialogs/
H A Daddresstemplate.cxx1278 sal_uInt16 nCode = pKeyEvent->GetKeyCode().GetCode(); in PreNotify() local
1283 if (KEY_TAB == nCode) in PreNotify()
/trunk/main/vcl/inc/
H A Dwindow.h397 sal_uInt16 nCode, sal_uInt16 nMode );
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx340 static sal_Int32 count_codes( const OUString& rString, sal_Unicode nCode ) in count_codes() argument
347 fromIndex = rString.indexOf( nCode, fromIndex ); in count_codes()
/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/editeng/source/editeng/
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/sw/source/filter/ww8/
H A Dww8par2.cxx1524 sal_uInt16 nCode = SVBT16ToShort(pParams); in ProcessDirection() local
1534 maDirections[nStartCell] = nCode; in ProcessDirection()
3179 SvxFrameDirection MakeDirection(sal_uInt16 nCode, sal_Bool bIsBiDi) in MakeDirection() argument
3186 switch (nCode) in MakeDirection()
/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()
/trunk/main/svtools/source/control/
H A Dtoolbarmenuimp.hxx307 void implHighlightControl( sal_uInt16 nCode, Control* pControl );
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1767 sal_uInt16 nCode = rKeyCode.GetCode(); in Notify() local
1770 KEY_BACKSPACE == nCode && !_pImp->_pEdFileName->HasChildPathFocus() ) in Notify()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx1209 sal_uInt16 nCode = rNEvt.GetKeyEvent()->GetKeyCode().GetCode(); in Notify() local
1211 switch ( nCode ) in Notify()

Completed in 250 milliseconds

123456