Home
last modified time | relevance | path

Searched refs:rKey (Results 1 – 25 of 117) sorted by relevance

12345

/trunk/main/connectivity/source/inc/dbase/
H A Ddindexnode.hxx233 ONDXNode(const ONDXKey& rKey, in ONDXNode() argument
247 void SetKey(ONDXKey& rKey) {aKey = rKey;} in SetKey() argument
284 ,nRecord(rKey.nRecord) in ONDXKey()
285 ,xValue(rKey.xValue) in ONDXKey()
291 if(&rKey == this) in operator =()
294 xValue = rKey.xValue; in operator =()
295 nRecord = rKey.nRecord; in operator =()
302 if(&rKey == this) in operator ==()
308 return !operator== (rKey); in operator !=()
320 return !operator > (rKey); in operator <=()
[all …]
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx305 aBool.Name = rKey; in ReadBool()
325 aInt32.Name = rKey; in ReadInt32()
390 aString.Name = rKey; in ReadString()
409 aPropValue.Name = rKey; in ReadAny()
418 aBool.Name = rKey; in WriteBool()
435 xPropSet->setPropertyValue( rKey, aAny ); in WriteBool()
451 aInt32.Name = rKey; in WriteInt32()
469 xPropSet->setPropertyValue( rKey, aAny ); in WriteInt32()
535 aString.Name = rKey; in WriteString()
553 xPropSet->setPropertyValue( rKey, aAny ); in WriteString()
[all …]
/trunk/main/vcl/source/window/
H A Dmnemonic.cxx77 sal_Unicode cMnemonic = rKey.GetChar( nIndex+1 ); in ImplFindMnemonic()
88 void MnemonicGenerator::RegisterMnemonic( const XubString& rKey ) in RegisterMnemonic() argument
97 XubString aKey = xCharClass->toUpper( rKey, 0, rKey.Len(), rLocale ); in RegisterMnemonic()
131 sal_Bool MnemonicGenerator::CreateMnemonic( XubString& rKey ) in CreateMnemonic() argument
133 if ( !rKey.Len() || ImplFindMnemonic( rKey ) ) in CreateMnemonic()
143 XubString aKey = xCharClass->toUpper( rKey, 0, rKey.Len(), rLocale ); in CreateMnemonic()
223 rKey.Insert( MNEMONIC_CHAR, nIndex ); in CreateMnemonic()
275 rKey.Insert( MNEMONIC_CHAR, nBestIndex ); in CreateMnemonic()
284 if ( !bChanged && (nCJK == 1) && rKey.Len() ) in CreateMnemonic()
299 nIndex = rKey.Len(); in CreateMnemonic()
[all …]
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx199 bool BitmapCache::HasBitmap (const CacheKey& rKey) in HasBitmap() argument
211 bool BitmapCache::BitmapIsUpToDate (const CacheKey& rKey) in BitmapIsUpToDate() argument
226 Bitmap BitmapCache::GetBitmap (const CacheKey& rKey) in GetBitmap() argument
235 SetBitmap(rKey, Bitmap(), false); in GetBitmap()
236 iEntry = mpBitmapContainer->find(rKey); in GetBitmap()
274 void BitmapCache::ReleaseBitmap (const CacheKey& rKey) in ReleaseBitmap() argument
331 const CacheKey& rKey, in SetBitmap() argument
348 rKey, in SetBitmap()
361 const CacheKey& rKey, in SetMarkedBitmap() argument
396 rKey, in SetPrecious()
[all …]
H A DSlsBitmapCache.hxx96 bool HasBitmap (const CacheKey& rKey);
101 bool BitmapIsUpToDate (const CacheKey& rKey);
105 Bitmap GetBitmap (const CacheKey& rKey);
109 Bitmap GetMarkedBitmap (const CacheKey& rKey);
114 void ReleaseBitmap (const CacheKey& rKey);
123 bool InvalidateBitmap (const CacheKey& rKey);
132 const CacheKey& rKey,
139 const CacheKey& rKey,
145 void SetPrecious (const CacheKey& rKey, bool bIsPrecious);
178 const CacheKey& rKey,
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx361 rKey, bCreate ) ); in getAdditionalPropertySet()
411 if ( rKey.compareTo( in renameAdditionalPropertySet()
417 = rKey.replaceAt( in renameAdditionalPropertySet()
420 rKey, aNewKey, sal_False ) ) in renameAdditionalPropertySet()
498 if ( rKey.compareTo( in copyAdditionalPropertySet()
504 = rKey.replaceAt( in copyAdditionalPropertySet()
507 rKey, aNewKey, sal_False ) ) in copyAdditionalPropertySet()
620 rtl::OUString aKeyWithSlash = rKey; in removeAdditionalPropertySet()
627 aKeyWithoutSlash = rKey; in removeAdditionalPropertySet()
629 else if ( rKey.getLength() ) in removeAdditionalPropertySet()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx139 while (i < nCount && rKey > ((*this)[i]).GetKey()) in FindPos()
146 sal_Bool ONDXPage::Find(const ONDXKey& rKey) in Find() argument
154 while (i < nCount && rKey > ((*this)[i]).GetKey()) in Find()
163 bResult = aPage.Is() && aPage->Find(rKey); in Find()
173 bResult = rKey == ((*this)[i]).GetKey(); in Find()
794 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare()
799 else if (rKey.getValue().isNull()) in Compare()
813 double m = getValue(),n = rKey.getValue(); in Compare()
947 ONDXKey& rKey = rNode.GetKey(); in PrintPage() local
951 if (rKey.getValue().isNull()) in PrintPage()
[all …]
H A DDNoException.cxx360 StringCompare ONDXKey::Compare(const ONDXKey& rKey) const in Compare()
368 …if (rKey.getValue().isNull() || (rKey.IsText(getDBType()) && !rKey.getValue().getString().getLengt… in Compare()
373 else if (rKey.getValue().isNull()) in Compare()
382 sal_Int32 nRes = getValue().getString().compareTo(rKey.getValue()); in Compare()
387 double m = getValue(),n = rKey.getValue(); in Compare()
392 if (eResult == COMPARE_EQUAL && nRecord && rKey.nRecord) in Compare()
393 eResult = (nRecord > rKey.nRecord) ? COMPARE_GREATER : in Compare()
394 (nRecord == rKey.nRecord) ? COMPARE_EQUAL : COMPARE_LESS; in Compare()
526 ONDXKey& rKey = rNode.GetKey(); in PrintPage() local
530 if (rKey.getValue().isNull()) in PrintPage()
[all …]
/trunk/main/stoc/source/corereflection/
H A Dlrucache.hxx76 inline t_Val getValue( const t_Key & rKey ) const;
82 inline void setValue( const t_Key & rKey, const t_Val & rValue );
88 inline sal_Bool hasValue( const t_Key & rKey ) const;
149 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in hasValue()
154 inline t_Val LRU_Cache< t_Key, t_Val, t_KeyHash, t_KeyEqual >::getValue( const t_Key & rKey ) const in getValue()
157 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in getValue()
174 const t_Key & rKey, const t_Val & rValue ) in setValue() argument
179 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in setValue()
194 _aKey2Element[ pEntry->aKey = rKey ] = pEntry; in setValue()
229 size_t operator()( const ::rtl::OUString & rKey ) const in operator ()()
[all …]
/trunk/main/stoc/source/tdmanager/
H A Dlrucache.hxx77 inline t_Val getValue( t_Key const & rKey ) const;
83 inline void setValue( t_Key const & rKey, t_Val const & rValue );
89 inline sal_Bool hasValue( t_Key const & rKey ) const;
149 t_Key const & rKey ) const in hasValue()
152 typename t_Key2Element::const_iterator const iFind( _aKey2Element.find( rKey ) ); in hasValue()
158 t_Key const & rKey ) const in getValue()
161 const typename t_Key2Element::const_iterator iFind( _aKey2Element.find( rKey ) ); in getValue()
178 t_Key const & rKey, t_Val const & rValue ) in setValue() argument
198 _aKey2Element[ pEntry->aKey = rKey ] = pEntry; in setValue()
232 size_t operator()( ::rtl::OUString const & rKey ) const in operator ()()
[all …]
/trunk/main/cppuhelper/source/
H A Dinterfacecontainer.cxx435 if (iter->first == rKey) in findType()
448 t_type2ptr::iterator iter = findType( pMap, rKey ); in getContainer()
454 const Type & rKey, const Reference< XInterface > & rListener ) in addInterface() argument
459 t_type2ptr::iterator iter = findType( pMap, rKey ); in addInterface()
463 pMap->push_back(std::pair<Type, void*>(rKey, pLC)); in addInterface()
470 const Type & rKey, const Reference< XInterface > & rListener ) in removeInterface() argument
477 t_type2ptr::iterator iter = findType( pMap, rKey ); in removeInterface()
626 t_long2ptr::iterator iter = findLong( pMap, rKey ); in getContainer()
639 t_long2ptr::iterator iter = findLong( pMap, rKey ); in addInterface()
643 pMap->push_back(std::pair< sal_Int32, void* >(rKey, pLC)); in addInterface()
[all …]
/trunk/main/svtools/inc/svtools/
H A DFilterConfigItem.hxx72 sal_Bool ReadBool( const ::rtl::OUString& rKey, sal_Bool bDefault );
73 sal_Int32 ReadInt32( const ::rtl::OUString& rKey, sal_Int32 nDefault );
75 ReadSize( const ::rtl::OUString& rKey, const ::com::sun::star::awt::Size& rDefault );
77 ReadString( const ::rtl::OUString& rKey, const ::rtl::OUString& rDefault );
79 ReadAny( const ::rtl::OUString& rKey, const ::com::sun::star::uno::Any& rDefault );
83 void WriteBool( const ::rtl::OUString& rKey, sal_Bool bValue );
84 void WriteInt32( const ::rtl::OUString& rKey, sal_Int32 nValue );
85 void WriteSize( const ::rtl::OUString& rKey, const ::com::sun::star::awt::Size& rSize );
86 void WriteString( const ::rtl::OUString& rKey, const ::rtl::OUString& rString );
87 void WriteAny( const rtl::OUString& rKey, const ::com::sun::star::uno::Any& rAny );
/trunk/main/tools/source/communi/
H A Dgeninfo.cxx34 GenericInformation::GenericInformation( const ByteString &rKey, in GenericInformation() argument
39 : ByteString( rKey ), in GenericInformation()
116 GenericInformation *GenericInformation::GetSubInfo( ByteString &rKey, in GetSubInfo() argument
124 return pInfoList->GetInfo( rKey, bSearchByPath, bCreatePath ); in GetSubInfo()
216 GenericInformation *GenericInformationList::GetInfo( ByteString &rKey, in GetInfo() argument
222 rKey.EraseLeadingChars( '/' ); in GetInfo()
223 rKey.EraseTrailingChars( '/' ); in GetInfo()
227 sKey = rKey.GetToken( 0, '/' ); in GetInfo()
229 sKey = rKey; in GetInfo()
240 sal_uInt16 nTokenCount = rKey.GetTokenCount('/'); in GetInfo()
[all …]
/trunk/main/store/source/
H A Dstorpage.cxx129 OStorePageKey const & rKey) in find_lookup() argument
142 if (e.compare(entry(rKey)) != entry::COMPARE_EQUAL) in find_lookup()
405 OStorePageKey & rKey, in iterate() argument
428 rKey = e.m_aKey; in iterate()
441 const OStorePageKey &rKey, in load_dirpage_Impl() argument
447 storeError eErrCode = find_lookup (aNode, i, rKey); in load_dirpage_Impl()
462 const OStorePageKey &rKey, in save_dirpage_Impl() argument
503 xNode->insert (i + 1, entry (rKey, aLink)); in save_dirpage_Impl()
514 const OStorePageKey &rKey, in attrib() argument
529 storeError eErrCode = find_lookup (aNode, i, rKey); in attrib()
[all …]
H A Dstorpage.hxx72 OStorePageKey &rKey);
82 OStorePageKey & rKey,
90 const OStorePageKey &rKey,
122 const OStorePageKey &rKey);
173 const OStorePageKey &rKey,
177 const OStorePageKey &rKey,
185 OStorePageKey const & rKey);
/trunk/main/idlc/source/
H A Dastdump.cxx45 sal_Bool AstModule::dump(RegistryKey& rKey) in dump() argument
51 localKey = rKey; in dump()
54 if (rKey.createKey( OStringToOUString(getFullName(), RTL_TEXTENCODING_UTF8 ), localKey)) in dump()
58 …getFullName().getStr(), OUStringToOString(rKey.getRegistryName(), RTL_TEXTENCODING_UTF8).getStr()); in dump()
137 return AstDeclaration::dump(rKey); in dump()
140 sal_Bool AstTypeDef::dump(RegistryKey& rKey) in dump() argument
144 if (rKey.createKey( OStringToOUString(getFullName(), RTL_TEXTENCODING_UTF8 ), localKey)) in dump()
148 …getFullName().getStr(), OUStringToOString(rKey.getRegistryName(), RTL_TEXTENCODING_UTF8).getStr()); in dump()
175 sal_Bool AstService::dump(RegistryKey& rKey) in dump() argument
229 if (rKey.createKey( in dump()
[all …]
/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx289 … getMapElement( const MapType& rMap, const typename MapType::key_type& rKey );
295 … getMapElementAccess( MapType& rMap, const typename MapType::key_type& rKey );
301 …getMapElement( const MapType& rMap, const typename MapType::key_type& rKey, const typename MapType…
307 …getMapElementAccess( MapType& rMap, const typename MapType::key_type& rKey, typename MapType::mapp…
373 …type* ContainerHelper::getMapElement( const MapType& rMap, const typename MapType::key_type& rKey ) in getMapElement() argument
375 typename MapType::const_iterator aIt = rMap.find( rKey ); in getMapElement()
380 …type* ContainerHelper::getMapElementAccess( MapType& rMap, const typename MapType::key_type& rKey ) in getMapElementAccess() argument
382 typename MapType::iterator aIt = rMap.find( rKey ); in getMapElementAccess()
389 typename MapType::const_iterator aIt = rMap.find( rKey ); in getMapElement()
394 …er::getMapElementAccess( MapType& rMap, const typename MapType::key_type& rKey, typename MapType::… in getMapElementAccess() argument
[all …]
/trunk/main/tools/source/generic/
H A Dconfig.cxx972 ByteString Config::ReadKey( const ByteString& rKey ) const in ReadKey()
974 return ReadKey( rKey, getEmptyByteString() ); in ReadKey()
983 return UniString( ReadKey( rKey ), eEncoding ); in ReadKey()
992 aTraceStr += rKey; in ReadKey()
1011 if ( !pKey->mbIsComment && pKey->maKey.EqualsIgnoreCaseAscii( rKey ) ) in ReadKey()
1023 void Config::WriteKey( const ByteString& rKey, const ByteString& rStr ) in WriteKey() argument
1027 aTraceStr += rKey; in WriteKey()
1053 if ( !pKey->mbIsComment && pKey->maKey.EqualsIgnoreCaseAscii( rKey ) ) in WriteKey()
1065 pKey->maKey = rKey; in WriteKey()
1096 WriteKey( rKey, ByteString( rValue, eEncoding ) ); in WriteKey()
[all …]
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx1122 if( rKey.equalsAscii( "include" ) ) in implProcessConfigItemStr()
1124 else if( rKey.equalsAscii( "exclude" ) ) in implProcessConfigItemStr()
1184 if( rKey.equalsAscii( "default" ) ) in implProcessConfigItemStr()
1243 if( rKey.equalsAscii( "ignore-empty" ) ) in implProcessConfigItemStr()
1267 if( rKey.equalsAscii( "ignore" ) ) in implProcessConfigItemStr()
1527 maConfigData[ rKey ] = rData; in setOption()
1580 else if( rKey.equalsAscii( "constlist" ) ) in implProcessConfigItemStr()
1582 else if( rKey.equalsAscii( "multilist" ) ) in implProcessConfigItemStr()
1593 setOption( rKey, rData ); in implProcessConfigItemStr()
1698 mxCfgData->setOption( rKey, rData ); in setStringOption()
[all …]
/trunk/main/tools/inc/tools/
H A Dgeninfo.hxx58 GenericInformation( const ByteString &rKey, const ByteString &rValue,
82 GenericInformation *GetSubInfo( ByteString &rKey, sal_Bool bSearchByPath = sal_False,
97 GenericLockInformation( const ByteString &rKey, const ByteString &rValue, in GenericLockInformation() argument
100 : GenericInformation( rKey, rValue, pParentList, pSubInfos), in GenericLockInformation()
166 GenericInformation *GetSubInfo( ByteString &rKey, sal_Bool bSearchByPath = sal_False, in GetSubInfo() argument
170 return GenericInformation::GetSubInfo(rKey, bSearchByPath, bCreatePath); } in GetSubInfo()
207 GenericInformation *GetInfo( ByteString &rKey, sal_Bool bSearchByPath = sal_False,
H A Dconfig.hxx69 ByteString ReadKey( const ByteString& rKey ) const;
70 UniString ReadKey( const ByteString& rKey, rtl_TextEncoding eEncoding ) const;
71 ByteString ReadKey( const ByteString& rKey, const ByteString& rDefault ) const;
72 void WriteKey( const ByteString& rKey, const ByteString& rValue );
73 void WriteKey( const ByteString& rKey, const UniString& rValue, rtl_TextEncoding eEncoding );
74 void DeleteKey( const ByteString& rKey );
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.hxx93 const key & rKey ) const SAL_THROW( () ) in getContainer()
97 typename InterfaceMap::iterator iter = find( rKey ); in getContainer()
106 const key & rKey, in addInterface() argument
111 typename InterfaceMap::iterator iter = find( rKey ); in addInterface()
115 m_pMap->push_back(std::pair<key, void*>(rKey, pLC)); in addInterface()
125 const key & rKey, in removeInterface() argument
132 typename InterfaceMap::iterator iter = find( rKey ); in removeInterface()
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx67 const KeyCode rKey = pEvt->GetKeyCode(); in PreNotify() local
69 if ((rKey.GetCode() == KEY_UP || rKey.GetCode() == KEY_DOWN) && in PreNotify()
74 nPos = nPos + (rKey.GetCode() == KEY_DOWN ? 1 : -1); in PreNotify()
174 const KeyCode rKey = pEvt->GetKeyCode(); in PreNotify() local
176 if ((rKey.GetCode() == KEY_UP || rKey.GetCode() == KEY_DOWN) && in PreNotify()
181 nPos = nPos + (rKey.GetCode() == KEY_DOWN ? 1 : -1); in PreNotify()
/trunk/main/registry/inc/registry/
H A Dregistry.hxx174 inline RegError loadKey(RegistryKey& rKey,
189 inline RegError saveKey(RegistryKey& rKey,
208 inline RegError mergeKey(RegistryKey& rKey,
221 inline RegError dumpRegistry(RegistryKey& rKey);
1234 inline RegError Registry::loadKey(RegistryKey& rKey, in loadKey() argument
1237 { return m_pApi->loadKey(m_hImpl, rKey.m_hImpl, keyName.pData, regFileName.pData); } in loadKey()
1239 inline RegError Registry::saveKey(RegistryKey& rKey, in saveKey() argument
1242 { return m_pApi->saveKey(m_hImpl, rKey.m_hImpl, keyName.pData, regFileName.pData); } in saveKey()
1244 inline RegError Registry::mergeKey(RegistryKey& rKey, in mergeKey() argument
1251 inline RegError Registry::dumpRegistry(RegistryKey& rKey) in dumpRegistry() argument
[all …]
/trunk/main/basctl/source/inc/
H A Dbastypes.hxx262 LibInfoKey( const LibInfoKey& rKey );
263 LibInfoKey& operator=( const LibInfoKey& rKey );
265 bool operator==( const LibInfoKey& rKey ) const;
300 size_t operator()( const LibInfoKey& rKey ) const in operator ()()
302 size_t nHash = (size_t) rKey.GetDocument().hashCode(); in operator ()()
303 nHash += (size_t) ::rtl::OUString( rKey.GetLibName() ).hashCode(); in operator ()()
318 LibInfoItem* GetInfo( const LibInfoKey& rKey );

Completed in 137 milliseconds

12345