Home
last modified time | relevance | path

Searched refs:it (Results 151 – 175 of 1838) sorted by relevance

12345678910>>...74

/aoo41x/main/sc/source/ui/vba/
H A Dvbawindows.cxx183 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in getByName() local
184 if ( it == namesToIndices.end() ) in getByName()
186 return makeAny( m_windows[ it->second ] ); in getByName()
194 NameIndexHash::const_iterator it = namesToIndices.begin(); in getElementNames() local
196 for ( ; it != it_end; ++it, ++pString ) in getElementNames()
197 *pString = it->first; in getElementNames()
203 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in hasByName() local
204 return (it != namesToIndices.end()); in hasByName()
/aoo41x/main/offapi/com/sun/star/util/
H A DXCloseListener.idl43 /** makes it possible to receive events when an object
48 if somewhere tries to close it by calling <member>XCloseable::close()</member>.
59 Then it's not allowed to break this request - it must be accepted!
80 If it's set to <FALSE/> the original caller of <member>XCloseable::close()</member>
82 If it's set to <TRUE/> this listener will be the new owner if he throw the exception,
88 If this listener doesn't disagree with th close request it depends from his internal
116 should deregister himself and relaese all references to it.
122 it must be accepted too. There exist no chance for a disagreement any more.
H A DXURLTransformer.idl60 all parsed parts of it after finishing this call. <member>URL::Complete</member>
75 <member>URL::Complete</member> if it is not a syntactically complete URL.
81 all parsed parts of it after finishing this call. This includes
99 stores it into <member>URL::Complete</member>
116 Sometimes it can be usefull to show an URL on an user interface
118 call, but make it easier for the user to understand it.
130 …a string representing the <var>aURL</var> if it is syntactically correct. A empty string if <var>a…
/aoo41x/main/writerfilter/source/rtftok/
H A DRTFScanner.skl175 * and can realloc() it to grow it, and should free() it to
176 * delete it.
194 * end of it.
564 * yy_get_previous_state() go ahead and do it
565 * for us because it doesn't know how to deal
567 * want to build jamming into it because then it
604 * YY_NULL, it'll still work - another
769 * process it.
795 { /* Not enough room in the buffer - grow it. */
822 /* Can't grow it, we don't own it. */
[all …]
/aoo41x/main/autodoc/source/display/toolkit/
H A Dhf_navi_sub.cxx73 for ( SubRow::const_iterator it = aRow.begin(); in Produce_Row() local
74 it != aRow.end(); in Produce_Row()
75 ++it ) in Produce_Row()
83 rGoon = (*it).second in Produce_Row()
87 << (*it).first.second in Produce_Row()
93 << (*it).first.first; in Produce_Row()
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dpsputil.cxx205 …, rtl_UnicodeToTextConverter >::const_iterator it = m_aConverters.begin(); it != m_aConverters.end… in ~ConverterFactory() local
206 rtl_destroyUnicodeToTextConverter (it->second); in ~ConverterFactory()
214 std::map< rtl_TextEncoding, rtl_UnicodeToTextConverter >::const_iterator it = in Get() local
217 if (it == m_aConverters.end()) in Get()
223 aConverter = it->second; in Get()
/aoo41x/main/odk/examples/OLE/activex/
H A DREADME.txt14 This is a Lite ActiveX control so it can be used only in containers that
19 it can contain "private:factory/..." URLs to open new documents
21 readonly - if it is set to "true" the document will be opened readonly,
24 The control can be extended easily, for example it can be changed
28 To let MSIE register it itself the "CODEBASE" parameter
32 Also it can be done using regsvr32 application.
33 To do it please write
/aoo41x/main/autodoc/source/display/html/
H A Daryattrs.cxx114 it = pThrow->begin(); in SyntaxText_PostName() local
118 if (it != it_end) in SyntaxText_PostName()
121 i_rAryGate.Types().Get_TypeText(sResult, *it); in SyntaxText_PostName()
123 for ( ++it; it != it_end; ++it ) in SyntaxText_PostName()
126 i_rAryGate.Types().Get_TypeText(sResult, *it); in SyntaxText_PostName()
/aoo41x/main/padmin/source/
H A Dhelper.cxx143 … for( std::list< String >::const_iterator it = subfiles.begin(); it != subfiles.end(); ++it ) in FindFiles() local
147 aSubFile.append( *it ); in FindFiles()
216 for( ::std::list<String>::const_iterator it = rChoices.begin(); it != rChoices.end(); ++it ) in QueryString()
217 m_aComboBox.InsertEntry( *it ); in QueryString()
/aoo41x/main/store/workben/
H A Dt_store.cxx153 virtual sal_Bool visit (const iter& it);
185 sal_Bool DirectoryTraveller::visit (const iter& it) in visit() argument
190 rtl::OString aName (it.m_pszName, it.m_nLength, RTL_TEXTENCODING_UTF8); in visit()
193 aName.pData->buffer, (unsigned int)(it.m_nAttrib), (unsigned int)(it.m_nSize)); in visit()
195 if (it.m_nAttrib & STORE_ATTRIB_ISDIR) in visit()
197 OUString aName (it.m_pszName, it.m_nLength); in visit()
/aoo41x/main/offapi/com/sun/star/frame/
H A DFrame.idl73 documents and make it possible to walk during these trees.
75 to a global one which life time will be controlled by it.
91 within the frame; it is the main connection to the
136 it's possible to perform it by directly calling of right interceptor without
154 /** if possible it sets/gets the UI title on/from the frame container window
157 It depends from the type of the frame container window. If it is a system
171 to use it for any dispatch object from outside which supports the interface
174 a supplier with a recorder object inside of it. Every user of dispatches
177 on the original dispatch object. If it's a valid value he must use the supplier
/aoo41x/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx504 CTFontContainer::const_iterator it = maFontContainer.begin(); in ~CTFontList() local
505 for(; it != maFontContainer.end(); ++it ) in ~CTFontList()
506 delete (*it).second; in ~CTFontList()
527 CTFontContainer::const_iterator it = maFontContainer.begin(); in AnnounceFonts() local
528 for(; it != maFontContainer.end(); ++it ) in AnnounceFonts()
529 rFontList.Add( (*it).second->Clone() ); in AnnounceFonts()
536 CTFontContainer::const_iterator it = maFontContainer.find( nFontId ); in GetFontDataFromId() local
537 if( it == maFontContainer.end() ) in GetFontDataFromId()
539 return (*it).second; in GetFontDataFromId()
/aoo41x/main/udm/source/xml/
H A Dxmlitem.cxx149 for ( AttrList::iterator it = pAttrs->begin(); in do_WriteOut() local
150 it != pAttrs->end(); in do_WriteOut()
151 ++it ) in do_WriteOut()
155 (*it)->WriteOut( io_aFile ); in do_WriteOut()
573 for ( ItemList::iterator it = aItems.begin(); in do_WriteOut() local
574 it != itEnd; in do_WriteOut()
575 ++it ) in do_WriteOut()
577 (*it)->WriteOut( io_aFile ); in do_WriteOut()
/aoo41x/main/ucb/source/ucp/hierarchy/
H A Dhierarchydata.cxx972 sal_Bool HierarchyEntry::first( iterator& it ) in first() argument
976 if ( it.m_pImpl->pos == -1 ) in first()
1006 it.m_pImpl->names = xNameAccess->getElementNames(); in first()
1014 it.m_pImpl->dir = xHierNameAccess; in first()
1038 if ( it.m_pImpl->names.getLength() == 0 ) in first()
1041 it.m_pImpl->pos = 0; in first()
1046 sal_Bool HierarchyEntry::next( iterator& it ) in next() argument
1050 if ( it.m_pImpl->pos == -1 ) in next()
1051 return first( it ); in next()
1053 ++(it.m_pImpl->pos); in next()
[all …]
/aoo41x/main/autodoc/source/parser/cpp/
H A Dpe_class.cxx261 for ( PE_Base::BaseList::const_iterator it = aBases.begin(); in Init_CurObject() local
262 it != aBases.end(); in Init_CurObject()
263 ++it ) in Init_CurObject()
265 pCurObject->Add_BaseClass( *it ); in Init_CurObject()
272 for ( StringVector::const_iterator it = pTplParams->begin(); in Init_CurObject() local
273 it != pTplParams->end(); in Init_CurObject()
274 ++it ) in Init_CurObject()
276 pCurObject->Add_TemplateParameterType( *it, ary::cpp::Type_id(0) ); in Init_CurObject()
/aoo41x/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx186 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in getByName() local
187 if ( it == namesToIndices.end() ) in getByName()
189 return makeAny( m_documents[ it->second ] ); in getByName()
197 NameIndexHash::const_iterator it = namesToIndices.begin(); in getElementNames() local
199 for ( ; it != it_end; ++it, ++pString ) in getElementNames()
200 *pString = it->first; in getElementNames()
206 NameIndexHash::const_iterator it = namesToIndices.find( aName ); in hasByName() local
207 return (it != namesToIndices.end()); in hasByName()
/aoo41x/main/offapi/com/sun/star/document/
H A DOfficeDocument.idl61 It is a representation of a resource in the sense that it was
72 With this interface it's possible too, to reset the modify state.
85 <li>to make a copy of current component by saving it to another location</li>
87 <li>to convert it by saving it by using suitable filter name.</li>
98 print the document on it.
110 /** makes it possible to register listeners which are called whenever
186 closed. Upon closing it will not be made persistent. Thus, the document
187 may get a different id every time it gets loaded.</p>
H A DExtendedTypeDetection.idl42 Writer file from .sdw to .doc), it quickly becomes clear that you cannot always
46 collected so far on a document and then decide which type to assign it to.
59 Because it's not possible otherwise to distinguish between more then one
60 registered detect services in same office installation! But it's possible for
80 already flat detected type. If any could be found it will be created and
89 If it's not included in descriptor the value of <member>MediaDescriptor::URL</member>
92 Note: The stream should be added to the descriptor if it wasn't a part of them before.
93 So further steps on the whole detection process can use it and will perform her work.
/aoo41x/main/ucbhelper/source/client/
H A Dproxydecider.cxx101 std::list< HostListEntry >::const_iterator it in get() local
106 while ( it != end ) in get()
108 if ( (*it).first == rKey ) in get()
110 rValue = (*it).second; in get()
113 it++; in get()
460 std::vector< NoProxyListEntry >::const_iterator it in shouldUseProxy() local
465 while ( it != end ) in shouldUseProxy()
469 if ( (*it).second.Matches( aHostAndPort ) ) in shouldUseProxy()
474 if ( (*it).first.Matches( aHostAndPort ) ) in shouldUseProxy()
477 it++; in shouldUseProxy()
/aoo41x/main/xmloff/source/text/
H A Dtxtparae.cxx1408 it != pTexts->getEnd(); in exportPageFrames()
1409 ++it) in exportPageFrames()
1412 it != pGraphics->getEnd(); in exportPageFrames()
1413 ++it) in exportPageFrames()
1417 ++it) in exportPageFrames()
1420 it != pShapes->getEnd(); in exportPageFrames()
1421 ++it) in exportPageFrames()
1434 ++it) in exportFrameFrames()
1440 ++it) in exportFrameFrames()
1446 ++it) in exportFrameFrames()
[all …]
/aoo41x/main/vcl/unx/headless/
H A Dsvpprn.cxx388 for( ::std::list< OUString >::iterator it = aPrinters.begin(); it != aPrinters.end(); ++it ) in GetPrinterQueueInfo()
390 const PrinterInfo& rInfo( rManager.getPrinterInfo( *it ) ); in GetPrinterQueueInfo()
393 pInfo->maPrinterName = *it; in GetPrinterQueueInfo()
881 ::std::hash_map< ::rtl::OUString, ::rtl::OUString, ::rtl::OUStringHash >::const_iterator it; in StartJob()
882 it = pJobSetup->maValueMap.find( ::rtl::OUString::createFromAscii( "FAX#" ) ); in StartJob()
883 if( it != pJobSetup->maValueMap.end() ) in StartJob()
884 m_aFaxNr = it->second; in StartJob()
1008 for( std::list< SalFrame* >::const_iterator it = rList.begin(); in doUpdate() local
1009 it != rList.end(); ++it ) in doUpdate()
1010 SvpSalInstance::s_pDefaultInstance->PostEvent( *it, NULL, SALEVENT_PRINTERCHANGED ); in doUpdate()
/aoo41x/main/autodoc/source/ary/cpp/
H A Dnamechain.cxx172 std::vector< NameSegment >::const_iterator it = aSegments.begin(); in Get_Text() local
175 if ( it == itEnd ) in Get_Text()
178 for ( --itEnd; it != itEnd; ++it ) in Get_Text()
180 (*it).Get_Text_AsScope( o_rPreName, i_rGate ); in Get_Text()
183 (*it).Get_Text_AsMainType( o_rName, o_rPostName, i_rGate ); in Get_Text()
/aoo41x/main/offapi/com/sun/star/sdbc/
H A DXDriver.idl57 <p>The DriverManager will try to load as many drivers as it can
58 find, and then for any given connection request, it will ask each
77 if it realizes it is the wrong kind
79 the driver manager is asked to connect to a given URL it passes
87 if it is the right
121 /** returns <TRUE/> if the driver thinks that it can open a connection
138 discover what properties it should prompt a human for in order to get
141 necessary, so it may be necessary to iterate though several calls
/aoo41x/main/offapi/com/sun/star/table/
H A DAccessibleTableView.idl94 <li>The name is the given table name and a number to make it non-ambiguous.</li>
104 table is not deleted, the document is open. Also it is
106 page preview is allready opend, otherwise it is true.</li>
110 protected, otherwise it is true.</li>
115 if the table is showed in a page preview, otherwise it is
119 has no background color or graphic, otherwise it is
124 Otherwise it is false.</li>
140 things like the XAccessibleContext interface. Therefor it use more
141 usable methods. Also it gives access to some table specific data.
/aoo41x/main/offapi/com/sun/star/form/
H A DPropertyBrowserController.idl52 …provide a visual component for inspecting control properties. This means it allows to interactivel…
53 …eral aspects of a <type>FormControlModel</type> or <type>DataAwareControlModel</type>, such as it's
54 data binding, it's layout, and it's event binding</p>
57 <ul><li>instatiate it at a service factory of your choice</li>
58 <li>attach it to an empty frame of your choice</li>
96 <p>Changing this property from outside causes the controller to update it's view
109 With this property, it can be controller which page is currently acticve.</p>

Completed in 116 milliseconds

12345678910>>...74