Home
last modified time | relevance | path

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

12345678910>>...74

/aoo41x/main/vcl/source/window/
H A Dprintdlg.cxx884 it != rQueues.end(); ++it ) in PrintDialog()
886 maJobPage.maPrinters.InsertEntry( *it ); in PrintDialog()
1731 it != aDynamicColumns.end(); ++it ) in setupOptionalUI()
1830 it != maControlToPropertyMap.end(); ++it ) in checkOptionalControlDependencies()
1861 bool bIsEnabled = it->first->IsEnabled(); in checkOptionalControlDependencies()
1864 it->first->Enable( bShouldbeEnabled ); in checkOptionalControlDependencies()
2315 if( it != maControlToPropertyMap.end() ) in getValueForWindow()
2317 pVal = maPController->getValue( it->second ); in getValueForWindow()
2331 if( pValue && it != maPropertyToWindowMap.end() ) in updateWindowFromProperty()
2382 if( it != maControlToPropertyMap.end() ) in makeEnabled()
[all …]
/aoo41x/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()
/aoo41x/main/offapi/com/sun/star/sdb/
H A DContentLoader.idl39 one of the below-mentioned URLs to it.</p>
62 service and plugs it into the frame passed to the loader.
67 service and plugs it into the frame passed to the loader.
72 service and plugs it into the frame passed to the loader.
77 service and plugs it into the frame passed to the loader.
82 service and plugs it into the frame passed to the loader.
89 in particular to it's
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,
/aoo41x/main/offapi/com/sun/star/chart2/data/
H A DXDatabaseDataProvider.idl80 Each time the parent report changes it's current row, the subreport requeries
81 it's data based on the values of the master fields.</p>
82 <p>If the report is no sub report (e.g. it's parent is not a report itself), this
101 If a string in this property denotes both a column name and a parameter name, it
102 is undefined which way it is interpreted, but implementations of the service are required
107 <p>If the report is no sub report (e.g. it's parent is not a report itself), this
120 client side before sending it to the database server.<br/>
122 is <TRUE/>. By switching it to <FALSE/>, you can pass backend-specific SQL statements,
180 …* specifies if the <member>Command</member> should be analyzed on the client side before sending it
183 <p>The default value of this property is <TRUE/>. By switching it to <FALSE/>, you can pass
/aoo41x/main/sw/source/filter/ww8/
H A Drtfexport.cxx165 for ( IMarkVector::const_iterator it = aMarks.begin(), end = aMarks.end(); in AppendBookmarks() local
166 it < end; ++it ) in AppendBookmarks()
168 IMark* pMark = (*it); in AppendBookmarks()
978 for (RtfColorTbl::const_iterator it=m_aColTbl.begin() ; it != m_aColTbl.end(); it++ ) in GetColor() local
979 if ((*it).second == rColor) { in GetColor()
980 …OSL_TRACE("%s returning %d (%d,%d,%d)", OSL_THIS_FUNC, (*it).first, rColor.GetRed(), rColor.GetGre… in GetColor()
981 return (*it).first; in GetColor()
991 for (RtfColorTbl::iterator it=m_aColTbl.begin() ; it != m_aColTbl.end(); ++it ) in InsColor() local
993 if ((*it).second == rCol) in InsColor()
995 else if ((*it).second == COL_AUTO) in InsColor()
/aoo41x/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()
/aoo41x/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
/aoo41x/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()
/aoo41x/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()
/aoo41x/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
/aoo41x/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>
/aoo41x/main/linguistic/source/
H A Dgrammarchecker.cxx171 for(Error_t::const_iterator it = aError.begin(); it != aError.end(); ++it) in GrammarCheckingInDummy() local
176 nIndexOf=aText.indexOf(it->first, nIndexOf); in GrammarCheckingInDummy()
182 nIndexOf += it->first.getLength(); in GrammarCheckingInDummy()
183 aErr.nErrorLength = it->first.getLength(); in GrammarCheckingInDummy()
189 aErr.aSuggestions = it->second; in GrammarCheckingInDummy()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 ()()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/offapi/com/sun/star/document/
H A DImportFilter.idl51 Of course it's possible to combine it with the service <type>ExportFilter</type>
84 Otherwise it's not clear which action is required here.
114 … to get further informations about it (e.g. his registration for mime types or extensions etc.)
121 It's not allowed to set it directly to the configuration. Because it depends
122 from real implementation of the FilterFactory if it will be allowed or not!
H A DExportFilter.idl51 Of course it's possible to combine it with the service <type>ImportFilter</type>
84 Otherwise it's not clear which action is required here.
114 … to get further informations about it (e.g. his registration for mime types or extensions etc.)
121 It's not allowed to set it directly to the configuration. Because it depends
122 from real implementation of the FilterFactory if it will be allowed or not!
/aoo41x/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
/aoo41x/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 …]

Completed in 108 milliseconds

12345678910>>...74