Home
last modified time | relevance | path

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

12345678910>>...39

/aoo42x/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;
/aoo42x/main/stoc/util/
H A Dmakefile.mk49 SHL1VERSIONMAP = $(SOLARENV)/src/unloadablecomponent.map
75 SHL2VERSIONMAP = $(SOLARENV)/src/unloadablecomponent.map
/aoo42x/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 >
/aoo42x/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;
/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/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. */
/aoo42x/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;
/aoo42x/main/chart2/source/inc/
H A DCloneHelper.hxx96 const ::std::map< Key, Interface > & rSource, in CloneRefMap()
97 ::std::map< Key, Interface > & rDestination ) in CloneRefMap()
/aoo42x/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()
H A Dres_TextSeparator.cxx126 ::std::map< ::rtl::OUString, sal_uInt16 >::iterator aIter( m_aEntryMap.find(rSeparator) ); in SetValue()
141 ::std::map< ::rtl::OUString, sal_uInt16 >::const_iterator aIter( m_aEntryMap.begin() ); in GetValue()
/aoo42x/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;
/aoo42x/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()
/aoo42x/main/sal/util/
H A Dmakefile.mk90 SHL1VERSIONMAP= $(TARGET).map
181 SHL2VERSIONMAP= salalloc.map
/aoo42x/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 …]
/aoo42x/main/unoxml/source/dom/
H A Dsaxbuilder.hxx62 typedef std::map< OUString, OUString > NSMap;
63 typedef std::map< OUString, OUString > AttrMap;
/aoo42x/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;
/aoo42x/main/scripting/examples/java/Newsgroup/
H A DMimeConfiguration.java100 MailcapCommandMap map = new MailcapCommandMap( mailcapPath ); in writeMailCap() local
101 CommandMap.setDefaultCommandMap ( map ); in writeMailCap()
/aoo42x/main/extensions/source/propctrlr/
H A Dpropertyeditor.hxx54 typedef ::std::map< ::rtl::OUString, sal_uInt16 > MapStringToPageId;
74 ::std::map< sal_uInt16, HiddenPage > m_aHiddenPages;
/aoo42x/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()
/aoo42x/main/slideshow/source/engine/slide/
H A Dshapemanagerimpl.hxx178 typedef std::map<ShapeSharedPtr,
181 typedef std::map<ShapeSharedPtr, sal_Int16,
/aoo42x/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;

Completed in 149 milliseconds

12345678910>>...39