Home
last modified time | relevance | path

Searched refs:rCode (Results 1 – 25 of 36) sorted by path

12

/trunk/main/cui/source/inc/
H A Dacccfg.hxx183 sal_uInt16 MapKeyCodeToPos( const KeyCode &rCode ) const;
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx369 const KeyCode& rCode = rKEvt.GetKeyCode(); in KeyInput() local
370 if ( !rCode.IsMod1() && !rCode.IsMod2() && !rCode.IsShift() ) in KeyInput()
372 if ( rCode.GetCode() == KEY_RETURN ) in KeyInput()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx565 const KeyCode& rCode = rEvt.GetKeyCode(); in HandleKeyInput() local
566 sal_uInt16 nCode = rCode.GetCode(); in HandleKeyInput()
567 sal_Bool bShift = rCode.IsShift(); in HandleKeyInput()
568 sal_Bool bCtrl = rCode.IsMod1(); in HandleKeyInput()
676 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify() local
677 if ( rCode.IsMod1() ) in PreNotify()
680 if ( rCode.IsShift() ) in PreNotify()
686 switch( rCode.GetCode() ) in PreNotify()
707 if ( rCode.IsShift() ) in PreNotify()
783 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify() local
[all …]
H A DTableWindowListBox.cxx177 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify() local
179 if (rCode.GetCode() != KEY_RETURN) in PreNotify()
189 if (rCode.IsMod1() || rCode.IsMod2() || rCode.IsShift()) in PreNotify()
/trunk/main/framework/source/accelerators/
H A Dkeymapping.cxx210 sal_uInt16& rCode ) in impl_st_interpretIdentifierAsPureKeyCode() argument
215 rCode = (sal_uInt16)nCode; in impl_st_interpretIdentifierAsPureKeyCode()
221 rCode = 0; in impl_st_interpretIdentifierAsPureKeyCode()
/trunk/main/framework/source/inc/accelerators/
H A Dkeymapping.hxx153 sal_uInt16& rCode );
/trunk/main/reportdesign/source/ui/report/
H A DDesignView.cxx259 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in PreNotify() local
261 … aUrl.Complete = m_pAccel->findCommand(svt::AcceleratorExecute::st_VCLKey2AWTKey(rCode)); in PreNotify()
H A Ddlgedfunc.cxx296 const KeyCode& rCode = _rEvent.GetKeyCode(); in handleKeyEvent() local
297 sal_uInt16 nCode = rCode.GetCode(); in handleKeyEvent()
334 if ( !rCode.IsMod1() && !rCode.IsMod2() ) in handleKeyEvent()
337 if ( !m_rView.MarkNextObj( !rCode.IsShift() ) ) in handleKeyEvent()
341 m_rView.MarkNextObj( !rCode.IsShift() ); in handleKeyEvent()
349 else if ( rCode.IsMod1() && rCode.IsMod2()) in handleKeyEvent()
353 ((SdrHdlList&)rHdlList).TravelFocusHdl( !rCode.IsShift() ); in handleKeyEvent()
373 m_pParent->getSectionWindow()->getViewsWindow()->handleKey(rCode); in handleKeyEvent()
378 if ( !rCode.IsMod1() ) in handleKeyEvent()
389 if ( !rCode.IsMod1() && !rCode.IsMod2() ) in handleKeyEvent()
/trunk/main/sc/source/core/data/
H A Dconditio.cxx470 void lcl_CondUpdateInsertTab( ScTokenArray& rCode, SCTAB nInsTab, SCTAB nPosTab, sal_Bool& rChanged… in lcl_CondUpdateInsertTab() argument
476 rCode.Reset(); in lcl_CondUpdateInsertTab()
477 ScToken* p = static_cast<ScToken*>(rCode.GetNextReference()); in lcl_CondUpdateInsertTab()
497 p = static_cast<ScToken*>(rCode.GetNextReference()); in lcl_CondUpdateInsertTab()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx1268 const KeyCode& rCode = pKeyEvent->GetKeyCode(); in Notify() local
1269 bool bShift = rCode.IsShift(); in Notify()
1270 if (rCode.GetCode() == KEY_TAB) in Notify()
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx189 void SetNumFmtByStr( const String& rCode );
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2680 void ScViewFunc::SetNumFmtByStr( const String& rCode ) in SetNumFmtByStr() argument
2705 sal_uInt32 nNumberFormat = pFormatter->GetEntryKey( rCode, eLanguage ); in SetNumFmtByStr()
2710 String aFormat = rCode; // wird veraendert in SetNumFmtByStr()
/trunk/main/sd/source/ui/sidebar/
H A DSidebarFocusManager.hxx99 bool TransferFocus (::Window* pSource, const KeyCode& rCode);
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx454 const KeyCode& rCode (rEvent.GetKeyCode()); in KeyInput() local
455 switch (rCode.GetCode()) in KeyInput()
502 if (pDescriptor && rCode.IsMod1()) in KeyInput()
516 MoveFocus(FocusManager::FMD_LEFT, rCode.IsShift(), rCode.IsMod1()); in KeyInput()
522 MoveFocus(FocusManager::FMD_RIGHT, rCode.IsShift(), rCode.IsMod1()); in KeyInput()
528 MoveFocus(FocusManager::FMD_UP, rCode.IsShift(), rCode.IsMod1()); in KeyInput()
534 MoveFocus(FocusManager::FMD_DOWN, rCode.IsShift(), rCode.IsMod1()); in KeyInput()
566 mrController.GetSelectionManager()->DeleteSelectedPages(rCode.GetCode()==KEY_DELETE); in KeyInput()
574 if (rCode.IsShift()) in KeyInput()
/trunk/main/sfx2/source/appl/
H A Dapp.cxx817 ErrCode SfxApplication::CallBasic( const String& rCode, BasicManager* pMgr, SbxArray* pArgs, SbxVal… in CallBasic() argument
819 return pMgr->ExecuteMacro( rCode, pArgs, pRet); in CallBasic()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx184 const KeyCode& rCode = rKeyEvent.GetKeyCode(); in KeyInput() local
185 switch ( rCode.GetCode() ) in KeyInput()
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx857 const ::com::sun::star::i18n::NumberFormatCode& rCode,
863 const ::com::sun::star::i18n::NumberFormatCode& rCode,
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1783 String aCodeStr( rCode.Code ); in ImpInsertFormat()
1784 if ( rCode.Index < NF_INDEX_TABLE_ENTRIES && in ImpInsertFormat()
1786 rCode.Index != NF_CURRENCY_1000DEC2_CCC ) in ImpInsertFormat()
1799 aMsg += String( rCode.Code ); in ImpInsertFormat()
1819 aMsg += String( rCode.Code ); in ImpInsertFormat()
1826 if ( rCode.Index >= NF_INDEX_TABLE_ENTRIES ) in ImpInsertFormat()
1868 aMsg += String( rCode.Code ); in ImpInsertFormat()
1886 aMsg += String( rCode.Code ); in ImpInsertFormat()
1893 if ( rCode.Default ) in ImpInsertFormat()
1895 if ( rCode.DefaultName.getLength() ) in ImpInsertFormat()
[all …]
H A Dzforscan.cxx186 static String lcl_extractStandardGeneralName( const ::rtl::OUString & rCode ) in lcl_extractStandardGeneralName() argument
189 const sal_Unicode* p = rCode.getStr(); in lcl_extractStandardGeneralName()
190 const sal_Unicode* const pStop = p + rCode.getLength(); in lcl_extractStandardGeneralName()
223 aStr = rCode.copy( pBeg - rCode.getStr(), p - pBeg); in lcl_extractStandardGeneralName()
/trunk/main/svtools/inc/svtools/
H A Dinettbc.hxx59 SVT_DLLPRIVATE sal_Bool ProcessKey( const KeyCode& rCode );
/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1402 const KeyCode& rCode = rKEvt.GetKeyCode(); in KeyInput() local
1412 switch ( rCode.GetFunction() ) in KeyInput()
/trunk/main/sw/inc/
H A DSwAppletImpl.hxx62 void CreateApplet( const String& rCode, const String& rName,
H A Ddocufld.hxx801 const String& rCode, sal_Bool bURL=sal_False );
/trunk/main/sw/source/core/crsr/
H A Dbookmrk.cxx258 const KeyCode& rCode, in Bookmark() argument
263 , m_aCode(rCode) in Bookmark()
H A Dcrbm.cxx94 const KeyCode& rCode, in SetBookmark() argument
107 pBookmark->SetKeyCode(rCode); in SetBookmark()

Completed in 254 milliseconds

12