Home
last modified time | relevance | path

Searched refs:it (Results 51 – 75 of 1727) sorted by relevance

12345678910>>...70

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_droptarget.cxx143 …ist< Reference< XDropTargetListener > >::iterator it = aListeners.begin(); it!= aListeners.end(); … in drop() local
145 (*it)->drop( dtde ); in drop()
157 …ist< Reference< XDropTargetListener > >::iterator it = aListeners.begin(); it!= aListeners.end(); … in dragEnter() local
159 (*it)->dragEnter( dtde ); in dragEnter()
171 …ist< Reference< XDropTargetListener > >::iterator it = aListeners.begin(); it!= aListeners.end(); … in dragExit() local
173 (*it)->dragExit( dte ); in dragExit()
185 …ist< Reference< XDropTargetListener > >::iterator it = aListeners.begin(); it!= aListeners.end(); … in dragOver() local
187 (*it)->dragOver( dtde ); in dragOver()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dadc_cmds.cxx87 CreateHtml::do_Init( opt_iter & it, in do_Init() argument
90 ++it; in do_Init()
91 CHECKOPT( it != itEnd && (*it).char_at(0) != '-', in do_Init()
93 sOutputRootDirectory = *it; in do_Init()
95 for ( ++it; in do_Init()
96 it != itEnd AND (*it == C_opt_DevmanRoot); in do_Init()
97 ++it ) in do_Init()
99 if (*it == C_opt_DevmanRoot) in do_Init()
101 ++it; in do_Init()
102 CHECKOPT( it != itEnd AND (*it).char_at(0) != '-', in do_Init()
[all …]
/trunk/main/toolkit/source/layout/vcl/
H A Dwbutton.cxx491 it != maAdvanced.end(); it++ ) in Remove()
492 if ( *it == w ) in Remove()
495 return *it; in Remove()
534 it != maAdvanced.end(); it++ ) in advancedMode()
535 ( *it )->Show(); in advancedMode()
537 it != maSimple.end(); it++ ) in advancedMode()
538 ( *it )->Hide(); in advancedMode()
551 it != maAdvanced.end(); it++ ) in simpleMode()
552 ( *it )->Hide(); in simpleMode()
554 it != maSimple.end(); it++ ) in simpleMode()
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx96 for ( std::list<Box_Base::ChildData *>::const_iterator it in calculateSize() local
97 = maChildren.begin(); it != maChildren.end(); it++ ) in calculateSize()
99 ChildData *child = static_cast<Box::ChildData*> ( *it ); in calculateSize()
138 for ( std::list<Box_Base::ChildData *>::const_iterator it in calculateSize() local
139 = maChildren.begin(); it != maChildren.end(); it++ ) in calculateSize()
189 for ( std::list<Box_Base::ChildData *>::const_iterator it in allocateArea() local
190 = maChildren.begin(); it != maChildren.end(); it++ ) in allocateArea()
192 ChildData *child = static_cast<Box::ChildData*> ( *it ); in allocateArea()
226 for ( std::list<Box_Base::ChildData *>::const_iterator it in allocateArea() local
227 = maChildren.begin(); it != maChildren.end(); it++ ) in allocateArea()
[all …]
/trunk/main/offapi/com/sun/star/embed/
H A DStorage.idl102 it is locked ( in case it is opened in readonly mode
103 it is locked for writing, in case it is opened in
104 read-write mode it is locked for reading and writing )
105 until it is disposed. The lifetime of substorage is
107 garbage collection specific it is strongly recommended
217 implementation and fills it in with the latest
219 storage was not committed after it was changed, the
236 even in case it is already opened for writing.
249 to retrieve it.
264 a storage is not committed, no changes for it or it's child elements
[all …]
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx209 return (*it).second; in FindFontFile()
529 for( FontList::const_iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in ~FreetypeManager() local
648 for( FontList::const_iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in AnnounceFonts() local
659 for( FontList::iterator it = maFontList.begin(); it != maFontList.end(); ++it ) in ClearFontList() local
2079 for( it = aKernGlyphVector.begin(); it != aKernGlyphVector.end(); ++it ) in GetKernPairs()
2082 FT_Error rcFT = FT_Get_Kerning( maFaceFT, it->mnChar1, it->mnChar2, in GetKernPairs()
2106 for( it = aKernCharVector.begin(); it != aKernCharVector.end(); ++it, ++pTo ) in GetKernPairs()
2577 for(; it != aSubstVector.end(); ++it ) in ApplyGSUB()
2578 (*it).second = (*it).first + nDeltaGlyphId; in ApplyGSUB()
2598 for( it = aSubstVector.begin(); it != aSubstVector.end(); ++it ) in ApplyGSUB()
[all …]
/trunk/main/autodoc/source/display/html/
H A Dhd_docu.cxx166 it != itEnd; in do_Process()
167 ++it ) in do_Process()
169 (*it)->StoreAt( *this ); in do_Process()
190 it != rText.end(); in Display_StdTag()
191 ++it ) in Display_StdTag()
255 it != i_rData.References().end(); in Display_SeeTag()
256 ++it ) in Display_SeeTag()
258 Write_LinkableText( (*it) ); in Display_SeeTag()
471 it != i_sQuName.end_namespace(); in Write_QualifiedName()
472 ++it ) in Write_QualifiedName()
[all …]
H A Dnavibar.cxx138 for ( List_Items::iterator it = aItemList.begin(); in ~SubRow() local
139 it != aItemList.end(); in ~SubRow()
140 ++it ) in ~SubRow()
142 delete (*it); in ~SubRow()
172 for ( List_Items::const_iterator it = aItemList.begin(); in Write2() local
173 it != aItemList.end(); in Write2()
174 ++it ) in Write2()
176 (*it)->Write2( rCell2 ); in Write2()
304 it != pi->aSubRows.end(); in Write_SubRows()
305 ++it ) in Write_SubRows()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx164 < awt::XTabListener > >::const_iterator it in addTabListener() local
165 = mxTabListeners.begin(); it != mxTabListeners.end(); it++ ) in addTabListener()
167 if ( *it == xListener ) in addTabListener()
177 < awt::XTabListener > >::iterator it in removeTabListener() local
178 = mxTabListeners.begin(); it != mxTabListeners.end(); it++ ) in removeTabListener()
180 if ( *it == xListener ) in removeTabListener()
182 mxTabListeners.erase( it ); in removeTabListener()
387 = maChildren.begin(); it != maChildren.end(); it++, i++ ) in allocateArea()
436 = maChildren.begin(); it != maChildren.end(); it++, i++ ) in getMinimumSize()
485 = mxTabListeners.begin(); it != mxTabListeners.end(); it++) in ProcessWindowEvent()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx154 … for( FontCacheEntry::const_iterator it = rEntry.begin(); it != rEntry.end(); ++it, nSubEntry++ ) in flush() local
167 …for( ::std::list< int >::const_iterator name_it = (*it)->m_aAliases.begin(); name_it != (*it)->m_a… in flush()
183 aLine.Append( ByteString::CreateFromInt32( (*it)->m_eItalic ) ); in flush()
185 aLine.Append( ByteString::CreateFromInt32( (*it)->m_eWeight ) ); in flush()
187 aLine.Append( ByteString::CreateFromInt32( (*it)->m_eWidth ) ); in flush()
189 aLine.Append( ByteString::CreateFromInt32( (*it)->m_ePitch ) ); in flush()
193 aLine.Append( ByteString::CreateFromInt32( (*it)->m_nAscend ) ); in flush()
195 aLine.Append( ByteString::CreateFromInt32( (*it)->m_nDescend ) ); in flush()
209 aLine.Append( (*it)->m_bUserOverride ? "1" : "0" ); in flush()
215 switch( (*it)->m_eType ) in flush()
[all …]
/trunk/main/autodoc/source/display/idl/
H A Dhfi_hierarchy.cxx65 for ( BaseList::const_iterator it = aBases.begin(); in FillPositionList() local
66 it != aBases.end(); in FillPositionList()
67 ++it ) in FillPositionList()
69 (*it)->FillPositionList(o_rPositionList); in FillPositionList()
84 it.operator bool(); in GatherBases()
85 ++it ) in GatherBases()
88 rBaseType = i_rGate.Types().Find_Type((*it).Type()); in GatherBases()
143 it.operator bool(); in Write_Bases()
148 nType = (*it).Type(); in Write_Bases()
149 ++it; in Write_Bases()
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DXCloseable.idl39 /** makes it possible to release any objects in a ordered manner by using
43 If an object should be terminated, it can be:<br>
46 <li>closed (if it supports <member>XCloseable::close()</member>)</li>
55 Base interface <type>XCloseBroadcaster</type> makes it possible that any listener
58 <li>can get a notification about closing of it</li>
74 … But nobody can guarantee real closing of called object - because it can disagree with that if any
88 …If somewhere disagree with a CloseVetoException it will not clear who has to close the object again
91 … Then it's not allowed to call close() from any other place (may a registered XCloseListener).
98 There is no way to get the ownership back if it was delivered!
102 …If this method was already called on an object it should return without any reaction. Normally it'…
[all …]
/trunk/main/autodoc/inc/cosv/tpl/
H A Dfuncall.hxx262 for (I it = i_itBegin; it != i_itEnd; ++it) in for_each() local
264 io_functionToBeCalled(*it); in for_each()
275 for ( typename C::const_iterator it = i_container.begin(); in for_each_in() local
276 it != itEnd; in for_each_in()
277 ++it ) in for_each_in()
279 io_functionToBeCalled(*it); in for_each_in()
290 for ( typename C::iterator it = i_container.begin(); in for_each_in() local
291 it != itEnd; in for_each_in()
292 ++it ) in for_each_in()
294 io_functionToBeCalled(*it); in for_each_in()
H A Dtpltools.hxx113 for ( typename COLLECTION::iterator it = o_rCollection.begin(); in erase_map_of_heap_ptrs() local
114 it != itEnd; in erase_map_of_heap_ptrs()
115 ++it ) in erase_map_of_heap_ptrs()
117 delete (*it).second; in erase_map_of_heap_ptrs()
129 for ( typename COLLECTION::iterator it = o_rCollection.begin(); in erase_container_of_heap_ptrs() local
130 it != itEnd; in erase_container_of_heap_ptrs()
131 ++it ) in erase_container_of_heap_ptrs()
133 delete *it; in erase_container_of_heap_ptrs()
212 typename COLLECTION::const_iterator it = i_rList.begin(); in call_for_each() local
214 for ( ; it != itEnd; ++it ) in call_for_each()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx520 AtsFontIDVector::const_iterator it = aFontIDVector.begin(); in AtsFontList() local
521 for(; it != aFontIDVector.end(); ++it ) in AtsFontList()
523 const ATSUFontID nFontID = *it; in AtsFontList()
539 for(; it != maFontContainer.end(); ++it ) in ~AtsFontList()
540 delete (*it).second; in ~AtsFontList()
551 for(; it != maFontContainer.end(); ++it ) in AnnounceFonts()
552 rFontList.Add( (*it).second->Clone() ); in AnnounceFonts()
560 if( it == maFontContainer.end() ) in GetFontDataFromId()
562 return (*it).second; in GetFontDataFromId()
608 for(; it != maFontContainer.end(); ++it ) in InitGlyphFallbacks()
[all …]
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1341 … return it != mpImplData->maPropertyToIndex.end() ? &mpImplData->maUIProperties[it->second] : NULL; in getValue()
1348 … return it != mpImplData->maPropertyToIndex.end() ? &mpImplData->maUIProperties[it->second] : NULL; in getValue()
1378 if( it != mpImplData->maPropertyToIndex.end() ) in setValue()
1457 if( it != mpImplData->maPropertyToIndex.end() ) in enableUIOption()
1501 … bEnabled = (nDepVal == it->second.mnDependsOnEntry) || (it->second.mnDependsOnEntry == -1); in isUIOptionEnabled()
1545 aDependency = it->second.maDependsOnName; in getDependency()
1705 if( it != m_aPropertyMap.end() ) in getValue()
1706 aRet = it->second; in getValue()
1720 return it != m_aPropertyMap.end(); in hasProperty()
1760 if( it != m_aPropertyMap.end() ) in processProperties()
[all …]
/trunk/main/ucbhelper/source/provider/
H A Dproviderhelper.cxx198 ucbhelper_impl::Contents::iterator it in cleanupRegisteredContents() local
200 while( it != m_pImpl->m_aContents.end() ) in cleanupRegisteredContents()
206 ++it; in cleanupRegisteredContents()
211 ++it; in cleanupRegisteredContents()
229 if ( it != m_pImpl->m_aContents.end() ) in removeContent()
230 m_pImpl->m_aContents.erase( it ); in removeContent()
252 ucbhelper_impl::Contents::const_iterator it in queryExistingContent() local
254 if ( it != m_pImpl->m_aContents.end() ) in queryExistingContent()
274 ucbhelper_impl::Contents::const_iterator it in queryExistingContents() local
279 while ( it != end ) in queryExistingContents()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpelement.cxx173 for( std::list< SvpElement* >::const_iterator it = m_aElements.begin(); in IMPL_LINK() local
174 it != m_aElements.end(); ++it ) in IMPL_LINK()
176 std::list<SvpElement*>& rList = aMap[matchType(*it)]; in IMPL_LINK()
177 rList.push_back( *it ); in IMPL_LINK()
185 for( std::list<SvpElement*>::const_iterator it = hash_it->second.begin(); in IMPL_LINK() local
186 it != hash_it->second.end(); ++it ) in IMPL_LINK()
188 aAnswer.append( sal_Int64(reinterpret_cast<sal_uInt32>(*it)), 16 ); in IMPL_LINK()
197 for( std::list< SvpElement* >::const_iterator it = m_aElements.begin(); in IMPL_LINK() local
198 it != m_aElements.end(); ++it ) in IMPL_LINK()
200 if( *it == pElement ) in IMPL_LINK()
/trunk/main/autodoc/source/cosv/service/
H A Dcommandline.cxx214 it != itEnd; in Find_OptionPoints()
215 ++it ) in Find_OptionPoints()
217 intt nOption = Find_Option(*it); in Find_OptionPoints()
220 aOptionPoints.push_back(it); in Find_OptionPoints()
230 for ( StringVector::const_iterator it = i_begin; in Handle_FreeArguments() local
231 it != i_end AND bIsOk; in Handle_FreeArguments()
232 ++it ) in Handle_FreeArguments()
234 do_HandleFreeArgument(*it); in Handle_FreeArguments()
286 it != itEnd; in Include_Options()
287 ++it ) in Include_Options()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx441 … for ( std::vector< String >::const_iterator it = codeNames.begin(); it != codeNames.end(); ++it ) in ImportCode_Impl() local
445 moduleInfos[ *it ] = sModuleInfo; in ImportCode_Impl()
446 moduleData[ *it ] = uno::makeAny( sVBAOption ); in ImportCode_Impl()
450 for ( NameModuleDataHash::iterator it = moduleData.begin(); it != it_end; ++it ) in ImportCode_Impl() local
452 NameModuleInfoHash::iterator it_info = moduleInfos.find( it->first ); in ImportCode_Impl()
468 … sModuleInfo.ModuleObject.set( xVBACodeNamedObjectAccess->getByName( it->first ), uno::UNO_QUERY ); in ImportCode_Impl()
473 …OSL_TRACE("Failed to get documument object for %s", rtl::OUStringToOString( it->first, RTL_TEXTENC… in ImportCode_Impl()
477 xVBAModuleInfo->insertModuleInfo( it->first, sModuleInfo ); in ImportCode_Impl()
480 if( xLib->hasByName( it->first ) ) in ImportCode_Impl()
481 xLib->replaceByName( it->first, it->second ); in ImportCode_Impl()
[all …]
/trunk/main/vcl/source/helper/
H A Dxconnection.cxx104 …uno::Reference< XEventHandler > >::const_iterator it = aLocalList.begin(); it != aLocalList.end();… in terminate()
105 (*it)->handleEvent( aEvent ); in terminate()
153 …::uno::Reference< XEventHandler > >::const_iterator it = handlers.begin(); it != handlers.end(); +… in dispatchEvent()
154 if( (*it)->handleEvent( aEvent ) ) in dispatchEvent()
171 …::uno::Reference< XEventHandler > >::const_iterator it = handlers.begin(); it != handlers.end(); +… in dispatchErrorEvent()
172 if( (*it)->handleEvent( aEvent ) ) in dispatchErrorEvent()
/trunk/main/autodoc/source/ary/cpp/
H A Dca_ce.cxx432 it = i_signature.Parameters().begin(); in Get_SignatureText() local
447 bEmpty = (it == it_end); in Get_SignatureText()
451 Types().Get_TypeText(o_rOut, *it); in Get_SignatureText()
455 for ( ++it; it != it_end; ++it ) in Get_SignatureText()
458 Types().Get_TypeText(o_rOut, *it); in Get_SignatureText()
515 it != aOperationsWithSameName.end(); in lhf_CheckAndHandle_DuplicateOperation()
516 ++it ) in lhf_CheckAndHandle_DuplicateOperation()
564 it != i_list.end(); in Search_MatchingInstance()
565 ++it ) in Search_MatchingInstance()
568 ce = aStorage[*it]; in Search_MatchingInstance()
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx204 ++it; in ~Databases()
214 delete it->second; in ~Databases()
215 ++it; in ~Databases()
225 delete it->second; in ~Databases()
226 ++it; in ~Databases()
486 it->second = 0; in getStaticInformationForModule()
557 return it->second; in getStaticInformationForModule()
590 ret = it->second; in processLang()
655 return it->second; in getHelpDataFile()
673 it->second = in getCollator()
[all …]
/trunk/main/desktop/source/migration/
H A Dmigration.cxx1102 for (it = vOldItems.begin(); it!=vOldItems.end(); ++it) in compareOldAndNewConfig()
1111 sName = it->m_sCommandURL; in compareOldAndNewConfig()
1116 MigrationItem aMigrationItem(sParent, sSibling, it->m_sCommandURL, it->m_xPopupMenu); in compareOldAndNewConfig()
1130 sSibling = it->m_sCommandURL; in compareOldAndNewConfig()
1135 for (it = vNewItems.begin(); it!=vNewItems.end(); ++it) in compareOldAndNewConfig()
1144 sName = it->m_sCommandURL; in compareOldAndNewConfig()
1149 MigrationItem aMigrationItem(sParent, sSibling, it->m_sCommandURL, it->m_xPopupMenu); in compareOldAndNewConfig()
1175 for (it=pFound->second.begin(); it!=pFound->second.end(); ++it) in mergeOldToNewVersion()
1221 aPropSeq[0].Value <<= it->m_sCommandURL; in mergeOldToNewVersion()
1225 aPropSeq[2].Value <<= it->m_xPopupMenu; in mergeOldToNewVersion()
[all …]
/trunk/main/autodoc/source/parser/cpp/
H A Ddefdescr.cxx71 for ( str_vector::const_iterator it = aDefinition.begin(); in GetDefineText() local
72 it != aDefinition.end(); in GetDefineText()
73 ++it ) in GetDefineText()
78 *it ) ) in GetDefineText()
83 o_rText << (*it); in GetDefineText()
102 for ( str_vector::const_iterator it = aDefinition.begin(); in GetMacroText() local
103 it != aDefinition.end(); in GetMacroText()
104 ++it ) in GetMacroText()
109 *it ) ) in GetMacroText()
118 if ( strcmp(*it, *param_it) == 0 ) in GetMacroText()
[all …]

Completed in 205 milliseconds

12345678910>>...70