Home
last modified time | relevance | path

Searched refs:aKey (Results 1 – 25 of 134) sorted by path

123456

/trunk/main/basctl/source/basicide/
H A Dbastypes.cxx846 LibInfoKey aKey( pItem->GetDocument(), pItem->GetLibName() ); in InsertInfo() local
847 LibInfoMap::iterator it = m_aLibInfoMap.find( aKey ); in InsertInfo()
854 m_aLibInfoMap.insert( LibInfoMap::value_type( aKey, pItem ) ); in InsertInfo()
/trunk/main/basic/source/classes/
H A Dsb.cxx2245 String aKey = pKey->GetString(); in CollAdd() local
2246 if( implGetIndexForName( aKey ) != -1 ) in CollAdd()
2251 pNewItem->SetName( aKey ); in CollAdd()
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx613 … ::rtl::OString aKey( ::rtl::OUStringToOString( mbCaseSensitive ? rName : rName.toAsciiLowerCase(), in lookup()
617 aKey.getStr(), in lookup()
/trunk/main/chart2/source/tools/
H A DImplOPropertySet.cxx70 inline void operator() ( const K & aKey ) in operator ()()
72 m_rMap.erase( aKey ); in operator ()()
/trunk/main/connectivity/source/drivers/ado/
H A DAKeys.cxx85 WpADOKey aKey = pKey->getImpl(); in appendObject() local
86 ::rtl::OUString sName = aKey.get_Name(); in appendObject()
88 aKey.put_Name(::rtl::OUString::createFromAscii("PrimaryKey") ); in appendObject()
91 if ( FAILED(pKeys->Append(OLEVariant((ADOKey*)aKey), in appendObject()
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx218 ONDXKey aKey; in Find() local
219 return ConvertToKey(&aKey, nRec, rValue) && getRoot()->Find(aKey); in Find()
227 ONDXKey aKey; in Insert() local
231 if (!ConvertToKey(&aKey, nRec, rValue) || (getRoot()->Find(aKey) && isUnique())) in Insert()
234 ONDXNode aNewNode(aKey); in Insert()
252 ONDXKey aKey; in Update() local
253 if (!ConvertToKey(&aKey, nRec, rNewValue) || (isUnique() && getRoot()->Find(aKey))) in Update()
266 ONDXKey aKey; in Delete() local
267 if (!ConvertToKey(&aKey, nRec, rValue) || !getRoot()->Find(aKey)) in Delete()
270 ONDXNode aNewNode(aKey); in Delete()
[all …]
H A DDNoException.cxx273 rStream >> aKey.nRecord; // schluessel in Read()
279 aKey = ONDXKey(aDbl,aKey.nRecord); in Read()
293aKey = ONDXKey(::rtl::OUString(aBuf.GetBuffer(),aBuf.Len(),rIndex.m_pTable->getConnection()->getTe… in Read()
309 rStream << (sal_uInt32)aKey.nRecord; // schluessel in Write()
315 if (aKey.getValue().isNull()) in Write()
321 rStream << (double) aKey.getValue(); in Write()
326 if (!aKey.getValue().isNull()) in Write()
328 ::rtl::OUString sValue = aKey.getValue(); in Write()
H A Ddindexnode.cxx703 rStream >> aKey.nRecord; // schluessel in Read()
709 aKey = ONDXKey(aDbl,aKey.nRecord); in Read()
723aKey = ONDXKey(::rtl::OUString(aBuf.GetBuffer(),aBuf.Len(),rIndex.m_pTable->getConnection()->getTe… in Read()
738 rStream << (sal_uInt32)aKey.nRecord; // schluessel in Write()
744 if (aKey.getValue().isNull()) in Write()
750 rStream << (double) aKey.getValue(); in Write()
755 if (!aKey.getValue().isNull()) in Write()
757 ::rtl::OUString sValue = aKey.getValue(); in Write()
/trunk/main/connectivity/source/inc/dbase/
H A Ddindexnode.hxx229 ONDXKey aKey; member in connectivity::dbase::ONDXNode
235 :aChild(aPagePtr),aKey(rKey) {} in ONDXNode()
242 const ONDXKey& GetKey() const { return aKey;} in GetKey()
243 ONDXKey& GetKey() { return aKey;} in GetKey()
247 void SetKey(ONDXKey& rKey) {aKey = rKey;} in SetKey()
/trunk/main/connectivity/source/parse/
H A Dsqlbison.y4456 ::rtl::OString aKey = getIntlKeywordAscii(Intl_TokenID[i]);
4457 if (rToken.equalsIgnoreAsciiCase(aKey))
/trunk/main/cppu/source/threadpool/
H A Dcurrent.cxx183 oslThreadKey aKey = s_key.getThreadKey(); in getIdContainer() local
185 IdContainer * pId = reinterpret_cast< IdContainer * >( ::osl_getThreadKeyData( aKey ) ); in getIdContainer()
192 ::osl_setThreadKeyData( aKey, pId ); in getIdContainer()
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx952 OUString aKey( in getEnvironment() local
954 aKey += rEnvDcp; in getEnvironment()
958 aName2EnvMap.find( aKey ) ); in getEnvironment()
972 OUString aKey( in registerEnvironment() local
974 aKey += pEnv->pTypeName; in registerEnvironment()
978 aName2EnvMap.find( aKey ) ); in registerEnvironment()
984 OUString2EnvironmentMap::value_type( aKey, pEnv ) ) ); in registerEnvironment()
1003 aName2EnvMap[ aKey ] = pEnv; in registerEnvironment()
H A Dlbmap.cxx291 OUStringBuffer aKey( 64 ); in getMappingName() local
292 aKey.append( rAddPurpose ); in getMappingName()
293 aKey.append( (sal_Unicode)';' ); in getMappingName()
294 aKey.append( rFrom.getTypeName() ); in getMappingName()
295 aKey.append( (sal_Unicode)'[' ); in getMappingName()
297 aKey.appendAscii( RTL_CONSTASCII_STRINGPARAM("];") ); in getMappingName()
298 aKey.append( rTo.getTypeName() ); in getMappingName()
299 aKey.append( (sal_Unicode)'[' ); in getMappingName()
300 aKey.append( reinterpret_cast< sal_IntPtr >(rTo.get()), 16 ); in getMappingName()
301 aKey.append( (sal_Unicode)']' ); in getMappingName()
[all …]
/trunk/main/cppuhelper/source/
H A Dunourl.cxx77 rtl::OUString aKey; in Impl() local
118 aKey = rDescriptor.copy(nStart, i - nStart).toAsciiLowerCase(); in Impl()
133 aKey, in Impl()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx653 void SfxAccCfgTabListBox_Impl::KeyInput(const KeyEvent& aKey) in KeyInput() argument
655 KeyCode aCode1 = aKey.GetKeyCode(); in KeyInput()
692 SvTabListBox::KeyInput(aKey); in KeyInput()
891 KeyCode aKey = KEYCODE_ARRAY[i1]; in Init() local
892 String sKey = aKey.GetName(); in Init()
895 TAccInfo* pEntry = new TAccInfo(i1, nListPos, aKey); in Init()
1445 sal_uInt16 SfxAcceleratorConfigPage::MapKeyCodeToPos(const KeyCode& aKey) const in MapKeyCodeToPos()
1447 sal_uInt16 nCode1 = aKey.GetCode()+aKey.GetModifier(); in MapKeyCodeToPos()
/trunk/main/cui/source/inc/
H A Dacccfg.hxx100 const KeyCode& aKey ) in TAccInfo()
105 , m_aKey (aKey ) in TAccInfo()
/trunk/main/filter/source/msfilter/
H A Dmscodec.cxx177 …uno::Sequence< sal_Int8 > aKey = aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CONSTAS… in InitCodec() local
179 if ( aKey.getLength() == 16 ) in InitCodec()
181 (void)memcpy( mpnKey, aKey.getConstArray(), 16 ); in InitCodec()
317 …uno::Sequence< sal_Int8 > aKey = aHashData.getUnpackedValueOrDefault( ::rtl::OUString( RTL_CONSTAS… in InitCodec() local
319 if ( aKey.getLength() == RTL_DIGEST_LENGTH_MD5 ) in InitCodec()
321 (void)memcpy( m_pDigestValue, aKey.getConstArray(), RTL_DIGEST_LENGTH_MD5 ); in InitCodec()
355 …uno::Sequence< sal_Int8 > aKey = ::comphelper::DocPasswordHelper::GenerateStd97Key( pPassData, uno… in InitKey() local
358 if ( aKey.getLength() == sizeof(m_pDigestValue) ) in InitKey()
359 (void)memcpy ( m_pDigestValue, aKey.getConstArray(), sizeof(m_pDigestValue) ); in InitKey()
/trunk/main/forms/source/component/
H A DFormattedField.cxx842 Any aKey = m_xAggregateSet->getPropertyValue(PROPERTY_FORMATKEY); in write() local
843 sal_Int32 nKey = aKey.hasValue() ? getINT32(aKey) : 0; in write()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePicker.cxx291 const ::rtl::OUString aKey( RTL_CONSTASCII_USTRINGPARAM("WorkPathChanged")); in setDisplayDirectory() local
294 m_xSMGR, aPackage, aRelPath, aKey, ::comphelper::ConfigurationHelper::E_READONLY); in setDisplayDirectory()
300 …m_xSMGR, aPackage, aRelPath, aKey, css::uno::makeAny(false), ::comphelper::ConfigurationHelper::E_… in setDisplayDirectory()
/trunk/main/framework/inc/xml/
H A Dacceleratorconfigurationwriter.hxx108 …impl_ts_writeKeyCommandPair(const css::awt::KeyEvent& aKey ,
/trunk/main/framework/source/accelerators/
H A Dacceleratorcache.cxx97 sal_Bool AcceleratorCache::hasKey(const css::awt::KeyEvent& aKey) const in hasKey()
102 return (m_lKey2Commands.find(aKey) != m_lKey2Commands.end()); in hasKey()
141 void AcceleratorCache::setKeyCommandPair(const css::awt::KeyEvent& aKey , in setKeyCommandPair() argument
148 m_lKey2Commands[aKey] = sCommand; in setKeyCommandPair()
152 rKeyList.push_back(aKey); in setKeyCommandPair()
179 ::rtl::OUString AcceleratorCache::getCommandByKey(const css::awt::KeyEvent& aKey) const in getCommandByKey()
186 TKey2Commands::const_iterator pKey = m_lKey2Commands.find(aKey); in getCommandByKey()
199 void AcceleratorCache::removeKey(const css::awt::KeyEvent& aKey) in removeKey() argument
205 TKey2Commands::const_iterator pKey = m_lKey2Commands.find(aKey); in removeKey()
216 m_lKey2Commands.erase(aKey); in removeKey()
H A Dacceleratorexecute.cxx228 ::rtl::OUString AcceleratorExecute::impl_ts_findCommand(const css::awt::KeyEvent& aKey) in impl_ts_findCommand() argument
244 sCommand = xDocCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
251 sCommand = xModuleCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
258 sCommand = xGlobalCfg->getCommandByKeyEvent(aKey); in impl_ts_findCommand()
H A Dacceleratorexecute.hxx204 virtual void execute(const KeyCode& aKey);
205 virtual void execute(const css::awt::KeyEvent& aKey);
209 static css::awt::KeyEvent st_VCLKey2AWTKey(const KeyCode& aKey);
210 static KeyCode st_AWTKey2VCLKey(const css::awt::KeyEvent& aKey);
235 ::rtl::OUString impl_ts_findCommand(const css::awt::KeyEvent& aKey);
/trunk/main/framework/source/inc/accelerators/
H A Dacceleratorcache.hxx139 virtual sal_Bool hasKey(const css::awt::KeyEvent& aKey) const;
156 virtual void setKeyCommandPair(const css::awt::KeyEvent& aKey ,
173 virtual ::rtl::OUString getCommandByKey(const css::awt::KeyEvent& aKey) const;
177 virtual void removeKey(const css::awt::KeyEvent& aKey);
/trunk/main/framework/source/uifactory/
H A Dfactoryconfiguration.cxx69 rtl::OUStringBuffer aKey( aCommandURL ); in getHashKeyFromStrings() local
70 aKey.appendAscii( "-" ); in getHashKeyFromStrings()
71 aKey.append( aModuleName ); in getHashKeyFromStrings()
72 return aKey.makeStringAndClear(); in getHashKeyFromStrings()

Completed in 130 milliseconds

123456