Home
last modified time | relevance | path

Searched refs:aMap (Results 51 – 75 of 95) sorted by path

1234

/trunk/main/slideshow/test/
H A Ddemoshow.cxx281 static PropMapT aMap( lcl_propertyMap, in getPropertyValue() local
286 if( !aMap.lookup( PropertyName, aRes )) in getPropertyValue()
/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()
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/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/svl/source/misc/
H A Dinettype.cxx911 static sal_Char const * aMap[CONTENT_TYPE_LAST + 1]; in GetContentType() local
916 aMap[aStaticTypeNameMap[i].m_eTypeID] in GetContentType()
918 aMap[CONTENT_TYPE_UNKNOWN] = CONTENT_TYPE_STR_APP_OCTSTREAM; in GetContentType()
919 aMap[CONTENT_TYPE_TEXT_PLAIN] = CONTENT_TYPE_STR_TEXT_PLAIN in GetContentType()
925 UniString::CreateFromAscii(aMap[eTypeID]) : in GetContentType()
H A Durihelper.cxx494 static sal_uInt8 const aMap[128] in checkWChar() local
511 switch (aMap[c]) in checkWChar()
921 static INetURLObject::FSysStyle const aMap[][2] in queryFSysStyle() local
938 return aMap[nNotation < ucb::FileSystemNotation::UNKNOWN_NOTATION in queryFSysStyle()
/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/svtools/source/control/
H A Dctrltool.cxx825 MapMode aMap( MAP_10TH_INCH, Point(), Fraction( 1, 72 ), Fraction( 1, 72 ) ); in GetSizeAry() local
826 pDevice->SetMapMode( aMap ); in GetSizeAry()
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/svtools/source/filter/
H A Dfilter.cxx907 MapMode aMap( MAP_100TH_INCH ); in ImpGetScaledGraphic() local
912 aMap.SetScaleX( aFrac ); in ImpGetScaledGraphic()
913 aMap.SetScaleY( aFrac ); in ImpGetScaledGraphic()
917 aGraphic.SetPrefMapMode( aMap ); in ImpGetScaledGraphic()
H A Dfilter2.cxx400 MapMode aMap; in ImpDetectJPG() local
401 aMap.SetMapUnit( nUnits == 1 ? MAP_INCH : MAP_CM ); in ImpDetectJPG()
402 aMap.SetScaleX( Fraction( 1, nHorizontalResolution ) ); in ImpDetectJPG()
403 aMap.SetScaleY( Fraction( 1, nVerticalResolution ) ); in ImpDetectJPG()
404 aLogSize = OutputDevice::LogicToLogic( aPixSize, aMap, MapMode( MAP_100TH_MM ) ); in ImpDetectJPG()
570 MapMode aMap( MAP_INCH, Point(), in ImpDetectPCX() local
572 aLogSize = OutputDevice::LogicToLogic( aPixSize, aMap, in ImpDetectPCX()
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/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()
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()
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()
/trunk/main/svx/source/table/
H A Dtabledesign.cxx201 static CellStyleNameMap aMap; in getCellStyleNameMap() local
202 if( aMap.empty() ) in getCellStyleNameMap()
215 aMap.swap( aNewMap ); in getCellStyleNameMap()
218 return aMap; in getCellStyleNameMap()
/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/fields/
H A Dreffld.cxx899 SvUShorts aMap; member
903 : aName( rName ), aIds( 16, 16 ), aIdsMap( 16, 16 ), aMap( 16, 16 ), in _RefIdsMap()
965 rFld.SetSeqNo( aMap[ nPos ] ); in SV_IMPL_PTRARR()
977 aMap.Insert( n, nPos ); in SV_IMPL_PTRARR()
1010 aMap.Insert( nSeqNo, nPos ); in SV_IMPL_PTRARR()
/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/sw/source/core/text/
H A Dnoteurl.cxx66 MapMode aMap( MAP_100TH_MM ); in FillImageMap() local
73 rMap, aMap ) ); in FillImageMap()
/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/sw/source/filter/html/
H A Dhtmlgrin.cxx322 String sGrfNm, sAltNm, aId, aClass, aStyle, aMap, sHTMLGrfName; in InsertImage() local
398 aMap = pOption->GetString(); in InsertImage()
651 aMap.EraseTrailingChars(); in InsertImage()
652 if( aMap.Len() ) in InsertImage()
656 xub_StrLen nPos = aMap.Search( '#' ); in InsertImage()
659 aName = aMap ; in InsertImage()
661 aName = aMap.Copy(nPos+1); in InsertImage()
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx62 static const sal_Int16 aMap[] = in lcl_GetStyleForNFC() local
115 const int nLen = sizeof(aMap)/sizeof(aMap[0]); in lcl_GetStyleForNFC()
118 nRet = aMap[nNFC]; in lcl_GetStyleForNFC()
/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()

Completed in 222 milliseconds

1234