Home
last modified time | relevance | path

Searched refs:it (Results 1 – 25 of 1599) sorted by relevance

12345678910>>...64

/trunk/extras/l10n/source/it/
H A Dlocalize.sdf11452 sc source\ui\dbgui\pvfundlg.src 0 checkbox RID_SCDLG_PIVOTSUBT CB_SHOWALL 152 it Show it~ems with…
18676 …tring STR_REMOVE_LINK 175 it This graphic is linked to a document.\nDo you want to unlink the g…
20576 sfx2 source\doc\doc.src 0 string BTN_OK 0 it Esegui 20200411 15:09:53
20954 sfx2 source\appl\app.src 0 string STR_KB 0 it KB 20200411 15:09:53
20955 sfx2 source\appl\app.src 0 string STR_MB 0 it MB 20200411 15:09:53
20956 sfx2 source\appl\app.src 0 string STR_GB 0 it GB 20200411 15:09:53
43008 helpcontent2 source\text\shared\01\05020301.xhp 0 help par_id100220081156407 0 it Italiano - it
47210 …r_id3150537 13 0 it You can compose formulas using the Elements window. Open it with the menu \<…
48296 helpcontent2 source\text\smath\01\03091200.xhp 0 help par_id3148387 4 0 it However, it is no long…
48597 helpcontent2 source\text\smath\01\03091507.xhp 0 help par_id3178578 379 0 it h with line over it
[all …]
/trunk/main/autodoc/source/exes/adc_uni/
H A Dadc_cmd_parse.cxx111 ++it; in InitExtensions()
112 CHECKOPT( it != itEnd AND (*it).char_at(0) == '.', in InitExtensions()
126 ++it; in InitExtensions()
176 ++it; in do_clName()
177 CHECKOPT( it != itEnd AND (*it).char_at(0) != '-', in do_clName()
181 ++it; in do_clName()
188 ++it; in do_clDevManual()
189 CHECKOPT( it != itEnd AND (*it).char_at(0) != '-', in do_clDevManual()
193 ++it; in do_clDevManual()
207 ++it; in do_clProject()
[all …]
H A Dadc_cl.cxx282 ++it ) in Run()
345 it != itEnd; in do_Init()
361 ++it; in do_Init()
366 ++it; in do_Init()
376 ++it; in do_Init()
386 ++it; in do_Init()
394 else if (*it == "-h" OR *it == "-?" OR *it == "?") in do_Init()
400 ++it; in do_Init()
508 ++it; in do_clVerbose()
509 if ( it == itEnd ? true : v_nr(it) < 0 OR v_nr(it) > 7 ) in do_clVerbose()
[all …]
H A Dcmd_run.cxx85 it != itEnd; in Perform()
86 ++it ) in Perform()
223 ++it ) in GatherFiles()
226 aDir << *it; in GatherFiles()
239 ++it ) in GatherFiles()
242 aDir << *it; in GatherFiles()
255 ++it ) in GatherFiles()
357 ++it )
519 ++it )
535 ++it )
[all …]
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx176 for( it = m_aWatchFiles.begin(); it != m_aWatchFiles.end() && ! bChanged; ++it ) in checkPrintersChanged()
631 for( it = m_aPrinters.begin(); it != m_aPrinters.end(); ++it ) in listPrinters()
703 for( it = m_aPrinters.begin(); it != m_aPrinters.end(); ++it ) in writePrinterConfig()
755it->second.m_aGroup = OString( it->first.getStr(), it->first.getLength(), RTL_TEXTENCODING_UTF8 ); in writePrinterConfig()
975 for( it = aFonts.begin(); it != aFonts.end(); ++it ) in fillFontSubstitutions()
995 for( it = aFonts.begin(); it != aFonts.end(); ++it ) in fillFontSubstitutions()
1069 for( it = m_aSystemPrintQueues.begin(); it != m_aSystemPrintQueues.end(); ++it ) in getSystemPrintCommands()
1248 it != i_rLines.end(); ++it ) in lpgetSysQueueTokenHandler()
1253 ++it; in lpgetSysQueueTokenHandler()
1278 it != i_rLines.end(); ++it ) in lpgetSysQueueTokenHandler()
[all …]
/trunk/main/sdext/source/pdfimport/tree/
H A Dgenericelements.cxx56 for( std::list< Element* >::iterator it = Children.begin(); it != Children.end(); ++it ) in applyToChildren() local
57 (*it)->visitedBy( rVisitor, it ); in applyToChildren()
105 for( std::list< Element* >::iterator it = Children.begin(); it != Children.end(); ++it ) in emitStructure() local
187 for( std::list< Element* >::iterator it = Children.begin(); it != Children.end(); ++it ) in emitStructure() local
261 it != Children.end() && ! pText; ++it ) in getFirstTextChild()
286 it != pEle->Children.end(); ++it ) in updateParagraphGeometry()
294 it != pEle->Children.end(); ++it ) in updateParagraphGeometry()
318 for( std::list<Element*>::iterator it = rElements.begin(); it != rElements.end(); ++it ) in resolveHyperlink() local
320 if( (*it)->x >= pLink->x && (*it)->x + (*it)->w <= pLink->x + pLink->w && in resolveHyperlink()
321 (*it)->y >= pLink->y && (*it)->y + (*it)->h <= pLink->y + pLink->h ) in resolveHyperlink()
[all …]
H A Dstyle.cxx61 if( it != m_aStyleToId.end() ) in impl_getStyleId()
63 nRet = it->second; in impl_getStyleId()
98 return it != m_aIdToStyle.end() ? &(it->second.Properties) : NULL; in getProperties()
106 if( it != m_aIdToStyle.end() ) in setProperties()
108 if( it->second.RefCount == 1 ) in setProperties()
110 nRet = it->first; in setProperties()
112 m_aStyleToId.erase( it->second ); in setProperties()
121 it->second.RefCount--; in setProperties()
196 if( it != m_aIdToStyle.end() ) in impl_emitStyle()
220 it != m_aIdToStyle.end(); ++it ) in emit()
[all …]
/trunk/main/vcl/source/app/
H A Dsession.cxx132 it != m_aListeners.end(); ++it ) in callSaveRequested()
134 it->m_bSaveDone = it->m_bInteractionRequested = it->m_bInteractionDone = false; in callSaveRequested()
157 … for( std::list< Listener >::const_iterator it = aListeners.begin(); it != aListeners.end(); ++it ) in callSaveRequested() local
168 …for( std::list< Listener >::const_iterator it = m_aListeners.begin(); it != m_aListeners.end(); ++ in callInteractionGranted() local
185 … for( std::list< Listener >::const_iterator it = aListeners.begin(); it != aListeners.end(); ++it ) in callInteractionGranted() local
203 … for( std::list< Listener >::const_iterator it = aListeners.begin(); it != aListeners.end(); ++it ) in callShutdownCancelled() local
220 … for( std::list< Listener >::const_iterator it = aListeners.begin(); it != aListeners.end(); ++it ) in callQuit() local
274 ++it; in removeSessionManagerListener()
295 for( std::list< Listener >::iterator it = m_aListeners.begin(); it != m_aListeners.end(); ++it ) in queryInteraction() local
309 for( std::list< Listener >::iterator it = m_aListeners.begin(); it != m_aListeners.end(); ++it ) in interactionDone() local
[all …]
/trunk/main/soltools/mkdepend/
H A Dparse.c463 it = it->p_next;
486 while ( it )
501 struct pair *it; local
538 it = it->p_next;
563 while ( it && ( strcmp( it->p_name, symbol ) != 0 ) )
565 it = it->p_next;
567 if ( it )
594 it->p_name = it->p_next->p_name;
595 it->p_value = it->p_next->p_value;
610 it = it->p_next;
[all …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DInterfaceContainer_Test.java534 it.next(); in Iterator_hasNext()
536 it.next(); in Iterator_hasNext()
538 it.next(); in Iterator_hasNext()
573 it.next(); in Iterator_remove()
574 it.remove(); in Iterator_remove()
675 it.next(); in ListIterator_hasNext()
677 it.next(); in ListIterator_hasNext()
679 it.next(); in ListIterator_hasNext()
714 it.next(); in ListIterator_remove()
851 it.next(); in ListIterator_nextIndex()
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx744 ++it; in ImplGetFirstClippedItem()
900 ++it; in ImplCalcFloatSizes()
1234 ++it; in ImplFindItemPos()
1850 ++it; in ImplGetItem()
2258 ++it; in ImplCalcBreaks()
2869 if ( it->maRect != it->maCalcRect ) in ImplFormat()
2887 it->maRect = it->maCalcRect; in ImplFormat()
3824 ++it; in ImplStartCustomizeMode()
3855 ++it; in ImplEndCustomizeMode()
5390 it++; in ImplCountLineBreaks()
[all …]
H A Darrange.cxx282 it != m_aElements.end(); ++it ) in ~RowOrColumn()
293 it != m_aElements.end(); ++it ) in getOptimalSize()
528 it != m_aElements.end(); ++it ) in remove()
544 it != m_aElements.end(); ++it ) in remove()
844 it != m_aElements.end(); ++it ) in getOptimalSize()
860 it != m_aElements.end(); ++it ) in getOptimalSize()
869 if( it->m_nExpandPriority > o_rRowPrio[ it->m_nY ] ) in getOptimalSize()
870 o_rRowPrio[ it->m_nY ] = it->m_nExpandPriority; in getOptimalSize()
983 it != m_aElements.end(); ++it ) in resize()
1020 it != m_aElements.end(); ++it ) in remove()
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx473 for( it = getInstances().begin(); it != getInstances().end(); ++it ) in ~SelectionManager()
539 return it != m_aSelections.end() ? it->second->m_pAdaptor : NULL; in getAdaptor()
1067 if( it->second->m_aTypes.getLength() && ! it->second->m_bHaveUTF16 ) in getPasteData()
1674 for( i = 0, it = aConversions.begin(); i < nTypes; i++, ++it ) in handleSelectionRequest()
1675 pTypes[i] = *it; in handleSelectionRequest()
2050 if( it->second.begin() == it->second.end() ) in handleSendPropertyNotify()
2183 if( it != m_aDropTargets.end() && it->second.m_pTarget->m_bActive && in handleDropEvent()
2224 it->first, in handleDropEvent()
3148 if( it != m_aDropTargets.end() && ! it->second.m_pTarget->m_bActive ) in updateDragWindow()
3271 ++it; in startDrag()
[all …]
/trunk/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx221 ++it; in notifyEvent()
294 ++it; in notifyEvent()
343 ++it; in notifyEvent()
382 ++it; in notifyEvent()
423 ++it; in notifyEvent()
537 ++it; in buildDocumentsList()
584 if ( it == m_aDocs.end() ) in queryStorage()
604 if ( it == m_aDocs.end() ) in queryDocumentModel()
607 return (*it).second.xModel; in queryDocumentModel()
622 ++it; in queryDocuments()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1266 it != aNewFonts.end(); ++it ) in addFontFile()
1421 for( it = m_aFonts.begin(); nID == 0 && it != m_aFonts.end(); ++it ) in findFontBuiltinID()
1568 for( std::list< OString >::const_iterator it = rXLFDs.begin(); it != rXLFDs.end(); ++it ) in parseXLFD_appendAliases() local
1594 it != aXLFDs.end(); ++it ) in getFontAttributesFromXLFD()
1897 for( ::std::list< OUString >::iterator it = aNames.begin(); it != aNames.end(); ++it ) in analyzeTrueTypeFile()
2544 for( it = m_aFonts.begin(); it != m_aFonts.end(); ++it ) in getFontList()
2576 for( it = m_aFonts.begin(); it != m_aFonts.end(); ++it ) in getFontList()
2615 for( it = m_aFonts.begin(); it != m_aFonts.end(); ++it ) in getFontList()
2676 for( it = aFontList.begin(); it != aFontList.end(); ++it ) in getFontListWithInfo()
2694 for( it = aFontList.begin(); it != aFontList.end(); ++it ) in getFontListWithFastInfo()
[all …]
/trunk/main/padmin/source/
H A Dcmddlg.cxx55 for( it = aSysCommands.begin(); it != aSysCommands.end(); ++it ) in getSystemPrintCommands()
118 for( it = aSysCommands.begin(); it != aSysCommands.end(); ++it ) in getSystemPdfCommands()
135 for( it = rCommands.begin(); it != rCommands.end() && *it != aCommand; ++it ) in getStoredCommands()
156 for( it = rCommands.begin(); it != rCommands.end(); ++it ) in setCommands()
158 if( it->Len() ) in setCommands()
174 for( nWritten = 0, it = aWriteList.begin(); it != aWriteList.end(); ++it, ++nWritten ) in setCommands()
391 for( it = pList->begin(); it != pList->end() && *it != aCommand; ++it ) in save()
393 if( it == pList->end() ) in save()
504 for( it = m_aPrinterCommands.begin(); it != m_aPrinterCommands.end(); ++it ) in UpdateCommands()
516 for( it = m_aFaxCommands.begin(); it != m_aFaxCommands.end(); ++it ) in UpdateCommands()
[all …]
/trunk/main/unotools/source/misc/
H A Datom.cxx46 if( it != m_aAtomMap.end() ) in getAtom()
47 return it->second; in getAtom()
64 aDesc.atom = it->second; in getAll()
67 ++it; in getAll()
80 if( it->second > atom ) in getRecent()
86 ++it; in getRecent()
95 return it == m_aStringMap.end() ? aEmpty : it->second; in getString()
119 …, AtomProvider*, ::std::hash< int > >::iterator it = m_aAtomLists.begin(); it != m_aAtomLists.end(… in ~MultiAtomProvider()
120 delete it->second; in ~MultiAtomProvider()
155 return it != m_aAtomLists.end() ? it->second->getLastAtom() : INVALID_ATOM; in getLastAtom()
[all …]
/trunk/main/filter/source/config/tools/split/
H A DSplitter.java94 while(it.hasMoreElements()) in split()
104 it = lNames.elements(); in split()
105 while(it.hasMoreElements()) in split()
113 it = lNames.elements(); in split()
114 while(it.hasMoreElements()) in split()
122 it = lNames.elements(); in split()
123 while(it.hasMoreElements()) in split()
131 it = lNames.elements(); in split()
132 while(it.hasMoreElements()) in split()
140 it = lNames.elements(); in split()
[all …]
/trunk/main/ucb/source/ucp/webdav/
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 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 …]
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm226 for( ; it != rFrames.end() && *it != pCurFrame; ++it )
228 if( it != rFrames.end() )
233 ++it;
245 it = rFrames.begin();
254 ++it;
266 for( ; it != rFrames.rend() && *it != pCurFrame; ++it )
273 ++it;
294 ++it;
427 for( it = pSalData->maFrames.begin(); it != pSalData->maFrames.end(); ++it )
484 it != pSalData->maPresentationFrames.end(); ++it )
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dflow.cxx77 it != maChildren.end(); it++ ) in removeChild()
81 delete *it; in removeChild()
82 maChildren.erase( it ); in removeChild()
98 it != maChildren.end(); it++, i++ ) in getChildren()
119 for (it = maChildren.begin(); it != maChildren.end(); it++) in calculateSize()
121 if ( !(*it)->isVisible() ) in calculateSize()
123 (*it)->aRequisition = (*it)->xChild->getMinimumSize(); in calculateSize()
129 for (it = maChildren.begin(); it != maChildren.end(); it++) in calculateSize()
131 if ( !(*it)->isVisible() ) in calculateSize()
180 for (it = maChildren.begin(); it != maChildren.end(); it++) in allocateArea()
[all …]
/trunk/main/ucb/source/ucp/file/
H A Dfiltask.cxx64 if( it != m_aTaskMap.end() ) in startTask()
82 if( it == m_aTaskMap.end() ) in endTask()
92 m_aTaskMap.erase( it ); in endTask()
113 if( it == m_aTaskMap.end() ) in abort()
116 it->second.abort(); in abort()
125 if( it != m_aTaskMap.end() ) in clearError()
126 it->second.clearError(); in clearError()
136 if( it != m_aTaskMap.end() ) in retrieveError()
151 if( it != m_aTaskMap.end() ) in installError()
173 if( it != m_aTaskMap.end() ) in handleTask()
[all …]
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 …]
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx272 it != mpTabCtrlData->maItemList.end(); ++it ) in ImplGetItem()
429 it != mpTabCtrlData->maItemList.end(); ++it ) in ImplGetTabRect()
485 it != mpTabCtrlData->maItemList.end(); ++it ) in ImplGetTabRect()
529 it != mpTabCtrlData->maItemList.end(); ++it ) in ImplGetTabRect()
534 it != mpTabCtrlData->maItemList.end(); ++it ) in ImplGetTabRect()
831 it != mpTabCtrlData->maItemList.end(); ++it ) in ImplDrawItem()
1069 it != mpTabCtrlData->maItemList.end(); ++it ) in ImplPaint()
1267 it != mpTabCtrlData->maItemList.end(); ++it ) in Resize()
1439 aMenu.SetHelpId( it->mnId, it->maHelpId ); in Command()
1510 it != mpTabCtrlData->maItemList.end(); ++it ) in ImplFindPartRect()
[all …]

Completed in 2130 milliseconds

12345678910>>...64