diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 11:59:27 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 11:59:27 +0000 |
commit | c9fc0a2e7a395800fc71277adbca1de60792ca63 (patch) | |
tree | 891ab274892ba64279de63a885aa6db17c4b5447 /svx/source/editeng | |
parent | 36f18ea48c5f6b3ae0a709c98c3aa62ed2c5e4bd (diff) |
INTEGRATION: CWS sb19 (1.67.90); FILE MERGED
2004/12/08 22:39:50 sb 1.67.90.2: RESYNC: (1.67-1.68); FILE MERGED
2004/10/27 07:30:35 mba 1.67.90.1: #110407#: remove static BaseURL
Diffstat (limited to 'svx/source/editeng')
-rw-r--r-- | svx/source/editeng/impedit.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/editeng/impedit.hxx b/svx/source/editeng/impedit.hxx index 281aecc19cf2..6a37ea37d62f 100644 --- a/svx/source/editeng/impedit.hxx +++ b/svx/source/editeng/impedit.hxx @@ -2,9 +2,9 @@ * * $RCSfile: impedit.hxx,v $ * - * $Revision: 1.68 $ + * $Revision: 1.69 $ * - * last change: $Author: rt $ $Date: 2004-11-26 18:12:22 $ + * last change: $Author: rt $ $Date: 2005-01-11 12:59:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -608,7 +608,7 @@ private: EditTextObject* CreateBinTextObject( EditSelection aSelection, SfxItemPool*, sal_Bool bAllowBigObjects = sal_False, sal_uInt16 nBigObjStart = 0 ) const; void StoreBinTextObject( SvStream& rOStream, BinTextObject& rTextObject ); EditSelection InsertBinTextObject( BinTextObject&, EditPaM aPaM ); - EditSelection InsertText( ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& rxDataObj, const EditPaM& rPaM, BOOL bUseSpecial ); + EditSelection InsertText( ::com::sun::star::uno::Reference< ::com::sun::star::datatransfer::XTransferable >& rxDataObj, const String& rBaseURL, const EditPaM& rPaM, BOOL bUseSpecial ); EditPaM Clear(); EditPaM RemoveText(); @@ -688,7 +688,7 @@ private: EditPaM ReadText( SvStream& rInput, EditSelection aSel ); EditPaM ReadRTF( SvStream& rInput, EditSelection aSel ); EditPaM ReadXML( SvStream& rInput, EditSelection aSel ); - EditPaM ReadHTML( SvStream& rInput, EditSelection aSel, SvKeyValueIterator* pHTTPHeaderAttrs ); + EditPaM ReadHTML( SvStream& rInput, const String& rBaseURL, EditSelection aSel, SvKeyValueIterator* pHTTPHeaderAttrs ); EditPaM ReadBin( SvStream& rInput, EditSelection aSel ); sal_uInt32 WriteText( SvStream& rOutput, EditSelection aSel ); sal_uInt32 WriteRTF( SvStream& rOutput, EditSelection aSel ); @@ -847,7 +847,7 @@ public: EditPaM InsertField( EditSelection aEditSelection, const SvxFieldItem& rFld ); sal_Bool UpdateFields(); - EditPaM Read( SvStream& rInput, EETextFormat eFormat, EditSelection aSel, SvKeyValueIterator* pHTTPHeaderAttrs = NULL ); + EditPaM Read( SvStream& rInput, const String& rBaseURL, EETextFormat eFormat, EditSelection aSel, SvKeyValueIterator* pHTTPHeaderAttrs = NULL ); void Write( SvStream& rOutput, EETextFormat eFormat, EditSelection aSel ); EditTextObject* CreateTextObject(); |