Home
last modified time | relevance | path

Searched refs:value_type (Results 251 – 275 of 471) sorted by relevance

1...<<111213141516171819

/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx639 aIndexToNameMap.insert( IndexToNameMap::value_type( nTabIndex, aName ) ); in TabIndexChange()
647 ::std::select2nd< IndexToNameMap::value_type >( ) in TabIndexChange()
1649 aIndexToNameMap.insert( IndexToNameMap::value_type( nTabIndex, aName ) ); in UpdateTabIndices()
/trunk/main/oox/source/xls/
H A Dtablebuffer.cxx118 TableVector::value_type xTable( new Table( *this ) ); in createTable()
/trunk/main/connectivity/source/drivers/ado/
H A DAColumns.cxx101 ::std::select2nd<OTypeInfoMap::value_type>()) in appendObject()
/trunk/main/autodoc/source/ary/inc/
H A Dnametreenode.hxx134 LocalNames().insert( typename Map_LocalNames::value_type(i_sName, i_nId) ); in Add_Name()
/trunk/main/dbaccess/source/ui/misc/
H A Ddsmeta.cxx157 s_aSupport.insert(Supported::value_type(*pIter,aInit)); in getAuthenticationMode()
/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx598 iTab = aTableSlotsMap.insert( TableSlotsMap::value_type( in StartListeningArea()
920 iTab = aTableSlotsMap.insert( TableSlotsMap::value_type( in UpdateBroadcastAreas()
H A Dclipparam.cxx199 ScRangeData::IndexMap::value_type(nOldIndex, nNewIndex)); in insert()
/trunk/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx564 aRangeMap.insert( NameRangeMap::value_type(aInsStr, aRange) ); in UpdateNames()
609 aRangeMap.insert( NameRangeMap::value_type(aInsStr, aRange) ); in UpdateNames()
/trunk/main/framework/source/fwe/xml/
H A Dtoolboxdocumenthandler.cxx184 m_aToolBoxMap.insert( ToolBoxHashMap::value_type( temp, (ToolBox_XML_Entry)i ) ); in OReadToolBoxDocumentHandler()
191 m_aToolBoxMap.insert( ToolBoxHashMap::value_type( temp, (ToolBox_XML_Entry)i ) ); in OReadToolBoxDocumentHandler()
/trunk/main/chart2/source/inc/
H A DCommonFunctors.hxx196 ::std::select2nd< typename MapType::value_type >())); in findValueInMap()
/trunk/main/autodoc/source/ary/cpp/
H A Dc_funct.cxx143 List_TplParam::value_type(i_sLocalName, i_nIdAsType) ); in Add_TemplateParameterType()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_managerfac.cxx168 m_managers.insert( t_string2weakref::value_type( context, xRet ) ) ); in getPackageManager()
/trunk/main/oox/inc/oox/ole/
H A Dvbacontrol.hxx155 typedef VbaFormControlVector::value_type VbaFormControlRef;
/trunk/main/svtools/source/uno/
H A Dgenerictoolboxcontroller.cxx80 m_aListenerMap.insert( URLToDispatchMap::value_type( aCommand, Reference< XDispatch >() )); in GenericToolboxController()
/trunk/main/chart2/source/tools/
H A DModifyListenerHelper.cxx132 m_aListenerMap.push_back( tListenerMap::value_type( xWeakRef, xListenerToAdd )); in AddListener()
/trunk/main/comphelper/source/misc/
H A Daccessibleeventnotifier.cxx106 Clients::get().insert( ClientMap::value_type( nNewClientId, pNewListeners ) ); in registerClient()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx778 …lcl_resize( typename T::size_type nSize, typename T::value_type fDefaultValue ) : m_nSize( nSize )… in lcl_resize()
783 typename T::value_type m_fDefaultValue;
791 … public ::std::unary_function< lcl_DataSequenceMap::mapped_type, lcl_DataSequenceMap::value_type >
827 SchXMLExportHelper_Impl::tDataSequenceCont::value_type( 0, 0 )); in lcl_ReorderInternalSequencesAccordingToTheirRangeName()
882 lcl_resize< t2DNumberContainer::value_type >( nNumColumns, fNan )); in lcl_getDataForLocalTable()
1881 for( t2DNumberContainer::value_type::const_iterator aColIt( aRowIt->begin()); in exportTable()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx1051 mapJREs.insert(MAPJRE::value_type(sResolvedDir, ret)); in getJREInfoByPath()
1052 mapJREs.insert(MAPJRE::value_type(sFilePath, ret)); in getJREInfoByPath()
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx215 aExistentPos = m_aParameterInformation.insert( ParameterInformation::value_type( in collectInnerParameters()
310 … ParameterInformation::value_type( sNewParamName, ParameterMetaData( NULL ) ) in classifyLinks()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.cxx118 switch (pProps[i]->value_type) in initFields()
177 return ((GParamSpec *)pFields[nCol]->pField)->value_type; in getGFieldType()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx775 …le::iterator aPos = m_aFilePosToEndLinePos.insert(TRowPositionsInFile::value_type(m_nFilePos,nCurP… in seekRow()
776 …sToFilePos.insert(::std::map<sal_Int32,TRowPositionsInFile::iterator>::value_type(m_nRowPos,aPos)); in seekRow()
/trunk/main/xmloff/source/transform/
H A DChartPlotAreaOOoTContext.cxx221 XMLAxisContextVector::value_type aVal( pContext ); in AddContent()
/trunk/main/writerfilter/qa/cppunittests/odiapi/
H A DExternalViewLogger.cxx112 NodeContainer_t::value_type(nodeId, in beginNode()
/trunk/main/sc/source/core/tool/
H A Dcellkeytranslator.cxx218 maStringNameMap.insert( ScCellKeywordHashMap::value_type(rKey, aList) ); in addToMap()
/trunk/main/scripting/source/basprov/
H A Dbasscript.cxx213 … aOutParamMap.insert( OutParamMap::value_type( n - 1, sbxToUnoValue( xVar ) ) ); in invoke()

Completed in 142 milliseconds

1...<<111213141516171819