Home
last modified time | relevance | path

Searched refs:it (Results 201 – 225 of 1855) sorted by last modified time

12345678910>>...75

/trunk/main/offapi/com/sun/star/frame/
H A DXUntitledNumbers.idl45 /** calli has to lease a number befor he can use it within in its own title.
65 it has to be released so it can be used for new components.
80 /** does the same then releaseNumber () but it searches the corresponding
81 number for the specified component and deregister it.
/trunk/main/offapi/com/sun/star/embed/
H A DDocumentCloser.idl51 The usual usage of this service is to create it, initialize with document
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2876 it = m_aRoleMap.begin(); it != m_aRoleMap.end(); ++it ) in emitStructure() local
3350 …for( it = aSections.begin(); it != aSections.end() && (nIndex < *it || nIndex > ((*it) + 5) ); ++i… in emitEmbeddedFont()
3365 …for( it = aSections.begin(); it != aSections.end() && (nIndex < *it || nIndex > ((*it) + 5) ); ++i… in emitEmbeddedFont()
3391 for( it = aSections.begin(); it != aSections.end(); ++it ) in emitEmbeddedFont()
3409 …for( it = aSections.begin(); it != aSections.end() && (nIndex < *it || nIndex > ((*it) + 5) ); ++i… in emitEmbeddedFont()
3424 …for( it = aSections.begin(); it != aSections.end() && (nBeginBinaryIndex < *it || nBeginBinaryInde… in emitEmbeddedFont()
3435 …for( it = aSections.begin(); it != aSections.end() && (nEndAsciiIndex < *it || nEndAsciiIndex > ((… in emitEmbeddedFont()
3441 … for( it = aSections.begin(); it != aSections.end() && *it < nEndAsciiIndex; ++it ) in emitEmbeddedFont()
10005 for( it = m_aJPGs.begin(); it != m_aJPGs.end() && ! (aID == it->m_aID); ++it ) in drawJPGBitmap()
10109 for( it = m_aBitmaps.begin(); it != m_aBitmaps.end(); ++it ) in createBitmapEmit()
[all …]
H A Dpdfwriter_impl2.cxx1141 …std::map< sal_IntPtr, EncHashTransporter* >::iterator it = sTransporters.find( static_cast<sal_Int… in getEncHashTransporter() local
1142 if( it != sTransporters.end() ) in getEncHashTransporter()
1143 pResult = it->second; in getEncHashTransporter()
/trunk/main/ucb/source/ucp/file/
H A Dshell.cxx2573 if( it != m_aContent.end() && it->second.notifier ) in getContentEventListeners()
2600 if( it != m_aContent.end() && it->second.notifier ) in getContentDeletedEventListeners()
2626 ++it; in notifyInsert()
2640 ++it; in notifyContentDeleted()
2655 ++it; in notifyContentRemoved()
2671 if( it != m_aContent.end() && it->second.notifier ) in getPropertySetListeners()
2698 ++it; in notifyPropertyAdded()
2713 ++it; in notifyPropertyRemoved()
2836 ++it; in notifyContentExchanged()
2853 if( it != m_aContent.end() && it->second.notifier ) in getPropertyChangeNotifier()
[all …]
H A Dshell.hxx499 void SAL_CALL load( const shell::ContentMap::iterator& it,
510 const shell::ContentMap::iterator& it,
/trunk/main/sfx2/source/dialog/
H A Dmailwindow.src33 …e-mail configuration. Please save this document locally instead and attach it from within your e-m…
/trunk/main/offapi/com/sun/star/linguistic2/
H A DXLanguageGuessing.idl75 <li>it : Italian</li>
130 that it will be quite unlikely to find a difference in them,
/trunk/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
/trunk/main/offapi/com/sun/star/sdb/application/
H A DXDatabaseDocumentUI.idl74 of the application. Clients should not misuse it, in particular, closing
87 <p>If the application is already connected, nothing happens. If it is not
149 user might veto it (she's asked if the document is currently modified), and
167 it allows opening a table, query, form, or report for either editing or viewing.</p>
219 <td>The form document is opened in design mode, that is, you can modify it.</td>
226 <td>The report document is opened in design mode, that is, you can modify it.</td>
308 …manipulate the component, and then finally show it by invoking the <code>show</code> command at the
/trunk/main/offapi/com/sun/star/util/
H A DRevisionTag.idl57 It depends on the revision control system how it names the revisions.
H A DSearchFlags.idl110 be needed to match. Depending on the weights it may also fail if
H A DXCloseBroadcaster.idl44 If a listener disagree with that it should throw a <type>CloseVetoException</type>
46 It's not allowed to catch it inside the close() request.
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 …]
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 useful 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…
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DDataPilotReadme.txt41 - select the "ones" field and drop it in the "Row Fields" area
43 - select the "thousands" field and drop it in the "Column Fields"
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFilterController.idl52 …class. That is, it is a disjunction of <em>m</em> terms, where each term is a conjunction of <em>n…
128 …<p>The filter control has the same control model as the control which it stands in for. Consequent…
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java906 Iterator it= lc.iterator(); in fire() local
907 while( it.hasNext()) in fire()
909 Object listener= it.next(); in fire()
923 Iterator it= lc.iterator(); in fire() local
924 while(it.hasNext() ) in fire()
926 Object listener= it.next(); in fire()
944 Iterator it= lc.iterator(); in fire() local
945 while (it.hasNext()) in fire()
947 XPropertiesChangeListener listener = (XPropertiesChangeListener) it.next(); in fire()
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt83 …ified condition evaluates to the 'True' state. If a component is disabled, it will not be installe…
85 …ent is installed, and is used to detect the presence of the component and to return the path to it.
128 …r for directory entry, primary key. If a property by this name is defined, it contains the full pa…
275 MoveFile DestName Y Filename Name to be given to the original file after it is moved or copied…
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt83 …ified condition evaluates to the 'True' state. If a component is disabled, it will not be installe…
85 …ent is installed, and is used to detect the presence of the component and to return the path to it.
128 …r for directory entry, primary key. If a property by this name is defined, it contains the full pa…
275 MoveFile DestName Y Filename Name to be given to the original file after it is moved or copied…
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt83 …ified condition evaluates to the 'True' state. If a component is disabled, it will not be installe…
85 …ent is installed, and is used to detect the presence of the component and to return the path to it.
128 …r for directory entry, primary key. If a property by this name is defined, it contains the full pa…
275 MoveFile DestName Y Filename Name to be given to the original file after it is moved or copied…
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt83 …ified condition evaluates to the 'True' state. If a component is disabled, it will not be installe…
85 …ent is installed, and is used to detect the presence of the component and to return the path to it.
128 …r for directory entry, primary key. If a property by this name is defined, it contains the full pa…
275 MoveFile DestName Y Filename Name to be given to the original file after it is moved or copied…
/trunk/main/extensions/source/ole/
H A Doleobjw.cxx126 _IT it= WrapperToAdapterMap.find( (sal_uInt32) xIntRoot); in ~IUnknownWrapper_Impl() local
127 if( it != WrapperToAdapterMap.end()) in ~IUnknownWrapper_Impl()
129 sal_uInt32 adapter= it->second; in ~IUnknownWrapper_Impl()
132 WrapperToAdapterMap.erase( it); in ~IUnknownWrapper_Impl()
2207 typedef TLBFuncIndexMap::iterator it; in getFuncDesc() typedef
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.m125 when reading and decompress it */
168 unz_file_info_internal cur_file_info_internal; /* private info about it*/
170 file if we are decompressing it */
1415 if buf==NULL, it return the size of the local extra field that can be read
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx761 typedef std::vector<Reference<reflection::XInterfaceTypeDescription2> >::const_iterator it; in get_type() typedef
763 for (it i = vecBaseTypes.begin(); i != vecBaseTypes.end(); i++, index++) in get_type()

Completed in 213 milliseconds

12345678910>>...75