Home
last modified time | relevance | path

Searched refs:aKey (Results 1 – 25 of 135) sorted by relevance

123456

/AOO41X/main/sd/source/ui/slidesorter/cache/
H A DSlsGenericPageCache.cxx127 const CacheKey aKey, in GetPreviewBitmap() argument
130 OSL_ASSERT(aKey != NULL); in GetPreviewBitmap()
135 const SdrPage* pPage = mpCacheContext->GetPage(aKey); in GetPreviewBitmap()
159 RequestPreviewBitmap(aKey, bMayBeUpToDate); in GetPreviewBitmap()
168 const CacheKey aKey, in GetMarkedPreviewBitmap() argument
171 OSL_ASSERT(aKey != NULL); in GetMarkedPreviewBitmap()
174 const SdrPage* pPage = mpCacheContext->GetPage(aKey); in GetMarkedPreviewBitmap()
194 const CacheKey aKey, in SetMarkedPreviewBitmap() argument
197 OSL_ASSERT(aKey != NULL); in SetMarkedPreviewBitmap()
200 const SdrPage* pPage = mpCacheContext->GetPage(aKey); in SetMarkedPreviewBitmap()
[all …]
H A DSlsPageCache.cxx74 const CacheKey aKey, in GetPreviewBitmap() argument
77 return mpImplementation->GetPreviewBitmap(aKey, bResize); in GetPreviewBitmap()
84 const CacheKey aKey, in GetMarkedPreviewBitmap() argument
87 return mpImplementation->GetMarkedPreviewBitmap(aKey, bResize); in GetMarkedPreviewBitmap()
94 const CacheKey aKey, in SetMarkedPreviewBitmap() argument
97 mpImplementation->SetMarkedPreviewBitmap(aKey, rMarkedBitmap); in SetMarkedPreviewBitmap()
103 void PageCache::RequestPreviewBitmap (const CacheKey aKey) in RequestPreviewBitmap() argument
105 return mpImplementation->RequestPreviewBitmap(aKey); in RequestPreviewBitmap()
112 const CacheKey aKey, in InvalidatePreviewBitmap() argument
115 if (mpImplementation->InvalidatePreviewBitmap(aKey) && bRequestPreview) in InvalidatePreviewBitmap()
[all …]
H A DSlsRequestQueue.cxx43 CacheKey aKey, sal_Int32 nPriority, RequestPriorityClass eClass) in Request() argument
44 : maKey(aKey), mnPriorityInClass(nPriority), meClass(eClass) in Request()
63 DataComparator (const CacheKey aKey):maKey(aKey){} in DataComparator() argument
107 CacheKey aKey, in AddRequest() argument
120 RemoveRequest(aKey); in AddRequest()
125 sal_Int32 nPriority (mpCacheContext->GetPriority(aKey)); in AddRequest()
126 Request aRequest (aKey, nPriority, eRequestClass); in AddRequest()
143 CacheKey aKey) in RemoveRequest() argument
153 Request::DataComparator(aKey)); in RemoveRequest()
179 CacheKey aKey, in ChangeClass() argument
[all …]
H A DSlsQueueProcessor.cxx167 CacheKey aKey = NULL; in ProcessRequests() local
176 aKey = mrQueue.GetFront(); in ProcessRequests()
181 if (aKey != NULL) in ProcessRequests()
182 ProcessOneRequest(aKey, ePriorityClass); in ProcessRequests()
197 CacheKey aKey, in ProcessOneRequest() argument
208 const SdPage* pSdPage = dynamic_cast<const SdPage*>(mpCacheContext->GetPage(aKey)); in ProcessOneRequest()
216 mpCacheContext->NotifyPreviewCreation(aKey, aPreview); in ProcessOneRequest()
235 void QueueProcessor::RemoveRequest (CacheKey aKey) in RemoveRequest() argument
237 (void)aKey; in RemoveRequest()
H A DSlsGenericPageCache.hxx85 const CacheKey aKey,
88 const CacheKey aKey,
91 const CacheKey aKey,
107 const CacheKey aKey,
116 bool InvalidatePreviewBitmap (const CacheKey aKey);
122 void ReleasePreviewBitmap (const CacheKey aKey);
135 void SetPreciousFlag (const CacheKey aKey, const bool bIsPrecious);
/AOO41X/main/vcl/unx/generic/printer/
H A Dppdparser.cxx170 … rtl::OUStringBuffer aKey( i_rKey.getLength() + i_rOption.getLength() + i_rValue.getLength() + 2 ); in insertValue() local
171 aKey.append( i_rKey ); in insertValue()
174 aKey.append( sal_Unicode( ':' ) ); in insertValue()
175 aKey.append( i_rOption ); in insertValue()
179 aKey.append( sal_Unicode( ':' ) ); in insertValue()
180 aKey.append( i_rValue ); in insertValue()
182 if( aKey.getLength() && i_rTranslation.getLength() ) in insertValue()
184 rtl::OUString aK( aKey.makeStringAndClear() ); in insertValue()
202 … rtl::OUStringBuffer aKey( i_rKey.getLength() + i_rOption.getLength() + i_rValue.getLength() + 2 ); in translateValue() local
203 aKey.append( i_rKey ); in translateValue()
[all …]
H A Dprinterinfomanager.cxx318 ByteString aKey( aConfig.GetKeyName( nKey ) ); in initialize() local
319 if( aKey.CompareTo( "PPD_", 4 ) == COMPARE_EQUAL ) in initialize()
321 aValue = aConfig.ReadKey( aKey ); in initialize()
322 …const PPDKey* pKey = m_aGlobalDefaults.m_pParser->getKey( String( aKey.Copy( 4 ), RTL_TEXTENCODING… in initialize()
331 else if( aKey.Len() > 10 && aKey.CompareTo("SubstFont_", 10 ) == COMPARE_EQUAL ) in initialize()
333 aValue = aConfig.ReadKey( aKey ); in initialize()
334 …m_aGlobalDefaults.m_aFontSubstitutes[ OStringToOUString( aKey.Copy( 10 ), RTL_TEXTENCODING_ISO_885… in initialize()
523 ByteString aKey( aConfig.GetKeyName( nKey ) ); in initialize() local
524 if( aKey.CompareTo( "PPD_", 4 ) == COMPARE_EQUAL && aPrinter.m_aInfo.m_pParser ) in initialize()
526 aValue = aConfig.ReadKey( aKey ); in initialize()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dsvxcss1.hxx170 String aKey; member in SvxCSS1MapEntry
190 const String& GetKey() const { return aKey; } in GetKey()
192 void SetKey( const String& rKey ) { aKey = rKey; aKey.ToUpperAscii(); } in SetKey()
207 return rE1.aKey==rE2.aKey; in operator ==()
212 return rE1.aKey<rE2.aKey; in operator <()
401 String aKey( rPage ); in InsertPage() local
403 aKey.Insert( ':', 0 ); in InsertPage()
404 InsertMapEntry( aKey, rItemSet, rProp, aPages ); in InsertPage()
410 String aKey( rPage ); in GetPage() local
412 aKey.Insert( ':', 0 ); in GetPage()
[all …]
/AOO41X/main/xmloff/source/transform/
H A DTransformerActions.cxx39 XMLTransformerActions::key_type aKey; in XMLTransformerActions() local
43 aKey.m_nPrefix = pInit->m_nPrefix; in XMLTransformerActions()
44 aKey.SetLocalName( pInit->m_eLocalName ); in XMLTransformerActions()
46 OSL_ENSURE( find( aKey ) == end(), "duplicate action map entry" ); in XMLTransformerActions()
52 XMLTransformerActions::value_type aVal( aKey, aData ); in XMLTransformerActions()
68 XMLTransformerActions::key_type aKey; in Add() local
72 aKey.m_nPrefix = pInit->m_nPrefix; in Add()
73 aKey.SetLocalName( pInit->m_eLocalName ); in Add()
74 XMLTransformerActions::iterator aIter = find( aKey ); in Add()
81 XMLTransformerActions::value_type aVal( aKey, aData ); in Add()
H A DEventOASISTContext.cxx65 XMLTransformerOASISEventMap_Impl::key_type aKey; in XMLTransformerOASISEventMap_Impl() local
69 aKey.m_nPrefix = pInit->m_nOASISPrefix; in XMLTransformerOASISEventMap_Impl()
70 aKey.m_aLocalName = OUString::createFromAscii(pInit->m_pOASISName); in XMLTransformerOASISEventMap_Impl()
72 OSL_ENSURE( find( aKey ) == end(), "duplicate event map entry" ); in XMLTransformerOASISEventMap_Impl()
76 XMLTransformerOASISEventMap_Impl::value_type aVal( aKey, aData ); in XMLTransformerOASISEventMap_Impl()
128 XMLTransformerOASISEventMap_Impl::key_type aKey( nPrefix, rName ); in GetEventName() local
132 pMap2->find( aKey ); in GetEventName()
137 XMLTransformerOASISEventMap_Impl::const_iterator aIter = rMap.find( aKey ); in GetEventName()
267 XMLTransformerActions::key_type aKey( nPrefix, aLocalName ); in StartElement() local
269 pActions->find( aKey ); in StartElement()
H A DEventOOoTContext.cxx64 XMLTransformerOOoEventMap_Impl::key_type aKey; in AddMap() local
68 aKey = OUString::createFromAscii(pInit->m_pOOoName); in AddMap()
70 OSL_ENSURE( find( aKey ) == end(), "duplicate event map entry" ); in AddMap()
75 XMLTransformerOOoEventMap_Impl::value_type aVal( aKey, aData ); in AddMap()
136 XMLTransformerOOoEventMap_Impl::key_type aKey( rName ); in GetEventName() local
137 XMLTransformerOOoEventMap_Impl::const_iterator aIter = rMap.find( aKey ); in GetEventName()
170 XMLTransformerActions::key_type aKey( nPrefix, aLocalName ); in StartElement() local
172 pActions->find( aKey ); in StartElement()
/AOO41X/main/sd/source/ui/slidesorter/view/
H A DSlsViewCacheContext.cxx62 cache::CacheKey aKey, in NotifyPreviewCreation() argument
65 const model::SharedPageDescriptor pDescriptor (GetDescriptor(aKey)); in NotifyPreviewCreation()
94 bool ViewCacheContext::IsVisible (cache::CacheKey aKey) in IsVisible() argument
96 const model::SharedPageDescriptor pDescriptor (GetDescriptor(aKey)); in IsVisible()
103 const SdrPage* ViewCacheContext::GetPage (cache::CacheKey aKey) in GetPage() argument
105 return static_cast<const SdrPage*>(aKey); in GetPage()
132 sal_Int32 ViewCacheContext::GetPriority (cache::CacheKey aKey) in GetPriority() argument
134 return - (static_cast<const SdrPage*>(aKey)->GetPageNum()-1) / 2; in GetPriority()
140 model::SharedPageDescriptor ViewCacheContext::GetDescriptor (cache::CacheKey aKey) in GetDescriptor() argument
142 sal_uInt16 nPageIndex ((static_cast<const SdrPage*>(aKey)->GetPageNum() - 1) / 2); in GetDescriptor()
/AOO41X/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 …]
/AOO41X/main/sd/source/ui/presenter/
H A DPresenterPreviewCache.cxx63 CacheKey aKey,
66 virtual bool IsVisible (CacheKey aKey);
67 virtual const SdrPage* GetPage (CacheKey aKey);
69 virtual sal_Int32 GetPriority (CacheKey aKey);
367 CacheKey aKey, in NotifyPreviewCreation() argument
376 if (aKey == GetPage(nIndex)) in NotifyPreviewCreation()
398 bool PresenterPreviewCache::PresenterCacheContext::IsVisible (CacheKey aKey) in IsVisible() argument
405 if (pPage == static_cast<const SdrPage*>(aKey)) in IsVisible()
414 const SdrPage* PresenterPreviewCache::PresenterCacheContext::GetPage (CacheKey aKey) in GetPage() argument
416 return static_cast<const SdrPage*>(aKey); in GetPage()
[all …]
/AOO41X/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()
/AOO41X/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DDataHandler.java113 String aKey = EMPTY; in putDataTo() local
118 aKey = (String) iter.next(); in putDataTo()
119 output[j].put(aKey, data.get(aKey)); in putDataTo()
131 String aKey = EMPTY; in putDataTo() local
136 aKey = (String) iter.next(); in putDataTo()
137 output.put(aKey, data.get(aKey)); in putDataTo()
/AOO41X/main/vcl/source/window/
H A Dmnemonic.cxx97 XubString aKey = xCharClass->toUpper( rKey, 0, rKey.Len(), rLocale ); in RegisterMnemonic() local
102 sal_Unicode cMnemonic = ImplFindMnemonic( aKey ); in RegisterMnemonic()
112 xub_StrLen nLen = aKey.Len(); in RegisterMnemonic()
115 sal_Unicode c = aKey.GetChar( nIndex ); in RegisterMnemonic()
143 XubString aKey = xCharClass->toUpper( rKey, 0, rKey.Len(), rLocale ); in CreateMnemonic() local
146 xub_StrLen nLen = aKey.Len(); in CreateMnemonic()
178 c = aKey.GetChar( nIndex ); in CreateMnemonic()
202 c = aKey.GetChar( nIndex ); in CreateMnemonic()
233 c = aKey.GetChar( nIndex ); in CreateMnemonic()
251 c = aKey.GetChar( nIndex ); in CreateMnemonic()
/AOO41X/main/udkapi/com/sun/star/container/
H A DXStringKeyMap.idl63 @param aKey
67 the value matching aKey.
70 if an element under aKey does not exist.
72 any getValue( [in] string aKey )
79 @param aKey
83 true if an element with key aKey exists.
85 boolean hasValue( [in] string aKey );
91 @param aKey
101 if there is already a value stored under the key aKey.
103 void insertValue( [in] string aKey, [in] any aValue )
/AOO41X/main/sd/source/ui/slidesorter/inc/cache/
H A DSlsPageCache.hxx116 const CacheKey aKey,
120 const CacheKey aKey,
123 const CacheKey aKey,
130 void RequestPreviewBitmap (const CacheKey aKey);
140 const CacheKey aKey,
147 void ReleasePreviewBitmap (const CacheKey aKey);
164 void SetPreciousFlag (const CacheKey aKey, const bool bIsPrecious);
/AOO41X/main/rsc/source/parser/
H A Drsclex.cxx219 KEY_STRUCT aKey; in MakeToken() local
222 if( pTC->aNmTb.Get( nHashId, &aKey ) ) in MakeToken()
226 switch( aKey.nTyp ) in MakeToken()
229 pTokenVal->pClass = (RscTop *)aKey.yylval; in MakeToken()
232 pTokenVal->varid = aKey.nName; in MakeToken()
235 pTokenVal->constname.hashid = aKey.nName; in MakeToken()
236 pTokenVal->constname.nValue = aKey.yylval; in MakeToken()
239 pTokenVal->svbool = (sal_Bool)aKey.yylval; in MakeToken()
244 pTokenVal->value = aKey.yylval; in MakeToken()
247 return( aKey.nTyp ); in MakeToken()
/AOO41X/main/stoc/source/corereflection/
H A Dlrucache.hxx43 t_Key aKey; member
164 OSL_TRACE( ::rtl::OUStringToOString( pEntry->aKey, RTL_TEXTENCODING_ASCII_US ).getStr() ); in getValue()
186 if (pEntry->aKey.getLength()) in setValue()
189 … OSL_TRACE( ::rtl::OUStringToOString( pEntry->aKey, RTL_TEXTENCODING_ASCII_US ).getStr() ); in setValue()
193 _aKey2Element.erase( pEntry->aKey ); in setValue()
194 _aKey2Element[ pEntry->aKey = rKey ] = pEntry; in setValue()
201 … OSL_TRACE( ::rtl::OUStringToOString( pEntry->aKey, RTL_TEXTENCODING_ASCII_US ).getStr() ); in setValue()
217 _pBlock[nPos].aKey = t_Key(); in clear()
/AOO41X/main/stoc/source/tdmanager/
H A Dlrucache.hxx44 t_Key aKey; member
168 OSL_TRACE( ::rtl::OUStringToOString( pEntry->aKey, RTL_TEXTENCODING_ASCII_US ).getStr() ); in getValue()
190 if (pEntry->aKey.getLength()) in setValue()
193 … OSL_TRACE( ::rtl::OUStringToOString( pEntry->aKey, RTL_TEXTENCODING_ASCII_US ).getStr() ); in setValue()
197 _aKey2Element.erase( pEntry->aKey ); in setValue()
198 _aKey2Element[ pEntry->aKey = rKey ] = pEntry; in setValue()
205 … OSL_TRACE( ::rtl::OUStringToOString( pEntry->aKey, RTL_TEXTENCODING_ASCII_US ).getStr() ); in setValue()
221 _pBlock[nPos].aKey = t_Key(); in clear()
/AOO41X/main/cppu/source/uno/
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()
296 aKey.append( reinterpret_cast< sal_IntPtr >(rFrom.get()), 16 ); 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()
[all …]
/AOO41X/main/ucbhelper/source/client/
H A Dproxydecider.cxx593 rtl::OUString aKey; in changesOccurred() local
594 if ( ( rElem.Accessor >>= aKey ) && aKey.getLength() ) in changesOccurred()
596 if ( aKey.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in changesOccurred()
606 else if ( aKey.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in changesOccurred()
619 else if ( aKey.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in changesOccurred()
629 else if ( aKey.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in changesOccurred()
642 else if ( aKey.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in changesOccurred()
652 else if ( aKey.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in changesOccurred()
665 else if ( aKey.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in changesOccurred()
675 else if ( aKey.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in changesOccurred()
/AOO41X/main/store/source/
H A Dstordir.cxx186 OStorePageKey aKey (rFindData.m_nReserved, m_nPath); in iterate() local
192 eErrCode = m_xManager->iterate (aKey, aLink, rFindData.m_nAttrib); in iterate()
193 if (!((eErrCode == store_E_None) && (aKey.m_nHigh == store::htonl(m_nPath)))) in iterate()
224 rFindData.m_nReserved = store::ntohl(aKey.m_nLow); in iterate()
229 if (aKey.m_nLow == 0) in iterate()
231 aKey.m_nLow = store::htonl(store::ntohl(aKey.m_nLow) - 1); in iterate()

123456