Home
last modified time | relevance | path

Searched refs:aKey (Results 51 – 75 of 135) sorted by relevance

123456

/aoo4110/main/store/source/
H A Dstore.cxx581 OStorePageKey aKey; in store_attrib() local
583 eErrCode = OStorePageManager::namei (aPath.pData, aName.pData, aKey); in store_attrib()
589 eErrCode = xManager->attrib (aKey, nMask1, nMask2, nAttrib); in store_attrib()
753 OStorePageKey aKey; in store_remove() local
755 eErrCode = OStorePageManager::namei (aPath.pData, aName.pData, aKey); in store_remove()
760 return xManager->remove (aKey); in store_remove()
/aoo4110/main/sd/source/ui/slidesorter/cache/
H A DSlsPageCacheManager.cxx222 CacheDescriptor aKey (pDocument, rPreviewSize); in GetCache() local
223 PageCacheContainer::iterator iCache (mpPageCaches->find(aKey)); in GetCache()
242 mpPageCaches->insert(PageCacheContainer::value_type(aKey, pResult)); in GetCache()
331 const ::sd::slidesorter::cache::PageCacheManager::DocumentKey aKey ( in ChangeSize() local
335 CacheDescriptor(aKey,rNewPreviewSize), in ChangeSize()
H A DSlsRequestQueue.hxx61 CacheKey aKey,
74 bool RemoveRequest (CacheKey aKey);
79 CacheKey aKey,
H A DSlsQueueProcessor.hxx98 void RemoveRequest (CacheKey aKey);
127 CacheKey aKey,
/aoo4110/main/stoc/source/registry_tdprovider/
H A Dtdprovider.cxx343 OUString aKey( rName.replace( '.', '/' ) ); in getByHierarchicalNameImpl() local
350 com::sun::star::uno::Reference< XRegistryKey > xKey( xBaseKey->openKey( aKey ) ); in getByHierarchicalNameImpl()
373 sal_Int32 nIndex = aKey.lastIndexOf( '/' ); in getByHierarchicalNameImpl()
377 …com::sun::star::uno::Reference< XRegistryKey > xKey2( xBaseKey->openKey( aKey.copy( 0, nIndex ) ) … in getByHierarchicalNameImpl()
397 … OUString aFieldName( aKey.copy( nIndex+1, aKey.getLength() - nIndex -1 ) ); in getByHierarchicalNameImpl()
/aoo4110/main/xmlsecurity/source/xmlsec/nss/
H A Dnssinitializer.cxx445 …erContext( ::sal_Int32 nCipherID, const css::uno::Sequence< ::sal_Int8 >& aKey, const css::uno::Se… in getCipherContext() argument
455 if ( aKey.getLength() != 16 && aKey.getLength() != 24 && aKey.getLength() != 32 ) in getCipherContext()
470 …xResult = OCipherContext::Create( nNSSCipherID, aKey, aInitializationVector, bEncryption, bW3CPadd… in getCipherContext()
H A Dciphercontext.cxx34 …reate( CK_MECHANISM_TYPE nNSSCipherID, const uno::Sequence< ::sal_Int8 >& aKey, const uno::Sequenc… in Create() argument
41 …har* >( reinterpret_cast< const unsigned char* >( aKey.getConstArray() ) ), static_cast<unsigned>( in Create()
/aoo4110/main/xmloff/source/text/
H A DXMLIndexBibliographyConfigurationContext.cxx200 Sequence<PropertyValue> aKey(2); in CreateChildContext() local
206 aKey[0] = aNameValue; in CreateChildContext()
212 aKey[1] = aSortValue; in CreateChildContext()
214 aSortKeys.push_back(aKey); in CreateChildContext()
/aoo4110/main/xmloff/source/transform/
H A DMergeElemTContext.cxx236 XMLTransformerActions::key_type aKey( nPrefix, rLocalName ); in CreateChildContext() local
238 pActions->find( aKey ); in CreateChildContext()
292 XMLTransformerActions::key_type aKey( nPrefix, rLocalName ); in CreateChildContext() local
294 pActions->find( aKey ); in CreateChildContext()
H A DOasis2OOo.cxx1384 XMLTransformerActions::key_type aKey( nPrefix, aLocalName ); in StartElement() local
1386 pActions->find( aKey ); in StartElement()
1579 Sequence < sal_Int8 > aKey; in EndElement() local
1580 SvXMLUnitConverter::decodeBase64( aKey, m_aContent ); in EndElement()
1581 rPropSet->setPropertyValue( aPropName, makeAny( aKey ) ); in EndElement()
1641 Sequence < sal_Int8 > aKey; in StartElement() local
1642 aAny >>= aKey; in StartElement()
1643 if( aKey.getLength() ) in StartElement()
1646 SvXMLUnitConverter::encodeBase64( aBuffer, aKey ); in StartElement()
H A DDlgOASISTContext.cxx76 XMLTransformerActions::key_type aKey( nPrefix, aLocalName ); in StartElement() local
78 pActions->find( aKey ); in StartElement()
/aoo4110/main/rsc/source/tools/
H A Drschash.cxx43 OString aKey = rStr.toAsciiLowerCase(); in getID() local
45 m_aStringToID.find( aKey ); in getID()
53 m_aStringToID[ aKey ] = m_nNextID; in getID()
/aoo4110/main/cppu/source/uno/
H A Dlbenv.cxx952 OUString aKey( in getEnvironment() local
954 aKey += rEnvDcp; in getEnvironment()
958 aName2EnvMap.find( aKey ) ); in getEnvironment()
972 OUString aKey( in registerEnvironment() local
974 aKey += pEnv->pTypeName; in registerEnvironment()
978 aName2EnvMap.find( aKey ) ); in registerEnvironment()
984 OUString2EnvironmentMap::value_type( aKey, pEnv ) ) ); in registerEnvironment()
1003 aName2EnvMap[ aKey ] = pEnv; in registerEnvironment()
/aoo4110/main/framework/source/uifactory/
H A Dfactoryconfiguration.cxx69 rtl::OUStringBuffer aKey( aCommandURL ); in getHashKeyFromStrings() local
70 aKey.appendAscii( "-" ); in getHashKeyFromStrings()
71 aKey.append( aModuleName ); in getHashKeyFromStrings()
72 return aKey.makeStringAndClear(); in getHashKeyFromStrings()
/aoo4110/main/ucb/source/core/
H A Ducb.cxx118 rtl::OUString aKey(p, q - p); in fillPlaceholders() local
126 && aReplaceKey == aKey in fillPlaceholders()
716 rtl::OUString aKey; in changesOccurred() local
717 rElem.Accessor >>= aKey; in changesOccurred()
729 if (createContentProviderData(aKey, xHierNameAccess, aInfo)) in changesOccurred()
/aoo4110/main/vcl/source/gdi/
H A Djobset.cxx357 String aKey, aValue; in operator >>() local
358 rIStream.ReadByteString( aKey, RTL_TEXTENCODING_UTF8 ); in operator >>()
360 if( aKey.EqualsAscii( "COMPAT_DUPLEX_MODE" ) ) in operator >>()
372 pJobData->maValueMap[ aKey ] = aValue; in operator >>()
/aoo4110/main/framework/source/accelerators/
H A Dacceleratorexecute.cxx228 ::rtl::OUString AcceleratorExecute::impl_ts_findCommand(const css::awt::KeyEvent& aKey) in impl_ts_findCommand() argument
244 sCommand = xDocCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
251 sCommand = xModuleCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
258 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
/aoo4110/main/sw/inc/
H A Dunotextmarkup.hxx100 …virtual ::com::sun::star::uno::Any SAL_CALL getValue(const ::rtl::OUString & aKey) throw (::com::s…
101 …virtual ::sal_Bool SAL_CALL hasValue(const ::rtl::OUString & aKey) throw (::com::sun::star::uno::R…
102 …virtual void SAL_CALL insertValue(const ::rtl::OUString & aKey, const ::com::sun::star::uno::Any &…
/aoo4110/main/cppu/source/threadpool/
H A Dcurrent.cxx183 oslThreadKey aKey = s_key.getThreadKey(); in getIdContainer() local
185 IdContainer * pId = reinterpret_cast< IdContainer * >( ::osl_getThreadKeyData( aKey ) ); in getIdContainer()
192 ::osl_setThreadKeyData( aKey, pId ); in getIdContainer()
/aoo4110/main/cui/source/customize/
H A Dacccfg.cxx653 void SfxAccCfgTabListBox_Impl::KeyInput(const KeyEvent& aKey) in KeyInput() argument
655 KeyCode aCode1 = aKey.GetKeyCode(); in KeyInput()
692 SvTabListBox::KeyInput(aKey); in KeyInput()
891 KeyCode aKey = KEYCODE_ARRAY[i1]; in Init() local
892 String sKey = aKey.GetName(); in Init()
895 TAccInfo* pEntry = new TAccInfo(i1, nListPos, aKey); in Init()
1445 sal_uInt16 SfxAcceleratorConfigPage::MapKeyCodeToPos(const KeyCode& aKey) const in MapKeyCodeToPos()
1447 sal_uInt16 nCode1 = aKey.GetCode()+aKey.GetModifier(); in MapKeyCodeToPos()
/aoo4110/main/cppuhelper/source/
H A Dunourl.cxx77 rtl::OUString aKey; in Impl() local
118 aKey = rDescriptor.copy(nStart, i - nStart).toAsciiLowerCase(); in Impl()
133 aKey, in Impl()
/aoo4110/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx1195 rtl::OUStringBuffer aKey; in operator *() local
1196 aKey.appendAscii( "['" ); in operator *()
1197 makeXMLName( m_pImpl->names.getConstArray()[ m_pImpl->pos ], aKey ); in operator *()
1198 aKey.appendAscii( "']" ); in operator *()
1200 rtl::OUString aTitle = aKey.makeStringAndClear(); in operator *()
/aoo4110/main/uui/source/
H A Diahndl-authentication.cxx451 sal_uInt8 aKey[RTL_DIGEST_LENGTH_MD5]; in executeMasterPasswordDialog() local
452 rtl_digest_PBKDF2(aKey, in executeMasterPasswordDialog()
464 aBuffer.append(static_cast< sal_Unicode >('a' + (aKey[i] >> 4))); in executeMasterPasswordDialog()
465 aBuffer.append(static_cast< sal_Unicode >('a' + (aKey[i] & 15))); in executeMasterPasswordDialog()
/aoo4110/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx633 String aKey(aKeyDCB.GetText()); in UpdateKeyBoxes() local
634 sal_uInt16 nPos = aKeyDCB.GetEntryPos(aKey); in UpdateKeyBoxes()
636 if(nPos == LISTBOX_ENTRY_NOTFOUND && aKey.Len() > 0) in UpdateKeyBoxes()
638 aKeyDCB.InsertEntry(aKey); in UpdateKeyBoxes()
641 aKey = aKey2DCB.GetText(); in UpdateKeyBoxes()
642 nPos = aKey2DCB.GetEntryPos(aKey); in UpdateKeyBoxes()
644 if(nPos == LISTBOX_ENTRY_NOTFOUND && aKey.Len() > 0) in UpdateKeyBoxes()
646 aKey2DCB.InsertEntry(aKey); in UpdateKeyBoxes()
/aoo4110/main/package/inc/
H A DEncryptionData.hxx58 …EncryptionData& aData, const ::com::sun::star::uno::Sequence< sal_Int8 >& aKey, sal_Int32 nEncAlg,… in EncryptionData() argument
60 , m_aKey( aKey ) in EncryptionData()

Completed in 123 milliseconds

123456