Home
last modified time | relevance | path

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

1234

/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx556 MapMode aMap( MAP_10TH_MM, Point(), in SgfFilterVect() local
558 rMtf.SetPrefMapMode( aMap ); in SgfFilterVect()
H A Dsgvmain.cxx1026 MapMode aMap(MAP_10TH_MM,Point(),Fraction(1,4),Fraction(1,4)); in SgfFilterSDrw() local
1027 rMtf.SetPrefMapMode(aMap); in SgfFilterSDrw()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx1158 MapMode aMap( MAP_100TH_MM ); in GetDrawPixel() local
1160 aSz = PixelToLogic( aSz, aMap ); in GetDrawPixel()
1161 aSz = pDev->LogicToPixel( aSz, aMap ); in GetDrawPixel()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx1226 …const MapMode aMap(GetModel()->GetScaleUnit(), Point(), GetModel()->GetScaleFraction(), GetModel()… in getMetafileFromEmbeddedSvg() local
1229 aOut.SetMapMode(aMap); in getMetafileFromEmbeddedSvg()
1235 aRetval.SetPrefMapMode(aMap); in getMetafileFromEmbeddedSvg()
/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx63 static StringResourceMap aMap; in operator ()() local
64 return aMap; in operator ()()
/trunk/main/basctl/source/accessibility/
H A Daccessibledialogwindow.cxx252 MapMode aMap = m_pDialogWindow->GetMapMode(); in IsChildVisible() local
253 Point aOrg = aMap.GetOrigin(); in IsChildVisible()
/trunk/main/connectivity/source/drivers/mysql/
H A DYCatalog.cxx129 TString2IntMap aMap; in refreshUsers() local
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHCatalog.cxx122 TString2IntMap aMap; in refreshUsers() local
/trunk/main/starmath/source/
H A Dview.cxx1762 const MapMode aMap( MAP_100TH_MM ); in Execute() local
1767 OutputRect.GetHeight()), aMap)); in Execute()
1768 Size GraphicSize(pPrinter->LogicToPixel(GetDoc()->GetSize(), aMap)); in Execute()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2468 ImageMap aMap; in _PasteGrf() local
2475 aMap.Read( *pStream, IMAP_FORMAT_DETECT, String() ) == IMAP_ERR_OK && in _PasteGrf()
2476 aMap.GetIMapObjectCount() ) in _PasteGrf()
2481 aURL.SetMap( &aMap ); in _PasteGrf()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx3018 TOCStyleMap aMap; in handleToc() local
3031 aMap.insert( TOCStyleMap::value_type(nLevel, sStyleName) ); in handleToc()
3037 sal_Int32 nLevelCount = aMap.count( nLevel ); in handleToc()
3040 TOCStyleMap::iterator aTOCStyleIter = aMap.find( nLevel ); in handleToc()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2035 ByteString aMap = GetCommandLineToken( 1, aLine ); in initFontsAlias() local
2040 aMap.EraseLeadingChars( '"' ); in initFontsAlias()
2041 aMap.EraseTrailingChars( '"' ); in initFontsAlias()
2045 parseXLFD( aMap, aMapEntry ); in initFontsAlias()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1594 const MapMode aMap( maPrefMapMode ); in Replace() local
1599 maPrefMapMode = aMap; in Replace()
H A Dgdimtf.cxx872 MapMode aMap( aMapVDev.GetMapMode() ); in Move() local
873 aOffset.Width() = static_cast<long>(aOffset.Width() * (double)aMap.GetScaleX()); in Move()
874 aOffset.Height() = static_cast<long>(aOffset.Height() * (double)aMap.GetScaleY()); in Move()
H A Doutdev3.cxx7261 MapMode aMap( MAP_10TH_INCH, Point(), Fraction( 1, 72 ), Fraction( 1, 72 ) ); in GetDevFontSize() local
7262 aSize = PixelToLogic( aSize, aMap ); in GetDevFontSize()
7271 aSize = LogicToPixel( aSize, aMap ); in GetDevFontSize()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx2966 SvNumberFormatterMergeMap aMap; in ConvertMergeTableToMap() local
2970 aMap.insert( SvNumberFormatterMergeMap::value_type( nOldKey, *pIndex)); in ConvertMergeTableToMap()
2973 return aMap; in ConvertMergeTableToMap()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx2083 static PrefixInfo const aMap[] in getPrefix() local
2175 PrefixInfo const * pFirst = aMap + 1; in getPrefix()
2176 PrefixInfo const * pLast = aMap + sizeof aMap / sizeof (PrefixInfo) - 1; in getPrefix()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx6891 MapMode aMap( pOld->GetMapMode().GetMapUnit() ); in MakeGraphic() local
6892 aDev.SetMapMode( aMap ); in MakeGraphic()
6893 aMet.SetPrefMapMode( aMap ); in MakeGraphic()
6962 pNoteURL->FillImageMap( pMap, pFly->Frm().Pos(), aMap ); in MakeGraphic()
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx2441 SvNumberFormatterMergeMap aMap = mpDoc->GetFormatTable()->ConvertMergeTableToMap(); in getMappedNumberFormat() local
2442 itr->second.swap(aMap); in getMappedNumberFormat()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2106 EnhancedCustomShapeParameterPair aMap; in ApplyCustomShapeGeometryAttributes() local
2107 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aMap.First, nCenterX, ( nFlags & 0x… in ApplyCustomShapeGeometryAttributes()
2108 …EnhancedCustomShape2d::SetEnhancedCustomShapeHandleParameter( aMap.Second, nCenterY, ( nFlags & 0x… in ApplyCustomShapeGeometryAttributes()
2111 aProp.Value <<= aMap; in ApplyCustomShapeGeometryAttributes()

Completed in 290 milliseconds

1234