/aoo41x/main/oox/inc/oox/helper/ |
H A D | containerhelper.hxx | 288 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 D | refmap.hxx | 49 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()
|
/aoo41x/main/connectivity/source/drivers/hsqldb/ |
H A D | HStorageMap.cxx | 185 …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()
|
H A D | StorageFileAccess.cxx | 59 …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()
|
/aoo41x/main/filter/source/xsltfilter/ |
H A D | containerhelper.hxx | 39 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()
|
/aoo41x/main/connectivity/source/inc/hsqldb/ |
H A D | HStorageMap.hxx | 69 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);
|
/aoo41x/main/oox/inc/oox/drawingml/chart/ |
H A D | modelbase.hxx | 85 typedef typename RefMap< KeyType, ModelType >::mapped_type mapped_type; typedef in oox::drawingml::chart::ModelMap
|
/aoo41x/main/chart2/source/inc/ |
H A D | ContainerHelper.hxx | 164 ::com::sun::star::uno::Sequence< typename Map::mapped_type > MapValuesToSequence( in MapValuesToSequence() 167 ::com::sun::star::uno::Sequence< typename Map::mapped_type > aResult( rCont.size()); in MapValuesToSequence()
|
H A D | CommonFunctors.hxx | 190 findValueInMap( const MapType & rMap, const typename MapType::mapped_type & rData ) in findValueInMap() 194 ::std::equal_to< typename MapType::mapped_type >(), in findValueInMap()
|
/aoo41x/main/unotools/source/config/ |
H A D | inetoptions.cxx | 221 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()
|
/aoo41x/main/dbaccess/source/core/dataaccess/ |
H A D | definitioncontainer.cxx | 159 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()
|
/aoo41x/main/cppuhelper/source/ |
H A D | component_context.cxx | 417 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()
|
/aoo41x/main/oox/source/ole/ |
H A D | vbaproject.cxx | 330 VbaModuleMap::mapped_type& rxModule = aModules[ aName ]; in importVba() 411 VbaModuleMap::mapped_type& rxModule = aDummyModules[ aIt->first ]; in importVba()
|
H A D | vbacontrol.cxx | 592 typedef VbaFormControlVectorMap::mapped_type VbaFormControlVectorRef; in finalizeEmbeddedControls()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | filtergrouping.cxx | 539 …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()
|
/aoo41x/main/oox/source/xls/ |
H A D | scenariobuffer.cxx | 281 SheetScenariosMap::mapped_type& rxSheetScens = maSheetScenarios[ nSheet ]; in createSheetScenarios()
|
H A D | sheetdatabuffer.cxx | 283 … CellBlockMap::mapped_type( new CellBlock( *this, rColSpan, rCellAddr.Row ) ) ) ); in getCellBlock()
|
H A D | viewsettings.cxx | 213 PaneSelectionModelMap::mapped_type& rxPaneSel = maPaneSelMap[ nPaneId ]; in createPaneSelection()
|
H A D | pivotcachebuffer.cxx | 1552 PivotCacheMap::mapped_type& rxCache = maCaches[ nCacheId ]; in createPivotCache()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | querycontainer.cxx | 142 …ack(m_aDocumentMap.insert(Documents::value_type(*pDefinitionName,Documents::mapped_type())).first); in DBG_NAME()
|
/aoo41x/main/chart2/source/model/template/ |
H A D | ChartTypeManager.cxx | 142 ::comphelper::MakeMap< tTemplateMapType::key_type, tTemplateMapType::mapped_type > in lcl_DefaultChartTypeMap()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | roadmapwizard.cxx | 310 …m_pImpl->aStateDescriptors[ _nState ] = StateDescriptions::mapped_type( _rStateDisplayName, _pPage… in describeState()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | DialogModel.cxx | 121 ::std::equal_to< tTranslationMap::mapped_type >(), in lcl_ConvertRole()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ViewsWindow.cxx | 698 …SortRectangles.insert(TRectangleMap::value_type(aObjRect,TRectangleMap::mapped_type(pObj,&rView))); in collectRectangles()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 791 … public ::std::unary_function< lcl_DataSequenceMap::mapped_type, lcl_DataSequenceMap::value_type >
|