/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaDataResultSet.cxx | 801 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 …]
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | Cache.java | 711 if (aMap.containsKey(PROPNAME_NAME)) in convertTypePropsToExternal() 811 if (aMap.containsKey(PROPNAME_NAME)) in convertFilterPropsToExternal() 920 aResultMap = aMap; in convertDetectServicePropsToExternal() 928 aResultMap = aMap; in convertDetectServicePropsToExternal() 953 aResultMap = aMap; in convertFrameLoaderPropsToExternal() 961 aResultMap = aMap; in convertFrameLoaderPropsToExternal() 986 aResultMap = aMap; in convertContentHandlerPropsToExternal() 994 aResultMap = aMap; in convertContentHandlerPropsToExternal() 1034 if (aMap.containsKey(PROPNAME_NAME)) in convertTypePropsToInternal() 1157 if (aMap.containsKey(PROPNAME_NAME)) in convertFilterPropsToInternal() [all …]
|
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | ODatabaseMetaDataResultSet.cxx | 823 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 …]
|
/aoo41x/main/l10ntools/source/ |
H A D | merge.cxx | 122 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 …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 949 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 D | sdwindow.cxx | 85 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()
|
/aoo41x/main/svtools/source/control/ |
H A D | scrwin.cxx | 213 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 …]
|
/aoo41x/main/unoxml/source/dom/ |
H A D | documenttype.cxx | 52 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()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | plfilter.cxx | 64 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()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdxcgv.cxx | 236 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 D | svdpntv.cxx | 1349 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()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportWindow.cxx | 242 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 D | ReportController.cxx | 245 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 3271 …aMap.createItemIfMissing(PROPERTY_FORMATKEY,aMap.getUnpackedValueOrDefault(PROPERTY_FORMATKEYDATE,… in createDateTime() 3286 … aMap[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 …]
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | vectdlg.cxx | 198 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()
|
/aoo41x/main/xmloff/source/xforms/ |
H A D | XFormsBindContext.cxx | 160 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 D | TokenContext.cxx | 68 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bitmap4.cxx | 239 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 D | bitmap3.cxx | 428 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 …]
|
/aoo41x/main/stoc/source/namingservice/ |
H A D | namingservice.cxx | 116 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()
|
/aoo41x/main/starmath/source/ |
H A D | document.cxx | 552 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()
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | glyphset.cxx | 260 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()
|
/aoo41x/main/svx/source/unodraw/ |
H A D | UnoGraphicExporter.cxx | 672 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()
|
/aoo41x/main/basctl/source/dlged/ |
H A D | dlgedview.cxx | 79 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()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unochart.cxx | 753 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 …]
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svpelement.cxx | 172 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()
|