Home
last modified time | relevance | path

Searched refs:first (Results 26 – 50 of 1338) sorted by relevance

12345678910>>...54

/trunk/main/offapi/com/sun/star/sdbc/
H A DXResultSet.idl48 data. Initially the cursor is positioned before the first row.
61 first call to next makes the first row the current row; the
128 first row. Has no effect if the result set contains no rows.
143 /** moves the cursor to the first row in the result set.
149 boolean first() raises (SQLException);
177 beginning of the result set. The first row is row 1, the second
191 An attempt to position the cursor beyond the first/last row in
192 the result set leaves the cursor before/after the first/last
213 Attempting to move beyond the first/last row in the result set
215 the first/last row. Calling
[all …]
H A DXParameters.idl117 the first parameter is 1, the second is 2, ...
133 the first parameter is 1, the second is 2, ...
146 the first parameter is 1, the second is 2, ...
158 the first parameter is 1, the second is 2, ...
170 the first parameter is 1, the second is 2, ...
182 the first parameter is 1, the second is 2, ...
194 the first parameter is 1, the second is 2, ...
206 the first parameter is 1, the second is 2, ...
220 the first parameter is 1, the second is 2, ...
234 the first parameter is 1, the second is 2, ...
[all …]
/trunk/main/editeng/source/editeng/
H A Dbaselist.hxx42 …void Remove( sal_uInt32 first, sal_uInt32 count = 1 ) { contents.erase( contents.begin() + first, … in Remove() argument
43 void DeleteAndDestroy( sal_uInt32 first, sal_uInt32 count ) in DeleteAndDestroy() argument
45 for ( sal_uInt32 n = first; n < first + count; n++ ) in DeleteAndDestroy()
47 Remove( first, first + count ); in DeleteAndDestroy()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueComparer.java41 public static boolean equalValue( Object first, Object second ) { in equalValue() argument
43 if (first instanceof com.sun.star.uno.Any) { in equalValue()
45 first = AnyConverter.toObject(((Any) first).getType(),first); in equalValue()
57 if ( (first==null) || (second == null) ) { in equalValue()
58 eq = (first == second); in equalValue()
61 if ( util.utils.isVoid(first) && util.utils.isVoid(second) ) { in equalValue()
63 } else if ( util.utils.isVoid(first) || util.utils.isVoid(second) ) { in equalValue()
64 eq = (first == second); in equalValue()
66 eq = compareObjects(first, second); in equalValue()
/trunk/main/svtools/source/config/
H A Dextcolorcfg.cxx112 TConfigValues::iterator aFind2 = aFind->second.first.find(_sName); in GetColorConfigValue()
113 if ( aFind2 != aFind->second.first.end() ) in GetColorConfigValue()
177 nSize = aFind->second.first.size(); in GetComponentColorCount()
208 sRet = m_aConfigValuesPos[_nPos]->first; in GetComponentName()
458 ::rtl::OUString sEntry = aIter->first; in Commit()
461 if ( ConfigItem::AddNode(sBase, aIter->first) ) in Commit()
465 sNode += aIter->first; in Commit()
473 TConfigValues::iterator aConEnd = aIter->second.first.end(); in Commit()
476 pPropValues->Name = sNode + s_sSep + aConIter->first; in Commit()
477 ConfigItem::AddNode(sNode, aConIter->first); in Commit()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DOptimisticSet.cxx206 if ( m_pKeyColumnNames->find(aIter->first) != m_pKeyColumnNames->end() ) in updateRow()
253 ::rtl::OUStringBuffer& rCondition = aKeyConditions[aSqlIter->first]; in updateRow()
330 sSql.append(aParameter[aSqlIter->first]); in insertRow()
333 ::rtl::OUStringBuffer& rCondition = aKeyConditions[aSqlIter->first]; in insertRow()
354 if ( aKeyCol->second.sTableName == aSqlIter->first ) in insertRow()
372 executeInsert(_rInsertRow,sSql.makeStringAndClear(),aSqlIter->first); in insertRow()
418 executeDelete(_rDeleteRow,sSql.makeStringAndClear(),aSqlIter->first); in deleteRow()
491 m_aSqlIterator.getColumnRange(aIter->first,sColumnName,sTableName); in fillJoinedColumns_throw()
709 ::rtl::OUStringBuffer& rCondition = aKeyConditions[aSqlIter->first]; in fillMissingValues()
733 if ( aKeyIter->second.sTableName == aSqlIter->first ) in fillMissingValues()
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Daccessoradapters.hxx363 return ma1stAccessor(i.first()); in operator ()()
378 maFunctor(ma1stAccessor(i.first()), in set()
381 i.first() ); in set()
388 maFunctor(ma1stAccessor(i.first(), diff), in set()
391 i.first(), in set()
477 return std::make_pair(ma1stAccessor(i.first()), in operator ()()
484 return std::make_pair(ma1stAccessor(i.first(),diff), in operator ()()
495 value.first), in set()
496 i.first() ); in set()
508 value.first), in set()
[all …]
/trunk/main/reportdesign/source/core/sdr/
H A DPropertyForward.cxx70 Property aProp = m_xSourceInfo->getPropertyByName(aIter->first); in DBG_NAME()
73 Any aValue = _xDest->getPropertyValue(aIter->second.first); in DBG_NAME()
75 …_xSource->setPropertyValue(aIter->first,aIter->second.second->operator()(aIter->second.first,aValu… in DBG_NAME()
85 …ropertyValue(aIter->second.first,aIter->second.second->operator()(aIter->second.first,_xSource->ge… in DBG_NAME()
125 sPropName = aFind->second.first; in propertyChange()
137 sPropName = aFind->first; in propertyChange()
/trunk/main/connectivity/source/commontools/
H A DDriversConfig.cxx165 WildCard aWildCard(aIter->first); in getDriverFactoryName()
166 if ( sOldPattern.getLength() < aIter->first.getLength() && aWildCard.Matches(_sURL) ) in getDriverFactoryName()
169 sOldPattern = aIter->first; in getDriverFactoryName()
185 WildCard aWildCard(aIter->first); in getDriverTypeDisplayName()
186 if ( sOldPattern.getLength() < aIter->first.getLength() && aWildCard.Matches(_sURL) ) in getDriverTypeDisplayName()
189 sOldPattern = aIter->first; in getDriverTypeDisplayName()
220 WildCard aWildCard(aIter->first); in impl_get()
221 if ( sOldPattern.getLength() < aIter->first.getLength() && aWildCard.Matches(_sURL) ) in impl_get()
235 sOldPattern = aIter->first; in impl_get()
255 *pIter = aIter->first; in getURLs()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx129 return is_subrange(s.first, s.second, b, e); in is_subrange()
176 int nGlyphs = iGlyphs.second - iGlyphs.first; in fill_from()
199 for (gi = iGlyphs.first + nGlyphIndex; in fill_from()
294 fMinX = std::min(aBounds.first, fMinX); in fill_from()
347 int nGlyphs = iGlyphs.second - iGlyphs.first; in appendCluster()
351 aBounds.first = aFirstGlyph.origin(); in appendCluster()
405 gr::GlyphInfo aGlyph = *(iGlyphs.first + j); in appendCluster()
419 aBounds.first = std::min(aGlyph.origin(), aBounds.first); in appendCluster()
471 if (iAttached.first != iAttached.second) in append()
473 nextOrigin = iAttached.first->origin(); in append()
[all …]
H A Dgraphite_cache.cxx113 while (range.first != range.second) in cacheSegment()
115 if (range.first->second == record) in cacheSegment()
117 m_ropeMap.erase(range.first); in cacheSegment()
120 ++range.first; in cacheSegment()
161 while (range.first != range.second) in cacheSegment()
163 if (range.first->second == found) in cacheSegment()
165 m_ropeMap.erase(range.first); in cacheSegment()
168 ++range.first; in cacheSegment()
/trunk/main/oox/source/helper/
H A Dpropertymap.cxx90 maPropMap[ rPropNames[ aIt->first ] ] = aIt->second; in GenericPropertySet()
125 pProperty->Name = aIt->first; in getProperties()
139 aProperty.Name = aIt->first; in getPropertyByName()
180 …OSL_ENSURE( (0 <= aIt->first) && (aIt->first < PROP_COUNT), "PropertyMap::makePropertyValueSequenc… in makePropertyValueSequence()
181 pValues->Name = (*mpPropNames)[ aIt->first ]; in makePropertyValueSequence()
199 …OSL_ENSURE( (0 <= aIt->first) && (aIt->first < PROP_COUNT), "PropertyMap::fillSequences - invalid … in fillSequences()
200 *pNames = (*mpPropNames)[ aIt->first ]; in fillSequences()
/trunk/main/scripting/source/storage/
H A DScriptElement.cxx66 xel->addAttribute( OUSTR( "lang" ), mp_it->first ); in ScriptElement()
70 subxel->addAttribute( OUSTR( "value" ), mp_it->second.first ); in ScriptElement()
109 subxel->addAttribute( OUSTR( "name" ), vp_it->first ); in ScriptElement()
125 xel->addAttribute( OUSTR( "name" ), fm_it->first ); in ScriptElement()
127 vp_it = fm_it->second.first.begin(); in ScriptElement()
128 vp_itend = fm_it->second.first.end(); in ScriptElement()
133 subxel->addAttribute( OUSTR( "name" ), vp_it->first ); in ScriptElement()
146 xel->addAttribute( OUSTR( "name" ), sm_it->first ); in ScriptElement()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx298 if (nLow <= itr->first && itr->first <= nHigh) in getAllRows()
313 aRange.first = itr->first; in getRowRange()
317 if( itr->first < aRange.first ) in getRowRange()
318 aRange.first = itr->first; in getRowRange()
338 if (nLow <= itrCol->first && itrCol->first <= nHigh) in getAllCols()
360 aRange.first = itr->first; in getColRange()
364 if( itr->first < aRange.first ) in getColRange()
365 aRange.first = itr->first; in getColRange()
1908 itr = r.first; in insertRefCell()
2369 itr = r.first; in addLinkListener()
[all …]
/trunk/main/slideshow/source/engine/
H A Dsp_debug.cxx130 …BOOST_ASSERT(static_cast<boost::detail::sp_counted_base const *>(i->first)->use_count() != 0); // … in find_unreachable_objects_impl()
132 scan_and_count(i->second.first, i->second.second, m, m2); in find_unreachable_objects_impl()
145 …:detail::sp_counted_base const * p = static_cast<boost::detail::sp_counted_base const *>(i->first); in find_unreachable_objects_impl()
164 scan_and_mark(i->second.first, i->second.second, m2, open); in find_unreachable_objects_impl()
192 map_type::const_iterator i = m.find(j->first); in find_unreachable_objects()
194 …std::cout << "Unreachable object at " << i->second.first << ", " << i->second.second << " bytes lo… in find_unreachable_objects()
239 map_type::const_iterator i = m.find(j->first); in free_unreachable_objects()
241 scan_and_free(i->second.first, i->second.second, m2, free); in free_unreachable_objects()
/trunk/main/basegfx/source/range/
H A Db2drangeclipper.cxx764 Iterator first, in processActiveEdges() argument
777 first = std::find_if(first, last, in processActiveEdges()
783 if(first == last) in processActiveEdges()
788 while(first != last) in processActiveEdges()
791 nCurrPolyIdx=first->getTargetPolygonIndex(); in processActiveEdges()
799 isSameRect(*first, in processActiveEdges()
806 *first, in processActiveEdges()
813 first = eraseFromList(rActiveEdgeList,first); in processActiveEdges()
815 ++first; in processActiveEdges()
/trunk/main/l10ntools/source/
H A Dtagtest.cxx465 if ( rInfo.aProperties.find( iProp->first ) != rInfo.aProperties.end() ) in MatchesTranslation()
467 … IsPropertyRelevant( iProp->first, iProp->second ) || IsPropertyRelevant( iProp->first, rInfo.aPro… in MatchesTranslation()
469 if ( IsPropertyInvariant( iProp->first, iProp->second ) ) in MatchesTranslation()
471 if ( !rInfo.aProperties.find( iProp->first )->second.Equals( iProp->second ) ) in MatchesTranslation()
475 if ( bFixTags && IsPropertyFixable( iProp->first ) ) in MatchesTranslation()
477 rInfo.aProperties.find( iProp->first )->second = iProp->second; in MatchesTranslation()
491 if ( IsPropertyRelevant( iProp->first, iProp->second ) ) in MatchesTranslation()
501 if ( aProperties.find( iProp->first ) == aProperties.end() ) in MatchesTranslation()
503 if ( IsPropertyRelevant( iProp->first, iProp->second ) ) in MatchesTranslation()
506 …rErrorList.AddError( 25, ByteString("Extra Property '").Append(iProp->first).Append("' in Translat… in MatchesTranslation()
[all …]
/trunk/main/codemaker/source/cppumaker/
H A Ddumputils.cxx43 bool first = true; in dumpNamespaceOpen() local
47 if (!first) { in dumpNamespaceOpen()
51 first = false; in dumpNamespaceOpen()
64 bool first = true; in dumpNamespaceClose() local
71 if (!first) { in dumpNamespaceClose()
75 first = false; in dumpNamespaceClose()
/trunk/main/slideshow/source/engine/slide/
H A Dlayermanager.cxx75 shapeFunc(aIter->first,pCurrViewLayer); in manageViews()
294 rBgLayer->setShapeViews(rShapeEntry.first); in putShape2BackgroundLayer()
310 *maAllShapes.insert(aValue).first ); in implAddShape()
597 !aIter->first->isBackgroundDetached() && in update()
598 pCurrLayer->isInsideUpdateArea(aIter->first) ) in update()
600 if( !aIter->first->render() ) in update()
703 aIter->first->addViewLayer( pTmpLayer, in renderTo()
707 aIter->first->removeViewLayer( pTmpLayer ); in renderTo()
764 maUpdateShapes.erase(aFirstLayerShape->first); in commitLayerChanges()
765 aFirstLayerShape->first->render(); in commitLayerChanges()
[all …]
/trunk/main/configmgr/source/
H A Daccess.cxx333 vec.push_back(getUnmodifiedChild(i->first)); in getAllChildren()
438 NodeMap::iterator j(members.find(i->first)); in commitChildChanges()
449 members[i->first] = child->getNode(); in commitChildChanges()
462 path.push_back(i->first); in commitChildChanges()
482 rtl::Reference< ChildAccess > child(getChild(i->first)); in initBroadcasterAndChanges()
600 propertyChangeListeners_.find(i->first)); in initBroadcasterAndChanges()
707 i->first)); in initBroadcasterAndChanges()
766 path.append(i->first); in initBroadcasterAndChanges()
793 css::uno::makeAny(i->first), in initBroadcasterAndChanges()
806 i->first)); in initBroadcasterAndChanges()
[all …]
/trunk/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1835 m_xFunction = aFind.first->second.first; in isDefaultFunction()
1853 ++(aFind.first); in isDefaultFunction()
1975 m_xFunction = aFind.first->second.first; in createDefaultFunction()
1980 ++(aFind.first); in createDefaultFunction()
2008 if ( aFind.first->second.first == m_xFunction ) in removeFunction()
2016 ++(aFind.first); in removeFunction()
2093 while ( aFind.first != aFind.second ) in impl_isCounterFunction_throw()
2095 …const beans::Optional< ::rtl::OUString> aInitalFormula = aFind.first->second.first->getInitialForm… in impl_isCounterFunction_throw()
2098 const String sFormula( aFind.first->second.first->getFormula() ); in impl_isCounterFunction_throw()
2120 ++(aFind.first); in impl_isCounterFunction_throw()
[all …]
/trunk/main/offapi/com/sun/star/i18n/
H A DXCollator.idl45 Offset (from 0) of the first string.
48 Length (from offset) of the first substring.
60 1 if the first string is greater than the second string <br/>
61 0 if the first string is equal to the second string <br/>
62 -1 if the first string is less than the second string
77 1 if the first string is greater than the second string <br/>
78 0 if the first string is equal to the second string <br/>
79 -1 if the first string is less than the second string
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx544 aTmp.first = pInnerBox; in CollectBoxSelection()
547 aTmp.first = pOuterBox; in CollectBoxSelection()
572 SwFrmFmt* pFmt = pCurr->first->ClaimFrmFmt(); in CollectBoxSelection()
1243 if( aLnOfs.first > pCurr->first ) in lcl_SophisticatedFillLineIndices()
1245 aLnOfs.first = pCurr->first; in lcl_SophisticatedFillLineIndices()
1248 else if( aLnOfs.first == pCurr->first && in lcl_SophisticatedFillLineIndices()
1263 if( pCurr->first == aLnOfs.first ) in lcl_SophisticatedFillLineIndices()
1272 bool bBefore = ( pCurr->first - pCurr->second < aLnOfs.first ); in lcl_SophisticatedFillLineIndices()
1275 pCurr->first = pCurr->first + aLnOfs.second; in lcl_SophisticatedFillLineIndices()
1322 aLnOfs.first = nStart; in lcl_CalculateSplitLineHeights()
[all …]
/trunk/main/offapi/util/
H A Dchecknewapi.pl52 $first = 1;
58 if ($first == 0)
75 $first = 0;
105 $first = 1;
111 if ($first == 0)
128 $first = 0;
/trunk/main/i18nutil/source/utility/
H A Dwidthfolding.cxx76 sal_Unicode first = decomposition_table[i].decomposited_character_1; in decompose_ja_voiced_sound_marks() local
77 if (first != 0x0000) { in decompose_ja_voiced_sound_marks()
78 *dst ++ = first; in decompose_ja_voiced_sound_marks()
231 high = (full2halfASCException[i].first >> 8) & 0xFF; in getfull2halfTableForASC()
232 low = (full2halfASCException[i].first) & 0xFF; in getfull2halfTableForASC()
265 high = (half2fullJISException[i].first >> 8) & 0xFF; in gethalf2fullTableForJIS()
266 low = (half2fullJISException[i].first) & 0xFF; in gethalf2fullTableForJIS()

Completed in 193 milliseconds

12345678910>>...54