| /trunk/main/unotools/source/i18n/ |
| H A D | localedatawrapper.cxx | 794 void LocaleDataWrapper::scanCurrFormatImpl( const String& rCode, in scanCurrFormatImpl() argument 799 const sal_Unicode* const pStr = rCode.GetBuffer(); in scanCurrFormatImpl() 800 const sal_Unicode* const pStop = pStr + rCode.Len(); in scanCurrFormatImpl() 857 …if ( !nInSection && nSym == STRING_NOTFOUND && rCode.Equals( aCurrSymbol, (xub_StrLen)(p-pStr), aC… in scanCurrFormatImpl() 956 const ::rtl::OUString& rCode = pFormatArr[nNeg].Code; in getCurrFormatsImpl() local 957 xub_StrLen nDelim = (xub_StrLen)rCode.indexOf( ';' ); in getCurrFormatsImpl() 958 scanCurrFormatImpl( rCode, nDelim+1, nSign, nPar, nNum, nBlank, nSym ); in getCurrFormatsImpl() 1047 DateFormat LocaleDataWrapper::scanDateFormatImpl( const String& rCode ) in scanDateFormatImpl() argument 1055 xub_StrLen nDay = rCode.Search( 'D' ); in scanDateFormatImpl() 1056 xub_StrLen nMonth = rCode.Search( 'M' ); in scanDateFormatImpl() [all …]
|
| /trunk/main/dbaccess/source/ui/querydesign/ |
| H A D | TableWindow.cxx | 565 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 D | TableWindowListBox.cxx | 177 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 D | dlgedfunc.cxx | 296 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 D | DesignView.cxx | 259 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 D | crossrefbookmark.cxx | 36 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 D | crbm.cxx | 94 const KeyCode& rCode, in SetBookmark() argument 107 pBookmark->SetKeyCode(rCode); in SetBookmark()
|
| H A D | bookmrk.cxx | 258 const KeyCode& rCode, in Bookmark() argument 263 , m_aCode(rCode) in Bookmark()
|
| /trunk/main/sd/source/ui/slidesorter/controller/ |
| H A D | SlsSelectionFunction.cxx | 454 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 D | zforlist.cxx | 1780 const ::com::sun::star::i18n::NumberFormatCode& rCode, in ImpInsertFormat() 1783 String aCodeStr( rCode.Code ); in ImpInsertFormat() 1784 if ( rCode.Index < NF_INDEX_TABLE_ENTRIES && in ImpInsertFormat() 1785 rCode.Usage == ::com::sun::star::i18n::KNumberFormatUsage::CURRENCY && in ImpInsertFormat() 1786 rCode.Index != NF_CURRENCY_1000DEC2_CCC ) in ImpInsertFormat() 1793 rCode.Index != NF_CURRENCY_1000DEC2_CCC ) in ImpInsertFormat() 1797 aMsg += String::CreateFromInt32( rCode.Index ); in ImpInsertFormat() 1799 aMsg += String( rCode.Code ); in ImpInsertFormat() 1817 aMsg += String::CreateFromInt32( rCode.Index ); in ImpInsertFormat() 1819 aMsg += String( rCode.Code ); in ImpInsertFormat() [all …]
|
| H A D | zforscan.cxx | 186 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 D | crossrefbookmark.hxx | 38 const KeyCode& rCode, 73 const KeyCode& rCode, 84 const KeyCode& rCode,
|
| H A D | bookmrk.hxx | 179 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 D | salframe.cxx | 1947 static USHORT ImplMouseSysValueToSAL( int iSysValue, USHORT& rCode, USHORT& rClicks, sal_Bool& rDow… in ImplMouseSysValueToSAL() argument 1951 rCode = 0; in ImplMouseSysValueToSAL() 1959 rCode = MOUSE_LEFT; in ImplMouseSysValueToSAL() 1964 rCode = MOUSE_LEFT; in ImplMouseSysValueToSAL() 1967 rCode = MOUSE_LEFT; in ImplMouseSysValueToSAL() 1973 rCode = MOUSE_RIGHT; in ImplMouseSysValueToSAL() 1978 rCode = MOUSE_RIGHT; in ImplMouseSysValueToSAL() 1981 rCode = MOUSE_RIGHT; in ImplMouseSysValueToSAL() 1987 rCode = MOUSE_MIDDLE; in ImplMouseSysValueToSAL() 1992 rCode = MOUSE_MIDDLE; in ImplMouseSysValueToSAL() [all …]
|
| /trunk/main/dbaccess/source/ui/app/ |
| H A D | AppDetailView.cxx | 369 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 D | keymapping.cxx | 210 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 D | scrptfld.cxx | 58 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 D | SwAppletImpl.cxx | 128 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 D | localedatawrapper.hxx | 107 void scanCurrFormatImpl( const String& rCode, 113 DateFormat scanDateFormatImpl( const String& rCode );
|
| /trunk/main/sc/source/core/data/ |
| H A D | conditio.cxx | 470 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 D | app.cxx | 817 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 D | versdlg.cxx | 184 const KeyCode& rCode = rKeyEvent.GetKeyCode(); in KeyInput() local 185 switch ( rCode.GetCode() ) in KeyInput()
|
| /trunk/main/svl/inc/svl/ |
| H A D | zforlist.hxx | 857 const ::com::sun::star::i18n::NumberFormatCode& rCode, 863 const ::com::sun::star::i18n::NumberFormatCode& rCode,
|
| /trunk/main/sc/source/ui/cctrl/ |
| H A D | dpcontrol.cxx | 1268 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 D | keymapping.hxx | 153 sal_uInt16& rCode );
|