Searched refs:aCh (Results 1 – 7 of 7) sorted by relevance
/trunk/main/connectivity/source/inc/dbase/ |
H A D | dindexnode.hxx | 169 void SetChild(ONDXPagePtr aCh); 210 inline void ONDXPage::SetChild(ONDXPagePtr aCh = ONDXPagePtr()) in SetChild() argument 212 aChild = aCh; in SetChild() 246 void SetChild(ONDXPagePtr aCh = ONDXPagePtr(), ONDXPage* = NULL); 327 inline void ONDXNode::SetChild(ONDXPagePtr aCh, ONDXPage* pParent) in SetChild() argument 329 aChild = aCh; in SetChild()
|
/trunk/main/tools/source/stream/ |
H A D | stream.cxx | 2046 *pBufPos = aCh; in PutBack() 2066 *pRWBuf = aCh; in PutBack() 2085 char aCh; in EatWhite() local 2086 Read(&aCh, sizeof(char) ); in EatWhite() 2088 Read(&aCh, sizeof(char) ); in EatWhite() 2375 aCh ^= nMask; in CryptAndWriteBuffer() 2376 SWAPNIBBLES(aCh) in CryptAndWriteBuffer() 2377 pTemp[n] = aCh; in CryptAndWriteBuffer() 2405 SWAPNIBBLES(aCh) in EncryptBuffer() 2406 aCh ^= nMask; in EncryptBuffer() [all …]
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 1391 sal_Unicode aCh = aKeyEvent.GetCharCode(); in KeyInput() local 1408 if( 32 <= aCh && in KeyInput() 1425 xVar->PutChar( aCh ); in KeyInput() 1545 if( !rKeyCode.IsMod2() && '=' == aCh && in KeyInput() 2194 SW_ISPRINTABLE( aCh ); in KeyInput() 2287 aCh = '\t'; in KeyInput() 2328 ( '*' == aCh || '_' == aCh ) ) || in KeyInput() 2333 rSh.AutoCorrect( *pACorr, aCh ); in KeyInput() 2334 if( '\"' != aCh && '\'' != aCh ) // nur bei "*_" rufen! in KeyInput() 2343 '\"' != aCh && '\'' != aCh && '*' != aCh && '_' != aCh in KeyInput() [all …]
|
/trunk/main/automation/source/server/ |
H A D | statemnt.cxx | 4051 sal_Unicode aCh; in HandleCommonMethods() local 4079 aCh = 0; in HandleCommonMethods() 4087 sal_Unicode aCh = aString1.GetChar(i); in HandleCommonMethods() local 4088 if ( aCh >= 'a' && aCh <= 'z' ) in HandleCommonMethods() 4089 aEvent = KeyEvent(aCh, KeyCode(KEYGROUP_ALPHA + aCh-'a', 0)); in HandleCommonMethods() 4090 else if ( aCh >= 'A' && aCh <= 'Z' ) in HandleCommonMethods() 4091 aEvent = KeyEvent(aCh, KeyCode(KEYGROUP_ALPHA + aCh-'a', KEY_SHIFT)); in HandleCommonMethods() 4092 else if ( aCh >= '0' && aCh <= '9' ) in HandleCommonMethods() 4093 aEvent = KeyEvent(aCh, KeyCode(KEYGROUP_NUM + aCh-'0', 0)); in HandleCommonMethods() 4095 aEvent = KeyEvent(aCh, KeyCode(KEYGROUP_MISC + (sal_uInt16)aPrintableMisc.Search(aCh), 0)); in HandleCommonMethods() [all …]
|
/trunk/main/basic/source/runtime/ |
H A D | methods.cxx | 376 sal_Unicode aCh = aStr.GetBuffer()[0]; in RTLFUNC() local 377 rPar.Get(0)->PutLong( aCh ); in RTLFUNC() 399 sal_Unicode aCh = (sal_Unicode)pArg->GetUShort(); in implChr() local 400 aStr = String( aCh ); in implChr()
|
/trunk/main/tools/inc/tools/ |
H A D | stream.hxx | 574 SvStream& PutBack( char aCh );
|
/trunk/extras/l10n/source/vi/ |
H A D | localize.sdf | 12648 …bleWizard.business.Tables.suppliers.Fields.emailaddress ShortName 0 vi ĐịaChỉThư 20200411 15:… 12685 …eWizard.business.Tables.mailinglist.Fields.emailaddress ShortName 0 vi ĐịaChỉThư 20200411 15:… 12806 …bleWizard.business.Tables.employees.Fields.emailaddress ShortName 0 vi ĐịaChỉThư 20200411 15:… 12865 …d.TableWizard.business.Tables.orders.Fields.shipaddress ShortName 0 vi ĐịaChỉGửi 20200411 15:… 13123 …rd.business.Tables.deliveries.Fields.destinationaddress ShortName 0 vi ĐịaChỉĐích 20200411 15… 13282 …ableWizard.private.Tables.addresses.Fields.emailaddress ShortName 0 vi ĐịaChỉThư 20200411 15:…
|
Completed in 873 milliseconds