Home
last modified time | relevance | path

Searched refs:it (Results 226 – 250 of 1840) sorted by relevance

12345678910>>...74

/aoo41x/main/offapi/com/sun/star/util/
H A DNumberFormatsSupplier.idl56 <p>The component should be initialized only once, after it has been instantiated, and before it
58 If you initialize it a second time (or after you used it), it is up to implementation
/aoo41x/main/udkapi/com/sun/star/uno/
H A DXAggregation.idl59 before it sets itself to any aggregate using the method
61 call it has to reset its own reference count without the
67 <const>NULL</const> before it releases its reference to
99 but it is to be processed directly without being forwarded to the
105 is to be called by the delegator if it does not implement the
107 on getting its own interface when it calls the method
/aoo41x/main/vcl/aqua/source/dtrans/
H A DDataFlavorMapping.cxx517 …for( OfficeOnlyTypes::iterator it = maOfficeOnlyTypes.begin(); it != maOfficeOnlyTypes.end(); ++it in ~DataFlavorMapper() local
519 [it->second release]; in ~DataFlavorMapper()
520 it->second = nil; in ~DataFlavorMapper()
569 OfficeOnlyTypes::const_iterator it = maOfficeOnlyTypes.find( oOOFlavor.MimeType ); in openOfficeToSystemFlavor() local
571 if( it == maOfficeOnlyTypes.end() ) in openOfficeToSystemFlavor()
574 sysFlavor = it->second; in openOfficeToSystemFlavor()
/aoo41x/main/offapi/com/sun/star/accessibility/
H A DAccessibleStateType.idl93 to it when it has focus.</p>
117 /** Indicates the most (all) children are transient and it is not
119 (given by the event) should be not transient to make it possible
122 The state is added to make a performance improvment. Now it is no
127 listener if it is not transient.
185 all of its parents have set the <const>VISIBLE</const> state and it
187 though, not necessarily visible on the screen because it may be
/aoo41x/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx612 PropertiesEventListenerMap::iterator it = aListeners.find( pListener ); in notifyPropertiesChange() local
613 if ( it == aListeners.end() ) in notifyPropertiesChange()
620 propertyEvents = (*it).second; in notifyPropertiesChange()
629 PropertiesEventListenerMap::iterator it = aListeners.begin(); in notifyPropertiesChange() local
633 static_cast< XPropertiesChangeListener * >( (*it).first ); in notifyPropertiesChange()
634 PropertyEventSequence* pSeq = (*it).second; in notifyPropertiesChange()
637 aListeners.erase( it ); in notifyPropertiesChange()
644 it = aListeners.begin(); in notifyPropertiesChange()
/aoo41x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java908 Iterator it= lc.iterator(); in fire() local
909 while( it.hasNext()) in fire()
911 Object listener= it.next(); in fire()
925 Iterator it= lc.iterator(); in fire() local
926 while(it.hasNext() ) in fire()
928 Object listener= it.next(); in fire()
946 Iterator it= lc.iterator(); in fire() local
947 while (it.hasNext()) in fire()
949 XPropertiesChangeListener listener = (XPropertiesChangeListener) it.next(); in fire()
/aoo41x/main/offapi/com/sun/star/sdb/
H A DOfficeDatabaseDocument.idl90 <p>A newly instantiated database document cannot be operated until it is fully
98 so the usual way of creating a document from scratch was to create it, set properties as
99 needed, and store it.</p>
118 … been loaded into a frame, it just means the initialization has been finished.</td>
123 … has been loaded into a frame, it just means the load process has been finished.</td>
127 … <td>the document has been initialized from scratch, including plugging it into a frame.</td>
131 … <td>the document has been completely loaded, including plugging it into a frame.</td>
226 life time issues, since a document needs to be closed when nobody needs it anymore.</p>
233 the document, to prevent some other client closing the model while it's still needed
/aoo41x/main/autodoc/source/ary/info/
H A Dci_text.cxx54 for ( ary::info::DocuText::TokenList::const_iterator it = aTokens.begin(); in StoreAt() local
55 it != itEnd; in StoreAt()
56 ++it ) in StoreAt()
58 (*it)->StoreAt(o_rDisplay); in StoreAt()
/aoo41x/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx535 DocProps::iterator it = mDocProps.find( ++Index ); in getByIndex() local
536 if ( it == mDocProps.end() ) in getByIndex()
538 return uno::makeAny( it->second ); in getByIndex()
544 DocPropsByName::iterator it = mNamedDocProps.find( aName ); in getByName() local
545 return uno::Any( it->second ); in getByName()
553 for( DocPropsByName::iterator it = mNamedDocProps.begin(); it != it_end; ++it, ++pName ) in getElementNames() local
554 *pName = it->first; in getElementNames()
560 DocPropsByName::iterator it = mNamedDocProps.find( aName ); in hasByName() local
561 if ( it == mNamedDocProps.end() ) in hasByName()
/aoo41x/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl61 it is inspecting, all information is obtained via <type>XPropertyHandler</type>s.
230 <p>If a handler implementation supports property change listeners, it must be able to cope
267 a property handler can also declare that foreign properties (which it is
289 <code>C</code>, so it cannot, by definition, supersede properties which are supported by
305 <p>With this method, a handler can declare that it feels responsible for some/all
336 … Usually, this will be a modal dialog, but it can also be a non-modal user interface component.</p>
346 been obatined from the user, but store it in the output-parameter Data, and return
417 … In some cases it may be necessary to differentiate between both situations. For instance,
438 all it's handlers.</p>
443 <member>suspend</member> call, it should forward the suspension request to the UI
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dimpdel.hxx74 for( std::list< DeletionListener* >::const_iterator it = in notifyDelete() local
75 m_aListeners.begin(); it != m_aListeners.end(); ++it ) in notifyDelete()
76 (*it)->deleted(); in notifyDelete()
/aoo41x/main/vcl/unx/generic/gdi/
H A Dgcach_xpeer.cxx89 for( SalDisplay::RenderEntryMap::iterator it = rMap.begin(); it != rMap.end(); ++it ) in ~X11GlyphPeer() local
91 if( it->second.m_aPixmap ) in ~X11GlyphPeer()
92 ::XFreePixmap( pX11Disp, it->second.m_aPixmap ); in ~X11GlyphPeer()
93 if( it->second.m_aPicture ) in ~X11GlyphPeer()
94 rRenderPeer.FreePicture( it->second.m_aPicture ); in ~X11GlyphPeer()
/aoo41x/main/offapi/com/sun/star/frame/
H A DXComponentLoader.idl78 If a frame with the specified name already exists, it is used, otherwise it
132 <NULL/>if it failed
136 loaded document or control the lifetime of it (means dispose() it after using).
142 it after use directly, because the frame containing the component is its owner.
149 It is not allowed to dispose it after use directly, because the frame
H A DXFrame.idl47 A frame can be (it's not a must!) a part of a frame tree. If not this frame willn't be
98 it means the parent frame of the frame hierarchy.
135 The name of a frame will be used for identifying it if a frame search was started.
192 to search it inside the current hierarchy
226 then it broadcasts an <type>FrameActionEvent</type> with
305 Note: Don't dispose this window - the frame is the owner of it.
321 Note: Don't dispose it - the frame is the owner of it.
358 E.g., it is possible to determine instantiation/destruction and
/aoo41x/main/scripting/source/storage/
H A DScriptStorageManager.cxx311 StorageId_hash::const_iterator it = m_StorageIdOrigURIHash.find( origURI ); in getScriptStorageID() local
313 if ( it == m_StorageIdOrigURIHash.end() ) in getScriptStorageID()
329 return it->second; in getScriptStorageID()
336 StorageId_hash::iterator it = m_StorageIdOrigURIHash.find( origURI ); in removeScriptDocURIHashEntry() local
337 if ( it == m_StorageIdOrigURIHash.end() ) in removeScriptDocURIHashEntry()
344 m_StorageIdOrigURIHash.erase( it ); in removeScriptDocURIHashEntry()
/aoo41x/main/offapi/com/sun/star/packages/
H A DPackage.idl54 created without arguments, it must be initialised with the
56 before it is a valid instance of the service.
64 2. An XInputStream referring to a package (it must also
95 to the PackageFolder in which it will reside using the methods in the
99 argument. If it set to true, a PackageFolder implementation is created,
100 if it is set to false, a PackageStream implementation is created.
/aoo41x/main/basic/source/comp/
H A Dexprgen.cxx186 SbiExprListVector::iterator it; in GenElement() local
187 for( it = pvMorePar->begin() ; it != pvMorePar->end() ; ++it ) in GenElement()
189 SbiExprList* pExprList = *it; in GenElement()
/aoo41x/main/vcl/unx/gtk/app/
H A Dgtksys.cxx71 for( std::list< String >::const_iterator it = rButtons.begin(); it != rButtons.end(); ++it ) in ShowNativeDialog() local
73 ByteString aLabel( *it, RTL_TEXTENCODING_UTF8 ); in ShowNativeDialog()
/aoo41x/main/vcl/aqua/source/window/
H A Dsalframeview.mm168 // disable OSX>=10.7 window restoration until we support it directly
484 // the difference is that it only does tryToAcquire instead of aquire
558 // no, it is not
559 // now we need to find the one it may be in
570 it can be hit with the containsMouse selector, which it doesn't support.
960 // we must consider moving it to a kind of hash map
1036 // so it seems we need to strip the Alt modifier here
1440 if( it != GetSalData()->maKeyEventAnswer.end() )
1441 it->second = true;
1472 if( it != GetSalData()->maKeyEventAnswer.end() )
[all …]
/aoo41x/main/padmin/source/
H A Dpadialog.cxx721 ::std::list< OUString >::iterator it; in UpdateDevice()
722 for( it = m_aPrinters.begin(); it != m_aPrinters.end(); ++it ) in UpdateDevice()
724 const PrinterInfo& rInfo( m_rPIManager.getPrinterInfo( *it ) ); in UpdateDevice()
745 String aEntry( *it ); in UpdateDevice()
746 if( *it == m_rPIManager.getDefaultPrinter() ) in UpdateDevice()
757 m_aDevicesLB.SetEntryData( nPos, (void*)it->getLength() ); in UpdateDevice()
758 if( *it == m_rPIManager.getDefaultPrinter() ) in UpdateDevice()
/aoo41x/main/ucbhelper/workben/myucp/
H A Dmyucp_content.cxx844 ::ucbhelper::ContentRefList::const_iterator it = aAllContents.begin(); in queryChildren()
847 while ( it != end ) in queryChildren()
849 ::ucbhelper::ContentImplHelperRef xChild = (*it); in queryChildren()
868 ++it; in queryChildren()
967 ContentRefList::const_iterator it = aChildren.begin(); in destroy() local
970 while ( it != end ) in destroy()
972 (*it)->destroy( bDeletePhysical ); in destroy()
973 ++it; in destroy()
/aoo41x/main/offapi/com/sun/star/task/
H A DInteractionHandler.idl91 carries with it a sequence of arguments, which should be
143 …by full-qualified type name. Also, for each type, it can specify whether it is responsible for onl…
146 …ver the <code>InteractionHandler</code> encounteres a request it cannot fulfill itself, it will ex…
147 …the configuration, to find a handler implementation for the request, and delegate it to the first …
150 …tiple custom interaction handlers declare themself responsible for the same request type, it is not
172 it is strongly recommended that this property is supplied;</LI>
H A DXAsyncJob.idl52 under control, it's not allowed for a real job implementation to use such mechanism
53 by itself. The outside code decide, if it's possible and how it can be made
54 asynchronous. In some special cases it can be, that asynchronous jobs will be executed
69 which use this asynchronous job. It's possible to write it back by called listener
/aoo41x/main/autodoc/source/display/idl/
H A Dhfi_module.cxx221 for ( ce_ptr_list::const_iterator it = i_list.begin(); in produce_ChildList() local
222 it != itEnd; in produce_ChildList()
223 ++it ) in produce_ChildList()
227 produce_Link(rRow, *it); in produce_ChildList()
228 produce_LinkDoc(rRow, *it); in produce_ChildList()
/aoo41x/main/offapi/com/sun/star/text/
H A DXWordCursor.idl37 /** makes it possible to move a cursor word by word.
59 This may happen for example if it travels over empty paragraphs.</p>
62 <true/> if the cursor was moved. It returns <false/> it the
73 This may happen for example if it travels over empty paragraphs.</p>
76 <true/> if the cursor was moved. It returns <false/> it the

Completed in 207 milliseconds

12345678910>>...74