Searched refs:aCh (Results 1 – 7 of 7) sorted by relevance
/aoo4110/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()
|
/aoo4110/main/tools/source/stream/ |
H A D | stream.cxx | 1925 *pBufPos = aCh; in PutBack() 1945 *pRWBuf = aCh; in PutBack() 1964 char aCh; in EatWhite() local 1965 Read(&aCh, sizeof(char) ); in EatWhite() 1967 Read(&aCh, sizeof(char) ); in EatWhite() 2254 aCh ^= nMask; in CryptAndWriteBuffer() 2255 SWAPNIBBLES(aCh) in CryptAndWriteBuffer() 2256 pTemp[n] = aCh; in CryptAndWriteBuffer() 2284 SWAPNIBBLES(aCh) in EncryptBuffer() 2285 aCh ^= nMask; in EncryptBuffer() [all …]
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 1393 sal_Unicode aCh = aKeyEvent.GetCharCode(); in KeyInput() local 1410 if( 32 <= aCh && in KeyInput() 1427 xVar->PutChar( aCh ); in KeyInput() 1547 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 …]
|
/aoo4110/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 …]
|
/aoo4110/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()
|
/aoo4110/main/tools/inc/tools/ |
H A D | stream.hxx | 570 SvStream& PutBack( char aCh );
|
/aoo4110/extras/l10n/source/vi/ |
H A D | localize.sdf | 433 …bleWizard.business.Tables.suppliers.Fields.emailaddress ShortName 0 vi ĐịaChỉThư 20130618 17:… 470 …eWizard.business.Tables.mailinglist.Fields.emailaddress ShortName 0 vi ĐịaChỉThư 20130618 17:… 591 …bleWizard.business.Tables.employees.Fields.emailaddress ShortName 0 vi ĐịaChỉThư 20130618 17:… 650 …d.TableWizard.business.Tables.orders.Fields.shipaddress ShortName 0 vi ĐịaChỉGửi 20130618 17:… 908 …rd.business.Tables.deliveries.Fields.destinationaddress ShortName 0 vi ĐịaChỉĐích 20130618 17… 1067 …ableWizard.private.Tables.addresses.Fields.emailaddress ShortName 0 vi ĐịaChỉThư 20130618 17:…
|
Completed in 2898 milliseconds