/trunk/main/connectivity/source/drivers/ado/ |
H A D | AKey.cxx | 47 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 D | ADatabaseMetaDataImpl.cxx | 448 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()
|
/trunk/main/store/source/ |
H A D | stortree.hxx | 50 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 D | stortree.cxx | 73 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 D | stordata.hxx | 308 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 D | storpage.cxx | 428 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()
|
/trunk/main/svtools/inc/svtools/ |
H A D | svparser.hxx | 211 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()
|
/trunk/main/package/inc/ |
H A D | EncryptionData.hxx | 52 ::com::sun::star::uno::Sequence < sal_Int8 > m_aKey; 60 , m_aKey( aKey ) in EncryptionData() 69 , m_aKey( aData.m_aKey ) in EncryptionData()
|
/trunk/main/cui/source/customize/ |
H A D | acccfg.cxx | 675 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()
|
/trunk/main/ucb/source/core/ |
H A D | ucbstore.cxx | 1299 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()
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | AKey.hxx | 40 WpADOKey m_aKey; member in connectivity::ado::OAdoKey 57 WpADOKey getImpl() const { return m_aKey;} in getImpl()
|
/trunk/main/sot/source/sdstor/ |
H A D | storage.cxx | 1069 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 D | ucbstorage.cxx | 456 ByteString m_aKey; member in UCBStorageStream_Impl 712 m_aKey = *pKey; in UCBStorageStream_Impl() 2958 if ( pElement->m_xStream->m_aKey == aKey )
|
/trunk/main/package/source/package/zipapi/ |
H A D | ZipFile.cxx | 160 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()
|
/trunk/main/cui/source/inc/ |
H A D | acccfg.hxx | 105 , m_aKey (aKey ) in TAccInfo() 119 KeyCode m_aKey; member
|
/trunk/main/sot/inc/sot/ |
H A D | storage.hxx | 128 ByteString m_aKey; // aKey.Len != 0 -> Verschluesselung member in SotStorage 163 const ByteString & GetKey() const { return m_aKey; } in GetKey()
|
/trunk/main/vcl/inc/vcl/ |
H A D | ppdparser.hxx | 66 String m_aKey; member in psp::PPDKey 98 const String& getKey() const { return m_aKey; } in getKey()
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1681 m_aKey( rKey ), in PPDKey()
|