Searched refs:aMed (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1729 SfxMedium aMed( rStreamName, STREAM_READ, sal_False ); in ReloadFromHtml() local 1734 SwReloadFromHtmlReader aReader( aMed, rMedname, mpDoc ); in ReloadFromHtml() 1775 SfxMedium aMed( rURL, STREAM_STD_READ, sal_False ); in LoadStylesFromFile() local 1777 aMatcher.DetectFilter( aMed, &pFlt, sal_False, sal_False ); in LoadStylesFromFile() 1782 aWebMatcher.DetectFilter( aMed, &pFlt, sal_False, sal_False ); in LoadStylesFromFile() 1788 if ( aMed.IsStorage() ) in LoadStylesFromFile() 1793 uno::Reference< embed::XStorage > xStorage = aMed.GetStorage(); in LoadStylesFromFile() 1825 pReader = new SwReader( aMed, rURL, *pPam ); in LoadStylesFromFile() 1829 pReader = new SwReader( aMed, rURL, *mpWrtShell->GetCrsr() ); in LoadStylesFromFile()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | opengrf.cxx | 137 SfxMedium aMed( aObj.GetMainURL( INetURLObject::NO_DECODE ), STREAM_READ, sal_True ); in Execute() local 138 aMed.DownLoad(); in Execute() 139 SvStream* pStream = aMed.GetInStream(); in Execute()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun5.cxx | 541 SfxMedium aMed; in PasteDataFormat() local 542 aMed.GetItemSet()->Put( SfxUsrAnyItem( SID_INPUTSTREAM, uno::makeAny( xStm ) ) ); in PasteDataFormat() 543 FltError eErr = ScFormatFilter::Get().ScImportExcel( aMed, pInsDoc, EIF_AUTO ); in PasteDataFormat()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | navigatr.cxx | 660 SfxMedium aMed(aFileName, (STREAM_READ | STREAM_SHARE_DENYNONE), sal_False); in InsertFile() local 662 aMed.UseInteractionHandler( sal_True ); in InsertFile() 663 nErr = aMatch.GuessFilter(aMed, &pFilter); in InsertFile()
|
/aoo42x/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 4644 SfxMedium aMed( sAutoMarkURL, STREAM_STD_READ, sal_False ); in SwAutoMarkDlg_Impl() local 4645 if( aMed.GetInStream() && !aMed.GetInStream()->GetError() ) in SwAutoMarkDlg_Impl() 4646 aEntriesBB.ReadEntries( *aMed.GetInStream() ); in SwAutoMarkDlg_Impl() 4668 SfxMedium aMed( sAutoMarkURL, in IMPL_LINK() local 4672 SvStream* pStrm = aMed.GetOutStream(); in IMPL_LINK() 4677 aMed.Commit(); in IMPL_LINK()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 1624 Point aMed( aTL.X() + rGeom.nWidth/2, aTL.Y() + rGeom.nHeight/2 ); in maximizeFrame() local 1627 if( rScreens[i].IsInside( aMed ) ) in maximizeFrame()
|
/aoo42x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 2469 SfxMedium aMed( INetURLObject(aBkmk.GetURL()).GetFull(), in _PasteGrf() local 2471 SvStream* pStream = aMed.GetInStream(); in _PasteGrf()
|
Completed in 114 milliseconds