Home
last modified time | relevance | path

Searched refs:map (Results 226 – 250 of 972) sorted by relevance

12345678910>>...39

/trunk/main/binaryurp/source/
H A Dbridge.hxx237 typedef std::map< com::sun::star::uno::TypeDescription, SubStub > Stub;
239 typedef std::map< rtl::OUString, Stub > Stubs;
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSetMetaData.cxx140 ::std::map<sal_Int32,sal_Int32>::iterator aFind = m_aColumnTypes.find(column); in getColumnType()
161 … aFind = m_aColumnTypes.insert(::std::map<sal_Int32,sal_Int32>::value_type(column,nType)).first; in getColumnType()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java174 Properties map = new Properties(); in updateProperty() local
175 map.put(key, value); in updateProperty()
176 updateProperty(file, map); in updateProperty()
/trunk/main/chart2/source/controller/main/
H A DControllerCommandDispatch.cxx504 ::std::map< OUString, uno::Any >::const_iterator aArgIt( m_aCommandArguments.find( rURL )); in fireStatusEventForURLImpl()
685 ::std::map< OUString, bool >::const_iterator aIt( m_aCommandAvailability.find( rCommand )); in commandAvailable()
716 for( ::std::map< OUString, bool >::const_iterator aIt( m_aCommandAvailability.begin()); in fireStatusEvent()
/trunk/main/configmgr/source/
H A Dcomponents.cxx376 NodeMap const * map = &data_.components; in removeExtensionXcuFile() local
380 node = Data::findNode(Data::NO_LAYER, *map, *j); in removeExtensionXcuFile()
384 map = &node->getMembers(); in removeExtensionXcuFile()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx92 ::std::map< Reference< chart2::XDataSeries >, sal_Int32 > SchXMLSeriesHelper::getDataSeriesIndexMap… in getDataSeriesIndexMapFromDiagram()
95 ::std::map< Reference< chart2::XDataSeries >, sal_Int32 > aRet; in getDataSeriesIndexMapFromDiagram()
/trunk/main/offapi/com/sun/star/mozilla/
H A DXPluginInstancePeer.idl118 /** Fetches an URL into the target window. The parameters and their meaning map to the
141 map to the corresponding Netscape-API call.
/trunk/main/odk/examples/DevelopersGuide/Components/CppComponent/
H A DMakefile106 /MAP:$(SAMPLE_GEN_OUT)/$(subst $(SHAREDLIB_EXT),map,$(@F)) $(SLOFILES) \
178 $(LINK) $(EXE_LINK_FLAGS) /OUT:$@ /MAP:$(SAMPLE_GEN_OUT)/$(basename $(@F)).map \
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleHyperlink.idl69 image map, there is more than one link represented by this
88 an image map, there is more than one link represented by this
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatasource.cxx329 …typedef ::std::map< TDigestHolder,TConnectionHolder,TDigestLess> TConnectionMap; // holds the m…
330 …typedef ::std::map< Reference< XConnection >,TConnectionMap::iterator> TSharedConnectionMap;// hol…
489 typedef ::std::map< ::rtl::OUString, sal_Int32 > PropertyAttributeCache;
1062 ::std::map< ::rtl::OUString, sal_Int32 > aPropertyAttributes; in getFastPropertyValue()
/trunk/main/solenv/bin/
H A Dpatch_tool.pl723 my %map = map {$_->GetValue($index_column) => $_} @{$table->GetAllRows()};
725 return ($table, \%map);
1157 my ($table, $key, $map, $what, $report_key) = @_;
1164 if ($value ne "" && ! defined $map->{$value})
/trunk/main/svx/source/form/
H A Ddataaccessdescriptor.cxx60 typedef ::std::map< DataAccessDescriptorProperty, Any > DescriptorValues;
65 typedef ::std::map< ::rtl::OUString, PropertyMapEntry* > MapString2PropertyEntry;
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DDocumentSerializerImpl.java298 NamedNodeMap map = child.getAttributes(); in traverseParaContents() local
299 Node attr = map.getNamedItem(ATTRIBUTE_SPACE_COUNT); in traverseParaContents()
/trunk/main/sc/source/filter/inc/
H A Dxistyle.hxx246 typedef ::std::map< sal_uInt16, sal_uLong > XclImpIndexMap;
528 typedef ::std::map< sal_uInt16, XclImpStyle* > XclImpStyleMap;
H A Dxlchart.hxx1222 typedef ::std::map< XclChObjectType, const XclChFormatInfo* > XclFmtInfoMap;
1322 typedef ::std::map< XclChTypeId, const XclChTypeInfo* > XclChTypeInfoMap;
1478 typedef ::std::map< XclChTextKey, XclChGetShapeFunc > XclChGetShapeFuncMap;
H A Dftools.hxx226 class ScfRefMap : public ::std::map< KeyType, ScfRef< ObjType > >
231 typedef ::std::map< key_type, ref_type > map_type;
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java708 public void setDatabaseMap(HashMap map) { in setDatabaseMap() argument
709 databaseMap = map; in setDatabaseMap()
/trunk/main/extensions/source/resource/
H A Doooresourceloader.cxx96 …typedef ::std::map< ResourceBundleDescriptor, WeakReference< XResourceBundle >, ResourceBundleDesc…
193 typedef ::std::map< ::rtl::OUString, ResourceTypePtr > ResourceTypes;
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx866 static map<OUString, rtl::Reference<VendorBase> > mapJREs; in getJREInfoByPath()
867 typedef map<OUString, rtl::Reference<VendorBase> >::const_iterator MapIt; in getJREInfoByPath()
868 typedef map<OUString, rtl::Reference<VendorBase> > MAPJRE; in getJREInfoByPath()
/trunk/main/connectivity/source/inc/file/
H A DFResultSet.hxx340 sal_Int32 map = column; in mapColumn() local
345 map = m_aColMapping[column]; in mapColumn()
347 return map; in mapColumn()
/trunk/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx226 … std::map< OUString, oox::drawingml::ThemePtr >& rThemes( rFilter.getThemes() ); in endDocument()
227 …std::map< OUString, oox::drawingml::ThemePtr >::iterator aIter2( rThemes.find( aThemeFragmentPath … in endDocument()
/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx90 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >& rPartLineBorders( rTableStylePart.get… in applyBorder()
91 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >::const_iterator aIter( rPartLineBorder… in applyBorder()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.src756 Text [ en-US ] = "~Server-side image map" ;
763 Text [ en-US ] = "~Client-side image map" ;
769 Text [ en-US ] = "Image map" ;
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx638 typedef ::std::map< sal_Int64, ::rtl::OUString > OUStringMap;
825 typedef ::std::map< ExtItemFormatKey, ExtItemFormat > ExtItemFormatMap;
876 class ItemFormatMap : public ::std::map< sal_Int64, ItemFormat >
932 typedef ::std::map< ::rtl::OUString, ::rtl::OUString > ConfigDataMap;
933 typedef ::std::map< ::rtl::OUString, NameListRef > NameListMap;
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DLinuxHelper.java512 HashMap map = Converter.convertVectorToHashmap(fileContent); in readPackageNamesFile() local
513 return map; in readPackageNamesFile()

Completed in 157 milliseconds

12345678910>>...39