Home
last modified time | relevance | path

Searched refs:rKey (Results 26 – 50 of 117) sorted by relevance

12345

/trunk/main/vcl/source/gdi/
H A Dconfigsettings.cxx179 const OUString& SettingsConfigItem::getValue( const OUString& rGroup, const OUString& rKey ) const in getValue()
182 if( group == m_aSettings.end() || group->second.find( rKey ) == group->second.end() ) in getValue()
187 return group->second.find(rKey)->second; in getValue()
194 void SettingsConfigItem::setValue( const OUString& rGroup, const OUString& rKey, const OUString& rV… in setValue() argument
196 bool bModified = m_aSettings[ rGroup ][ rKey ] != rValue; in setValue()
199 m_aSettings[ rGroup ][ rKey ] = rValue; in setValue()
H A Djobset.cxx210 String JobSetup::GetValue( const String& rKey ) const in GetValue()
215 it = mpData->maValueMap.find( rKey ); in GetValue()
223 void JobSetup::SetValue( const String& rKey, const String& rValue ) in SetValue() argument
228 mpData->maValueMap[ rKey ] = rValue; in SetValue()
/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx781 LibInfoKey::LibInfoKey( const LibInfoKey& rKey ) in LibInfoKey() argument
782 :m_aDocument( rKey.m_aDocument ) in LibInfoKey()
783 ,m_aLibName( rKey.m_aLibName ) in LibInfoKey()
787 LibInfoKey& LibInfoKey::operator=( const LibInfoKey& rKey ) in operator =() argument
789 m_aDocument = rKey.m_aDocument; in operator =()
790 m_aLibName = rKey.m_aLibName; in operator =()
794 bool LibInfoKey::operator==( const LibInfoKey& rKey ) const in operator ==()
797 if ( m_aDocument == rKey.m_aDocument && m_aLibName == rKey.m_aLibName ) in operator ==()
879 LibInfoItem* LibInfos::GetInfo( const LibInfoKey& rKey ) in GetInfo() argument
882 LibInfoMap::iterator it = m_aLibInfoMap.find( rKey ); in GetInfo()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h368 const key & rKey,
383 const key & rKey,
404 inline typename InterfaceMap::iterator find(const key &rKey) const in find()
412 if( equal( iter->first, rKey ) ) in find()
551 …OInterfaceContainerHelper * SAL_CALL getContainer( const ::com::sun::star::uno::Type & rKey ) cons…
572 const ::com::sun::star::uno::Type & rKey,
587 const ::com::sun::star::uno::Type & rKey,
/trunk/main/sw/inc/
H A Dtox.hxx641 inline void SwTOXMark::SetPrimaryKey( const String& rKey ) in SetPrimaryKey() argument
644 aPrimaryKey = rKey; in SetPrimaryKey()
647 inline void SwTOXMark::SetSecondaryKey( const String& rKey ) in SetSecondaryKey() argument
650 aSecondaryKey = rKey; in SetSecondaryKey()
659 inline void SwTOXMark::SetPrimaryKeyReading( const String& rKey ) in SetPrimaryKeyReading() argument
662 aPrimaryKeyReading = rKey; in SetPrimaryKeyReading()
665 inline void SwTOXMark::SetSecondaryKeyReading( const String& rKey ) in SetSecondaryKeyReading() argument
668 aSecondaryKeyReading = rKey; in SetSecondaryKeyReading()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddb.cxx147 bool Hdf::getValueForKey( const rtl::OString& rKey, HDFData& rValue ) in getValueForKey() argument
164 StringToValPosMap::const_iterator it = m_pStringToValPosMap->find( rKey ); in getValueForKey()
195 StringToDataMap::const_iterator it = m_pStringToDataMap->find( rKey ); in getValueForKey()
240 bool Hdf::getNextKeyAndValue( HDFData& rKey, HDFData& rValue ) in getNextKeyAndValue() argument
246 if( implReadLenAndData( m_pItData, m_iItPos, rKey ) ) in getNextKeyAndValue()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndexIter.cxx98 ONDXKey* OIndexIterator::GetFirstKey(ONDXPage* pPage, const OOperand& rKey) in GetFirstKey() argument
112 while (i < pPage->Count() && !m_pOperator->operate(&((*pPage)[i]).GetKey(),&rKey)) in GetFirstKey()
116 while (i < pPage->Count() && !aTempOp.operate(&((*pPage)[i]).GetKey(),&rKey)) in GetFirstKey()
126 pFoundKey = aPage.Is() ? GetFirstKey(aPage, rKey) : NULL; in GetFirstKey()
135 if (!m_pOperator->operate(pFoundKey,&rKey)) in GetFirstKey()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx591 const ::rtl::OUString& rKey,
615 const ::rtl::OUString& rKey,
676 const ::rtl::OUString& rKey,
724 const ::rtl::OUString& rKey,
753 const ::rtl::OUString& rKey,
780 const ::rtl::OUString& rKey,
905 const ::rtl::OUString* getOption( const ::rtl::OUString& rKey ) const;
920 const ::rtl::OUString& rKey,
996 Type getIntOption( const String& rKey, Type nDefault ) const;
1044 Type Config::getIntOption( const String& rKey, Type nDefault ) const in getIntOption() argument
[all …]
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.hxx180 SvxCSS1MapEntry( const String& rKey, const SfxItemSet& rItemSet,
192 void SetKey( const String& rKey ) { aKey = rKey; aKey.ToUpperAscii(); } in SetKey() argument
323 SvxCSS1MapEntry *GetMapEntry( const String& rKey,
326 void InsertMapEntry( const String& rKey, const SfxItemSet& rItemSet,
/trunk/main/sw/source/ui/vba/
H A Dvbasystem.cxx40 …:Initialize( const rtl::OUString& rFileName, const ByteString& rGroupName, const ByteString& rKey ) in Initialize() argument
44 maKey = rKey; in Initialize()
143 …:OUString& rFilename, const rtl::OUString& rSection, const rtl::OUString& rKey ) throw ( uno::Runt… in PrivateProfileString() argument
160 ByteString aKey = ByteString( rKey.getStr(), RTL_TEXTENCODING_DONTKNOW); in PrivateProfileString()
/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx220 SvKeyValue (const String &rKey, const String &rValue) in SvKeyValue() argument
221 : m_aKey (rKey), m_aValue (rValue) in SvKeyValue()
242 void SetKey (const String &rKey ) { m_aKey = rKey; } in SetKey() argument
/trunk/main/store/source/
H A Dstortree.hxx57 K const & rKey = K(), in OStoreBTreeEntry()
60 : m_aKey (rKey), in OStoreBTreeEntry()
306 OStorePageKey const & rKey,
315 OStorePageKey const & rKey,
H A Dstortree.cxx418 OStorePageKey const & rKey, in find_lookup() argument
429 T const entry (rKey); in find_lookup()
483 OStorePageKey const & rKey, in find_insert() argument
512 T const entry (rKey); in find_insert()
/trunk/main/uui/source/
H A Diahndl-ioexceptions.cxx38 rtl::OUString const & rKey, in getStringRequestArgument() argument
45 if ((rArguments[i] >>= aProperty) && aProperty.Name == rKey) in getStringRequestArgument()
61 rtl::OUString const & rKey, in getBoolRequestArgument() argument
68 if ((rArguments[i] >>= aProperty) && aProperty.Name == rKey) in getBoolRequestArgument()
/trunk/main/cppuhelper/source/
H A Dunourl.cxx182 bool UnoUrlDescriptor::hasParameter(rtl::OUString const & rKey) const in hasParameter()
184 return m_xImpl->m_aParameters.find(rKey.toAsciiLowerCase()) in hasParameter()
188 rtl::OUString UnoUrlDescriptor::getParameter(rtl::OUString const & rKey) const in getParameter()
191 aIt(m_xImpl->m_aParameters.find(rKey.toAsciiLowerCase())); in getParameter()
/trunk/main/ucb/workben/cachemap/
H A Dcachemapobjectcontainer2.cxx45 rtl::Reference< Object2 > ObjectContainer2::get(rtl::OUString const & rKey) in get() argument
50 Map::iterator aIt(m_aMap.find(rKey)); in get()
59 m_aMap[rKey] in get()
H A Dcachemapobject1.cxx74 rtl::Reference< Object1 > ObjectContainer1::get(rtl::OUString const & rKey) in get() argument
77 Map::iterator aIt(m_aMap.find(rKey)); in get()
81 aIt = m_aMap.insert(Map::value_type(rKey, xElement.get())).first; in get()
H A Dcachemapobject3.cxx75 rtl::Reference< Object3 > ObjectContainer3::get(rtl::OUString const & rKey) in get() argument
78 Map::iterator aIt(m_aMap.find(rKey)); in get()
82 aIt = m_aMap.insert(Map::value_type(rKey, xElement.get())).first; in get()
/trunk/main/vcl/inc/vcl/
H A Dmnemonic.hxx71 SAL_DLLPRIVATE sal_Unicode ImplFindMnemonic( const XubString& rKey );
76 void RegisterMnemonic( const XubString& rKey );
77 sal_Bool CreateMnemonic( XubString& rKey );
/trunk/main/oox/source/ole/
H A Dvbahelper.cxx69 /*static*/ bool VbaHelper::extractKeyValue( OUString& rKey, OUString& rValue, const OUString& rKeyV… in extractKeyValue() argument
74 rKey = rKeyValue.copy( 0, nEqSignPos ).trim(); in extractKeyValue()
76 return (rKey.getLength() > 0) && (rValue.getLength() > 0); in extractKeyValue()
/trunk/main/idlc/source/
H A Dastenum.cxx68 sal_Bool AstEnum::dump(RegistryKey& rKey) in dump() argument
71 if (rKey.createKey( OStringToOUString(getFullName(), RTL_TEXTENCODING_UTF8 ), localKey)) in dump()
75 …getFullName().getStr(), OUStringToOString(rKey.getRegistryName(), RTL_TEXTENCODING_UTF8).getStr()); in dump()
H A Daststruct.cxx88 sal_Bool AstStruct::dump(RegistryKey& rKey) in dump() argument
91 if (rKey.createKey( OStringToOUString(getFullName(), RTL_TEXTENCODING_UTF8 ), localKey)) in dump()
95 …getFullName().getStr(), OUStringToOString(rKey.getRegistryName(), RTL_TEXTENCODING_UTF8).getStr()); in dump()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx960 sal_Bool SvtURLBox::ProcessKey( const KeyCode& rKey ) in ProcessKey() argument
969 KeyCode aCode( rKey.GetCode() ); in ProcessKey()
988 bCtrlClick = rKey.IsMod1(); in ProcessKey()
1052 const KeyCode& rKey = rEvent.GetKeyCode(); in PreNotify() local
1053 KeyCode aCode( rKey.GetCode() ); in PreNotify()
1054 if( ProcessKey( rKey ) ) in PreNotify()
1058 else if( ( aCode == KEY_UP || aCode == KEY_DOWN ) && !rKey.IsMod2() ) in PreNotify()
/trunk/main/svx/source/dialog/
H A Dchecklbx.cxx249 const KeyCode& rKey = rKEvt.GetKeyCode(); in KeyInput() local
251 if ( rKey.GetCode() == KEY_RETURN || rKey.GetCode() == KEY_SPACE ) in KeyInput()
/trunk/main/framework/source/xml/
H A Dacceleratorconfigurationwriter.cxx102 const css::awt::KeyEvent& rKey = *pKey; in flush() local
103 const ::rtl::OUString& rCommand = m_rContainer.getCommandByKey(rKey); in flush()
104 impl_ts_writeKeyCommandPair(rKey, rCommand, xCFG); in flush()

Completed in 104 milliseconds

12345