Home
last modified time | relevance | path

Searched refs:aKey (Results 26 – 50 of 135) sorted by relevance

123456

/aoo4110/main/oox/source/core/
H A Dbinarycodec.cxx186 …uno::Sequence< sal_Int8 > aKey = aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CONSTAS… in initCodec() local
188 if ( aKey.getLength() == 16 ) in initCodec()
190 (void)memcpy( mpnKey, aKey.getConstArray(), 16 ); in initCodec()
293 …uno::Sequence< sal_Int8 > aKey = aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CONSTAS… in initCodec() local
295 if ( aKey.getLength() == RTL_DIGEST_LENGTH_MD5 ) in initCodec()
297 (void)memcpy( mpnDigestValue, aKey.getConstArray(), RTL_DIGEST_LENGTH_MD5 ); in initCodec()
324 …uno::Sequence< sal_Int8 > aKey = ::comphelper::DocPasswordHelper::GenerateStd97Key( pnPassData, un… in initKey() local
327 if ( aKey.getLength() == sizeof(mpnDigestValue) ) in initKey()
328 … (void)memcpy ( mpnDigestValue, (const sal_uInt8*)aKey.getConstArray(), sizeof(mpnDigestValue) ); in initKey()
/aoo4110/main/svtools/inc/svtools/
H A Dacceleratorexecute.hxx225 virtual sal_Bool execute(const KeyCode& aKey);
226 virtual sal_Bool execute(const css::awt::KeyEvent& aKey);
233 ::rtl::OUString findCommand(const ::com::sun::star::awt::KeyEvent& aKey);
236 static css::awt::KeyEvent st_VCLKey2AWTKey(const KeyCode& aKey);
237 static KeyCode st_AWTKey2VCLKey(const css::awt::KeyEvent& aKey);
266 SVT_DLLPRIVATE ::rtl::OUString impl_ts_findCommand(const css::awt::KeyEvent& aKey);
/aoo4110/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx273 rStream >> aKey.nRecord; // schluessel in Read()
279 aKey = ONDXKey(aDbl,aKey.nRecord); in Read()
293aKey = ONDXKey(::rtl::OUString(aBuf.GetBuffer(),aBuf.Len(),rIndex.m_pTable->getConnection()->getTe… in Read()
309 rStream << (sal_uInt32)aKey.nRecord; // schluessel in Write()
315 if (aKey.getValue().isNull()) in Write()
321 rStream << (double) aKey.getValue(); in Write()
326 if (!aKey.getValue().isNull()) in Write()
328 ::rtl::OUString sValue = aKey.getValue(); in Write()
H A Ddindexnode.cxx703 rStream >> aKey.nRecord; // schluessel in Read()
709 aKey = ONDXKey(aDbl,aKey.nRecord); in Read()
723aKey = ONDXKey(::rtl::OUString(aBuf.GetBuffer(),aBuf.Len(),rIndex.m_pTable->getConnection()->getTe… in Read()
738 rStream << (sal_uInt32)aKey.nRecord; // schluessel in Write()
744 if (aKey.getValue().isNull()) in Write()
750 rStream << (double) aKey.getValue(); in Write()
755 if (!aKey.getValue().isNull()) in Write()
757 ::rtl::OUString sValue = aKey.getValue(); in Write()
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java265 String aKey = ""; in buildParamHashMap() local
270 aKey += c; in buildParamHashMap()
279 if ((aKey.length() > 0) && (aValue.length() > 0)) { in buildParamHashMap()
281 if (!isAlphaNumeric(aKey)) { in buildParamHashMap()
284 + aKey in buildParamHashMap()
290 "The parameter value for key '" + aKey + "' contains illegal characters."); in buildParamHashMap()
293 params.put(aKey, decodeUTF8(aValue)); in buildParamHashMap()
/aoo4110/main/filter/source/msfilter/
H A Dmscodec.cxx177 …uno::Sequence< sal_Int8 > aKey = aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CONSTAS… in InitCodec() local
179 if ( aKey.getLength() == 16 ) in InitCodec()
181 (void)memcpy( mpnKey, aKey.getConstArray(), 16 ); in InitCodec()
317 …uno::Sequence< sal_Int8 > aKey = aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CONSTAS… in InitCodec() local
319 if ( aKey.getLength() == RTL_DIGEST_LENGTH_MD5 ) in InitCodec()
321 (void)memcpy( m_pDigestValue, aKey.getConstArray(), RTL_DIGEST_LENGTH_MD5 ); in InitCodec()
355 …uno::Sequence< sal_Int8 > aKey = ::comphelper::DocPasswordHelper::GenerateStd97Key( pPassData, uno… in InitKey() local
358 if ( aKey.getLength() == sizeof(m_pDigestValue) ) in InitKey()
359 (void)memcpy ( m_pDigestValue, aKey.getConstArray(), sizeof(m_pDigestValue) ); in InitKey()
/aoo4110/main/sd/source/ui/slidesorter/view/
H A DSlsViewCacheContext.hxx48 virtual void NotifyPreviewCreation (cache::CacheKey aKey, const Bitmap& rPreview);
50 virtual bool IsVisible (cache::CacheKey aKey);
51 virtual const SdrPage* GetPage (cache::CacheKey aKey);
53 virtual sal_Int32 GetPriority (cache::CacheKey aKey);
60 model::SharedPageDescriptor GetDescriptor (cache::CacheKey aKey);
/aoo4110/main/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx120 …impl_ts_writeKeyCommandPair(const css::awt::KeyEvent& aKey , in impl_ts_writeKeyCommandPair() argument
127 ::rtl::OUString sKey = m_rKeyMapping->mapCodeToIdentifier(aKey.KeyCode); in impl_ts_writeKeyCommandPair()
133 if ((aKey.Modifiers & css::awt::KeyModifier::SHIFT) == css::awt::KeyModifier::SHIFT) in impl_ts_writeKeyCommandPair()
136 if ((aKey.Modifiers & css::awt::KeyModifier::MOD1) == css::awt::KeyModifier::MOD1) in impl_ts_writeKeyCommandPair()
139 if ((aKey.Modifiers & css::awt::KeyModifier::MOD2) == css::awt::KeyModifier::MOD2) in impl_ts_writeKeyCommandPair()
142 if ((aKey.Modifiers & css::awt::KeyModifier::MOD3) == css::awt::KeyModifier::MOD3) in impl_ts_writeKeyCommandPair()
/aoo4110/main/framework/source/accelerators/
H A Dacceleratorexecute.hxx204 virtual void execute(const KeyCode& aKey);
205 virtual void execute(const css::awt::KeyEvent& aKey);
209 static css::awt::KeyEvent st_VCLKey2AWTKey(const KeyCode& aKey);
210 static KeyCode st_AWTKey2VCLKey(const css::awt::KeyEvent& aKey);
235 ::rtl::OUString impl_ts_findCommand(const css::awt::KeyEvent& aKey);
/aoo4110/main/ucb/source/core/
H A Ducbstore.cxx919 OUString aKey = aOldValuesKey; in renamePropertySet() local
923 OUString aNewKey1 = aKey; in renamePropertySet()
933 aNewKey1 = aKey; in renamePropertySet()
943 aNewKey1 = aKey; in renamePropertySet()
953 aNewKey1 = aKey; in renamePropertySet()
2682 OUString aKey = aFullPropName; in getPropertyByName() local
2683 aKey += OUString::createFromAscii( "/Handle" ); in getPropertyByName()
2695 aKey = aFullPropName; in getPropertyByName()
2696 aKey += OUString::createFromAscii( "/Value" ); in getPropertyByName()
2710 aKey = aFullPropName; in getPropertyByName()
[all …]
/aoo4110/main/svtools/source/misc/
H A Dacceleratorexecute.cxx307 ::rtl::OUString AcceleratorExecute::findCommand(const css::awt::KeyEvent& aKey) in findCommand() argument
309 return impl_ts_findCommand(aKey); in findCommand()
312 ::rtl::OUString AcceleratorExecute::impl_ts_findCommand(const css::awt::KeyEvent& aKey) in impl_ts_findCommand() argument
329 sCommand = xDocCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
339 sCommand = xModuleCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
349 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
357 if( aKey.Modifiers == 0 ) in impl_ts_findCommand()
359 switch( aKey.KeyCode ) in impl_ts_findCommand()
/aoo4110/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsCacheContext.hxx53 CacheKey aKey,
65 virtual bool IsVisible (CacheKey aKey) = 0;
71 virtual const SdrPage* GetPage (CacheKey aKey) = 0;
87 virtual sal_Int32 GetPriority (CacheKey aKey) = 0;
/aoo4110/main/framework/source/inc/accelerators/
H A Dacceleratorcache.hxx139 virtual sal_Bool hasKey(const css::awt::KeyEvent& aKey) const;
156 virtual void setKeyCommandPair(const css::awt::KeyEvent& aKey ,
173 virtual ::rtl::OUString getCommandByKey(const css::awt::KeyEvent& aKey) const;
177 virtual void removeKey(const css::awt::KeyEvent& aKey);
/aoo4110/main/xmloff/source/style/
H A DSinglePropertySetInfoCache.cxx54 PropertySetInfoKey aKey( rPropSetInfo, aImplId ); in hasProperty() local
55 iterator aIter = find( aKey ); in hasProperty()
77 PropertySetInfoKey aKey( rPropSetInfo, aImplId ); in hasProperty() local
78 value_type aValue( aKey, bRet ); in hasProperty()
/aoo4110/main/store/source/
H A Dstorpage.cxx111 OStorePageKey aKey (rtl_crc32 (0, "/", 1), 0); in initialize() local
112 xRoot->insert (0, entry(aKey)); in initialize()
332 OStorePageKey aKey; in iget() local
333 storeError eErrCode = namei (pPath, pName, aKey); in iget()
341 aKey.m_nLow = store::htonl(rtl_crc32 (store::ntohl(aKey.m_nLow), "/", 1)); in iget()
345 eErrCode = load_dirpage_Impl (aKey, rPage); in iget()
368 rPage.key (aKey); in iget()
376 eErrCode = save_dirpage_Impl (aKey, rPage); in iget()
/aoo4110/main/connectivity/source/drivers/ado/
H A DAKeys.cxx85 WpADOKey aKey = pKey->getImpl(); in appendObject() local
86 ::rtl::OUString sName = aKey.get_Name(); in appendObject()
88 aKey.put_Name(::rtl::OUString::createFromAscii("PrimaryKey") ); in appendObject()
91 if ( FAILED(pKeys->Append(OLEVariant((ADOKey*)aKey), in appendObject()
/aoo4110/main/sw/source/core/unocore/
H A Dunotextmarkup.cxx495 uno::Any SAL_CALL SwXStringKeyMap::getValue(const ::rtl::OUString & aKey) throw (uno::RuntimeExcept… in getValue() argument
497 std::map< rtl::OUString, uno::Any >::const_iterator aIter = maMap.find( aKey ); in getValue()
504 ::sal_Bool SAL_CALL SwXStringKeyMap::hasValue(const ::rtl::OUString & aKey) throw (uno::RuntimeExce… in hasValue() argument
506 return maMap.find( aKey ) != maMap.end(); in hasValue()
509 void SAL_CALL SwXStringKeyMap::insertValue(const ::rtl::OUString & aKey, const uno::Any & aValue) t… in insertValue() argument
511 std::map< rtl::OUString, uno::Any >::const_iterator aIter = maMap.find( aKey ); in insertValue()
515 maMap[ aKey ] = aValue; in insertValue()
/aoo4110/main/migrationanalysis/src/driver_docs/sources/
H A DStringDataManager.cls75 Dim aKey As Variant
83 For Each aKey In langDict
84 aOldItem = langDict.item(aKey)
90 langDict.item(aKey) = aItem
/aoo4110/main/connectivity/source/inc/dbase/
H A Ddindexnode.hxx229 ONDXKey aKey; member in connectivity::dbase::ONDXNode
235 :aChild(aPagePtr),aKey(rKey) {} in ONDXNode()
242 const ONDXKey& GetKey() const { return aKey;} in GetKey()
243 ONDXKey& GetKey() { return aKey;} in GetKey()
247 void SetKey(ONDXKey& rKey) {aKey = rKey;} in SetKey()
/aoo4110/main/oox/source/ole/
H A Dvbaproject.cxx369 OUString aKey, aValue; in importVba() local
378 if( !bExitLoop && VbaHelper::extractKeyValue( aKey, aValue, aLine ) ) in importVba()
381 if( aKey.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Document" ) ) ) in importVba()
389 … else if( aKey.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Module" ) ) ) in importVba()
391 else if( aKey.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "Class" ) ) ) in importVba()
393 … else if( aKey.equalsIgnoreAsciiCaseAsciiL( RTL_CONSTASCII_STRINGPARAM( "BaseClass" ) ) ) in importVba()
/aoo4110/main/xmloff/source/transform/
H A DFrameOOoTContext.cxx87 XMLTransformerActions::key_type aKey( nPrefix, aLocalName ); in StartElement() local
89 pActions->find( aKey ); in StartElement()
124 XMLTransformerActions::key_type aKey( nPrefix, rLocalName ); in CreateChildContext() local
125 XMLTransformerActions::const_iterator aIter = pActions->find( aKey ); in CreateChildContext()
/aoo4110/main/sdext/source/pdfimport/pdfparse/
H A Dpdfentries.cxx1174 sal_uInt8 aKey[ENCRYPTION_KEY_LEN]; in check_user_password() local
1177 sal_uInt32 nKeyLen = password_to_key( rPwd, aKey, pData, false ); in check_user_password()
1179 rtl_copyMemory( pData->m_aDecryptionKey, aKey, nKeyLen ); in check_user_password()
1185 aKey, nKeyLen, in check_user_password()
1198 aKey, sizeof(aKey), NULL, 0 ); in check_user_password()
1206 aTempKey[j] = static_cast<sal_uInt8>( aKey[j] ^ i ); in check_user_password()
1244 sal_uInt8 aKey[ENCRYPTION_KEY_LEN]; in setupDecryptionData() local
1247 sal_uInt32 nKeyLen = password_to_key( rPwd, aKey, m_pData, true ); in setupDecryptionData()
1251 aKey, nKeyLen, NULL, 0 ); in setupDecryptionData()
1263 nTempKey[j] = sal_uInt8(aKey[j] ^ i); in setupDecryptionData()
/aoo4110/main/sw/source/core/access/
H A Daccfrmobjmap.cxx137 SwAccessibleChildMapKey aKey( eLayerId, nPos ); in insert() local
138 value_type aEntry( aKey, rLower ); in insert()
153 SwAccessibleChildMapKey aKey( eLayerId, pObj->GetOrdNum() ); in insert() local
154 value_type aEntry( aKey, rLower ); in insert()
/aoo4110/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx77 rtl::OUStringBuffer aKey( aType ); in getHashKeyFromStrings() local
78 aKey.appendAscii( "^" ); in getHashKeyFromStrings()
79 aKey.append( aName ); in getHashKeyFromStrings()
80 aKey.appendAscii( "^" ); in getHashKeyFromStrings()
81 aKey.append( aModuleName ); in getHashKeyFromStrings()
82 return aKey.makeStringAndClear(); in getHashKeyFromStrings()
/aoo4110/main/svtools/source/edit/
H A Deditsyntaxhighlighter.cxx67 void MultiLineEditSyntaxHighlight::DoBracketHilight(sal_uInt16 aKey) in DoBracketHilight() argument
75 switch (aKey) in DoBracketHilight()
80 aChar = aKey; in DoBracketHilight()
123 if (aLine.GetChar(i)==aKey) in DoBracketHilight()

Completed in 129 milliseconds

123456