Home
last modified time | relevance | path

Searched refs:aKeyString (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/automation/source/server/
H A Drecorder.cxx151 if ( aKeyString.Len() in IMPL_LINK()
166 …t->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, aKeyString, bKeyFollowFocus… in IMPL_LINK()
168 …tementList::pRet->GenReturn( RET_MacroRecorder, aKeyUniqueID, (sal_uInt16)M_TypeKeys, aKeyString ); in IMPL_LINK()
179 aKeyString.Erase(); in IMPL_LINK()
695 aKeyString += pKeyEvent->GetCharCode(); in IMPL_LINK()
699 aKeyString += sal_Unicode(1); // mask it in IMPL_LINK()
702aKeyString += sal_Unicode( KEY_GREATER | (aKeyCode.GetAllModifier() & ~KEY_SHIFT) ); in IMPL_LINK()
704aKeyString += sal_Unicode( aKeyCode.GetCode() | aKeyCode.GetAllModifier() ); in IMPL_LINK()
H A Drecorder.hxx48 String aKeyString; member in MacroRecorder
/aoo42x/main/desktop/source/deployment/
H A Ddp_persmap.cxx247 const OString aKeyString = encodeString( (*it).first); in flush() local
248 const sal_Int32 nKeyLen = aKeyString.getLength(); in flush()
249 m_MapFile.write( aKeyString.getStr(), nKeyLen, nBytesWritten); in flush()

Completed in 26 milliseconds