Home
last modified time | relevance | path

Searched refs:map (Results 151 – 175 of 972) sorted by relevance

12345678910>>...39

/trunk/main/vcl/inc/
H A Dsalgdi.hxx78 typedef std::map< sal_Ucs, sal_Int32 > Ucs2SIntMap;
79 typedef std::map< sal_Ucs, sal_uInt32 > Ucs2UIntMap;
80 typedef std::map< sal_Ucs, rtl::OString > Ucs2OStrMap;
/trunk/main/stoc/util/
H A Dmakefile.mk49 SHL1VERSIONMAP = $(SOLARENV)/src/unloadablecomponent.map
75 SHL2VERSIONMAP = $(SOLARENV)/src/unloadablecomponent.map
/trunk/main/configmgr/source/
H A Daccess.hxx211 typedef std::map< rtl::OUString, ModifiedChild > ModifiedChildren;
519 typedef std::map< rtl::OUString, ChildAccess * > WeakChildMap;
539 typedef std::map< rtl::OUString, PropertyChangeListenersElement >
548 typedef std::map< rtl::OUString, VetoableChangeListenersElement >
/trunk/main/connectivity/source/inc/odbc/
H A DODatabaseMetaDataResultSet.hxx68 ::std::map<sal_Int32, ::connectivity::TInt2IntMap > m_aValueRange;
69 ::std::map<sal_Int32, ::connectivity::TString2IntMap > m_aStrValueRange;
71 ::std::map<sal_Int32, ::connectivity::TInt2StringMap > m_aIntValueRange;
72 ::std::map<sal_Int32,SWORD> m_aODBCColumnTypes;
/trunk/main/vcl/unx/generic/app/
H A Di18n_keysym.cxx39 unicode_t *map; member
357 return p_map->map[n_byte4 - p_map->first]; in KeysymToUnicode()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccRelation.cpp196 map[] = in getRelationTypeBSTR() local
213 return (type >= 0 && type <= 10) ? T2BSTR(map[type].string) : _T(""); in getRelationTypeBSTR()
/trunk/main/offapi/com/sun/star/image/
H A DImageMap.idl40 /** This service specifies a html image map.
48 the objects inside this image map.
H A DImageMapRectangleObject.idl41 a html image map.
47 /** The basic service for all image map objects. */
H A DImageMapCircleObject.idl41 a html image map.
47 /** The basic service for all image map objects. */
/trunk/main/sw/source/core/docnode/
H A Dretrievedinputstreamdata.cxx78 std::map< tDataKey, tData >::iterator aIter = maInputStreamData.find( nDataKey ); in PushData()
109 std::map< tDataKey, tData >::iterator aIter = maInputStreamData.find( nDataKey ); in PopData()
/trunk/main/chart2/source/controller/main/
H A DControllerCommandDispatch.hxx123 mutable ::std::map< ::rtl::OUString, bool > m_aCommandAvailability;
124 mutable ::std::map< ::rtl::OUString, ::com::sun::star::uno::Any > m_aCommandArguments;
/trunk/main/chart2/source/inc/
H A DCloneHelper.hxx96 const ::std::map< Key, Interface > & rSource, in CloneRefMap()
97 ::std::map< Key, Interface > & rDestination ) in CloneRefMap()
/trunk/main/chart2/source/controller/dialogs/
H A Dres_DataLabel.cxx137 std::map< sal_Int32, XubString > aPlacementToStringMap; in DataLabelResources()
346 …::std::map< sal_uInt16, sal_Int32 >::const_iterator aIt( m_aListBoxToPlacementMap.find(m_aLB_Label… in FillItemSet()
387 …::std::map< sal_Int32, sal_uInt16 >::const_iterator aIt( m_aPlacementToListBoxMap.find(nPlacement)… in Reset()
/trunk/main/sal/util/
H A Dmakefile.mk90 SHL1VERSIONMAP= $(TARGET).map
181 SHL2VERSIONMAP= salalloc.map
/trunk/main/mysqlc/source/
H A Dmysqlc_propertyids.cxx97 ::std::map<sal_Int32 , rtl_uString*>::iterator aIter = m_aPropertyMap.begin(); in ~OPropertyMap()
111 ::std::map<sal_Int32 , rtl_uString*>::const_iterator aIter = m_aPropertyMap.find(idx); in getNameByIndex()
/trunk/main/chart2/source/view/inc/
H A DPropertyMapper.hxx39 typedef ::std::map< ::rtl::OUString, ::rtl::OUString > tPropertyNameMap;
42 typedef ::std::map< ::rtl::OUString, ::com::sun::star::uno::Any > tPropertyNameValueMap;
/trunk/main/chart2/source/view/main/
H A DChartView.cxx460 typedef std::map< VCoordinateSystem*, tFullAxisIndex > tCoordinateSystemMap;
476 std::map< sal_Int32, sal_Int32 > aMaxIndexPerDimension;
527 …std::map< sal_Int32, sal_Int32 >::const_iterator aIter = aMaxIndexPerDimension.find(nDimensionInde… in addCoordinateSystem()
556 …std::map< sal_Int32, sal_Int32 >::const_iterator aIter = aMaxIndexPerDimension.find(nDimensionInde… in getMaxAxisIndexForDimension()
587 ::std::map< uno::Reference< XAxis >, AxisUsage > m_aAxisUsageList;
872 …::std::map< uno::Reference< XAxis >, AxisUsage >::iterator aAxisIter = m_aAxisUsage… in initAxisUsageList()
873 …const ::std::map< uno::Reference< XAxis >, AxisUsage >::const_iterator aAxisEndIter = m_aAxisUsage… in initAxisUsageList()
966 …::std::map< uno::Reference< XAxis >, AxisUsage >::iterator aAxisIter = m_aAxisUsage… in doAutoScaling()
967 …const ::std::map< uno::Reference< XAxis >, AxisUsage >::const_iterator aAxisEndIter = m_aAxisUsage… in doAutoScaling()
1030 …::std::map< uno::Reference< XAxis >, AxisUsage >::iterator aAxisIter = m_aAxisUsage… in AdaptScaleOfYAxisWithoutAttachedSeries()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dfrmsidebarwincontainer.cxx58 …typedef ::std::map < SidebarWinKey, sw::sidebarwindows::SwSidebarWin*, SidebarWinOrder > SidebarWi…
83 typedef ::std::map < FrmKey, SidebarWinContainer, FrmOrder > _FrmSidebarWinContainer;
/trunk/main/unoxml/source/dom/
H A Dsaxbuilder.hxx62 typedef std::map< OUString, OUString > NSMap;
63 typedef std::map< OUString, OUString > AttrMap;
/trunk/main/extensions/source/propctrlr/
H A Dpropertyeditor.hxx54 typedef ::std::map< ::rtl::OUString, sal_uInt16 > MapStringToPageId;
74 ::std::map< sal_uInt16, HiddenPage > m_aHiddenPages;
/trunk/main/sal/textenc/
H A Dconvertsinglebytetobmpunicode.cxx43 sal_Unicode const * map = static_cast< in rtl_textenc_convertSingleByteToBmpUnicode() local
53 sal_Unicode c = map[static_cast< sal_uInt8 >(b)]; in rtl_textenc_convertSingleByteToBmpUnicode()
/trunk/main/scripting/examples/java/Newsgroup/
H A DMimeConfiguration.java100 MailcapCommandMap map = new MailcapCommandMap( mailcapPath ); in writeMailCap() local
101 CommandMap.setDefaultCommandMap ( map ); in writeMailCap()
/trunk/main/slideshow/source/engine/slide/
H A Dshapemanagerimpl.hxx178 typedef std::map<ShapeSharedPtr,
181 typedef std::map<ShapeSharedPtr, sal_Int16,
/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx34 class RefMap : public ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType >
37 typedef ::std::map< KeyType, ::boost::shared_ptr< ObjType >, CompType > container_type;
/trunk/main/oox/inc/oox/xls/
H A Dviewsettings.hxx211 typedef ::std::map< sal_Int16, ::com::sun::star::uno::Any > SheetPropertiesMap;
212 typedef ::std::map< sal_Int16, ::com::sun::star::table::CellRangeAddress > SheetUsedAreaMap;

Completed in 99 milliseconds

12345678910>>...39