Home
last modified time | relevance | path

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

12345678910>>...71

/AOO41X/extras/l10n/source/it/
H A Dlocalize.sdf31 basctl source\dlged\dlgresid.src 0 string RID_STR_BRWTITLE_PROPERTIES 0 it Pro…
32 basctl source\dlged\dlgresid.src 0 string RID_STR_BRWTITLE_NO_PROPERTIES 0 it
33 basctl source\dlged\dlgresid.src 0 string RID_STR_BRWTITLE_MULTISELECT 0 it
34 …gelang.src 0 fixedtext RID_DLG_MANAGE_LANGUAGE FT_LANGUAGE 0 it Lingue presenti …
35 …gelang.src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_ADD_LANG 0 it Aggiungi... …
36 …gelang.src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_DEL_LANG 0 it Elimina …
37 …ng.src 0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_MAKE_DEFAULT 0 it Predefinita …
38 basctl source\dlged\managelang.src 0 fixedtext RID_DLG_MANAGE_LANGUAGE FT_INFO 0 it
39 …gelang.src 0 okbutton RID_DLG_MANAGE_LANGUAGE PB_CLOSE 0 it ~Chiudi …
40 …gelang.src 0 string RID_DLG_MANAGE_LANGUAGE STR_DEF_LANG 0 it [Lingua predefinita…
[all …]
/AOO41X/main/autodoc/source/exes/adc_uni/
H A Dadc_cmd_parse.cxx65 S_LanguageInfo::do_Init( opt_iter & it, in do_Init() argument
68 ++it; // Cur is language. in do_Init()
69 CHECKOPT( it != itEnd AND in do_Init()
70 ( *it == C_arg_Cplusplus OR in do_Init()
71 *it == C_arg_Idl OR in do_Init()
72 *it == C_arg_Java ), in do_Init()
76 if ( *it == C_arg_Cplusplus ) { in do_Init()
79 else if ( *it == C_arg_Idl ) { in do_Init()
82 else if ( *it == C_arg_Java ) { in do_Init()
104 ++it; // Cur is next option. in do_Init()
[all …]
H A Dadc_cl.cxx280 for ( CommandList::const_iterator it = aCommands.begin(); in Run() local
281 ok AND it != aCommands.end(); in Run()
282 ++it ) in Run()
284 ok = (*it)->Run(); in Run()
344 for ( StringVector::const_iterator it = aParameters.begin(); in do_Init() local
345 it != itEnd; in do_Init()
348 if ( *it == command::C_opt_Verbose ) in do_Init()
349 do_clVerbose(it,itEnd); in do_Init()
350 else if ( *it == command::C_opt_LangAll in do_Init()
351 OR *it == command::C_opt_Name in do_Init()
[all …]
H A Dcmd_run.cxx84 for ( command::Parse::ProjectIterator it = rCommand.ProjectsBegin(); in Perform() local
85 it != itEnd; in Perform()
86 ++it ) in Perform()
88 uintt nCount = GatherFiles( *pFiles, *(*it) ); in Perform()
91 << (*it)->Name() in Perform()
95 switch ( (*it)->Language().eLanguage ) in Perform()
205 StrIterator it; in GatherFiles() local
220 for ( it = rSources.aDirectories.begin(); in GatherFiles()
221 it != itDirsEnd; in GatherFiles()
222 ++it ) in GatherFiles()
[all …]
/AOO41X/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx174 ::std::list< WatchFile >::const_iterator it; in checkPrintersChanged()
176 for( it = m_aWatchFiles.begin(); it != m_aWatchFiles.end() && ! bChanged; ++it ) in checkPrintersChanged()
179 if( DirectoryItem::get( it->m_aFilePath, aItem ) ) in checkPrintersChanged()
181 if( it->m_aModified.Seconds != 0 ) in checkPrintersChanged()
192 if( aModified.Seconds != it->m_aModified.Seconds ) in checkPrintersChanged()
597 …std::list< SystemPrintQueue >::iterator it = m_aSystemPrintQueues.begin(); it != m_aSystemPrintQue… in initialize()
600 aPrinterName += String( it->m_aQueue ); in initialize()
608 aCmd.SearchAndReplace( String( RTL_CONSTASCII_USTRINGPARAM( "(PRINTER)" ) ), it->m_aQueue ); in initialize()
616 aPrinter.m_aInfo.m_aComment = it->m_aComment; in initialize()
617 aPrinter.m_aInfo.m_aLocation = it->m_aLocation; in initialize()
[all …]
/AOO41X/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
106 (*it)->emitStructure(nLevel+1 ); in emitStructure()
187 for( std::list< Element* >::iterator it = Children.begin(); it != Children.end(); ++it ) in emitStructure() local
188 (*it)->emitStructure( nLevel+1 ); in emitStructure()
201 std::list< Element* >::const_iterator it = Children.begin(); in isSingleLined() local
203 while( it != Children.end() ) in isSingleLined()
206 if( dynamic_cast< ParagraphElement* >(*it) != NULL ) in isSingleLined()
209 pText = dynamic_cast< TextElement* >(*it); in isSingleLined()
[all …]
H A Dstyle.cxx58 std::hash_map< HashedStyle, sal_Int32, StyleHash >::iterator it = in impl_getStyleId() local
61 if( it != m_aStyleToId.end() ) in impl_getStyleId()
63 nRet = it->second; in impl_getStyleId()
96 std::hash_map< sal_Int32, HashedStyle >::const_iterator it = in getProperties() local
98 return it != m_aIdToStyle.end() ? &(it->second.Properties) : NULL; in getProperties()
104 std::hash_map< sal_Int32, HashedStyle >::iterator it = in setProperties() local
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()
[all …]
/AOO41X/main/vcl/source/app/
H A Dsession.cxx131 for( std::list< Listener >::iterator it = m_aListeners.begin(); in callSaveRequested() local
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
158 it->m_xListener->doSave( bShutdown, bCancelable ); in callSaveRequested()
168 …for( std::list< Listener >::const_iterator it = m_aListeners.begin(); it != m_aListeners.end(); ++ in callInteractionGranted() local
169 if( it->m_bInteractionRequested ) in callInteractionGranted()
170 aListeners.push_back( *it ); in callInteractionGranted()
185 … for( std::list< Listener >::const_iterator it = aListeners.begin(); it != aListeners.end(); ++it ) in callInteractionGranted() local
186 it->m_xListener->approveInteraction( bInteractionGranted ); in callInteractionGranted()
[all …]
/AOO41X/main/soltools/mkdepend/
H A Dparse.c449 struct pair *it = symbols->s_pairs[ i ]; local
451 nw->p_name = it->p_name;
452 nw->p_value = it->p_value;
455 while ( it->p_next )
458 it = it->p_next;
460 nw->p_name = it->p_name;
461 nw->p_value = it->p_value;
479 struct pair *it = symbols->s_pairs[ i ]; local
481 while ( it )
483 next = it->p_next;
[all …]
/AOO41X/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DInterfaceContainer_Test.java497 Iterator it= cont.iterator(); in Iterator_next() local
498 r[i++]= it.next() == list1.get(0); in Iterator_next()
499 r[i++]= it.next() == list1.get(1); in Iterator_next()
500 r[i++]= it.next() == list1.get(2); in Iterator_next()
503 it.next(); in Iterator_next()
529 Iterator it= cont.iterator(); in Iterator_hasNext() local
530 r[i++]= ! it.hasNext(); in Iterator_hasNext()
532 it= cont.iterator(); in Iterator_hasNext()
533 r[i++]= it.hasNext(); in Iterator_hasNext()
534 it.next(); in Iterator_hasNext()
[all …]
/AOO41X/main/vcl/source/window/
H A Dtoolbox.cxx738 std::vector< ImplToolItem >::const_iterator it; in ImplGetFirstClippedItem() local
739 it = pThis->mpData->m_aItems.begin(); in ImplGetFirstClippedItem()
740 while ( it != pThis->mpData->m_aItems.end() ) in ImplGetFirstClippedItem()
742 if( it->IsClipped() ) in ImplGetFirstClippedItem()
743 return &(*it); in ImplGetFirstClippedItem()
744 ++it; in ImplGetFirstClippedItem()
882 std::vector< ImplToolItem >::const_iterator it; in ImplCalcFloatSizes() local
883 it = pThis->mpData->m_aItems.begin(); in ImplCalcFloatSizes()
884 while ( it != pThis->mpData->m_aItems.end() ) in ImplCalcFloatSizes()
886 if ( it->mbVisible ) in ImplCalcFloatSizes()
[all …]
H A Darrange.cxx281 for( std::vector< WindowArranger::Element >::iterator it = m_aElements.begin(); in ~RowOrColumn() local
282 it != m_aElements.end(); ++it ) in ~RowOrColumn()
284 it->deleteChild(); in ~RowOrColumn()
292 for( std::vector< WindowArranger::Element >::const_iterator it = m_aElements.begin(); in getOptimalSize() local
293 it != m_aElements.end(); ++it ) in getOptimalSize()
295 if( it->isVisible() ) in getOptimalSize()
298 Size aElementSize( it->getOptimalSize( i_eType ) ); in getOptimalSize()
497 std::vector< WindowArranger::Element >::iterator it = m_aElements.begin(); in addWindow() local
499 ++it; in addWindow()
500 …m_aElements.insert( it, WindowArranger::Element( i_pWindow, boost::shared_ptr<WindowArranger>(), i… in addWindow()
[all …]
/AOO41X/main/ucb/source/ucp/tdoc/
H A Dtdoc_docmgr.cxx213 DocumentList::const_iterator it = m_aDocs.begin(); in notifyEvent() local
214 while ( it != m_aDocs.end() ) in notifyEvent()
216 if ( (*it).second.xModel == xModel ) in notifyEvent()
221 ++it; in notifyEvent()
224 if ( it == m_aDocs.end() ) in notifyEvent()
278 DocumentList::iterator it = m_aDocs.begin(); in notifyEvent() local
279 while ( it != m_aDocs.end() ) in notifyEvent()
281 if ( (*it).second.xModel == xModel ) in notifyEvent()
289 rtl::OUString aDocId( (*it).first ); in notifyEvent()
294 ++it; in notifyEvent()
[all …]
/AOO41X/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx472 ::std::hash_map< OUString, SelectionManager*, OUStringHash >::iterator it; in ~SelectionManager()
473 for( it = getInstances().begin(); it != getInstances().end(); ++it ) in ~SelectionManager()
474 if( it->second == this ) in ~SelectionManager()
476 getInstances().erase( it ); in ~SelectionManager()
537 ::std::hash_map< Atom, Selection* >::iterator it = in getAdaptor()
539 return it != m_aSelections.end() ? it->second->m_pAdaptor : NULL; in getAdaptor()
704 …::std::hash_map< OUString, SelectionManager*, OUStringHash >::iterator it = getInstances().find( a… in get()
705 if( it != getInstances().end() ) in get()
706 pInstance = it->second; in get()
718 ::std::hash_map< Atom, OUString >::const_iterator it; in getString()
[all …]
/AOO41X/main/unotools/source/misc/
H A Datom.cxx45 …::std::hash_map< ::rtl::OUString, int, ::rtl::OUStringHash >::iterator it = m_aAtomMap.find( rStri… in getAtom()
46 if( it != m_aAtomMap.end() ) in getAtom()
47 return it->second; in getAtom()
59 …::std::hash_map< ::rtl::OUString, int, ::rtl::OUStringHash >::const_iterator it = m_aAtomMap.begin… in getAll()
62 while( it != m_aAtomMap.end() ) in getAll()
64 aDesc.atom = it->second; in getAll()
65 aDesc.description = it->first; in getAll()
67 ++it; in getAll()
75 …::std::hash_map< ::rtl::OUString, int, ::rtl::OUStringHash >::const_iterator it = m_aAtomMap.begin… in getRecent()
78 while( it != m_aAtomMap.end() ) in getRecent()
[all …]
/AOO41X/main/padmin/source/
H A Dcmddlg.cxx54 ::std::list< OUString >::const_iterator it; in getSystemPrintCommands()
55 for( it = aSysCommands.begin(); it != aSysCommands.end(); ++it ) in getSystemPrintCommands()
56 rCommands.push_back( *it ); in getSystemPrintCommands()
117 ::std::list< String >::const_iterator it; in getSystemPdfCommands()
118 for( it = aSysCommands.begin(); it != aSysCommands.end(); ++it ) in getSystemPdfCommands()
119 rCommands.push_back( *it ); in getSystemPdfCommands()
129 ::std::list< String >::const_iterator it; in getStoredCommands()
135 for( it = rCommands.begin(); it != rCommands.end() && *it != aCommand; ++it ) in getStoredCommands()
137 if( it == rCommands.end() ) in getStoredCommands()
152 ::std::list< String >::const_iterator it, loop; in setCommands()
[all …]
/AOO41X/main/filter/source/config/tools/split/
H A DSplitter.java93 java.util.Enumeration it = lNames.elements(); in split() local
94 while(it.hasMoreElements()) in split()
95 …generateXMLFragment(Cache.E_TYPE, (java.lang.String)it.nextElement(), m_aDataSet.m_aFragmentDirTyp… in split()
104 it = lNames.elements(); in split()
105 while(it.hasMoreElements()) in split()
106 …generateXMLFragment(Cache.E_FILTER, (java.lang.String)it.nextElement(), m_aDataSet.m_aFragmentDirM… in split()
113 it = lNames.elements(); in split()
114 while(it.hasMoreElements()) in split()
115 …generateXMLFragment(Cache.E_FILTER, (java.lang.String)it.nextElement(), m_aDataSet.m_aFragmentDirM… in split()
122 it = lNames.elements(); in split()
[all …]
/AOO41X/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx744 std::hash_map<OUString,OUString,OUStringHash>::const_iterator it = in familyNameOverride() local
746 bool bReplaced = (it != aPSNameToFamily.end() ); in familyNameOverride()
748 o_rFamilyName = it->second; in familyNameOverride()
979 … for( std::list< sal_Unicode >::const_iterator it = aCodes.begin(); it != aCodes.end(); ++it ) in readAfmMetrics() local
981 if( *it != 0 ) in readAfmMetrics()
983 m_aEncodingVector[ *it ] = pChar->code; in readAfmMetrics()
985 m_aNonEncoded[ *it ] = pChar->name; in readAfmMetrics()
987 pUnicodes[i] = *it; in readAfmMetrics()
1035 … for( std::list< sal_Unicode >::const_iterator it = aCodes.begin(); it != aCodes.end(); ++it ) in readAfmMetrics() local
1037 if( *it != 0 ) in readAfmMetrics()
[all …]
/AOO41X/main/ucb/source/ucp/webdav/
H A DContentProperties.cxx117 std::vector< DAVPropertyValue >::const_iterator it in ContentProperties() local
122 while ( it != end ) in ContentProperties()
124 addProperty( (*it) ); in ContentProperties()
125 ++it; in ContentProperties()
197 PropertyValueMap::const_iterator it = m_xProps->find( rName ); in get() local
200 if ( it == end ) in get()
202 it = m_xProps->begin(); in get()
203 while ( it != end ) in get()
205 if ( (*it).first.equalsIgnoreAsciiCase( rName ) ) in get()
206 return &(*it).second; in get()
[all …]
H A DSerfLockStore.cxx98 LockInfoMap::const_iterator it( m_aLockInfoMap.begin() ); in ~SerfLockStore() local
100 while ( it != end ) in ~SerfLockStore()
102 SerfLock * pLock = (*it).first; in ~SerfLockStore()
105 (*it).second.xSession->UNLOCK( pLock ); in ~SerfLockStore()
106 (*it).second.xSession->release(); in ~SerfLockStore()
110 ++it; in ~SerfLockStore()
154 LockInfoMap::const_iterator it( m_aLockInfoMap.begin() ); in findByUri() local
157 while ( it != end ) in findByUri()
159 SerfLock * pLock = (*it).first; in findByUri()
164 ++it; in findByUri()
[all …]
/AOO41X/main/toolkit/source/layout/core/
H A Dflow.cxx76 for ( std::list< ChildData * >::iterator it = maChildren.begin(); in removeChild() local
77 it != maChildren.end(); it++ ) in removeChild()
79 if ( (*it)->xChild == xChild ) in removeChild()
81 delete *it; in removeChild()
82 maChildren.erase( it ); in removeChild()
97 for ( std::list< ChildData * >::iterator it = maChildren.begin(); in getChildren() local
98 it != maChildren.end(); it++, i++ ) in getChildren()
99 children[i] = (*it)->xChild; in getChildren()
116 std::list<ChildData *>::const_iterator it; in calculateSize() local
119 for (it = maChildren.begin(); it != maChildren.end(); it++) in calculateSize()
[all …]
H A Dtable.cxx122 for ( std::list<Box_Base::ChildData *>::iterator it in getMinimumSize() local
123 = maChildren.begin(); it != maChildren.end(); it++ ) in getMinimumSize()
125 ChildData *child = static_cast<Table::ChildData*> ( *it ); in getMinimumSize()
169 for ( std::list<Box_Base::ChildData *>::iterator it in getMinimumSize() local
170 = maChildren.begin(); it != maChildren.end(); it++ ) in getMinimumSize()
172 ChildData *child = static_cast<Table::ChildData*> ( *it ); in getMinimumSize()
192 for ( std::list<Box_Base::ChildData *>::iterator it in getMinimumSize() local
193 = maChildren.begin(); it != maChildren.end(); it++ ) in getMinimumSize()
195 ChildData *child = static_cast<Table::ChildData*> ( *it ); in getMinimumSize()
234 for ( std::vector<GroupData>::iterator it = maCols.begin(); in getMinimumSize() local
[all …]
/AOO41X/main/vcl/aqua/source/app/
H A Dvclnsapp.mm145 // simplest would be dispatch this to the key window always if it is without parent
154 // if not, we want to dispatch it ourselves. Unless we do this "trick"
164 bHandled = true; // event handled already or main menu just handled it
225 std::list< AquaSalFrame* >::iterator it = rFrames.begin();
226 for( ; it != rFrames.end() && *it != pCurFrame; ++it )
228 if( it != rFrames.end() )
233 ++it;
234 if( it != rFrames.end() )
236 if( (*it)->mpDockMenuEntry != NULL &&
237 (*it)->mbShown )
[all …]
/AOO41X/main/ucb/source/ucp/file/
H A Dfiltask.cxx63 TaskMap::iterator it = m_aTaskMap.find( CommandId ); in startTask() local
64 if( it != m_aTaskMap.end() ) in startTask()
81 TaskMap::iterator it = m_aTaskMap.find( CommandId ); in endTask() local
82 if( it == m_aTaskMap.end() ) in endTask()
85 sal_Int32 ErrorCode = it->second.getInstalledError(); in endTask()
86 sal_Int32 MinorCode = it->second.getMinorErrorCode(); in endTask()
87 bool isHandled = it->second.isHandled(); in endTask()
90 = it->second.getCommandEnvironment(); in endTask()
92 m_aTaskMap.erase( it ); in endTask()
112 TaskMap::iterator it = m_aTaskMap.find( CommandId ); in abort() local
[all …]
H A Dshell.cxx434 ContentMap::iterator it = in registerNotifier() local
437 if( ! it->second.notifier ) in registerNotifier()
438 it->second.notifier = new NotifierList(); in registerNotifier()
440 std::list< Notifier* >& nlist = *( it->second.notifier ); in registerNotifier()
458 ContentMap::iterator it = m_aContent.find( aUnqPath ); in deregisterNotifier() local
459 if( it == m_aContent.end() ) in deregisterNotifier()
462 it->second.notifier->remove( pNotifier ); in deregisterNotifier()
464 if( ! it->second.notifier->size() ) in deregisterNotifier()
465 m_aContent.erase( it ); in deregisterNotifier()
505 …ContentMap::iterator it = m_aContent.insert( ContentMap::value_type( aUnqPath,UnqPathData() ) ).fi… in associate() local
[all …]

12345678910>>...71