Searched refs:maKey (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsRequestQueue.cxx | 44 : maKey(aKey), mnPriorityInClass(nPriority), meClass(eClass) in Request() 62 DataComparator (const Request&rRequest):maKey(rRequest.maKey){} in DataComparator() 63 DataComparator (const CacheKey aKey):maKey(aKey){} in DataComparator() 64 bool operator() (const Request& rRequest) { return maKey == rRequest.maKey; } in operator ()() 65 private: const CacheKey maKey; member in sd::slidesorter::cache::Request::DataComparator 68 CacheKey maKey; member in sd::slidesorter::cache::Request 211 return mpRequestQueue->begin()->maKey; in GetFront()
|
/aoo41x/main/canvas/inc/canvas/ |
H A D | canvastools.hxx | 526 const char* maKey; member 557 const ::rtl::OString aStr( pMap->maKey ); in ValueMap() 562 pMap->maKey); in ValueMap() 574 pMap[0].maKey, in ValueMap() 575 pMap[1].maKey); in ValueMap() 580 const ::rtl::OString aStr2( pMap[1].maKey ); in ValueMap() 585 pMap[1].maKey); in ValueMap() 629 if( strcmp( pRes->maKey, aSearchKey.maKey ) == 0 ) in lookup() 645 return strcmp( rLHS.maKey, in mapComparator() 646 rRHS.maKey ) < 0; in mapComparator()
|
/aoo41x/main/tools/source/generic/ |
H A D | config.cxx | 53 ByteString maKey; member 412 pKey->maKey = ByteString( (const sal_Char*)pLine, nNameLen ); in ImplMakeConfigList() 493 nBufLen += pKey->maKey.Len() + nValueLen + nLineEndLen + 1; in ImplGetConfigBuffer() 564 nKeyLen = pKey->maKey.Len(); in ImplGetConfigBuffer() 565 memcpy( pBuf, pKey->maKey.GetBuffer(), nKeyLen ); in ImplGetConfigBuffer() 1011 if ( !pKey->mbIsComment && pKey->maKey.EqualsIgnoreCaseAscii( rKey ) ) in ReadKey() 1053 if ( !pKey->mbIsComment && pKey->maKey.EqualsIgnoreCaseAscii( rKey ) ) in WriteKey() 1065 pKey->maKey = rKey; in WriteKey() 1118 if ( !pKey->mbIsComment && pKey->maKey.EqualsIgnoreCaseAscii( rKey ) ) in DeleteKey() 1204 return pKey->maKey; in GetKeyName()
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbasystem.cxx | 44 maKey = rKey; in Initialize() 52 rtl::OUString sValue = String( aCfg.ReadKey( maKey ), RTL_TEXTENCODING_DONTKNOW ); in getValueEvent() 65 aCfg.WriteKey( maKey, ByteString( aValue.getStr(), RTL_TEXTENCODING_DONTKNOW ) ); in setValueEvent()
|
H A D | vbasystem.hxx | 38 ByteString maKey; member in PrivateProfileStringListener
|
/aoo41x/main/oox/source/core/ |
H A D | filterdetect.cxx | 458 inline const sal_uInt8* getKey() const { return &maKey.front(); } in getKey() 462 ::std::vector< sal_uInt8 > maKey; 467 maKey( static_cast< size_t >( rEncryptInfo.mnKeySize / 8 ), 0 ) in PasswordVerifier() 474 …o_rEncryptionData = lclGenerateEncryptionKey( mrEncryptInfo, rPassword, &maKey.front(), maKey.size… in verifyPassword()
|
/aoo41x/main/canvas/source/tools/ |
H A D | propertysethelper.cxx | 59 return strcmp( rLHS.maKey, in operator ()() 60 rRHS.maKey ) < 0; in operator ()()
|
Completed in 47 milliseconds