Home
last modified time | relevance | path

Searched refs:m_aKey (Results 1 – 18 of 18) sorted by relevance

/aoo42x/main/connectivity/source/drivers/ado/
H A DAKey.cxx47 m_aKey = WpADOKey(_pKey); in OAdoKey()
56 m_aKey.Create(); in OAdoKey()
64 if ( m_aKey.IsValid() ) in refreshColumns()
66 aColumns = m_aKey.get_Columns(); in refreshColumns()
102 if(m_aKey.IsValid()) in setFastPropertyValue_NoBroadcast()
110 m_aKey.put_Name(aVal); in setFastPropertyValue_NoBroadcast()
118 m_aKey.put_Type(Map2KeyRule(nVal)); in setFastPropertyValue_NoBroadcast()
126 m_aKey.put_RelatedTable(aVal); in setFastPropertyValue_NoBroadcast()
134 m_aKey.put_UpdateRule(Map2Rule(nVal)); in setFastPropertyValue_NoBroadcast()
142 m_aKey.put_DeleteRule(Map2Rule(nVal)); in setFastPropertyValue_NoBroadcast()
H A DADatabaseMetaDataImpl.cxx448 if(m_aKey.IsValid()) in fillPropertyValues()
450 m_aProps->m_Type = MapKeyRule(m_aKey.get_Type()); in fillPropertyValues()
451 m_Name = m_aKey.get_Name(); in fillPropertyValues()
452 m_aProps->m_ReferencedTable = m_aKey.get_RelatedTable(); in fillPropertyValues()
453 m_aProps->m_UpdateRule = MapRule(m_aKey.get_UpdateRule()); in fillPropertyValues()
454 m_aProps->m_DeleteRule = MapRule(m_aKey.get_DeleteRule()); in fillPropertyValues()
/aoo42x/main/store/source/
H A Dstortree.hxx50 K m_aKey; member
60 : m_aKey (rKey), in OStoreBTreeEntry()
66 : m_aKey (rhs.m_aKey), in OStoreBTreeEntry()
73 m_aKey = rhs.m_aKey; in operator =()
90 if (m_aKey < rOther.m_aKey) in compare()
92 else if (m_aKey == rOther.m_aKey) in compare()
H A Dstortree.cxx73 if (t.m_aKey == m_pData[m].m_aKey) in find()
75 if (t.m_aKey < m_pData[m].m_aKey) in find()
82 if ((k < capacityCount()) && (t.m_aKey < m_pData[k].m_aKey)) in find()
227 xPage->insert (nIndexL + 1, T(xPageR->m_pData[0].m_aKey, aLink)); in split()
300 rPage.m_pData[nIndexL].m_aKey = xPageL->m_pData[0].m_aKey; in remove()
H A Dstordata.hxx308 K m_aKey; member
321 m_aKey = K(); in initialize()
329 : m_aGuard(), m_aKey(), m_nAttrib (0) in OStorePageNameBlock()
340 nCRC32 = rtl_crc32 (nCRC32, &m_aKey, theSize - sizeof(G)); in guard()
350 nCRC32 = rtl_crc32 (nCRC32, &m_aKey, theSize - sizeof(G)); in verify()
721 return PAGE().m_aNameBlock.m_aKey; in key()
725 PAGE().m_aNameBlock.m_aKey = rKey; in key()
735 sal_uInt32 nPath = store::ntohl(rPage.m_aNameBlock.m_aKey.m_nHigh); in path()
H A Dstorpage.cxx428 rKey = e.m_aKey; in iterate()
742 e.m_aKey = aDstKey; in rename()
746 eErrCode = m_aRoot.find_insert (aDstNode, i, e.m_aKey, *this); in rename()
772 aPage.key (e.m_aKey); in rename()
781 e.m_aKey = rSrcKey; in rename()
1032 eErrCode = link (e.m_aKey, aDstKey); in rebuild()
1041 eErrCode = attrib (e.m_aKey, 0, e.m_nAttrib, nAttrib); in rebuild()
/aoo42x/main/svtools/inc/svtools/
H A Dsvparser.hxx211 String m_aKey; member in SvKeyValue
221 : m_aKey (rKey), m_aValue (rValue) in SvKeyValue()
225 : m_aKey (rOther.m_aKey), m_aValue (rOther.m_aValue) in SvKeyValue()
232 m_aKey = rOther.m_aKey; in operator =()
239 const String& GetKey (void) const { return m_aKey; } in GetKey()
242 void SetKey (const String &rKey ) { m_aKey = rKey; } in SetKey()
/aoo42x/main/package/inc/
H A DEncryptionData.hxx52 ::com::sun::star::uno::Sequence < sal_Int8 > m_aKey;
60 , m_aKey( aKey ) in EncryptionData()
69 , m_aKey( aData.m_aKey ) in EncryptionData()
/aoo42x/main/cui/source/customize/
H A Dacccfg.cxx675 sal_uInt16 nCode2 = pUserData->m_aKey.GetCode(); in KeyInput()
676 sal_uInt16 nMod2 = pUserData->m_aKey.GetModifier(); in KeyInput()
966 aAWTKey = ::svt::AcceleratorExecute::st_VCLKey2AWTKey(pUserData->m_aKey); in Apply()
1112 TAccInfo* pU1 = new TAccInfo(-1, -1, pUserData->m_aKey); in IMPL_LINK()
1113 … SvLBoxEntry* pE1 = aKeyBox.InsertEntry( pUserData->m_aKey.GetName(), 0L, sal_True, LIST_APPEND ); in IMPL_LINK()
1133 nP2 = MapKeyCodeToPos(pU2->m_aKey); in IMPL_LINK()
1456 sal_uInt16 nCode2 = pUserData->m_aKey.GetCode()+pUserData->m_aKey.GetModifier(); in MapKeyCodeToPos()
/aoo42x/main/ucb/source/core/
H A Ducbstore.cxx1299 OUString m_aKey; member
1308 : m_pCreator( &rCreator ), m_pInfo( NULL ), m_aKey( rKey ), in PersistentPropertySet_Impl()
1710 return m_pImpl->m_aKey; in getKey()
1724 return m_pImpl->m_aKey; in getName()
1732 if ( aName != m_pImpl->m_aKey ) in setName()
1733 m_pImpl->m_pCreator->renamePropertySet( m_pImpl->m_aKey, aName ); in setName()
2437 = makeHierarchalNameSegment( m_pImpl->m_aKey ); in getFullKey()
/aoo42x/main/connectivity/source/inc/ado/
H A DAKey.hxx40 WpADOKey m_aKey; member in connectivity::ado::OAdoKey
57 WpADOKey getImpl() const { return m_aKey;} in getImpl()
/aoo42x/main/sot/source/sdstor/
H A Dstorage.cxx1069 pDestStg->m_aKey = m_aKey; in CopyTo()
1455 m_aKey = rKey; in SetKey()
1459 …rtlDigestError nError = rtl_digest_SHA1( m_aKey.GetBuffer(), m_aKey.Len(), aBuffer, RTL_DIGEST_LEN… in SetKey()
H A Ducbstorage.cxx456 ByteString m_aKey; member in UCBStorageStream_Impl
712 m_aKey = *pKey; in UCBStorageStream_Impl()
2958 if ( pElement->m_xStream->m_aKey == aKey )
/aoo42x/main/package/source/package/zipapi/
H A DZipFile.cxx160 reinterpret_cast< const sal_uInt8 * > (xEncryptionData->m_aKey.getConstArray() ), in StaticGetCipher()
161 xEncryptionData->m_aKey.getLength(), in StaticGetCipher()
392 if ( !rData->m_aKey.getLength() ) in StaticGetDataFromRawStream()
443 if ( !rData.is() || !rData->m_aKey.getLength() ) in StaticHasValidPassword()
499 if ( rData.is() && rData->m_aKey.getLength() ) in hasValidPassword()
/aoo42x/main/cui/source/inc/
H A Dacccfg.hxx105 , m_aKey (aKey ) in TAccInfo()
119 KeyCode m_aKey; member
/aoo42x/main/sot/inc/sot/
H A Dstorage.hxx128 ByteString m_aKey; // aKey.Len != 0 -> Verschluesselung member in SotStorage
163 const ByteString & GetKey() const { return m_aKey; } in GetKey()
/aoo42x/main/vcl/inc/vcl/
H A Dppdparser.hxx66 String m_aKey; member in psp::PPDKey
98 const String& getKey() const { return m_aKey; } in getKey()
/aoo42x/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1681 m_aKey( rKey ), in PPDKey()

Completed in 143 milliseconds