Searched refs:pHTTPHeaderAttrs (Results 1 – 11 of 11) sorted by relevance
/trunk/main/editeng/source/editeng/ |
H A D | eehtml.cxx | 49 …rser::EditHTMLParser( SvStream& rIn, const String& rBaseURL, SvKeyValueIterator* pHTTPHeaderAttrs ) in EditHTMLParser() argument 75 if ( pHTTPHeaderAttrs ) in EditHTMLParser() 76 SetEncodingByHTTPHeader( pHTTPHeaderAttrs ); in EditHTMLParser()
|
H A D | eehtml.hxx | 84 … EditHTMLParser( SvStream& rIn, const String& rBaseURL, SvKeyValueIterator* pHTTPHeaderAttrs );
|
H A D | impedit4.cxx | 99 … String& rBaseURL, EETextFormat eFormat, EditSelection aSel, SvKeyValueIterator* pHTTPHeaderAttrs ) in Read() argument 111 aPaM = ReadHTML( rInput, rBaseURL, aSel, pHTTPHeaderAttrs ); in Read() 198 …vStream& rInput, const String& rBaseURL, EditSelection aSel, SvKeyValueIterator* pHTTPHeaderAttrs ) in ReadHTML() argument 208 EditHTMLParserRef xPrsr = new EditHTMLParser( rInput, rBaseURL, pHTTPHeaderAttrs ); in ReadHTML()
|
H A D | impedit.hxx | 634 …Stream& rInput, const String& rBaseURL, EditSelection aSel, SvKeyValueIterator* pHTTPHeaderAttrs ); 792 … rBaseURL, EETextFormat eFormat, EditSelection aSel, SvKeyValueIterator* pHTTPHeaderAttrs = NULL );
|
H A D | editview.cxx | 579 …st String& rBaseURL, EETextFormat eFormat, sal_Bool bSelect, SvKeyValueIterator* pHTTPHeaderAttrs ) in Read() argument 586 EditPaM aEndPaM = PIMPEE->Read( rInput, rBaseURL, eFormat, aOldSel, pHTTPHeaderAttrs ); in Read()
|
H A D | editeng.cxx | 1345 …, const String& rBaseURL, EETextFormat eFormat, SvKeyValueIterator* pHTTPHeaderAttrs /* = NULL */ ) in Read() argument 1352 … pImpEditEngine->Read( rInput, rBaseURL, eFormat, EditSelection( aPaM, aPaM ), pHTTPHeaderAttrs ); in Read()
|
/trunk/main/editeng/inc/editeng/ |
H A D | editview.hxx | 181 … EETextFormat eFormat, sal_Bool bSelect = sal_False, SvKeyValueIterator* pHTTPHeaderAttrs = NULL );
|
H A D | outliner.hxx | 305 … EETextFormat eFormat, sal_Bool bSelect = sal_False, SvKeyValueIterator* pHTTPHeaderAttrs = NULL ); 974 …vStream& rInput, const String& rBaseURL, sal_uInt16, SvKeyValueIterator* pHTTPHeaderAttrs = NULL );
|
H A D | editeng.hxx | 312 …tream& rInput, const String& rBaseURL, EETextFormat, SvKeyValueIterator* pHTTPHeaderAttrs = NULL );
|
/trunk/main/editeng/source/outliner/ |
H A D | outlvw.cxx | 1839 …st String& rBaseURL, EETextFormat eFormat, sal_Bool bSelect, SvKeyValueIterator* pHTTPHeaderAttrs ) in Read() argument 1846 sal_uLong nRet = pEditView->Read( rInput, rBaseURL, eFormat, bSelect, pHTTPHeaderAttrs ); in Read()
|
H A D | outliner.cxx | 1207 …vStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, SvKeyValueIterator* pHTTPHeaderAttrs ) in Read() argument 1220 sal_uLong nRet = pEditEngine->Read( rInput, rBaseURL, (EETextFormat)eFormat, pHTTPHeaderAttrs ); in Read()
|
Completed in 103 milliseconds