Home
last modified time | relevance | path

Searched refs:iPos (Results 1 – 25 of 126) sorted by relevance

123456

/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx157 for ( ; iPos != iEnd; ++iPos ) { in disposing()
158 try_dispose( *iPos ); in disposing()
305 for ( ; iPos != iEnd; ++iPos ) { in insertBackend()
306 m_filter2mediaType.erase( *iPos ); in insertBackend()
407 iPos != that->m_filter2mediaType.end(); ++iPos ) in create()
411 buf.append( iPos->first ); in create()
414 buf.append( iPos->second ); in create()
426 for ( t_registryset::const_iterator iPos( in create() local
428 iPos != that->m_ambiguousBackends.end(); ++iPos ) in create()
468 for ( ; iPos != iEnd; ++iPos ) { in update()
[all …]
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx493 for ( ; iPos != iEnd; ++iPos ) in getElementNames()
530 for ( t_map::const_iterator iPos( m_map.begin() ); iPos != m_map.end(); ++iPos ) in lookupMap() local
532 sorted[ iPos->first ] = iPos->second; in lookupMap()
535 for ( t_sorted::const_iterator iPos( sorted.begin() ); iPos != sorted.end(); ++iPos ) in lookupMap() local
537 dumpEntry( iPos->first, iPos->second->value ); in lookupMap()
684 for ( ; iPos != iEnd; ++iPos ) in ~ComponentContext()
685 delete iPos->second; in ~ComponentContext()
700 for ( ; iPos != iEnd; ++iPos ) in disposing()
754 iPos = m_map.begin(); in disposing()
755 for ( ; iPos != iEnd; ++iPos ) in disposing()
[all …]
H A Dshlib.cxx102 ::std::vector< OUString >::const_iterator iPos( s_v.begin() ); in getAccessDPath()
103 while (iPos != s_v.end()) in getAccessDPath()
105 out( *iPos ); in getAccessDPath()
106 ++iPos; in getAccessDPath()
107 if (iPos != s_v.end()) in getAccessDPath()
136 for ( ::std::vector< OUString >::const_iterator iPos( pPath->begin() ); in checkAccessPath()
137 iPos != pPath->end(); ++iPos ) in checkAccessPath()
139 OUString aBaseDir( *iPos ); in checkAccessPath()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/
H A D_XBreakIterator.java360 int iPos = 0; in _beginOfSentence() local
361 while( iPos < UnicodeString.length() ) { in _beginOfSentence()
363 iPos, locale) ); in _beginOfSentence()
369 iPos++; in _beginOfSentence()
571 int iPos = 0; in _beginOfCharBlock() local
573 while( iPos < UnicodeString.length() && iPos > -1) { in _beginOfCharBlock()
574 short charType = getCharBlockType(iPos); in _beginOfCharBlock()
579 iPos = endPos; in _beginOfCharBlock()
634 if (iPos != bounds.startPos) { in _nextCharBlock()
662 int iPos = oObj.previousCharBlock(UnicodeString, in _previousCharBlock() local
[all …]
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddb.cxx96 int iPos = 0; in createHashMap() local
97 while( iPos < nRead ) in createHashMap()
100 if( !implReadLenAndData( pData, iPos, aDBKey ) ) in createHashMap()
106 const char* pStartPtr = pData + iPos; in createHashMap()
112 iPos += (pEndPtr - pStartPtr) + 1; in createHashMap()
116 const char* pValSrc = pData + iPos; in createHashMap()
123 (*m_pStringToValPosMap)[aOKeyStr] = std::pair<int,int>( iPos, nValLen ); in createHashMap()
125 iPos += nValLen + 1; in createHashMap()
/trunk/main/slideshow/source/engine/
H A Deventqueue.cxx72 for ( EventEntryVector::const_iterator iPos( maNextEvents.begin() ); in ~EventQueue() local
73 iPos != iEnd; ++iPos ) in ~EventQueue()
75 maEvents.push(*iPos); in ~EventQueue()
189 for ( EventEntryVector::const_iterator iPos( maNextEvents.begin() ); in process_() local
190 iPos != iEnd; ++iPos ) { in process_()
191 maEvents.push(*iPos); in process_()
H A Dwaitsymbol.hxx82 ViewsVecT::const_iterator iPos( maViews.begin() ); in for_each_sprite() local
84 for ( ; iPos != iEnd; ++iPos ) in for_each_sprite()
85 if( iPos->second ) in for_each_sprite()
86 func( iPos->second ); in for_each_sprite()
H A Drehearsetimingsactivity.hxx111 ViewsVecT::const_iterator iPos( maViews.begin() ); in for_each_sprite() local
113 for ( ; iPos != iEnd; ++iPos ) in for_each_sprite()
114 func( iPos->second ); in for_each_sprite()
H A Dactivitiesqueue.cxx97 ActivityQueue::const_iterator iPos( in process() local
102 for ( ; iPos != iEnd; ++iPos ) in process()
103 fLag = std::max<double>( fLag, (*iPos)->calcTimeLag() ); in process()
/trunk/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx281 sal_uInt16 iPos = maVSWidth.GetSelectItemId(); in IMPL_LINK() local
282 if(iPos >= 1 && iPos <= 8) in IMPL_LINK()
284 …long nVal = LogicToLogic((long)(unsigned long)maVSWidth.GetItemData( iPos ) , MAP_POINT, (MapUnit)… in IMPL_LINK()
288 mrLinePropertyPanel.SetWidthIcon(iPos); in IMPL_LINK()
293 else if(iPos == 9) in IMPL_LINK()
315 if((iPos >= 1 && iPos <= 8) || (iPos == 9 && mbCustom)) //add in IMPL_LINK()
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx529 Ptr2ObjectMap::const_iterator iPos( that->aPtr2ObjectMap.begin() ); in defenv_getRegisteredInterfaces() local
531 while (iPos != iEnd) in defenv_getRegisteredInterfaces()
534 ++iPos; in defenv_getRegisteredInterfaces()
745 OId2ObjectMap::const_iterator iPos( that->aOId2ObjectMap.begin() ); in uno_dumpEnvironment() local
746 while (iPos != that->aOId2ObjectMap.end()) in uno_dumpEnvironment()
748 ObjectEntry * pOEntry = iPos->second; in uno_dumpEnvironment()
794 ++iPos; in uno_dumpEnvironment()
924 iPos != aName2EnvMap.end(); ++iPos ) in ~EnvironmentsData()
926 uno_Environment * pWeak = iPos->second; in ~EnvironmentsData()
1022 iPos != aName2EnvMap.end(); ++iPos ) in getRegisteredEnvironments()
[all …]
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportLayouter.java244 int iPos; in itemStateChanged() local
252 iPos = xContentListBox.getSelectedItemPos(); in itemStateChanged()
253 if (iPos != iOldContentPos) in itemStateChanged()
255 iOldContentPos = iPos; in itemStateChanged()
256 … CurReportDocument.liveupdate_changeContentTemplate(ContentFiles[1][iPos]); in itemStateChanged()
261 iPos = xLayoutListBox.getSelectedItemPos(); in itemStateChanged()
262 if (iPos != iOldLayoutPos) in itemStateChanged()
264 iOldLayoutPos = iPos; in itemStateChanged()
265 …CurReportDocument.liveupdate_changeLayoutTemplate(LayoutFiles[1][iPos]/*, Desktop.getBitmapPath(m_… in itemStateChanged()
/trunk/main/svx/source/sidebar/text/
H A DTextCharacterSpacingControl.cxx312 sal_uInt16 iPos = maVSSpacing.GetSelectItemId(); in IMPL_LINK() local
316 if(iPos == 1) in IMPL_LINK()
325 else if(iPos == 2) in IMPL_LINK()
334 else if(iPos == 3) in IMPL_LINK()
341 else if(iPos == 4) in IMPL_LINK()
350 else if(iPos == 5) in IMPL_LINK()
359 else if(iPos == 6) in IMPL_LINK()
381 if(iPos < 6 || (iPos == 6 && mbCusEnable)) //add in IMPL_LINK()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx433 t_stringlist::const_iterator iPos( m_xcs_files.begin() ); in configmgrini_flush() local
436 while (iPos != iEnd) { in configmgrini_flush()
439 ::rtl::OUStringToOString( *iPos, RTL_TEXTENCODING_ASCII_US ) ); in configmgrini_flush()
441 ++iPos; in configmgrini_flush()
442 if (iPos != iEnd) in configmgrini_flush()
449 t_stringlist::const_iterator iPos( m_xcu_files.begin() ); in configmgrini_flush() local
452 while (iPos != iEnd) { in configmgrini_flush()
455 ::rtl::OUStringToOString( *iPos, RTL_TEXTENCODING_ASCII_US ) ); in configmgrini_flush()
457 ++iPos; in configmgrini_flush()
458 if (iPos != iEnd) in configmgrini_flush()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx173 for ( t_string2PtrMap::const_iterator iPos( _allRTTI.begin() ); in ~RTTInfos() local
174 iPos != _allRTTI.end(); ++iPos ) in ~RTTInfos()
176 __type_info * pType = (__type_info *)iPos->second; in ~RTTInfos()
392 for ( t_string2PtrMap::const_iterator iPos( _allRaiseInfos.begin() ); in ~ExceptionInfos() local
393 iPos != _allRaiseInfos.end(); ++iPos ) in ~ExceptionInfos()
395 delete (RaiseInfo *)iPos->second; in ~ExceptionInfos()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx180 for ( t_string2PtrMap::const_iterator iPos( _allRTTI.begin() ); in ~RTTInfos() local
181 iPos != _allRTTI.end(); ++iPos ) in ~RTTInfos()
183 __type_info * pType = (__type_info *)iPos->second; in ~RTTInfos()
432 for ( t_string2PtrMap::const_iterator iPos( _allRaiseInfos.begin() ); in ~ExceptionInfos() local
433 iPos != _allRaiseInfos.end(); ++iPos ) in ~ExceptionInfos()
435 delete (RaiseInfo *)iPos->second; in ~ExceptionInfos()
/trunk/main/cui/source/dialogs/
H A Dplfilter.cxx91 for ( FilterMap::iterator iPos = aMap.begin(); iPos != aMap.end(); ++iPos ) in fillNetscapePluginFilters() local
93 String aText( (*iPos).first ); in fillNetscapePluginFilters()
95 StrSet& rTypes = (*iPos).second; in fillNetscapePluginFilters()
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdprovider.cxx278 for ( RegistryKeyList::const_iterator iPos( _aBaseKeys.begin() ); in disposing() local
279 iPos != _aBaseKeys.end(); ++iPos ) in disposing()
281 (*iPos)->closeKey(); in disposing()
344 for ( RegistryKeyList::const_iterator iPos( _aBaseKeys.begin() ); in getByHierarchicalNameImpl() local
345 !aRet.hasValue() && iPos != _aBaseKeys.end(); ++iPos ) in getByHierarchicalNameImpl()
349 com::sun::star::uno::Reference< XRegistryKey > xBaseKey( *iPos ); in getByHierarchicalNameImpl()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasecontainernode.hxx77 VectorOfNodes::const_iterator iPos( maChildren.begin() ); in forEachChildNode() local
79 for ( ; iPos != iEnd; ++iPos ) { in forEachChildNode()
80 AnimationNodeSharedPtr const& pNode = *iPos; in forEachChildNode()
/trunk/main/sal/inc/osl/
H A Ddiagnose.hxx109 VoidPointerSet::const_iterator iPos(m_data.m_addresses.begin()); in checkObjectCount() local
111 for ( ; iPos != iEnd; ++iPos ) { in checkObjectCount()
112 OSL_ASSERT( *iPos != 0 ); in checkObjectCount()
/trunk/main/odk/examples/OLE/delphi/InsertTables/
H A DSampleCode.pas194 iPos : Integer;
200 iPos := Pos('/%', sBookmarkName);
203 iPos := Pos('/%', sBookmarkName);
204 sBookmarkName[iPos] := '%';
207 Delete( sBookmarkName, 1, iPos+1);
/trunk/main/desktop/source/deployment/manager/
H A Ddp_managerfac.cxx135 t_string2weakref::const_iterator iPos( m_managers.begin() ); in disposing() local
137 for ( ; iPos != iEnd; ++iPos ) in disposing()
138 try_dispose( iPos->second ); in disposing()
/trunk/main/sw/source/ui/sidebar/
H A DPageOrientationControl.cxx79 const sal_uInt32 iPos = mpOrientationValueSet->GetSelectItemId(); in IMPL_LINK() local
80 const bool bChanged = ( ( iPos == 1 ) && mbLandscape ) || in IMPL_LINK()
81 ( ( iPos == 2 ) && !mbLandscape ); in IMPL_LINK()
/trunk/main/slideshow/source/engine/slide/
H A Dshapemanagerimpl.cxx412 AreaSet::const_reverse_iterator iPos( maHyperlinkShapes.rbegin() ); in checkForHyperlink() local
414 for( ; iPos != iEnd; ++iPos ) in checkForHyperlink()
416 HyperlinkAreaSharedPtr const& pArea = *iPos; in checkForHyperlink()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dexcept.cxx170 for ( std::map< OString, void* >::const_iterator iPos( aAllRTTI.begin() ); in ~RTTIHolder() local
171 iPos != aAllRTTI.end(); ++iPos ) in ~RTTIHolder()
173 delete[] static_cast< char * >(iPos->second); in ~RTTIHolder()

Completed in 86 milliseconds

123456