Home
last modified time | relevance | path

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

12

/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1055 xub_StrLen nDay = rCode.Search( 'D' ); in scanDateFormatImpl()
1056 xub_StrLen nMonth = rCode.Search( 'M' ); in scanDateFormatImpl()
1057 xub_StrLen nYear = rCode.Search( 'Y' ); in scanDateFormatImpl()
1062 nMonth = rCode.Search( 'K' ); in scanDateFormatImpl()
1065 nDay = rCode.Search( 'P' ); in scanDateFormatImpl()
1066 nYear = rCode.Search( 'V' ); in scanDateFormatImpl()
1075 nYear = rCode.Search( 'J' ); in scanDateFormatImpl()
1093 nYear = rCode.Search( 'J' ); // Dutch in scanDateFormatImpl()
1104 nDay = rCode.Len(); in scanDateFormatImpl()
1106 nMonth = rCode.Len(); in scanDateFormatImpl()
[all …]
/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/reportdesign/source/ui/report/
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()
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()
/trunk/main/sw/source/core/crsr/
H A Dcrossrefbookmark.cxx36 const KeyCode& rCode, in CrossRefBookmark() argument
40 : Bookmark(rPaM, rCode, rName, rShortName) in CrossRefBookmark()
70 const KeyCode& rCode, in CrossRefHeadingBookmark() argument
73 …: CrossRefBookmark(rPaM, rCode, rName, rShortName, IDocumentMarkAccess::GetCrossRefHeadingBookmark… in CrossRefHeadingBookmark()
82 const KeyCode& rCode, in CrossRefNumItemBookmark() argument
85 : CrossRefBookmark(rPaM, rCode, rName, rShortName, our_sNamePrefix) in CrossRefNumItemBookmark()
H A Dcrbm.cxx94 const KeyCode& rCode, in SetBookmark() argument
107 pBookmark->SetKeyCode(rCode); in SetBookmark()
H A Dbookmrk.cxx258 const KeyCode& rCode, in Bookmark() argument
263 , m_aCode(rCode) in Bookmark()
/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/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/sw/source/core/inc/
H A Dcrossrefbookmark.hxx38 const KeyCode& rCode,
73 const KeyCode& rCode,
84 const KeyCode& rCode,
H A Dbookmrk.hxx179 const KeyCode& rCode,
190 virtual void SetKeyCode(const KeyCode& rCode) in SetKeyCode() argument
191 { m_aCode = rCode; } in SetKeyCode()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1955 rCode = 0; in ImplMouseSysValueToSAL()
1963 rCode = MOUSE_LEFT; in ImplMouseSysValueToSAL()
1968 rCode = MOUSE_LEFT; in ImplMouseSysValueToSAL()
1971 rCode = MOUSE_LEFT; in ImplMouseSysValueToSAL()
1977 rCode = MOUSE_RIGHT; in ImplMouseSysValueToSAL()
1982 rCode = MOUSE_RIGHT; in ImplMouseSysValueToSAL()
1985 rCode = MOUSE_RIGHT; in ImplMouseSysValueToSAL()
2004 if ( !rCode ) in ImplMouseSysValueToSAL()
2011 rCode |= KEY_SHIFT; in ImplMouseSysValueToSAL()
2013 rCode |= KEY_MOD1; in ImplMouseSysValueToSAL()
[all …]
/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/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/sw/source/core/fields/
H A Dscrptfld.cxx58 const String& rType, const String& rCode, in SwScriptField() argument
60 : SwField( pInitType ), sType( rType ), sCode( rCode ), bCodeURL( bURL ) in SwScriptField()
/trunk/main/sw/source/filter/html/
H A DSwAppletImpl.cxx128 void SwApplet_Impl::CreateApplet( const String& rCode, const String& rName, in CreateApplet() argument
146 …yValue( ::rtl::OUString::createFromAscii("AppletCode"), uno::makeAny( ::rtl::OUString( rCode ) ) ); in CreateApplet()
/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx107 void scanCurrFormatImpl( const String& rCode,
113 DateFormat scanDateFormatImpl( const String& rCode );
/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/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/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/framework/source/inc/accelerators/
H A Dkeymapping.hxx153 sal_uInt16& rCode );

Completed in 160 milliseconds

12