Home
last modified time | relevance | path

Searched refs:aMap (Results 1 – 25 of 95) sorted by relevance

1234

/trunk/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSet.cxx801 TInt2IntMap aMap; in setProceduresMap() local
805 m_aValueRange[4] = aMap; in setProceduresMap()
866 TInt2IntMap aMap; in setColumnsMap() local
908 m_aValueRange[12] = aMap; in setColumnsMap()
947 TInt2IntMap aMap; in setProcedureColumnsMap() local
992 m_aValueRange[10] = aMap; in setProcedureColumnsMap()
1030 TInt2IntMap aMap; in setIndexInfoMap() local
1039 aMap[0] = 1; in setIndexInfoMap()
1040 aMap[1] = 0; in setIndexInfoMap()
1119 TInt2IntMap aMap; in setTypeInfoMap() local
[all …]
/trunk/main/l10ntools/source/filter/utils/
H A DCache.java712 if (aMap.containsKey(PROPNAME_NAME)) in convertTypePropsToExternal()
812 if (aMap.containsKey(PROPNAME_NAME)) in convertFilterPropsToExternal()
921 aResultMap = aMap; in convertDetectServicePropsToExternal()
929 aResultMap = aMap; in convertDetectServicePropsToExternal()
954 aResultMap = aMap; in convertFrameLoaderPropsToExternal()
962 aResultMap = aMap; in convertFrameLoaderPropsToExternal()
987 aResultMap = aMap; in convertContentHandlerPropsToExternal()
995 aResultMap = aMap; in convertContentHandlerPropsToExternal()
1035 if (aMap.containsKey(PROPNAME_NAME)) in convertTypePropsToInternal()
1158 if (aMap.containsKey(PROPNAME_NAME)) in convertFilterPropsToInternal()
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx823 TInt2IntMap aMap; in openTypeInfo() local
824 aMap[SQL_BIT] = DataType::BIT; in openTypeInfo()
829 aMap[SQL_REAL] = DataType::REAL; in openTypeInfo()
833 aMap[SQL_CHAR] = DataType::CHAR; in openTypeInfo()
841 aMap[SQL_DATE] = DataType::DATE; in openTypeInfo()
843 aMap[SQL_TIME] = DataType::TIME; in openTypeInfo()
857 m_aValueRange[2] = aMap; in openTypeInfo()
1028 TInt2IntMap aMap; in openColumns() local
1029 aMap[SQL_BIT] = DataType::BIT; in openColumns()
1034 aMap[SQL_REAL] = DataType::REAL; in openColumns()
[all …]
/trunk/main/l10ntools/source/
H A Dmerge.cxx122 if( aMap.find( ByteString("HACK") ) != aMap.end() ) in GetPFormEntrys()
123 return aMap[ ByteString("HACK") ]; in GetPFormEntrys()
138 for( idbg = aMap.begin() ; idbg != aMap.end(); ++idbg ) in Dump()
149 if( aMap.find( ByteString("HACK") ) != aMap.end() ) in GetPFObject()
150 return aMap[ rPFO ]; in GetPFObject()
258 for( idbg = aMap.begin() ; idbg != aMap.end(); ++idbg ) in Dump()
299 if(aMap.find( sKey ) != aMap.end()) in GetMergeData()
303 return aMap[ sKey ]; in GetMergeData()
342 mit = aMap.find( sKey ); in InsertEntry()
343 if( mit != aMap.end() ) in InsertEntry()
[all …]
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx949 MapMode aMap (maMap); in Print() local
1499 aInfo.maMap = aMap; in PreparePages()
1717 MapMode aMap (rInfo.maMap); in PrepareOutline() local
1851 aMap, in PrepareOutline()
1903 MapMode aMap (rInfo.maMap); in PrepareHandout() local
1923 aMap.SetScaleX(aFract); in PrepareHandout()
1971 aMap, in PrepareHandout()
2005 rInfo.maMap = aMap; in PrepareStdOrNotes()
2139 aMap)); in PrepareBooklet()
2210 aMap, in PrepareBooklet()
[all …]
H A Dsdwindow.cxx85 MapMode aMap(GetMapMode()); in Window() local
86 aMap.SetMapUnit(MAP_100TH_MM); in Window()
87 SetMapMode(aMap); in Window()
467 MapMode aMap(GetMapMode()); in SetZoomFactor() local
468 aMap.SetScaleX(Fraction(nZoom, 100)); in SetZoomFactor()
469 aMap.SetScaleY(Fraction(nZoom, 100)); in SetZoomFactor()
470 SetMapMode(aMap); in SetZoomFactor()
744 MapMode aMap(GetMapMode()); in UpdateMapMode() local
745 aMap.SetOrigin(aNewOrigin); in UpdateMapMode()
746 SetMapMode(aMap); in UpdateMapMode()
/trunk/main/svtools/source/control/
H A Dscrwin.cxx213 MapMode aMap( GetMapMode() ); in Resize() local
259 SetMapMode( aMap ); in Resize()
317 MapMode aMap( rNewMapMode ); in SetMapMode() local
318 aMap.SetOrigin( aMap.GetOrigin() + PixelToLogic( aPixOffset, aMap ) ); in SetMapMode()
319 Window::SetMapMode( aMap ); in SetMapMode()
326 MapMode aMap( Window::GetMapMode() ); in GetMapMode() local
327 aMap.SetOrigin( aMap.GetOrigin() - PixelToLogic( aPixOffset ) ); in GetMapMode()
328 return aMap; in GetMapMode()
483 MapMode aMap( GetMapMode() ); in Scroll() local
524 SetMapMode( aMap ); in Scroll()
[all …]
/trunk/main/unoxml/source/dom/
H A Ddocumenttype.cxx52 Reference< XNamedNodeMap > aMap; in getEntities() local
55 aMap.set(new CEntitiesMap(this, m_rMutex)); in getEntities()
57 return aMap; in getEntities()
93 Reference< XNamedNodeMap > aMap; in getNotations() local
96 aMap.set(new CNotationsMap(this, m_rMutex)); in getNotations()
98 return aMap; in getNotations()
/trunk/main/svx/source/svdraw/
H A Dsvdxcgv.cxx236 Fraction aMap=pMod->GetScaleFraction(); in Paste() local
237 ImpPasteObject(pObj,*pLst,aPos,aSiz,MapMode(eMap,Point(0,0),aMap,aMap),nOptions); in Paste()
273 Fraction aMap=pMod->GetScaleFraction(); in Paste() local
274 ImpPasteObject(pObj,*pLst,aPos,aSiz,MapMode(eMap,Point(0,0),aMap,aMap),nOptions); in Paste()
623 …MapMode aMap( pMod->GetScaleUnit(), Point(), pMod->GetScaleFraction(), pMod->GetScaleFraction(… in GetMarkedObjMetaFile() local
646 aOut.SetMapMode(aMap); in GetMarkedObjMetaFile()
662 aMtf.SetPrefMapMode( aMap ); in GetMarkedObjMetaFile()
731 const MapMode aMap( pModel->GetScaleUnit(), in GetObjGraphic() local
737 aOut.SetMapMode( aMap ); in GetObjGraphic()
749 aMtf.SetPrefMapMode( aMap ); in GetObjGraphic()
H A Dsvdpntv.cxx1349 MapMode aMap(rWin.GetMapMode()); in MakeVisible() local
1365 aXFact*=aMap.GetScaleX(); in MakeVisible()
1367 aMap.SetScaleX(aXFact); in MakeVisible()
1368 aMap.SetScaleY(aYFact); in MakeVisible()
1369 rWin.SetMapMode(aMap); in MakeVisible()
1372 Point aOrg(aMap.GetOrigin()); in MakeVisible()
1382 aMap.SetOrigin(Point(aOrg.X()-dx,aOrg.Y()-dy)); in MakeVisible()
1386 rWin.SetMapMode(aMap); in MakeVisible()
1390 rWin.SetMapMode(aMap); in MakeVisible()
/trunk/main/cui/source/dialogs/
H A Dplfilter.cxx64 FilterMap aMap; in fillNetscapePluginFilters() local
74 StrSet& rTypes = aMap[ rDescr.Description ]; in fillNetscapePluginFilters()
86 rPluginNames = Sequence< rtl::OUString >( aMap.size() ); in fillNetscapePluginFilters()
87 rPluginTypes = Sequence< rtl::OUString >( aMap.size() ); in fillNetscapePluginFilters()
91 for ( FilterMap::iterator iPos = aMap.begin(); iPos != aMap.end(); ++iPos ) in fillNetscapePluginFilters()
/trunk/main/reportdesign/source/ui/report/
H A DReportWindow.cxx242 MapMode aMap = m_aHRuler.GetMapMode(); in ScrollChildren() local
243 Point aOrg( aMap.GetOrigin() ); in ScrollChildren()
246 aMap.SetOrigin( Point(- _aThumbPos.X(), aOrg.Y())); in ScrollChildren()
247 m_aHRuler.SetMapMode( aMap ); in ScrollChildren()
409 MapMode aMap( MAP_100TH_MM ); in impl_getRealPixelWidth() local
410 const Size aPageSize = LogicToPixel(Size(nPaperWidth,0),aMap); in impl_getRealPixelWidth()
428 MapMode aMap( MAP_100TH_MM ); in getZoomFactor() local
429 …el(m_aViewsWindow.PixelToLogic(Size(0,GetTotalHeight() + m_aHRuler.GetSizePixel().Height())),aMap); in getZoomFactor()
H A DReportController.cxx245 SequenceAsHashMap aMap(aArgs); in lcl_getReportControlFormat() local
989 SequenceAsHashMap aMap( _rDispatchArgs ); in lcl_extractBackgroundColor() local
1481 const SequenceAsHashMap aMap(aArgs); in Execute() local
3150 SequenceAsHashMap aMap(_aArgs); in createControl() local
3270 SequenceAsHashMap aMap(_aArgs); in createDateTime() local
3271aMap.createItemIfMissing(PROPERTY_FORMATKEY,aMap.getUnpackedValueOrDefault(PROPERTY_FORMATKEYDATE,… in createDateTime()
3286aMap[PROPERTY_FORMATKEY] <<= aMap.getUnpackedValueOrDefault(PROPERTY_FORMATKEYTIME,sal_Int32(0)); in createDateTime()
3304 SequenceAsHashMap aMap(_aArgs); in createPageNumber() local
3356 SequenceAsHashMap aMap(aValue); in addPairControls() local
3906 const SequenceAsHashMap aMap( _aArgs ); in modifyGroup() local
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx198 MapMode aMap( rMtf.GetPrefMapMode() ); in Calculate() local
200 aNewMtf.SetPrefMapMode( aMap ); in Calculate()
230 aMap.SetScaleX( aMap.GetScaleX() * aScale ); in Calculate()
231 aMap.SetScaleY( aMap.GetScaleY() * aScale ); in Calculate()
232 aNewMtf.SetPrefMapMode( aMap ); in Calculate()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx239 const MapMode aMap( maPrefMapMode ); in ImplConvolute3() local
244 maPrefMapMode = aMap; in ImplConvolute3()
370 const MapMode aMap( maPrefMapMode ); in ImplMedianFilter() local
375 maPrefMapMode = aMap; in ImplMedianFilter()
497 const MapMode aMap( maPrefMapMode ); in ImplSobelGrey() local
502 maPrefMapMode = aMap; in ImplSobelGrey()
611 const MapMode aMap( maPrefMapMode ); in ImplEmbossGrey() local
616 maPrefMapMode = aMap; in ImplEmbossGrey()
749 const MapMode aMap( maPrefMapMode ); in ImplSepia() local
754 maPrefMapMode = aMap; in ImplSepia()
[all …]
H A Dbitmap3.cxx428 maPrefMapMode = aMap; in ImplMakeMono()
505 maPrefMapMode = aMap; in ImplMakeMonoDither()
613 maPrefMapMode = aMap; in ImplMakeGreyscales()
695 maPrefMapMode = aMap; in ImplConvertUp()
821 maPrefMapMode = aMap; in ImplConvertDown()
898 maPrefMapMode = aMap; in ImplConvertGhosted()
2620 maPrefMapMode = aMap; in ImplDitherMatrix()
2760 maPrefMapMode = aMap; in ImplDitherFloyd()
2852 maPrefMapMode = aMap; in ImplDitherFloyd16()
2939 maPrefMapMode = aMap; in ImplReduceSimple()
[all …]
/trunk/main/xmloff/source/xforms/
H A DXFormsBindContext.cxx160 const SvXMLNamespaceMap& aMap, in lcl_fillNamespaceContainer() argument
163 sal_uInt16 nKeyIter = aMap.GetFirstKey(); in lcl_fillNamespaceContainer()
167 const OUString& sPrefix = aMap.GetPrefixByKey( nKeyIter ); in lcl_fillNamespaceContainer()
168 const OUString& sNamespace = aMap.GetNameByKey( nKeyIter ); in lcl_fillNamespaceContainer()
183 nKeyIter = aMap.GetNextKey( nKeyIter ); in lcl_fillNamespaceContainer()
H A DTokenContext.cxx68 SvXMLTokenMap aMap( mpAttributes ); in StartElement() local
79 sal_uInt16 nToken = aMap.Get( nPrefix, sLocalName ); in StartElement()
108 SvXMLTokenMap aMap( mpChildren ); in CreateChildContext() local
109 sal_uInt16 nToken = aMap.Get( nPrefix, rLocalName ); in CreateChildContext()
/trunk/main/stoc/source/namingservice/
H A Dnamingservice.cxx116 HashMap_OWString_Interface aMap; member in stoc_namingservice::NamingService_Impl
190 HashMap_OWString_Interface::iterator aIt = aMap.find( Name ); in getRegisteredObject()
191 if( aIt != aMap.end() ) in getRegisteredObject()
200 aMap[ Name ] = Object; in registerObject()
207 aMap.erase( Name ); in revokeObject()
/trunk/main/starmath/source/
H A Ddocument.cxx552 MapMode aMap( pPrinter->GetMapMode() ); in SmPrinterAccess() local
553 aMap.SetMapUnit( MAP_100TH_MM ); in SmPrinterAccess()
554 Point aTmp( aMap.GetOrigin() ); in SmPrinterAccess()
557 aMap.SetOrigin( aTmp ); in SmPrinterAccess()
558 pPrinter->SetMapMode( aMap ); in SmPrinterAccess()
577 MapMode aMap( pRefDev->GetMapMode() ); in SmPrinterAccess() local
578 aMap.SetMapUnit( MAP_100TH_MM ); in SmPrinterAccess()
579 Point aTmp( aMap.GetOrigin() ); in SmPrinterAccess()
582 aMap.SetOrigin( aTmp ); in SmPrinterAccess()
583 pRefDev->SetMapMode( aMap ); in SmPrinterAccess()
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx260 char_map_t aMap, aMapp; in AddCharID() local
262 maCharList.push_back (aMap); in AddCharID()
268 char_map_t aMap; in AddCharID() local
269 maCharList.push_back (aMap); in AddCharID()
319 glyph_map_t aMap, aMapp; in AddGlyphID() local
321 maGlyphList.push_back (aMap); in AddGlyphID()
327 glyph_map_t aMap; in AddGlyphID() local
328 maGlyphList.push_back (aMap); in AddGlyphID()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx672 const MapMode aMap( mpDoc->GetScaleUnit(), Point(), rSettings.maScaleX, rSettings.maScaleY ); in GetGraphic() local
721 const Size aSizePix( Application::GetDefaultDevice()->LogicToPixel( aSize, aMap ) ); in GetGraphic()
764 aGraphic.SetPrefMapMode( aMap ); in GetGraphic()
774 aVDev.SetMapMode( aMap ); in GetGraphic()
807 MapMode aVMap( aMap ); in GetGraphic()
823 aMtf.SetPrefMapMode( aMap ); in GetGraphic()
942 MapMode aLocalMapMode( aMap ); in GetGraphic()
988 aOut.SetMapMode( aMap ); in GetGraphic()
996 MapMode aOutMap( aMap ); in GetGraphic()
1030 aMtf.SetPrefMapMode( aMap ); in GetGraphic()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx753 std::vector< std::vector< sal_Char > > aMap( nRows ); in Impl_createDataSource() local
755 aMap[i].resize( nCols ); in Impl_createDataSource()
785 aMap[k1][k2] = 'x'; in Impl_createDataSource()
811 sal_Char &rChar = bDtaSrcIsColumns ? aMap[ii][oi] : aMap[oi][ii]; in Impl_createDataSource()
830 … while (ii< iiEnd && 'x' == (c = bDtaSrcIsColumns ? aMap[ii][oi] : aMap[oi][ii])) in Impl_createDataSource()
840 if ('x' == (c = bDtaSrcIsColumns ? aMap[ii][oi] : aMap[oi][ii])) in Impl_createDataSource()
1118 std::vector< std::vector< sal_Char > > aMap; in detectArguments() local
1239 aMap.resize( nTableRows ); in detectArguments()
1241 aMap[i].resize( nTableCols ); in detectArguments()
1257 sal_Char &rChar = aMap[i][k]; in detectArguments()
[all …]
/trunk/main/basctl/source/dlged/
H A Ddlgedview.cxx79 MapMode aMap( rWin.GetMapMode() ); in MakeVisible() local
80 Point aOrg( aMap.GetOrigin() ); in MakeVisible()
131 aMap.SetOrigin( Point( aOrg.X() - nScrollX, aOrg.Y() - nScrollY ) ); in MakeVisible()
132 rWin.SetMapMode( aMap ); in MakeVisible()
/trunk/main/vcl/unx/headless/
H A Dsvpelement.cxx172 std::hash_map< rtl::OString, std::list<SvpElement*>, rtl::OStringHash > aMap; in IMPL_LINK() local
176 std::list<SvpElement*>& rList = aMap[matchType(*it)]; in IMPL_LINK()
179 …ap< rtl::OString, std::list<SvpElement*>, rtl::OStringHash>::const_iterator hash_it = aMap.begin(); in IMPL_LINK()
180 hash_it != aMap.end(); ++hash_it ) in IMPL_LINK()

Completed in 246 milliseconds

1234