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()
168 const CacheKey aKey, in GetMarkedPreviewBitmap() argument
171 OSL_ASSERT(aKey != NULL); in GetMarkedPreviewBitmap()
194 const CacheKey aKey, in SetMarkedPreviewBitmap() argument
197 OSL_ASSERT(aKey != NULL); in SetMarkedPreviewBitmap()
208 const CacheKey aKey, in RequestPreviewBitmap() argument
211 OSL_ASSERT(aKey != NULL); in RequestPreviewBitmap()
255 aKey); in InvalidatePreviewBitmap()
273 maRequestQueue.RemoveRequest(aKey); in ReleasePreviewBitmap()
[all …]
H A DSlsPageCache.cxx74 const CacheKey aKey, in GetPreviewBitmap() argument
84 const CacheKey aKey, in GetMarkedPreviewBitmap() argument
94 const CacheKey aKey, in SetMarkedPreviewBitmap() argument
103 void PageCache::RequestPreviewBitmap (const CacheKey aKey) in RequestPreviewBitmap() argument
105 return mpImplementation->RequestPreviewBitmap(aKey); in RequestPreviewBitmap()
112 const CacheKey aKey, in InvalidatePreviewBitmap() argument
116 RequestPreviewBitmap(aKey); in InvalidatePreviewBitmap()
122 void PageCache::ReleasePreviewBitmap (const CacheKey aKey) in ReleasePreviewBitmap() argument
124 mpImplementation->ReleasePreviewBitmap(aKey); in ReleasePreviewBitmap()
139 const CacheKey aKey, in SetPreciousFlag() argument
[all …]
H A DSlsRequestQueue.cxx44 : 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
190 Request::DataComparator(aKey))); in ChangeClass()
[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.cxx171 aKey.append( i_rKey ); in insertValue()
203 aKey.append( i_rKey ); in translateValue()
214 if( aKey.getLength() ) in translateValue()
928aKey.Equals( "CloseUI" ) || aKey.Equals( "OpenGroup" ) || aKey.Equals( "CloseGroup" ) || aKey.Equ… in parse()
941 else if( aKey.Equals( "UIConstraints" ) || aKey.Equals( "NonUIConstraints" ) ) in parse()
1160 ByteString aKey = rLine; in parseOpenUI() local
1164 aKey.Erase( nPos ); in parseOpenUI()
1169 aKey.Erase( nPos ); in parseOpenUI()
1171 aKey = GetCommandLineToken( 1, aKey ); in parseOpenUI()
1172 aKey.Erase( 0, 1 ); in parseOpenUI()
[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()
331 else if( aKey.Len() > 10 && aKey.CompareTo("SubstFont_", 10 ) == COMPARE_EQUAL ) in initialize()
333 aValue = aConfig.ReadKey( aKey ); in initialize()
526 aValue = aConfig.ReadKey( aKey ); in initialize()
536 else if( aKey.Len() > 10 && aKey.CompareTo("SubstFont_", 10 ) == COMPARE_EQUAL ) in initialize()
538 aValue = aConfig.ReadKey( aKey ); in initialize()
794 ByteString aKey( "PPD_" ); in writePrinterConfig() local
799 pConfig->WriteKey( aKey, aValue ); in writePrinterConfig()
[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()
416 return static_cast<const SdrPage*>(aKey); in GetPage()
455 if (aKey == GetPage(nIndex)) in GetPriority()
[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()
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 …]
/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()

Completed in 138 milliseconds

123456