Home
last modified time | relevance | path

Searched refs:aKey (Results 101 – 125 of 134) sorted by relevance

123456

/aoo42x/main/xmloff/source/transform/
H A DTransformerBase.cxx91 XMLTransformerActions::key_type aKey( nPrefix, rLocalName ); in CreateContext() local
93 GetElemActions().find( aKey ); in CreateContext()
542 XMLTransformerActions::key_type aKey( nPrefix, aLocalName ); in ProcessAttrList() local
544 pActions->find( aKey ); in ProcessAttrList()
H A DOOo2Oasis.cxx1364 XMLTransformerActions::key_type aKey( nPrefix, aLocalName ); in StartElement() local
1366 pActions->find( aKey ); in StartElement()
1482 Sequence < sal_Int8 > aKey; in StartElement() local
1483 SvXMLUnitConverter::decodeBase64( aKey, in StartElement()
1485 rPropSet->setPropertyValue( aPropName, makeAny( aKey ) ); in StartElement()
/aoo42x/main/stoc/source/registry_tdprovider/
H A Drdbtdp_tdenumeration.cxx104 rtl::OUString aKey( rModuleName.replace( '.', '/' ) ); in createInstance() local
116 xKey = (*it)->openKey( aKey ); in createInstance()
/aoo42x/main/basctl/source/basicide/
H A Dbastypes.cxx846 LibInfoKey aKey( pItem->GetDocument(), pItem->GetLibName() ); in InsertInfo() local
847 LibInfoMap::iterator it = m_aLibInfoMap.find( aKey ); in InsertInfo()
854 m_aLibInfoMap.insert( LibInfoMap::value_type( aKey, pItem ) ); in InsertInfo()
/aoo42x/main/canvas/inc/canvas/
H A Dcanvastools.hxx613 … ::rtl::OString aKey( ::rtl::OUStringToOString( mbCaseSensitive ? rName : rName.toAsciiLowerCase(), in lookup()
617 aKey.getStr(), in lookup()
/aoo42x/main/vcl/aqua/source/window/
H A Dsalframe.cxx1059 rtl::OUStringBuffer aKey( 3 ); in GetKeyName() local
1060 aKey.append( sal_Unicode( 'F' ) ); in GetKeyName()
1061 aKey.append( sal_Int32( i - KEY_F1 + 1 ) ); in GetKeyName()
1062 aKeyMap[ i ] = aKey.makeStringAndClear(); in GetKeyName()
/aoo42x/main/sw/source/filter/html/
H A Dsvxcss1.cxx698 aKey( rKey ), in SvxCSS1MapEntry()
703 aKey.ToUpperAscii(); in SvxCSS1MapEntry()
709 return rE1.aKey==rE2.aKey; in operator ==()
714 return rE1.aKey<rE2.aKey; in operator <()
/aoo42x/main/sal/qa/rtl/digest/
H A Drtl_digest.cxx1010 rtl::OString aKey = createHex(pKeyBuffer, nKeyLen); in run_check_PBKDF2() local
1011 printf("Key: %s\n", aKey.getStr()); in run_check_PBKDF2()
1021 return aKey; in run_check_PBKDF2()
/aoo42x/main/forms/source/component/
H A DFormattedField.cxx842 Any aKey = m_xAggregateSet->getPropertyValue(PROPERTY_FORMATKEY); in write() local
843 sal_Int32 nKey = aKey.hasValue() ? getINT32(aKey) : 0; in write()
/aoo42x/main/vcl/source/window/
H A Dsplit.cxx698 KeyCode aKey( KEY_ESCAPE ); in KeyInput() local
699 ImplKbdTracking( aKey ); in KeyInput()
/aoo42x/main/package/source/xstor/
H A Dowriteablestream.cxx111 const uno::Sequence< beans::NamedValue >& aKey ) in SetEncryptionKeyProperty_Impl()
118 …UString( RTL_CONSTASCII_USTRINGPARAM( STORAGE_ENCRYPTION_KEYS_PROPERTY ) ), uno::makeAny( aKey ) ); in SetEncryptionKeyProperty_Impl()
442 uno::Sequence< beans::NamedValue > aKey; in IsEncrypted() local
444 GetEncryptionKeyProperty_Impl( xPropSet ) >>= aKey; in IsEncrypted()
452 if ( !bWasEncr && bToBeEncr && !aKey.getLength() ) in IsEncrypted()
1639 uno::Sequence< beans::NamedValue > aKey = aEncryptionData.getAsConstNamedValueList(); in GetCopyOfLastCommit() local
1652 if ( !SequencesEqual( aKey, aPackKey ) ) in GetCopyOfLastCommit()
/aoo42x/main/xmloff/source/core/
H A Dxmlimp.cxx1464 StyleMap::key_type aKey( nFamily, rName ); in AddStyleDisplayName() local
1465 StyleMap::value_type aValue( aKey, rDisplayName ); in AddStyleDisplayName()
1477 StyleMap::key_type aKey( nFamily, rName ); in GetStyleDisplayName() local
1478 StyleMap::const_iterator aIter = mpStyleMap->find( aKey ); in GetStyleDisplayName()
/aoo42x/main/oox/source/core/
H A Dencryption.cxx231 …Sequence< sal_Int8 > aKey = aHashData.getUnpackedValueOrDefault( CREATE_OUSTRING( "AES128Encryptio… in verifyEncryptionData() local
234 const sal_uInt8 *pnKey = reinterpret_cast< const sal_uInt8* >( aKey.getConstArray() ); in verifyEncryptionData()
235 sal_uInt32 nKeySize = aKey.getLength(); in verifyEncryptionData()
/aoo42x/main/tools/inc/tools/
H A Dstream.hxx270 ByteString aKey; // aKey.Len != 0 -> Verschluesselung member in SvStream
339 const ByteString& GetKey() const { return aKey; } in GetKey()
/aoo42x/main/framework/inc/xml/
H A Dacceleratorconfigurationwriter.hxx108 …impl_ts_writeKeyCommandPair(const css::awt::KeyEvent& aKey ,
/aoo42x/main/svtools/inc/svtools/
H A Deditsyntaxhighlighter.hxx40 virtual void DoBracketHilight(sal_uInt16 aKey);
/aoo42x/main/sw/source/core/tox/
H A Dtxmsrt.cxx484 aKey(rStr), sReading(rReading), nLev(nLevel) in SwTOXCustom()
529 rTxt = aKey; in GetText_Impl()
/aoo42x/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.hxx77 …M_TYPE nNSSCipherID, const ::com::sun::star::uno::Sequence< ::sal_Int8 >& aKey, const ::com::sun::…
H A Dnssinitializer.hxx59 …sal_Int32 nCipherID, const ::com::sun::star::uno::Sequence< ::sal_Int8 >& aKey, const ::com::sun::…
/aoo42x/main/sw/source/filter/xml/
H A Dxmlimp.cxx1261 Sequence<sal_Int8> aKey; in SetConfigurationSettings() local
1262 pValues->Value >>= aKey; in SetConfigurationSettings()
1263 GetTextImport()->SetChangesProtectionKey( aKey ); in SetConfigurationSettings()
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx921 helpdatafileproxy::HDFData aKey; in getKeyword() local
933 while( aHdf.getNextKeyAndValue( aKey, aValue ) ) in getKeyword()
935 rtl::OUString keyword( aKey.getData(), aKey.getSize(), in getKeyword()
/aoo42x/main/ucbhelper/source/provider/
H A Dcontenthelper.cxx713 rtl::OUString aKey( xSet->getKey() ); in removeProperty() local
715 xReg->removePropertySet( aKey ); in removeProperty()
/aoo42x/main/tools/source/stream/
H A Dstream.cxx2376 aKey = rKey; in SetKey()
2377 nCryptMask = implGetCryptMask( aKey.GetBuffer(), aKey.Len(), GetVersion() ); in SetKey()
/aoo42x/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx881 OString aKey = OUStringToOString( pKey->getKey(), RTL_TEXTENCODING_ASCII_US ); in getOptionsFromDocumentSetup() local
883 …rNumOptions = m_pCUPSWrapper->cupsAddOption( aKey.getStr(), aValue.getStr(), rNumOptions, (cups_op… in getOptionsFromDocumentSetup()
/aoo42x/main/basic/source/classes/
H A Dsb.cxx2245 String aKey = pKey->GetString(); in CollAdd() local
2246 if( implGetIndexForName( aKey ) != -1 ) in CollAdd()
2251 pNewItem->SetName( aKey ); in CollAdd()

Completed in 215 milliseconds

123456