/aoo41x/main/autodoc/source/exes/adc_uni/ |
H A D | adc_cmd_parse.cxx | 111 ++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 D | adc_cl.cxx | 282 ++it ) in Run() 284 ok = (*it)->Run(); in Run() 345 it != itEnd; in do_Init() 361 ++it; in do_Init() 371 ++it; in do_Init() 381 ++it; in do_Init() 389 else if (*it == "-h" OR *it == "-?" OR *it == "?") in do_Init() 395 ++it; in do_Init() 503 ++it; in do_clVerbose() 504 if ( it == itEnd ? true : v_nr(it) < 0 OR v_nr(it) > 7 ) in do_clVerbose() [all …]
|
H A D | cmd_run.cxx | 85 it != itEnd; in Perform() 86 ++it ) in Perform() 222 ++it ) in GatherFiles() 225 aDir << *it; in GatherFiles() 238 ++it ) in GatherFiles() 241 aDir << *it; in GatherFiles() 254 ++it ) in GatherFiles() 356 ++it ) 518 ++it ) 534 ++it ) [all …]
|
/aoo41x/extras/l10n/source/it/ |
H A D | localize.sdf | 11878 sfx2 source\doc\doc.src 0 string STR_STYLES 0 it Stili 20130618 17:22:18 11940 sfx2 source\doc\doc.src 0 string BTN_OK 0 it Esegui 20130618 17:22:18 12033 sfx2 source\appl\app.src 0 string STR_BYTES 0 it Byte 20130618 17:22:18 12034 sfx2 source\appl\app.src 0 string STR_KB 0 it KB 20130618 17:22:18 12035 sfx2 source\appl\app.src 0 string STR_MB 0 it MB 20130618 17:22:18 12036 sfx2 source\appl\app.src 0 string STR_GB 0 it GB 20130618 17:22:18 12047 sfx2 source\appl\app.src 0 string GID_MATH 0 it Math 20130618 17:22:18 12052 sfx2 source\appl\app.src 0 string GID_TEXT 0 it Testo 20130618 17:22:18 12057 sfx2 source\appl\app.src 0 string GID_DATA 0 it Dati 20130618 17:22:18 12069 sfx2 source\appl\app.src 0 string RID_STR_HELP 0 it ? 20130618 17:22:18 [all …]
|
/aoo41x/main/vcl/unx/generic/printer/ |
H A D | printerinfomanager.cxx | 176 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() 755 … it->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 …]
|
/aoo41x/main/sdext/source/pdfimport/tree/ |
H A D | genericelements.cxx | 56 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 D | style.cxx | 61 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 …]
|
/aoo41x/main/vcl/source/app/ |
H A D | session.cxx | 132 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 …]
|
/aoo41x/main/soltools/mkdepend/ |
H A D | parse.c | 458 it = it->p_next; 481 while ( it ) 496 struct pair *it; local 533 it = it->p_next; 558 while ( it && ( strcmp( it->p_name, symbol ) != 0 ) ) 560 it = it->p_next; 562 if ( it ) 589 it->p_name = it->p_next->p_name; 590 it->p_value = it->p_next->p_value; 605 it = it->p_next; [all …]
|
/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | InterfaceContainer_Test.java | 534 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 …]
|
/aoo41x/main/vcl/source/window/ |
H A D | toolbox.cxx | 744 ++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 D | arrange.cxx | 282 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 …]
|
/aoo41x/main/ucb/source/ucp/tdoc/ |
H A D | tdoc_docmgr.cxx | 221 ++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 …]
|
/aoo41x/main/unotools/source/misc/ |
H A D | atom.cxx | 46 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 …]
|
/aoo41x/main/padmin/source/ |
H A D | cmddlg.cxx | 55 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 …]
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 473 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 …]
|
/aoo41x/main/filter/source/config/tools/split/ |
H A D | Splitter.java | 94 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 …]
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 1266 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 …]
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | ContentProperties.cxx | 122 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 D | SerfLockStore.cxx | 100 while ( it != end ) in ~SerfLockStore() 102 SerfLock * pLock = (*it).first; in ~SerfLockStore() 110 ++it; in ~SerfLockStore() 157 while ( it != end ) in findByUri() 159 SerfLock * 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 …]
|
/aoo41x/main/toolkit/source/layout/core/ |
H A D | flow.cxx | 77 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 …]
|
H A D | table.cxx | 122 for ( std::list<Box_Base::ChildData *>::iterator it in getMinimumSize() local 123 = maChildren.begin(); it != maChildren.end(); it++ ) in getMinimumSize() 170 = maChildren.begin(); it != maChildren.end(); it++ ) in getMinimumSize() 193 = maChildren.begin(); it != maChildren.end(); it++ ) in getMinimumSize() 235 it != maCols.end(); it++ ) in getMinimumSize() 237 maRequisition.Width += it->mnSize; in getMinimumSize() 238 if ( it->mbExpand ) in getMinimumSize() 242 it != maRows.end(); it++ ) in getMinimumSize() 244 maRequisition.Height += it->mnSize; in getMinimumSize() 245 if ( it->mbExpand ) in getMinimumSize() [all …]
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | filtask.cxx | 64 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 D | shell.cxx | 2573 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 …]
|
/aoo41x/main/vcl/aqua/source/app/ |
H A D | vclnsapp.mm | 226 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 …]
|