Home
last modified time | relevance | path

Searched refs:aPair (Results 1 – 25 of 45) sorted by path

12

/trunk/main/chart2/source/inc/
H A DEventListenerHelper.hxx88 void operator() ( const Pair & aPair ) in operator ()()
91 xBroadcaster( aPair.second, ::com::sun::star::uno::UNO_QUERY ); in operator ()()
107 void operator() ( const Pair & aPair ) in operator ()()
110 xBroadcaster( aPair.second, ::com::sun::star::uno::UNO_QUERY ); in operator ()()
H A DModifyListenerHelper.hxx172 void operator() ( const Pair & aPair ) in operator ()()
175 xBroadcaster( aPair.second, ::com::sun::star::uno::UNO_QUERY ); in operator ()()
191 void operator() ( const Pair & aPair ) in operator ()()
194 xBroadcaster( aPair.second, ::com::sun::star::uno::UNO_QUERY ); in operator ()()
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx542 …::std::pair<OTypeInfoMap::const_iterator, OTypeInfoMap::const_iterator> aPair = _rTypeInfo.equal_r… in getTypeInfoFromType()
543 OTypeInfoMap::const_iterator aIter = aPair.first; in getTypeInfoFromType()
546 for(;aIter != aPair.second;++aIter) in getTypeInfoFromType()
566 if (aIter == aPair.second) in getTypeInfoFromType()
568 for(aIter = aPair.first; aIter != aPair.second; ++aIter) in getTypeInfoFromType()
590 if (aIter == aPair.second) in getTypeInfoFromType()
596 pTypeInfo = aPair.first->second; in getTypeInfoFromType()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx263 TVoidPtr aPair; in allocBindColumn() local
271 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new sal_Int64(0)),_nType); in allocBindColumn()
279 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new double(0.0)),_nType); in allocBindColumn()
290 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new DATE_STRUCT),_nType); in allocBindColumn()
293 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new TIME_STRUCT),_nType); in allocBindColumn()
300 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new sal_Int8(0)),_nType); in allocBindColumn()
303 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new sal_Int16(0)),_nType); in allocBindColumn()
306 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new sal_Int32(0)),_nType); in allocBindColumn()
309 aPair = TVoidPtr(reinterpret_cast< sal_Int64 >(new float(0)),_nType); in allocBindColumn()
317 aPair = TVoidPtr(0,_nType); in allocBindColumn()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx525 …::std::pair<OTypeInfoMap::const_iterator, OTypeInfoMap::const_iterator> aPair = _rTypeInfo.equal_r… in getTypeInfoFromType()
526 OTypeInfoMap::const_iterator aIter = aPair.first; in getTypeInfoFromType()
529 for(;aIter != aPair.second;++aIter) in getTypeInfoFromType()
557 if (aIter == aPair.second) in getTypeInfoFromType()
559 for(aIter = aPair.first; aIter != aPair.second; ++aIter) in getTypeInfoFromType()
581 if (aIter == aPair.second) in getTypeInfoFromType()
591 for(aIter = aPair.first; aIter != aPair.second; ++aIter) in getTypeInfoFromType()
606 if (aIter == aPair.second) in getTypeInfoFromType()
610 for(aIter = aPair.first; aIter != aPair.second; ++aIter) in getTypeInfoFromType()
622 if ( aIter == aPair.second ) in getTypeInfoFromType()
[all …]
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backenddb.cxx380 const Reference<css::xml::dom::XNode> aPair = listPairs->item(i); in readVectorOfPair() local
383 xpathApi->selectSingleNode(aPair, sExprFirst); in readVectorOfPair()
387 xpathApi->selectSingleNode(aPair, sExprSecond); in readVectorOfPair()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx731 OInterfaceMap::iterator> aPair = m_aMap.equal_range(_rName); in getByName()
733 if (aPair.first == aPair.second) in getByName()
736 return (*aPair.first).second->queryInterface( m_aElementType ); in getByName()
756 OInterfaceMap::iterator> aPair = m_aMap.equal_range(_rName); in hasByName()
757 return aPair.first != aPair.second; in hasByName()
1150 OInterfaceMap::iterator> aPair = m_aMap.equal_range(Name); in replaceByName()
1151 if (aPair.first == aPair.second) in replaceByName()
1168 …sal_Int32 nPos = ::std::find(m_aItems.begin(), m_aItems.end(), (*aPair.first).second) - m_aItems.b… in replaceByName()
1178 OInterfaceMap::iterator> aPair = m_aMap.equal_range(Name); in removeByName()
1179 if (aPair.first == aPair.second) in removeByName()
[all …]
H A Dproperty.cxx54 ::std::pair<PropertyMapIterator,PropertyMapIterator> aPair = equal_range( in getPropertyId()
61 if (aPair.first != aPair.second) in getPropertyId()
63 nHandle = aPair.first->nHandle; in getPropertyId()
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx1546 ::std::pair<RefButton*,RefEdit*> aPair; in RefInputStartBefore()
1547 aPair.first = pButton ? &aRefBtn : NULL; in RefInputStartBefore()
1548 aPair.second = &aEdRef; in RefInputStartBefore()
1549 return aPair; in RefInputStartBefore()
/trunk/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx343 beans::StringPair aPair = filters[i]; in appendFilterGroup() local
346 toQString(aPair.Second).replace(";", " ")).arg( in appendFilterGroup()
347 toQString(aPair.First).replace("/","\\/"))); in appendFilterGroup()
/trunk/main/i18npool/source/search/
H A Dtextsearch.cxx461 ::std::pair< TextSearchJumpTable::iterator, bool > aPair = in MakeForwardTab()
463 if ( !aPair.second ) in MakeForwardTab()
464 (*(aPair.first)).second = nDiff; in MakeForwardTab()
488 ::std::pair< TextSearchJumpTable::iterator, bool > aPair = in MakeForwardTab2()
490 if ( !aPair.second ) in MakeForwardTab2()
491 (*(aPair.first)).second = nDiff; in MakeForwardTab2()
513 ::std::pair< TextSearchJumpTable::iterator, bool > aPair = in MakeBackwardTab()
515 if ( !aPair.second ) in MakeBackwardTab()
516 (*(aPair.first)).second = n; in MakeBackwardTab()
540 if ( !aPair.second ) in MakeBackwardTab2()
[all …]
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx874 OUStringPair aPair; in convertStringToPair() local
880 aPair.first = rString; in convertStringToPair()
884 aPair.first = StringHelper::trimSpaces( rString.copy( 0, nEqPos ) ); in convertStringToPair()
885 aPair.second = StringHelper::trimSpaces( rString.copy( nEqPos + 1 ) ); in convertStringToPair()
888 return aPair; in convertStringToPair()
1070 OUStringPair aPair = StringHelper::convertStringToPair( aLine ); in readConfigLine() local
1071 orKey = aPair.first; in readConfigLine()
1072 orData = aPair.second; in readConfigLine()
1371 OUStringPair aPair = StringHelper::convertStringToPair( *aIt ); in implSetName() local
1372 if( aPair.first.equalsAscii( "noshift" ) ) in implSetName()
[all …]
/trunk/main/package/inc/
H A DZipPackageFolder.hxx76 void setChildStreamsTypeByExtension( const ::com::sun::star::beans::StringPair& aPair );
/trunk/main/package/source/package/zippackage/
H A DZipPackageFolder.cxx143 void ZipPackageFolder::setChildStreamsTypeByExtension( const beans::StringPair& aPair ) in setChildStreamsTypeByExtension() argument
146 if ( aPair.First.toChar() == (sal_Unicode)'.' ) in setChildStreamsTypeByExtension()
147 aExt = aPair.First; in setChildStreamsTypeByExtension()
149 aExt = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "." ) ) + aPair.First; in setChildStreamsTypeByExtension()
159 rInfo.pFolder->setChildStreamsTypeByExtension( aPair ); in setChildStreamsTypeByExtension()
165 rInfo.pStream->SetMediaType( aPair.Second ); in setChildStreamsTypeByExtension()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx391 … SvXMLElementExport aPair(*this,XML_NAMESPACE_REPORT, XML_MASTER_DETAIL_FIELD, sal_True, sal_True); in exportMasterDetailFields() local
/trunk/main/reportdesign/source/ui/dlg/
H A DFormula.cxx197 ::std::pair<RefButton*,RefEdit*> aPair = RefInputStartBefore( _pEdit, _pButton ); in ToggleCollapsed()
198 m_pEdit = aPair.second; in ToggleCollapsed()
201 if ( aPair.first ) in ToggleCollapsed()
202 aPair.first->Hide(); in ToggleCollapsed()
217 RefInputStartAfter( aPair.second, aPair.first ); in ToggleCollapsed()
/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx462 ::std::pair< ScBroadcastAreas::iterator, bool > aPair = in UpdateInsert()
464 if (aPair.second) in UpdateInsert()
469 ScBroadcastArea* pTarget = *(aPair.first); in UpdateInsert()
/trunk/main/sc/source/filter/xml/
H A DXMLStylesImportHelper.cxx208 std::pair<ScMyCurrencyStylesSet::iterator, bool> aPair(pCurrencyList->insert(aStyle)); in AddCurrencyRange() local
209 if (aPair.second) in AddCurrencyRange()
211 aItr = aPair.first; in AddCurrencyRange()
360 std::pair<ScMyStylesSet::iterator, bool> aPair(aCellStyles.insert(aStyle)); in GetIterator() local
361 if (aPair.second) in GetIterator()
362 aItr = aPair.first; in GetIterator()
/trunk/main/sc/source/ui/formdlg/
H A Dformula.cxx404 … ::std::pair<formula::RefButton*,formula::RefEdit*> aPair = RefInputStartBefore( pEdit, pButton ); in RefInputStart()
405 m_aHelper.RefInputStart( aPair.second, aPair.first); in RefInputStart()
406 RefInputStartAfter( aPair.second, aPair.first ); in RefInputStart()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1836 ValuePair aPair; in exportAnimateKeyPoints() local
1837 if ( aValues[ i ] >>= aPair ) in exportAnimateKeyPoints()
1839 aAny[ 0 ] = convertAnimateValue( aPair.First, xAnimate->getAttributeName() ); in exportAnimateKeyPoints()
1840 aAny[ 1 ] = convertAnimateValue( aPair.Second, xAnimate->getAttributeName() ); in exportAnimateKeyPoints()
1992 ValuePair aPair; in exportAnimateTransform() local
1993 if ( xTransform->getBy() >>= aPair ) in exportAnimateTransform()
1995 if ( ( aPair.First >>= fX ) && ( aPair.Second >>= fY ) ) in exportAnimateTransform()
2002 if ( xTransform->getFrom() >>= aPair ) in exportAnimateTransform()
2004 if ( ( aPair.First >>= fX ) && ( aPair.Second >>= fY ) ) in exportAnimateTransform()
2011 if( xTransform->getTo() >>= aPair ) in exportAnimateTransform()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1878 … std::pair< SdrObject*, Ppt97AnimationPtr > aPair( (*aFound).first, (*aFound).second ); in ImportPageEffect() local
1879 aAnimationsOnThisPage.push_back( aPair ); in ImportPageEffect()
H A Dpptinanimations.cxx2405 ValuePair aPair; in importAnimateScaleContainer() local
2409 aPair.First <<= (double)fFromX / 100.0; in importAnimateScaleContainer()
2410 aPair.Second <<= (double)fFromY / 100.0; in importAnimateScaleContainer()
2411 xTransform->setFrom( makeAny( aPair ) ); in importAnimateScaleContainer()
2417 aPair.First <<= (double)fToX / 100.0; in importAnimateScaleContainer()
2418 aPair.Second <<= (double)fToY / 100.0; in importAnimateScaleContainer()
2419 xTransform->setTo( makeAny( aPair ) ); in importAnimateScaleContainer()
2425 aPair.First <<= (double)fByX / 100.0; in importAnimateScaleContainer()
2426 aPair.Second <<= (double)fByY / 100.0; in importAnimateScaleContainer()
2431 xTransform->setBy( makeAny( aPair ) ); in importAnimateScaleContainer()
[all …]
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx2196 const ::std::pair<sal_uInt16, sal_uInt16> aPair (aPairVector[nIndex]); in PrepareBooklet() local
2205 aPair.first, in PrepareBooklet()
2206 aPair.second, in PrepareBooklet()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1798 SvKeyValue aPair; in SetAttributes() local
1799 for( sal_Bool bCont = xIter->GetFirst( aPair ); bCont; in SetAttributes()
1800 bCont = xIter->GetNext( aPair ) ) in SetAttributes()
1801 SetAttribute( aPair ); in SetAttributes()
/trunk/main/slideshow/source/engine/
H A Dtools.cxx440 animations::ValuePair aPair; in extractValue() local
442 if( !(rSourceAny >>= aPair) ) in extractValue()
446 if( !extractValue( nFirst, aPair.First, rShape, rSlideBounds ) ) in extractValue()
450 if( !extractValue( nSecond, aPair.Second, rShape, rSlideBounds ) ) in extractValue()

Completed in 198 milliseconds

12