Home
last modified time | relevance | path

Searched refs:aMed (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1729 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()
/trunk/main/sfx2/source/appl/
H A Dopengrf.cxx137 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()
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx541 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()
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx660 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()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx4644 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()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1624 Point aMed( aTL.X() + rGeom.nWidth/2, aTL.Y() + rGeom.nHeight/2 ); in maximizeFrame() local
1627 if( rScreens[i].IsInside( aMed ) ) in maximizeFrame()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx2469 SfxMedium aMed( INetURLObject(aBkmk.GetURL()).GetFull(), in _PasteGrf() local
2471 SvStream* pStream = aMed.GetInStream(); in _PasteGrf()

Completed in 114 milliseconds