Home
last modified time | relevance | path

Searched refs:it (Results 176 – 200 of 1855) sorted by relevance

12345678910>>...75

/trunk/main/unotools/source/config/
H A Deventcfg.cxx181 EventBindingHash::const_iterator it = m_eventBindingHash.begin(); in Commit() local
190 for(int i=0;it!=it_end;++it,++i) in Commit()
193 if(it->second.getLength() == 0 ) in Commit()
195 sNode = sPrefix + it->first + sPostfix; in Commit()
198 seqValues[ 0 ].Value <<= it->second; in Commit()
293 EventBindingHash::const_iterator it = m_eventBindingHash.find( aName ); in getByName() local
294 if( it != m_eventBindingHash.end() ) in getByName()
296 props[1].Value <<= it->second; in getByName()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_interface.cxx300 for ( ary::StdConstIterator<ary::idl::CommentedRelation> & it = *pBases; in produce_BaseHierarchy() local
301 it.operator bool(); in produce_BaseHierarchy()
302 ++it ) in produce_BaseHierarchy()
313 aTypeDisplay.Produce_byData((*it).Type()); in produce_BaseHierarchy()
323 if ((*it).Info() != 0) in produce_BaseHierarchy()
329 aDocuDisplay.Produce_fromReference(*(*it).Info(), i_ce); in produce_BaseHierarchy()
334 pCe = Env().Linker().Search_CeFromType((*it).Type()); in produce_BaseHierarchy()
/trunk/main/offapi/com/sun/star/frame/
H A DXStorable.idl64 /** The object may know the location because it was loaded from there,
65 or because it is stored there.
68 <TRUE/> if the object knows a location where it is persistent
74 /** After <member>XStorable::storeAsURL()</member> it returns the
93 /** stores the data to the URL from which it was loaded.
113 <p>The change of the location makes it necessary to store the document in
116 export filter is used, it will accept only combined import/export filters.
147 import/export filters because it implements an exporting capability, not a
H A DXDispatchRecorderSupplier.idl46 With a <type>XDispatchRecorder</type> it's possible to record calls
48 can be used to automate recorded dispatch and start it at later time again.
62 Setting of a new recorder make it possible to change recording mode.
91 /** dispatch given URL and record it if recording is enabled
95 If recording isn't enabled it will be a normal <member>XDispatch::dispatch()</member>
101 the request will be recorded. In this case it's possible
107 <type>XRecordableDispatch</type> it will be used
/trunk/main/offapi/com/sun/star/sdb/
H A DDataAccessDescriptor.idl56 it's free to specify any additional requirements about the relations of properties.</p>
100 <p>If the sequence is empty, it is ignored.</p>
107 it will be a <type>Connection</type> from the module com::sun::star::sdb.<br/>
178 …* specifies if the <member>Command</member> should be analyzed on the client side before sending it
181 <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
195 has access to an already existent result set, it can pass it along for reusage. This is encouraged
221 two alternatives it expects. If it does <em>not</em> specify this, then the property
232 not present, it's up to the implementing component to specify this semantics.</p>
255 …used to describe a column object can pass this object directly, instead of specifying it only impl…
259 often it will even be a <type>Column</type> from the com::sun::star::sdb module.</p>
H A DXSingleSelectQueryAnalyzer.idl83 select command, but it does not contain the where token.
111 select command, but it does not contain the GROUP BY keyword .
135 select command, but it does not contain the HAVING token.
162 select command, but it does not contain the ORDER BY keyword .
173 select command, but it does not contain the ORDER BY keyword .
191 … as if it really is a table -, <code>getQueryWithSubstitution</code> gives you the SQL statement
197 …leSelectQueryAnalyzer</type> at the <type>Connection</type> object, and passing it the above query,
207 … in an exception being thrown, since it's impossible to substitute the sub queries with their
230 client side before sending it to the database server.<br/>
232 is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
/trunk/main/basic/source/classes/
H A Dsb.cxx178 return (it != GaDocBasicItems.end()) ? it->second.get() : 0; in lclFindDocBasicItem()
191 if( it != GaDocBasicItems.end() ) in lclRemoveDocBasicItem()
193 it->second->stopListening(); in lclRemoveDocBasicItem()
194 GaDocBasicItems.erase( it ); in lclRemoveDocBasicItem()
197 for( it = GaDocBasicItems.begin(); it != it_end; ++it ) in lclRemoveDocBasicItem()
198 it->second->clearDependingVarsOnDelete( rDocBasic ); in lclRemoveDocBasicItem()
1197 for( StringVector::iterator it = rReqTypes.begin() ; it != rReqTypes.end() ; ++it ) in implProcessModuleRunInit() local
1199 String& rStr = *it; in implProcessModuleRunInit()
1252 ModuleInitDependencyMap::iterator it; in InitAllModules() local
1253 for( it = aMIDMap.begin() ; it != aMIDMap.end(); ++it ) in InitAllModules()
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DAccessibleSpreadsheetDocumentView.idl71 service, because it is only possible to have one spreadsheet
92 <p>The following rules apply to the children order. General it
100 <li>The current table is painted after the background and so it
121 so it is left out of the list.</li>
124 selectable. So it is left out of the list.</li>
127 resize the window, but not the document. So it is left out
131 selectable. So it is left out of the list.</li>
134 selectable. So it is left out of the list.</li>
136 the Bounding Box of the parent. Otherwise it is false.</li>
/trunk/main/unotools/source/misc/
H A Dfontdefs.cxx422 FontNameDictionary::const_iterator it = aDictionary.find( rName ); in GetEnglishSearchFontName() local
423 if( it != aDictionary.end() ) in GetEnglishSearchFontName()
424 rName.AssignAscii( it->second ); in GetEnglishSearchFontName()
555 … for( ::std::vector< String >::const_iterator it = pVector->begin(); it != pVector->end(); ++it ) in GetSubsFontName()
556 if( ! ImplIsFontToken( rName, *it ) ) in GetSubsFontName()
558 ImplAppendFontToken( aName, *it ); in GetSubsFontName()
/trunk/main/vcl/source/gdi/
H A Dconfigsettings.cxx98 SmallOUStrMap::const_iterator it; in Commit() local
99 for( it = group->second.begin(); it != group->second.end(); ++it ) in Commit()
103 aName.Append( String( it->first ) ); in Commit()
106 pValues[nIndex].Value <<= it->second; in Commit()
/trunk/main/xml2cmp/source/finder/
H A Ddependy.cxx184 for ( StringVector::const_iterator it = rNeededs.begin(); in Add2Result() local
185 it != rNeededs.end(); in Add2Result()
186 ++it ) in Add2Result()
189 = aResult_Services.insert(*it); in Add2Result()
192 Map_Services::const_iterator itFound = aServices.find(*it); in Add2Result()
196 << (*it).str() in Add2Result()
/trunk/main/offapi/com/sun/star/task/
H A DXJobExecutor.idl40 it will be used to find any registered service inside configuration
41 of this executor. If somewhere could be found it will be
42 started and controlled by this instance. After it finish his work
43 it's possible to deactivate further startups or let him run again if
58 for the executor it's enough to use it for searching a registered job
/trunk/main/offapi/com/sun/star/util/
H A DXStringSubstitution.idl58 The method iterates through it's internal variables list to match the
61 it will be returned unchanged. The behavior if a variable is found in
62 the string but it is unknown for the implementation depends on the parameter
72 if it finds a variable that is unknown. In this case it is possible
87 The method iterates through it's internal variable list and tries to match
108 The method iterates through it's internal variable list and tries to
/trunk/main/offapi/com/sun/star/document/
H A DImportFilter.idl52 Of course it's possible to combine it with the service <type>ExportFilter</type>
85 Otherwise it's not clear which action is required here.
115 to get further informations about it (e.g. his registration for mime types or extensions etc.)
122 It's not allowed to set it directly to the configuration. Because it depends
123 from real implementation of the FilterFactory if it will be allowed or not!
H A DExportFilter.idl52 Of course it's possible to combine it with the service <type>ImportFilter</type>
85 Otherwise it's not clear which action is required here.
115 to get further informations about it (e.g. his registration for mime types or extensions etc.)
122 It's not allowed to set it directly to the configuration. Because it depends
123 from real implementation of the FilterFactory if it will be allowed or not!
/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx218 UshortList::const_iterator it = aLookupOffsetList.begin(); in ReadGSUB() local
219 for(; it != aLookupOffsetList.end(); ++it ) in ReadGSUB()
221 const sal_uInt16 nOfsLookupTable = *it; in ReadGSUB()
340 …GlyphSubstitution::const_iterator it( pGlyphSubstitution->find( sal::static_int_cast<sal_uInt16>(n… in UseGSUB() local
341 if( it != pGlyphSubstitution->end() ) in UseGSUB()
342 nGlyph = (*it).second; in UseGSUB()
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx489 std::list< rtl::OUString >::const_iterator it = eventMethods.begin(); in getEventListeners() local
492 for ( ; it != eventMethods.end(); ++it, ++pDest ) in getEventListeners()
493 *pDest = *it; in getEventListeners()
590 EventSupplierHash::const_iterator it = m_hEvents.find( aName ); in getByName() local
591 if ( it == m_hEvents.end() ) in getByName()
593 return it->second; in getByName()
601 EventSupplierHash::const_iterator it = m_hEvents.begin(); in getElementNames() local
603 for ( sal_Int32 index = 0; it != it_end; ++index, ++pDest, ++it ) in getElementNames()
604 *pDest = it->first; in getElementNames()
611 EventSupplierHash::const_iterator it = m_hEvents.find( aName ); in hasByName() local
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddb.cxx164 StringToValPosMap::const_iterator it = m_pStringToValPosMap->find( rKey ); in getValueForKey() local
165 if( it != m_pStringToValPosMap->end() ) in getValueForKey()
167 const std::pair<int,int>& rValPair = it->second; in getValueForKey()
195 StringToDataMap::const_iterator it = m_pStringToDataMap->find( rKey ); in getValueForKey() local
196 if( it != m_pStringToDataMap->end() ) in getValueForKey()
198 const rtl::OString& rValueStr = it->second; in getValueForKey()
/trunk/main/autodoc/source/display/html/
H A Dcre_link.cxx225 NameScope_const_iterator it( i_it ); in Recursive_CreatePath() local
226 it.go_up(); in Recursive_CreatePath()
227 if (NOT it) in Recursive_CreatePath() local
229 Recursive_CreatePath( o_pOut, it ); in Recursive_CreatePath()
261 NameScope_const_iterator it( i_rData.Owner(), pEnv->Gate() ); in Create_PrePath() local
262 Recursive_CreatePath( pOut, it ); in Create_PrePath()
H A Dhtml_kit.cxx106 it = i_rTplParams.begin(); in operator ()() local
111 << (*it).Name(); in operator ()()
112 for ( ++it; it != itEnd; ++it ) in operator ()()
116 << (*it).Name(); in operator ()()
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx119 … for ( std::vector<rtl::OUString>::iterator it = sDocModuleNames.begin(); it != it_end; ++it ) in setUpDocumentModules() local
123 … sModuleInfo.ModuleObject.set( xVBACodeNamedObjectAccess->getByName( *it ), uno::UNO_QUERY ); in setUpDocumentModules()
125 xVBAModuleInfo->insertModuleInfo( *it, sModuleInfo ); in setUpDocumentModules()
126 if( xLib->hasByName( *it ) ) in setUpDocumentModules()
127 …xLib->replaceByName( *it, uno::makeAny( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Option VBASupp… in setUpDocumentModules()
129 …xLib->insertByName( *it, uno::makeAny( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM( "Option VBASuppo… in setUpDocumentModules()
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java670 java.util.Iterator it = rMap.keySet().iterator(); in toXML() local
671 while(it.hasNext()) in toXML()
1066 while (it.hasMoreElements()) in convertTypePropsToInternal()
1176 while (it.hasMoreElements()) in convertFilterPropsToInternal()
1303 java.util.Enumeration it = lFlags.elements(); in convertFilterFlagNames2Values() local
1304 while(it.hasMoreElements()) in convertFilterFlagNames2Values()
1545 java.util.Iterator it = rMap.keySet().iterator(); in getItemNames() local
1546 while(it.hasNext()) in getItemNames()
1547 lNames.add(it.next()); in getItemNames()
1578 while(it.hasNext()) in getMatchedItemNames()
[all …]
/trunk/main/autodoc/source/exes/adc_uni/
H A Dcmd_sincedata.cxx78 SinceTagTransformationData::do_Init( opt_iter & it, in do_Init() argument
81 ++it; // Cur is since-file path. in do_Init()
83 CHECKOPT( it != itEnd , in do_Init()
87 csv::File aSinceFile(*it); in do_Init()
119 ++it; // Cur is next option. in do_Init()
/trunk/main/ucb/source/ucp/package/
H A Dpkgprovider.cxx258 Packages::const_iterator it = m_pPackages->find( rURL ); in createPackage() local
259 if ( it != m_pPackages->end() ) in createPackage()
262 return (*it).second->m_xNA; in createPackage()
317 Packages::iterator it = m_pPackages->find( rName ); in removePackage() local
318 if ( it != m_pPackages->end() ) in removePackage()
320 m_pPackages->erase( it ); in removePackage()
/trunk/main/vcl/unx/generic/printer/
H A Dcupsmgr.cxx603 for( std::hash_map< OUString, Printer, OUStringHash >::iterator it = m_aPrinters.begin(); in initialize() local
604 it != m_aPrinters.end(); ++it ) in initialize()
606 if( m_aCUPSDestMap.find( it->first ) != m_aCUPSDestMap.end() ) in initialize()
609 if( it->second.m_aInfo.m_aFeatures.getLength() > 0 ) in initialize()
611 aRemovePrinters.push_back( it->first ); in initialize()
920 std::hash_map< FILE*, OString, FPtrHash >::const_iterator it = m_aSpoolFiles.find( pFile ); in endSpool() local
921 if( it != m_aSpoolFiles.end() ) in endSpool()
933 it->second.getStr(), in endSpool()
939 it->second.getStr(), in endSpool()
948 aCmd = aCmd + it->second; in endSpool()
[all …]

Completed in 142 milliseconds

12345678910>>...75