Home
last modified time | relevance | path

Searched refs:it (Results 101 – 125 of 1855) sorted by last modified time

12345678910>>...75

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx598 U16Vector::const_iterator it = aGlyphIdArray.begin(); in ParseCMAP() local
599 while( it != aGlyphIdArray.end() ) in ParseCMAP()
600 *(pOut++) = *(it++); in ParseCMAP()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1410 it != pTexts->getEnd(); in exportPageFrames()
1411 ++it) in exportPageFrames()
1414 it != pGraphics->getEnd(); in exportPageFrames()
1415 ++it) in exportPageFrames()
1419 ++it) in exportPageFrames()
1422 it != pShapes->getEnd(); in exportPageFrames()
1423 ++it) in exportPageFrames()
1436 ++it) in exportFrameFrames()
1442 ++it) in exportFrameFrames()
1448 ++it) in exportFrameFrames()
[all …]
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigration.src86 …guide you through the task of migrating your macros.\n\nAfter you finished it, all macros which we…
/trunk/main/reportdesign/source/ui/report/
H A Dreport.src624 Text [ en-US ] = "The report can not be executed unless it is bound to content." ;
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dtypes.mk44 …/// This function needs to be defined in solenv/gbuild/target_names.mk so that it is available to …
79 …/// This function needs to be defined in solenv/gbuild/target_names.mk so that it is available to …
88 …/// This function needs to be defined in solenv/gbuild/target_names.mk so that it is available to …
91 /// A target that has a source file from which it is generated.
132 …/// This function needs to be defined in solenv/gbuild/target_names.mk so that it is available to …
136 …/// This function needs to be defined in solenv/gbuild/target_names.mk so that it is available to …
/trunk/extras/l10n/source/uk/
H A Dlocalize.sdf7013 …racters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in…
25982 helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id100220081156407 0 uk Italian - it
29162 …ed\01\06150000.xhp 0 help par_id3154577 14 0 uk Click a filter to select it. 20220827 09:49:47
32521 …01010000.xhp 0 help par_id3149514 132 0 uk Double-click a word to select it. 20220827 09:49:47
36458 …lp par_id3147303 7 0 uk If you select text and drag it into a spreadsheet with drag-and-drop, it
36906 …cument border or turn it back into a free window (double click on the gray area). You can change t…
37116 …pen either an existing $[officename] template and modify it, or open a new document and edit it as…
38568 …articular situation three times in succession, but rather have closed it or let it close automatic…
42058it around imaginary circles, and then adding perspective. Drag a handle of the selected object to …
42062it around imaginary circles. Drag a handle of the selected object to distort it.\</ahelp\> If the …
[all …]
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src96 …Text [ en-US ] = "Mozilla Address Book has been changed out of this process, we can't modify it in…
/trunk/main/sc/source/ui/src/
H A Dglobstr.src543 …Text [ en-US ] = "The source range contains subtotals which may distort the results. Use it anyway…
1403 …he content of the clipboard is bigger than the range selected.\nDo you want to insert it anyway?" ;
1602 Text [ en-US ] = "The selection needs to be rectangular in order to name it." ;
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx112 it != aHeaderNames.end(); it++ ) in lcl_sendPartialGETRequest()
144 it != aResponseProps.end(); it++ ) in lcl_sendPartialGETRequest()
178 it != aResponseProps.end(); it++ ) in lcl_sendPartialGETRequest()
1366 ++it; in getPropertyValues()
2038 ++it; in setPropertyValues()
2061 ++it; in setPropertyValues()
2436 while ( it != end ) in queryChildren()
2459 ++it; in queryChildren()
2976 while ( it != end ) in destroy()
2979 ++it; in destroy()
[all …]
H A Dwebdavdatasupplier.cxx104 ResultList::const_iterator it = m_aResults.begin(); in ~DataSupplier_Impl() local
107 while ( it != end ) in ~DataSupplier_Impl()
109 delete (*it); in ~DataSupplier_Impl()
110 it++; in ~DataSupplier_Impl()
365 std::vector< rtl::OUString >::const_iterator it in getData() local
370 while ( it != end ) in getData()
372 if ( (*it).equals( DAVProperties::RESOURCETYPE ) ) in getData()
375 it++; in getData()
378 if ( it == end ) in getData()
H A DCurlLockStore.cxx100 while ( it != end ) in ~CurlLockStore()
102 CurlLock * pLock = (*it).first; in ~CurlLockStore()
110 ++it; in ~CurlLockStore()
157 while ( it != end ) in findByUri()
159 CurlLock * pLock = (*it).first; in findByUri()
164 ++it; in findByUri()
205 if ( it != m_aLockInfoMap.end() )
219 if(it != m_aLockInfoMap.end()) in removeLock()
221 LockInfo & rInfo = (*it).second; in removeLock()
237 while ( it != end ) in refreshLocks()
[all …]
H A DCurlRequest.cxx362 std::vector< CurlRequest::Header >::const_iterator it( responseHeaders.begin() ); in findResponseHeader() local
364 for ( ; it != end; it++ ) in findResponseHeader()
366 if ( name.equalsIgnoreAsciiCase( it->name ) ) in findResponseHeader()
367 return &(*it); in findResponseHeader()
H A DContentProperties.cxx122 while ( it != end ) in ContentProperties()
125 ++it; in ContentProperties()
200 if ( it == end ) in get()
208 ++it; in get()
419 ++it; in addProperties()
432 (*it).first, (*it).second.value(), (*it).second.isCaseSensitive() ); in addProperties()
433 ++it; in addProperties()
447 ++it; in addProperties()
648 ++it; in addProperties()
661 if ( isCachable( (*it).Name, (*it).IsCaseSensitive ) ) in addProperties()
[all …]
H A DDAVResourceAccess.cxx1145 std::vector< CurlUri >::const_iterator it = m_aRedirectURIs.begin(); in detectRedirectCycle() local
1148 while ( it != end ) in detectRedirectCycle()
1150 if ( aUri == (*it) ) in detectRedirectCycle()
1153 it++; in detectRedirectCycle()
1165 std::vector< CurlUri >::const_iterator it = m_aRedirectURIs.begin(); in resetUri() local
1167 CurlUri aUri( (*it) ); in resetUri()
/trunk/main/nss/
H A Dnss_sizes.patch40 * decode the ECDSA or DSA signature from it's DER wrapping.
200 /* check hash alg again, RSA may have changed it.*/
H A Dnss_win.patch2244 /* 3. OK, it verifies, now decrypt. */
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbadmin.src292 …Text [ en-US ] = "Could not load the program library #lib# or it is corrupted. The ODBC data sourc…
/trunk/main/vcl/source/window/
H A Dmenu.cxx3221 aRet = it->second; in GetBoundingRectangle()
5345 if( it != m_aAddButtons.end() ) in IMPL_LINK()
5348 aArg.nId = it->first; in IMPL_LINK()
5374 if( it != m_aAddButtons.end() ) in IMPL_LINK()
5376 it->second.m_aHighlightLink.Call( &aArg ); in IMPL_LINK()
6106 it = m_aAddButtons.find( nId ); in AddMenuBarButton()
6107 } while( it != m_aAddButtons.end() && nId < 128 ); in AddMenuBarButton()
6128 if( it != m_aAddButtons.end() ) in SetMenuBarButtonHighlightHdl()
6129 it->second.m_aHighlightLink = rLink; in SetMenuBarButtonHighlightHdl()
6172 if( it != m_aAddButtons.end() ) in HandleMenuButtonEvent()
[all …]
/trunk/main/fpicker/source/office/
H A Diodlg.src327 …Text [ en-US ] = "No removable storage device detected.\nMake sure it is plugged in properly and t…
/trunk/main/uui/source/
H A Dmasterpasscrtdlg.src47 …connections are protected by a master password. You will be asked to enter it once per session, if…
87 …password, you will be unable to access any of the information protected by it. Passwords are case-…
H A Dfilechanged.src36 …Text [ en-US ] = "The file has been changed since it was opened for editing in %PRODUCTNAME. Savin…
H A Dcookiedg.src82 // TODO! If this dialog is ever used again (and it should definitely be
/trunk/main/l10ntools/source/filter/utils/
H A DXMLHelper.java582 java.util.Iterator it = aValue.keySet().iterator(); in convertLocalizedValueToXML() local
584 while(it.hasNext()) in convertLocalizedValueToXML()
586 java.lang.String sLocale = (java.lang.String)it.next(); in convertLocalizedValueToXML()
/trunk/main/offapi/com/sun/star/xml/sax/
H A DXFastParser.idl85 finds a valid xml file with the given <type>InputSource</type>, it calls
98 the elements local name is known but it uses a namespace that is unknown.
/trunk/main/desktop/test/deployment/update/updateinfocreation/
H A Dreadme.txt3 information file. Instead it invokes code on a webserver which returns the
33 This generated update information file can then be used by the webserver, when it

Completed in 1195 milliseconds

12345678910>>...75