Home
last modified time | relevance | path

Searched refs:mapped_type (Results 1 – 25 of 29) sorted by last modified time

12

/trunk/main/xmloff/source/transform/
H A DTransformerActions.cxx40 XMLTransformerActions::mapped_type aData; in XMLTransformerActions()
69 XMLTransformerActions::mapped_type aData; in Add()
H A DEventOASISTContext.cxx66 XMLTransformerOASISEventMap_Impl::mapped_type aData; in XMLTransformerOASISEventMap_Impl()
H A DEventOOoTContext.cxx65 XMLTransformerOOoEventMap_Impl::mapped_type aData; in AddMap()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx791 … public ::std::unary_function< lcl_DataSequenceMap::mapped_type, lcl_DataSequenceMap::value_type >
/trunk/main/unotools/source/config/
H A Dinetoptions.cxx221 const Map::mapped_type &rSet = aIt->second; in notifyListeners()
222 Map::mapped_type::const_iterator aSetEnd(rSet.end()); in notifyListeners()
360 Map::mapped_type & rEntry = m_aListeners[rListener]; in addPropertiesChangeListener()
/trunk/main/svtools/source/dialogs/
H A Droadmapwizard.cxx310 …m_pImpl->aStateDescriptors[ _nState ] = StateDescriptions::mapped_type( _rStateDisplayName, _pPage… in describeState()
/trunk/main/sfx2/source/dialog/
H A Dfiltergrouping.cxx539 …typedef ::std::vector< ::std::pair< FilterGroupEntryReferrer::mapped_type, FilterGroup::iterator >…
545 FilterGroupEntryReferrer::mapped_type aLookingFor;
546 …FindGroupEntry( FilterGroupEntryReferrer::mapped_type _rLookingFor ) : aLookingFor( _rLookingFor )… in FindGroupEntry()
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageObserver.cxx189 MasterPageContainer::mapped_type aMasterPageSet; in RegisterDocument()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx698 …SortRectangles.insert(TRectangleMap::value_type(aObjRect,TRectangleMap::mapped_type(pObj,&rView))); in collectRectangles()
/trunk/main/oox/source/xls/
H A Dviewsettings.cxx213 PaneSelectionModelMap::mapped_type& rxPaneSel = maPaneSelMap[ nPaneId ]; in createPaneSelection()
H A Dscenariobuffer.cxx281 SheetScenariosMap::mapped_type& rxSheetScens = maSheetScenarios[ nSheet ]; in createSheetScenarios()
H A Dsheetdatabuffer.cxx283 … CellBlockMap::mapped_type( new CellBlock( *this, rColSpan, rCellAddr.Row ) ) ) ); in getCellBlock()
H A Dpivotcachebuffer.cxx1552 PivotCacheMap::mapped_type& rxCache = maCaches[ nCacheId ]; in createPivotCache()
/trunk/main/oox/source/ole/
H A Dvbacontrol.cxx592 typedef VbaFormControlVectorMap::mapped_type VbaFormControlVectorRef; in finalizeEmbeddedControls()
H A Dvbaproject.cxx330 VbaModuleMap::mapped_type& rxModule = aModules[ aName ]; in importVba()
411 VbaModuleMap::mapped_type& rxModule = aDummyModules[ aIt->first ]; in importVba()
/trunk/main/oox/inc/oox/helper/
H A Dcontainerhelper.hxx288 static const typename MapType::mapped_type*
294 static typename MapType::mapped_type*
300 static const typename MapType::mapped_type&
306 static typename MapType::mapped_type&
330 static ::com::sun::star::uno::Sequence< typename MapType::mapped_type >
373 /*static*/ const typename MapType::mapped_type* ContainerHelper::getMapElement( const MapType& rMap… in getMapElement()
380 /*static*/ typename MapType::mapped_type* ContainerHelper::getMapElementAccess( MapType& rMap, cons… in getMapElementAccess()
387 …Type::mapped_type& ContainerHelper::getMapElement( const MapType& rMap, const typename MapType::ke… in getMapElement()
394 …MapType::mapped_type& ContainerHelper::getMapElementAccess( MapType& rMap, const typename MapType:… in getMapElementAccess()
410 /*static*/ ::com::sun::star::uno::Sequence< typename MapType::mapped_type > ContainerHelper::mapToS… in mapToSequence()
[all …]
H A Drefmap.hxx49 typedef typename container_type::mapped_type mapped_type; typedef in oox::RefMap
58 const mapped_type* pxRef = getRef( nKey ); in has()
64 inline mapped_type get( key_type nKey ) const in get()
66 if( const mapped_type* pxRef = getRef( nKey ) ) return *pxRef; in get()
67 return mapped_type(); in get()
166 inline const mapped_type* getRef( key_type nKey ) const in getRef()
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dmodelbase.hxx85 typedef typename RefMap< KeyType, ModelType >::mapped_type mapped_type; typedef in oox::drawingml::chart::ModelMap
/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx39 typedef typename container_type::mapped_type mapped_type; typedef in XSLT::RefMap
45 const mapped_type* pxRef = getRef(nKey); in has()
49 inline mapped_type get( key_type nKey ) const in get()
51 if(const mapped_type* pxRef = getRef(nKey) ) return *pxRef; in get()
52 return mapped_type(); in get()
139 inline const mapped_type* getRef( key_type nKey ) const in getRef()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddefinitioncontainer.cxx159 Documents::value_type( aDefinition->first, Documents::mapped_type() ) ).first ); in DBG_NAME()
434 aPos->second = Documents::mapped_type(); in getByIndex()
512 aIter->second = Documents::mapped_type(); in disposing()
/trunk/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx142 …ack(m_aDocumentMap.insert(Documents::value_type(*pDefinitionName,Documents::mapped_type())).first); in DBG_NAME()
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx417 t_map::mapped_type entry( in insertByName()
549 t_map::mapped_type pEntry = iFind->second; in lookupMap()
702 t_map::mapped_type pEntry = iPos->second; in disposing()
/trunk/main/connectivity/source/inc/hsqldb/
H A DHStorageMap.hxx69 static TStorages::mapped_type getRegisteredStorage(const ::rtl::OUString& _sKey);
73 …static TStreamMap::mapped_type registerStream(JNIEnv * env,jstring name, jstring key,sal_Int32 _nM…
75 static TStreamMap::mapped_type getRegisteredStream( JNIEnv * env, jstring name, jstring key);
/trunk/main/connectivity/source/drivers/hsqldb/
H A DStorageFileAccess.cxx59 …TStorages::mapped_type aStoragePair = StorageContainer::getRegisteredStorage(StorageContainer::jst… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement()
114 …TStorages::mapped_type aStoragePair = StorageContainer::getRegisteredStorage(StorageContainer::jst… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement()
150 …TStorages::mapped_type aStoragePair = StorageContainer::getRegisteredStorage(StorageContainer::jst… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement()
H A DHStorageMap.cxx185 …lect1st<TStorageURLPair>(),::std::compose1(::std::select1st<TStorages::mapped_type>(),::std::selec… in registerStorage()
189 …aFind = rMap.insert(TStorages::value_type(lcl_getNextCount(),TStorages::mapped_type(TStorageURLPai… in registerStorage()
195 TStorages::mapped_type StorageContainer::getRegisteredStorage(const ::rtl::OUString& _sKey) in getRegisteredStorage()
197 TStorages::mapped_type aRet; in getRegisteredStorage()
216 …lect1st<TStorageURLPair>(),::std::compose1(::std::select1st<TStorages::mapped_type>(),::std::selec… in getRegisteredKey()
248 …TStreamMap::mapped_type StorageContainer::registerStream(JNIEnv * env,jstring name, jstring key,sa… in registerStream()
250 TStreamMap::mapped_type pHelper; in registerStream()
257 TStorages::mapped_type aStoragePair = StorageContainer::getRegisteredStorage(sKey); in registerStream()
328 …TStreamMap::mapped_type StorageContainer::getRegisteredStream( JNIEnv * env,jstring name, jstring … in getRegisteredStream()
330 TStreamMap::mapped_type pRet; in getRegisteredStream()

Completed in 223 milliseconds

12