Home
last modified time | relevance | path

Searched refs:maKey (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsRequestQueue.cxx44 : 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()
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx527 const char* maKey; member
558 const ::rtl::OString aStr( pMap->maKey ); in ValueMap()
563 pMap->maKey); in ValueMap()
575 pMap[0].maKey, in ValueMap()
576 pMap[1].maKey); in ValueMap()
581 const ::rtl::OString aStr2( pMap[1].maKey ); in ValueMap()
586 pMap[1].maKey); in ValueMap()
630 if( strcmp( pRes->maKey, aSearchKey.maKey ) == 0 ) in lookup()
646 return strcmp( rLHS.maKey, in mapComparator()
647 rRHS.maKey ) < 0; in mapComparator()
/trunk/main/tools/source/generic/
H A Dconfig.cxx53 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()
/trunk/main/sw/source/ui/vba/
H A Dvbasystem.cxx44 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 Dvbasystem.hxx38 ByteString maKey; member in PrivateProfileStringListener
/trunk/main/canvas/source/tools/
H A Dpropertysethelper.cxx59 return strcmp( rLHS.maKey, in operator ()()
60 rRHS.maKey ) < 0; in operator ()()

Completed in 39 milliseconds