Home
last modified time | relevance | path

Searched refs:end (Results 101 – 125 of 2943) sorted by relevance

12345678910>>...118

/trunk/main/vcl/unx/gtk/a11y/
H A Datktext.cxx78 gint start = 0, end = 0; in adjust_boundaries() local
89 end = rTextSegment.SegmentEnd; in adjust_boundaries()
96 end = rTextSegment.SegmentEnd; in adjust_boundaries()
100 if( end > 0 && end < pText->getCharacterCount() - 1 ) in adjust_boundaries()
101 --end; in adjust_boundaries()
113 end = aTextSegment.SegmentStart; in adjust_boundaries()
115 end = pText->getCharacterCount(); in adjust_boundaries()
121 end = rTextSegment.SegmentEnd; in adjust_boundaries()
140 *end_offset = end; in adjust_boundaries()
145 start, end); in adjust_boundaries()
[all …]
/trunk/main/svtools/source/misc/
H A Dtemplatefoldercache.cxx155 … inline ConstFolderIterator end() const { return m_aSubContents.end(); } in end() function
227 _rFolder.end(), in operator ()()
234 _rFolder.end(), in operator ()()
280 _rLHS->getSubContents().end(), in operator ()()
383 _rContent.getSubContents().end(), in operator ()()
389 _rContent.getSubContents().end(), in operator ()()
446 _rContent.getSubContents().end(), in operator ()()
567 _rLHS.end(), in equalStates()
591 m_aCurrentState.end(), in storeState()
598 m_aCurrentState.end(), in storeState()
[all …]
/trunk/main/sc/source/ui/miscdlgs/
H A Dconflictsdlg.cxx44 ScChangeActionList::const_iterator aEnd = maSharedActions.end(); in HasSharedAction()
58 ScChangeActionList::const_iterator aEnd = maOwnActions.end(); in HasOwnAction()
91 ScConflictsList::const_iterator aEnd = rConflictsList.end(); in HasOwnAction()
105 ScConflictsList::iterator aEnd = rConflictsList.end(); in GetSharedActionEntry()
119 ScConflictsList::iterator aEnd = rConflictsList.end(); in GetOwnActionEntry()
141 if ( aItrMap != pMergeMap->end() ) in Transform_Impl()
157 ScConflictsList::iterator aEnd = rConflictsList.end(); in TransformConflictsList()
203 ScConflictsList::iterator aEnd = mrConflictsList.end(); in GetIntersectingEntry()
248 ScChangeActionList::const_iterator aEnd = rOwnActions.end(); in GetEntry()
292 ScChangeActionList::iterator aEnd = aOwnActions.end(); in Find()
[all …]
/trunk/main/writerfilter/documentation/
H A DtablesInDoc.txt29 end of cell: 0x7
30 end of row: 0x7 + sprm 0x2417(sprmFTtp)
32 the end of a row has its own 0x7
36 end of cell: 0xd + sprm 0x244b(sprmPCell)
37 end of row 0xd + sprm 0x244b(sprmPCell) + sprm 0x244c(sprmPRow)
39 the end of a row has its own 0xd
51 // get handle for end off cell i
56 void addCell(Handle start, Handle end)
57 // insert cell starting at start and ending at end into the
60 // end current row and save properties for that row, begin new row
[all …]
/trunk/main/xmloff/source/forms/
H A Dlayerimport.cxx237 m_aCurrentPageIds = m_aControlIds.end(); in OFormLayerXMLImport_Impl()
442 ::std::vector< ModelStringPair >::const_iterator aEnd = m_aControlReferences.end(); in endPage()
484 m_aCurrentPageIds = m_aControlIds.end(); in endPage()
490 …OSL_ENSURE(m_aCurrentPageIds != m_aControlIds.end(), "OFormLayerXMLImport_Impl::lookupControlId: n… in lookupControlId()
492 if (m_aCurrentPageIds != m_aControlIds.end()) in lookupControlId()
495 if (m_aCurrentPageIds->second.end() != aPos) in lookupControlId()
560 ::std::vector< ModelStringPair >::const_iterator aEnd = m_aCellValueBindings.end(); in documentDone()
601 aRangeBindings != m_aCellRangeListSources.end(); in documentDone()
624 m_aXFormsValueBindings.end(), in documentDone()
629 m_aXFormsListBindings.end(), in documentDone()
[all …]
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx46 if (aItr == aSet.end()) in GetStyleNumberFormat()
206 if (aItr == pCurrencyList->end()) in AddCurrencyRange()
240 ScMyCurrencyStylesSet::iterator aEndItr(pCurrencyList->end()); in InsertColRow()
311 aRowDefaultStyle(aCellStyles.end()), in ScMyStylesImportHelper()
358 if (aItr == aCellStyles.end()) in GetIterator()
366 return aCellStyles.end(); in GetIterator()
399 if (aPrevItr != aCellStyles.end()) in AddDefaultRange()
432 if (aItr != aCellStyles.end()) in AddSingleRange()
538 ScMyStylesSet::iterator aEndItr(aCellStyles.end()); in InsertRow()
551 ScMyStylesSet::iterator aEndItr(aCellStyles.end()); in InsertCol()
[all …]
/trunk/main/configmgr/source/
H A Dpartial.cxx76 i != includedPaths.end(); ++i) in Partial()
81 bool end = parseSegment(*i, &n, &seg); in Partial() local
86 if (end) { in Partial()
94 i != excludedPaths.end(); ++i) in Partial()
99 bool end = parseSegment(*i, &n, &seg); in Partial() local
100 if (end) { in Partial()
105 if (j == p->children.end()) { in Partial()
120 for (Path::const_iterator i(path.begin()); i != path.end(); ++i) { in contains()
122 if ( j == p->children.end() ) in contains()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx710 for(;aIter != m_aInsertRow->get().end();++aIter) in cancelRowUpdates()
731 for(;aIter != m_aInsertRow->get().end();++aIter) in moveToInsertRow()
1119 m_aFileSetIter = m_pFileSet->get().end()-1; in Move()
1515 aRowIter != m_aRow->get().end(); in OpenImpl()
1538 copyFrom != m_aSelectRow->get().end(); in OpenImpl()
1551 loopInRow != m_aSelectRow->get().end(); in OpenImpl()
1558 if(loopInRow == m_aSelectRow->get().end()) in OpenImpl()
1568 ,m_pFileSet->get().end()); in OpenImpl()
1704 aRowIter != _rRow->get().end(); in setBoundedColumns()
1722 aIter != _rxColumns->get().end(); in setBoundedColumns()
[all …]
/trunk/main/forms/source/xforms/
H A Dbinding.cxx577 aIter != aNodes.end(); in _getMIPEvaluationContexts()
631 aIter != maEventNodes.end(); in bind()
637 aIter != aNodes.end(); in bind()
645 aIter2 != maEventNodes.end(); in bind()
658 aIter != aMIPContexts.end(); in bind()
742 maModifyListeners.end(), in valueModified()
748 maValidityListeners.end(), in valueModified()
869 aIter != maEventNodes.end(); in clear()
1197 == maListEntryListeners.end() ) in addListEntryListener()
1245 == maValidityListeners.end() ) in addValidityConstraintListener()
[all …]
/trunk/main/forms/source/helper/
H A Dformnavigation.cxx110 aFeature != m_aSupportedFeatures.end(); in statusChanged()
141 aFeature != m_aSupportedFeatures.end(); in disposing()
177 aFeature != m_aSupportedFeatures.end(); in updateDispatches()
219 aFeature != m_aSupportedFeatures.end(); in connectDispatchers()
274 aLoop != aFeatureIds.end(); in initializeSupportedFeatures()
302 if ( m_aSupportedFeatures.end() != aInfo ) in dispatchWithArgument()
319 if ( m_aSupportedFeatures.end() != aInfo ) in dispatch()
333 if ( m_aSupportedFeatures.end() != aInfo ) in isEnabled()
345 if ( m_aSupportedFeatures.end() != aInfo ) in getBooleanState()
357 if ( m_aSupportedFeatures.end() != aInfo ) in getStringState()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx91 …for(RectangleVector::const_iterator aRectIter(aRectangles.begin()); aRectIter != aRectangles.end()… in ForAllRectangles()
260 mpLayers->erase(mpLayers->end()-1); in RemovePainter()
281 mpLayers->end(), in Repaint()
307 mpLayers->end(), in RepaintRectangle()
321 ::std::for_each(mpLayers->begin(), mpLayers->end(), ::boost::bind(&Layer::Resize, _1, aSize)); in Resize()
329 ::std::for_each(mpLayers->begin(), mpLayers->end(), ::boost::bind(&Layer::Dispose, _1)); in Dispose()
479 iEnd(maPainters.end()); in ValidateRectangle()
504 maPainters.end(), in Repaint()
529 OSL_ASSERT(::std::find(maPainters.begin(), maPainters.end(), rpPainter) == maPainters.end()); in AddPainter()
540 ::std::find(maPainters.begin(), maPainters.end(), rpPainter)); in RemovePainter()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8PieceTableImpl.cxx83 tEntries::const_iterator aResult = mEntries.end(); in findCp()
84 tEntries::const_iterator aEnd = mEntries.end(); in findCp()
103 tEntries::const_iterator aResult = mEntries.end(); in findFc()
104 tEntries::const_iterator aEnd = mEntries.end(); in findFc()
217 if (aIt != mEntries.end()) in fc2cp()
234 if (aItCp == mCp2FcCache.end()) in cp2fc()
238 if (aIt != mEntries.end()) in cp2fc()
259 if (aIt != mEntries.end()) in isComplex()
271 if (aIt != mEntries.end()) in isComplex()
292 copy(mEntries.begin(), mEntries.end(), ostream_iterator<CpAndFc>(o, "\n")); in dump()
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx216 aListIter != m_pElemList->end(); ++aListIter ) in prepareExecute()
233 aListIter != m_pFilterList->end(); in prepareExecute()
415 m_pFilterList->end() != ::std::find_if( in FilterNameExists()
417 m_pFilterList->end(), in FilterNameExists()
434 …if ( m_pFilterList->end() != ::std::find_if( m_pFilterList->begin(), m_pFilterList->end(), FilterT… in FilterNameExists()
684 aListIter != m_pElemList->end(); ++aListIter ) in setValue()
701 m_pElemList->insert( m_pElemList->end(), aNew ); in setValue()
726 aListIter != m_pElemList->end(); ++aListIter ) in getValue()
764 aListIter != m_pElemList->end(); ++aListIter ) in setLabel()
778 m_pElemList->insert( m_pElemList->end(), aNew ); in setLabel()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DTheme.cxx466 iEnd(iContainer->second.end()); in disposing()
501 if (iId == maPropertyNameToIdMap.end()) in setPropertyValue()
547 if (iId == maPropertyNameToIdMap.end()) in getPropertyValue()
571 if (iId == maPropertyNameToIdMap.end()) in addPropertyChangeListener()
597 if (iId == maPropertyNameToIdMap.end()) in removePropertyChangeListener()
610 if (iListener != pContainer->end()) in removePropertyChangeListener()
672 if (iListener != pContainer->end()) in removeVetoableChangeListener()
714 if (iId == maPropertyNameToIdMap.end()) in getPropertyByName()
735 if (iId == maPropertyNameToIdMap.end()) in hasPropertyByName()
995 iEnd(aListeners.end()); in DoVetoableListenersVeto()
[all …]
/trunk/main/openssl/
H A Dopensslmingw.patch43 if errorlevel 1 goto end
50 if errorlevel 1 goto end
53 if errorlevel 1 goto end
55 +if errorlevel 1 goto end
59 +if errorlevel 1 goto end
61 +if errorlevel 1 goto end
66 +if errorlevel 1 goto end
68 +if errorlevel 1 goto end
73 +if errorlevel 1 goto end
75 +if errorlevel 1 goto end
[all …]
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx60 if (maListenerMap.find(rsEventType) == maListenerMap.end()) in AddListener()
82 for (iMap=maListenerMap.begin(); iMap!=maListenerMap.end(); ++iMap) in RemoveListener()
84 for (iList=iMap->second.begin(); iList!=iMap->second.end(); ++iList) in RemoveListener()
107 for (iListener=rList.begin(); iListener!=rList.end(); ++iListener) in NotifyListeners()
135 if (iMap != maListenerMap.end()) in NotifyListeners()
139 ListenerList aList (iMap->second.begin(), iMap->second.end()); in NotifyListeners()
145 if (iMap != maListenerMap.end()) in NotifyListeners()
149 ListenerList aList (iMap->second.begin(), iMap->second.end()); in NotifyListeners()
186 if (iMap == maListenerMap.end()) in DisposeAndClear()
/trunk/main/framework/source/services/
H A Dpathsettings.cxx366 pIt != lOld.end() ; in impl_mergeOldUserPaths()
629 pIt != lVals.end() ; in impl_subst()
682 pIt != lTemp.end() ; in impl_convertPath2OldStyle()
687 if (pIt != lTemp.end()) in impl_convertPath2OldStyle()
721 if (pItem != lList.end()) in impl_purgeKnownPaths()
730 if (pItem != lList.end()) in impl_purgeKnownPaths()
735 if (pItem != lList.end()) in impl_purgeKnownPaths()
876 pIt != lList.end() ; in impl_setPathValue()
963 pIt != lPath.end() ; in impl_isValidPath()
1018 if (rPath != m_lPaths.end()) in impl_getPathAccess()
[all …]
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx1796 EffectSequence::iterator aEnd( maEffects.end() ); in reset()
2309 for( ; aIter != maEffects.end(); aIter++ ) in findEffect()
2342 while( nOffset-- && aIter != maEffects.end() ) in getEffectFromOffset()
2346 if( aIter != maEffects.end() ) in getEffectFromOffset()
2359 while( aIter != maEffects.end() ) in disposeShape()
2381 while( aIter != maEffects.end() ) in hasEffect()
2402 while( aIter != maEffects.end() ) in insertTextRange()
2425 while( aIter != maEffects.end() ) in disposeTextRange()
2556 if( aIter != maGroupMap.end() ) in findGroup()
3023 if( std::find( maListeners.begin(), maListeners.end(), pListener ) == maListeners.end() ) in addListener()
[all …]
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx102 if ( aPos != end() ) in erase()
111 m_aDefinitions.end(), in find()
124 m_aDefinitions.end(), in find()
178 Documents::iterator aEnd = m_aDocumentMap.end(); in disposing()
453 if (aMapPos == m_aDocumentMap.end()) in implGetByName()
478 Documents::iterator aEnd = m_aDocumentMap.end(); in getElementNames()
505 Documents::iterator aEnd = m_aDocumentMap.end(); in disposing()
522 if ( aFind != m_aDocumentMap.end() ) in implRemove()
590 if ( aFind == rDefinitions.end() ) in implAppend()
656 if ( rDefinitions.find( _sName ) != rDefinitions.end() ) in approveNewObject()
[all …]
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx105 std::for_each( maConnections.begin(), maConnections.end(), in dump()
108 std::for_each( maPoints.begin(), maPoints.end(), in dump()
163 for( ; aPointsIter != mpData->getPoints( ).end() ; aPointsIter++ ) in build()
178 for( aCnxIter = aConnections.begin(); aCnxIter != aConnections.end(); ++aCnxIter ) in build()
195 if( iterT != aTreeMap.end() ) in build()
204 if( iterP != aPointsMap.end() ) in build()
216 if( iterP != aPointsMap.end() ) in build()
240 iter != aTreeMap.end(); iter++ ) in build()
259 for( aPointsIter = aPoints.begin(); aPointsIter != aPoints.end(); ++aPointsIter ) in addTo()
276 iter != pParentShape->getChildren().end(); ++iter) in addTo()
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx225 maCellBlockIt = maCellBlocks.end(); in CellBlockBuffer()
247 if( (aIt == maColSpans.end()) || (rCellAddr.Row != mnCurrRow + 1) ) in getCellBlock()
251 maCellBlockIt = maCellBlocks.end(); in getCellBlock()
256 if( aIt != maColSpans.end() ) in getCellBlock()
272 while( (aMIt != maCellBlocks.end()) && aMIt->second->isBefore( rColSpan ) ) in getCellBlock()
279 if( (aMIt != maCellBlocks.end()) && aMIt->second->isExpandable( rColSpan ) ) in getCellBlock()
286 CellBlockMap::iterator aMEnd = maCellBlocks.end(); in getCellBlock()
299 …if( ((maCellBlockIt != maCellBlocks.end()) && maCellBlockIt->second->contains( rCellAddr.Column ))… in getCellBlock()
548 …for( XfIdRangeMap::const_iterator aIt = maXfIdRanges.begin(), aEnd = maXfIdRanges.end(); aIt != aE… in finalizeImport()
796 XfIdRangeMap::iterator aIt = maXfIdRanges.begin(), aEnd = maXfIdRanges.end(); in setCellFormat()
[all …]
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx156 t_registryset::const_iterator const iEnd( m_allBackends.end() ); in disposing()
196 if (i != m_mediaType2backend.end()) in packageRemoved()
268 iFind != m_mediaType2backend.end() ); in insertBackend()
269 if (iFind != m_mediaType2backend.end()) in insertBackend()
407 iPos != that->m_filter2mediaType.end(); ++iPos ) in create()
428 iPos != that->m_ambiguousBackends.end(); ++iPos ) in create()
453 that->m_ambiguousBackends.end() ); in create()
467 const t_registryset::const_iterator iEnd( m_allBackends.end() ); in update()
499 if (iFind != m_filter2mediaType.end()) { in bindPackage()
533 if (iFind == m_mediaType2backend.end()) { in bindPackage()
[all …]
/trunk/main/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx57 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
80 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
102 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
213 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
306 while( this_it !=elem.Children.end() && *this_it != &elem ) in visit()
378 if( this_it != elem.Parent->Children.end() ) in visit()
381 if( ++next_it != elem.Parent->Children.end() ) in visit()
499 while( next_page_element != elem.Children.end() ) in visit()
510 it != pCurPara->Children.end(); ++it ) in visit()
670 while( it != rElem.Children.end() ) in checkHeaderAndFooter()
[all …]
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainer.cxx389 mpImpl->maContainer.end(), in GetTokenForURL()
391 if (iEntry != mpImpl->maContainer.end()) in GetTokenForURL()
410 mpImpl->maContainer.end(), in GetTokenForStyleName()
412 if (iEntry != mpImpl->maContainer.end()) in GetTokenForStyleName()
432 mpImpl->maContainer.end(), in GetTokenForPageObject()
434 if (iEntry != mpImpl->maContainer.end()) in GetTokenForPageObject()
669 if (iListener == maChangeListeners.end()) in AddChangeListener()
683 if (iListener != maChangeListeners.end()) in RemoveChangeListener()
773 maContainer.end(), in PutMasterPage()
775 if (aEntry == maContainer.end()) in PutMasterPage()
[all …]
/trunk/test/testgui/source/svt/gui/sw/
H A DFileTypeAboutWriter.java112 long end = System.currentTimeMillis(); in saveNewSWWithShapeToHTML() local
113 addRecord(i, start, end); in saveNewSWWithShapeToHTML()
136 long end = System.currentTimeMillis(); in saveNewSWWithLineToDoc() local
137 addRecord(i, start, end); in saveNewSWWithLineToDoc()
156 long end = System.currentTimeMillis(); in saveNewSWWithPicToDoc() local
157 addRecord(i, start, end); in saveNewSWWithPicToDoc()
185 private void addRecord(int i, long start, long end) { in addRecord() argument
187 xmlResult.addRow("Data",testname.getMethodName(), i, (end - start), in addRecord()
189 log.log( Level.INFO, "\t"+testname.getMethodName()+"["+i+"] took "+(end-start)+"ms"); in addRecord()

Completed in 223 milliseconds

12345678910>>...118