Home
last modified time | relevance | path

Searched refs:first (Results 76 – 100 of 1338) sorted by relevance

12345678910>>...54

/trunk/main/xmloff/source/core/
H A Dunointerfacetouniqueidentifiermapper.cxx49 return (*aIter).first; in registerReference()
55 return (*maEntries.insert( IdMap_t::value_type( aId, rInterface ) ).first).first; in registerReference()
69 return rIdentifier != (*aIter).first; in registerReference()
118 return (*aIter).first; in getIdentifier()
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DtestProperty.cxx166 for (iter->first(); !iter->isDone(); iter->next()) in testPropertyBagAsArray()
217 for (iter->first(); !iter->isDone(); iter->next(), i++) in testSortPropertyBag()
402 for (iter->first(); !iter->isDone(); iter->next(), i++) /* nothing to do */; in testDumpPropertyPool()
417 for (iter->first(); !iter->isDone(); iter->next(), i++) /* nothing to do */; in testDumpPropertyPool()
433 for (iter->first(); !iter->isDone(); iter->next(), i++) /* nothing to do */; in testDumpPropertyPool()
445 for (iter->first(); !iter->isDone(); iter->next(), i++) /*nothing to do*/; in testDumpPropertyPool()
471 for (iter->first(); !iter->isDone(); iter->next(), i++) /* nothing to do */; in testInsertPropertySubsets()
482 for (iter->first(); !iter->isDone(); iter->next(), i++) /*nothing to do*/; in testDumpEmptyPropertyPool()
543 for (iter->first(); !iter->isDone(); iter->next(), i++) /*nothing to do*/; in testDumpPropertyPoolAfterGarbageCollection()
553 for (iter->first(); !iter->isDone(); iter->next(), i++) /*nothing to do*/; in testDumpPropertyPoolAfterGarbageCollection()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx761 m_nFilePos = aFind->second->first; in seekRow()
775 …or aPos = m_aFilePosToEndLinePos.insert(TRowPositionsInFile::value_type(m_nFilePos,nCurPos)).first; in seekRow()
786 m_nFilePos = aPositions->first; in seekRow()
798 m_nRowPos = aLastPos->first; in seekRow()
799 m_nFilePos = aLastPos->second->first; in seekRow()
833 m_nFilePos = aIter->second->first; in seekRow()
851 m_nRowPos = aLastPos->first; in seekRow()
852 nCurPos = m_nFilePos = aLastPos->second->first; in seekRow()
859 m_nRowPos = aIter->first; in seekRow()
860 m_nFilePos = aIter->second->first; in seekRow()
[all …]
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx116 if ( ( _pHandler->first == SID_ATTR_CHAR_WEIGHT ) in implUpdateAttribute()
117 || ( _pHandler->first == SID_ATTR_CHAR_POSTURE ) in implUpdateAttribute()
118 || ( _pHandler->first == SID_ATTR_CHAR_FONT ) in implUpdateAttribute()
119 || ( _pHandler->first == SID_ATTR_CHAR_FONTHEIGHT ) in implUpdateAttribute()
130 … SvxScriptSetItem aNormalizedSet( (WhichId)_pHandler->first, *m_pView->GetAttribs().GetPool() ); in implUpdateAttribute()
133 …implCheckUpdateCache( _pHandler->first, _pHandler->second->getState( aNormalizedSet.GetItemSet() )… in implUpdateAttribute()
136 … implCheckUpdateCache( _pHandler->first, _pHandler->second->getState( m_pView->GetAttribs() ) ); in implUpdateAttribute()
207 … m_aAttributeHandlers.insert( AttributeHandlerPool::value_type( _nAttributeId , aHandler ) ).first; in enableAttributeNotification()
/trunk/main/slideshow/test/
H A Dslidetest.cxx173 …ASSERT_TRUE( mpTestShape->getViewLayers().at(0).first == mpTestView ) << "Shape 1 must be on backg… in TEST_F()
174 …ASSERT_TRUE( pShape2->getViewLayers().at(0).first == mpTestView ) << "Shape 2 must be on backgroun… in TEST_F()
176 …ASSERT_TRUE( pShape3->getViewLayers().at(0).first == mpTestView ) << "Shape 3 must be on backgroun… in TEST_F()
177 …ASSERT_TRUE( pShape4->getViewLayers().at(0).first == mpTestView ) << "Shape 4 must be on backgroun… in TEST_F()
184 …ASSERT_TRUE( pShape4->getViewLayers().at(0).first != mpTestView ) << "Shape 4 must not be on backg… in TEST_F()
187 …ASSERT_TRUE( pShape4->getViewLayers().at(0).first == mpTestView ) << "Shape 4 must be on backgroun… in TEST_F()
/trunk/main/sc/source/ui/vba/
H A Dvbahyperlink.cxx61 if( !(rAddress >>= aUrlComp.first) || (aUrlComp.first.getLength() == 0) ) in ScVbaHyperlink()
83 OUStringBuffer aBuffer( aUrlComp.first ); in ScVbaHyperlink()
126 return getUrlComponents().first; in getAddress()
132 aUrlComp.first = rAddress; in setAddress()
226 OUStringBuffer aUrl( rUrlComp.first ); in setUrlComponents()
/trunk/main/sw/source/core/unocore/
H A Dunoportenum.cxx774 rPortionStack.top().first->push_back(xTmp); in lcl_ExportHints()
781 rPortionStack.top().first->push_back(xTmp); in lcl_ExportHints()
791 lcl_InsertRubyPortion( *rPortionStack.top().first, in lcl_ExportHints()
821 pCurrentPortions(Top.first); in lcl_ExportHints()
826 rPortionStack.top().first->push_back(xPortion); in lcl_ExportHints()
962 rPortionStack.top().first->push_back(xTmp); in lcl_ExportHints()
971 lcl_InsertRubyPortion( *rPortionStack.top().first, in lcl_ExportHints()
1332 lcl_ExportFrames( *PortionStack.top().first, in lcl_CreatePortions()
1335 lcl_ExportBkmAndRedline( *PortionStack.top().first, i_xParentText, in lcl_CreatePortions()
1339 *PortionStack.top().first, in lcl_CreatePortions()
[all …]
/trunk/main/registry/tools/
H A Dregmerge.cxx69 std::vector< std::string >::iterator first = rArgs.begin(), last = rArgs.end(); in initOptions_Impl() local
70 if ((first != last) && ((*first)[0] == '-')) in initOptions_Impl()
72 std::string option(*first); in initOptions_Impl()
85 (void) rArgs.erase(first); in initOptions_Impl()
/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx469 ScBroadcastArea* pTarget = *(aPair.first); in UpdateInsert()
599 nTab, new TableSlots)).first; in StartListeningArea()
650 iTab != aTableSlotsMap.end() && (*iTab).first <= nEndTab; ++iTab) in EndListeningArea()
718 iTab != aTableSlotsMap.end() && (*iTab).first <= nEndTab; ++iTab) in AreaBroadcastInRange()
742 iTab != aTableSlotsMap.end() && (*iTab).first <= nEndTab; ++iTab) in DelBroadcastAreasInRange()
782 iTab != aTableSlotsMap.end() && (*iTab).first <= nEndTab; ++iTab) in UpdateBroadcastAreas()
861 SCTAB nTab = (*iTab).first + nDz; in UpdateBroadcastAreas()
878 SCTAB nTab = (*iTab).first + nDz; in UpdateBroadcastAreas()
885 SCTAB nTab = (*iTab).first + nDz; in UpdateBroadcastAreas()
921 nTab, new TableSlots)).first; in UpdateBroadcastAreas()
/trunk/main/slideshow/source/engine/
H A Dusereventqueue.cxx212 ImpEventVector() ) ).first; in addEvent()
406 ImpEventQueue() ) ).first; in addEvent()
445 if( aCurrShape->first->getBounds().isInside( aPosition ) && in hitTest()
446 aCurrShape->first->isVisible() ) in hitTest()
479 maShapeEventMap.erase( io_rHitShape->first ); in sendEvent()
549 if( aCurr->first != mpLastShape ) in handleMouseMoved()
555 mpLastShape = aCurr->first; in handleMouseMoved()
591 if( maLastIter->first ) in handleMouseMoved()
/trunk/main/offapi/com/sun/star/sdbc/
H A DXArray.idl132 is the array index of the first element to retrieve;
133 the first element is at index 1.
182 value; the first column stores the index into the array for
183 that element (with the first array element being at index 1).
222 value; the first column stores the index into the array for
223 that element (with the first array element being at index 1).
228 the array index of the first element to retrieve; the first element is at index 1.
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx452 NameModuleInfoHash::iterator it_info = moduleInfos.find( it->first ); in ImportCode_Impl()
468 … sModuleInfo.ModuleObject.set( xVBACodeNamedObjectAccess->getByName( it->first ), uno::UNO_QUERY ); in ImportCode_Impl()
473 …OSL_TRACE("Failed to get documument object for %s", rtl::OUStringToOString( it->first, RTL_TEXTENC… in ImportCode_Impl()
477 xVBAModuleInfo->insertModuleInfo( it->first, sModuleInfo ); in ImportCode_Impl()
480 if( xLib->hasByName( it->first ) ) in ImportCode_Impl()
481 xLib->replaceByName( it->first, it->second ); in ImportCode_Impl()
483 xLib->insertByName( it->first, it->second ); in ImportCode_Impl()
/trunk/main/slideshow/source/engine/slide/
H A Dshapemanagerimpl.cxx163 if( aCurrBroadcaster->first->getBounds().isInside( aPosition ) && in handleMouseReleased()
164 aCurrBroadcaster->first->isVisible() ) in handleMouseReleased()
172 aCurrBroadcaster->first->getXShape() ); in handleMouseReleased()
234 if( aCurrCursor->first->getBounds().isInside( aPosition ) && in handleMouseMoved()
235 aCurrCursor->first->isVisible() ) in handleMouseMoved()
423 basegfx::B2DRange const& region = linkRegions[i].first; in checkForHyperlink()
/trunk/main/chart2/source/tools/
H A DLinearRegressionCurveCalculator.cxx63 const size_t nMax = aValues.first.size(); in recalculateRegression()
76 fSumX += aValues.first[i]; in recalculateRegression()
78 fSumXSq += aValues.first[i] * aValues.first[i]; in recalculateRegression()
80 fSumXY += aValues.first[i] * aValues.second[i]; in recalculateRegression()
/trunk/main/xmloff/source/chart/
H A Dtransporttypes.cxx31 if( rFirst.first == rSecond.first ) in operator <()
33 return (rFirst.first < rSecond.first); in operator <()
/trunk/main/dbaccess/source/ui/misc/
H A DWColumnSelect.cxx145 sal_uInt16 nPos = m_lbOrgColumnNames.InsertEntry((*aIter)->first); in Reset()
172 sal_uInt16 nPos = m_lbNewColumnNames.InsertEntry((*aIter)->first); in ActivatePage()
174 m_lbOrgColumnNames.RemoveEntry((*aIter)->first); in ActivatePage()
372 ODatabaseExport::TColumns::const_iterator aSrcIter = pSrcColumns->find((*aIter).first); in moveColumn()
381 …_pRight->SetEntryData( _pRight->InsertEntry( (*aIter).first, sal::static_int_cast< sal_uInt16 >(nP… in moveColumn()
382 _rRightColumns.push_back((*aIter).first); in moveColumn()
420 ODatabaseExport::TColumns::const_iterator aSrcIter = pSrcColumns->find((*aIter).first); in adjustColumnPosition()
/trunk/main/sax/source/tools/
H A Dfastattribs.cxx98 if( ( maLastIter == maAttributes.end() ) || ( ( *maLastIter ).first != Token ) ) in getValueToken()
110 if( ( maLastIter == maAttributes.end() ) || ( ( *maLastIter ).first != Token ) ) in getOptionalValueToken()
122 if( ( maLastIter == maAttributes.end() ) || ( ( *maLastIter ).first != Token ) ) in getValue()
133 if( ( maLastIter == maAttributes.end() ) || ( ( *maLastIter ).first != Token ) ) in getOptionalValue()
157 pAttr->Token = fastAttrIter->first; in getFastAttributes()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DItemConverter.cxx126 if( ! pItem->PutValue( m_xPropertySet->getPropertyValue( aProperty.first ), in FillItemSet()
145 … " - unknown Property: " )) + aProperty.first, in FillItemSet()
204 if( aValue != m_xPropertySet->getPropertyValue( aProperty.first )) in ApplyItemSet()
206 m_xPropertySet->setPropertyValue( aProperty.first, aValue ); in ApplyItemSet()
216 … " - unknown Property: " )) + aProperty.first, in ApplyItemSet()
/trunk/main/offapi/com/sun/star/rendering/
H A DStrokeAttributes.idl71 The first element specifies the length of the first 'on'
73 first 'off' segment, and so forth. Give zero elements here for
90 <member>StrokeAttributes::StrokeWidth</member>. The first
94 first line and the second line, and so forth. If the array
105 The start point is the first point of every polygon of the
/trunk/main/svx/source/accessibility/
H A DAccessibleTextHelper.cxx112 ::std::pair< first_type, second_type > makeSortedPair( first_type first, in DBG_NAME()
115 if( first > second ) in DBG_NAME()
116 return ::std::make_pair( second, first ); in DBG_NAME()
118 return ::std::make_pair( first, second ); in DBG_NAME()
709 maParaManager.FireEvent( sortedSelection.first, in UpdateSelection()
723 maParaManager.FireEvent( sortedLastSelection.first, in UpdateSelection()
733 maParaManager.FireEvent( sortedSelection.first, in UpdateSelection()
967 … ::accessibility::AccessibleParaManager::WeakPara::HardRefType aHardRef( rChild.first.get() ); in operator ()()
983 … return ::accessibility::AccessibleParaManager::WeakChild( rChild.first, aNewRect ); in operator ()()
1023 … ::accessibility::AccessibleParaManager::WeakPara::HardRefType aHardRef( rPara.first.get() ); in operator ()()
[all …]
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx482 ? i_rIter->second.first : i_rIter->second.second ); in rmIter()
484 if (i_rIter->second.first.empty() && i_rIter->second.second.empty()) in rmIter()
501 OSL_ENSURE(!iter->second.first.empty() || !iter->second.second.empty(), in LookupElementList()
504 ? &iter->second.first in LookupElementList()
553 OSL_ENSURE(!iter->second.first.equalsAscii(""), in LookupXmlId()
557 o_rStream = iter->second.first; in LookupXmlId()
651 ::std::for_each(iter->second.first.begin(), iter->second.first.end(), in ~XmlIdRegistryDocument()
971 ? i_rIter->second.first : i_rIter->second.second; in rmIter()
976 if (!i_rIter->second.first && !i_rIter->second.second) in rmIter()
999 OSL_ENSURE(iter->second.first || iter->second.second, in LookupEntry()
[all …]
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx350 ).first; in SetBitmap()
398 ).first; in SetPrecious()
439 CacheBitmapContainer::iterator iEntry (mpBitmapContainer->find(iOtherEntry->first)); in Recycle()
443 iOtherEntry->first, in Recycle()
445 ).first; in Recycle()
481 iEntry->first,iEntry->second)); in GetCacheIndex()
492 pIndex->push_back(iIndexEntry->first); in GetCacheIndex()
/trunk/main/connectivity/source/drivers/mysql/
H A DYDriver.cxx93 Reference<XInterface > xTemp = i->first.get(); in disposing()
239 …Drivers.insert(TJDBCDrivers::value_type(sDriverClass,lcl_loadDriver(m_xFactory,sCuttedUrl))).first; in loadDriver()
411 xTab = Reference< XTablesSupplier >(i->second.first.get().get(),UNO_QUERY); in getDataDefinitionByConnection()
415 i->second.first = WeakReferenceHelper(xTab); in getDataDefinitionByConnection()
427 Reference< XConnection > xTemp(i->first.get(),UNO_QUERY); in getDataDefinitionByConnection()
430 xTab = Reference< XTablesSupplier >(i->second.first.get().get(),UNO_QUERY); in getDataDefinitionByConnection()
434 i->second.first = WeakReferenceHelper(xTab); in getDataDefinitionByConnection()
/trunk/main/idlc/source/
H A Dastinterface.cxx336 d.first = i->second.mandatory; in checkMemberClashes()
347 d.first = j->second; in checkMemberClashes()
366 && result.first->second >= INTERFACE_INDIRECT_MANDATORY; in addVisibleInterface()
367 if (!result.second && kind > result.first->second) { in addVisibleInterface()
368 result.first->second = kind; in addVisibleInterface()
396 (*i)->getLocalName(), VisibleMember())).first; in addOptionalVisibleMembers()
/trunk/main/dbaccess/source/core/recovery/
H A Ddbdocrecovery.cxx96 o_rBuffer.append( i_rComponentDesc.first ); in lcl_getPersistentRepresentation()
331 …SubComponentRecovery::getComponentsStorageName( map->first ), ElementModes::WRITE | ElementModes::… in saveModifiedSubComponents()
375 const SubComponentType eComponentType = map->first; in recoverSubDocuments()
388 if ( !xComponentsStor->hasByName( stor->first ) ) in recoverSubDocuments()
393 … message.append( ::rtl::OUStringToOString( stor->first, RTL_TEXTENCODING_ASCII_US ) ); in recoverSubDocuments()
407 …Reference< XStorage > xCompStor( xComponentsStor->openStorageElement( stor->first, ElementModes::R… in recoverSubDocuments()

Completed in 180 milliseconds

12345678910>>...54