Home
last modified time | relevance | path

Searched refs:SvKeyValueIterator (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx673 SvKeyValueIterator::SvKeyValueIterator (void) in SvKeyValueIterator() function in SvKeyValueIterator
682 SvKeyValueIterator::~SvKeyValueIterator (void) in ~SvKeyValueIterator()
690 sal_Bool SvKeyValueIterator::GetFirst (SvKeyValue &rKeyVal) in GetFirst()
699 sal_Bool SvKeyValueIterator::GetNext (SvKeyValue &rKeyVal) in GetNext()
716 void SvKeyValueIterator::Append (const SvKeyValue &rKeyVal) in Append()
/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx205 SV_DECL_REF(SvKeyValueIterator)
250 class SVT_DLLPUBLIC SvKeyValueIterator : public SvRefBase, class
261 SvKeyValueIterator (void);
262 virtual ~SvKeyValueIterator (void);
271 SV_IMPL_REF(SvKeyValueIterator);
H A Dparhtml.hxx43 class SvKeyValueIterator;
240 SvKeyValueIterator*,
248 SvKeyValueIterator* );
268 static rtl_TextEncoding GetEncodingByHttpHeader( SvKeyValueIterator *pHTTPHeader );
269 sal_Bool SetEncodingByHTTPHeader( SvKeyValueIterator *pHTTPHeader );
/trunk/main/sfx2/inc/sfx2/
H A Dsfxhtml.hxx51 SAL_DLLPRIVATE void GetScriptType_Impl( SvKeyValueIterator* );
116 ScriptType GetScriptType( SvKeyValueIterator* ) const;
117 const String& GetScriptTypeString( SvKeyValueIterator* ) const;
H A Ddocfile.hxx50 class SvKeyValueIterator;
269 SAL_DLLPRIVATE SvKeyValueIterator* GetHeaderAttributes_Impl();
H A Dobjsh.hxx80 class SvKeyValueIterator;
423 SvKeyValueIterator* GetHeaderAttributes();
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx349 void SfxHTMLParser::GetScriptType_Impl( SvKeyValueIterator *pHTTPHeader ) in GetScriptType_Impl()
396 ScriptType SfxHTMLParser::GetScriptType( SvKeyValueIterator *pHTTPHeader ) const in GetScriptType()
405 SvKeyValueIterator *pHTTPHeader ) const in GetScriptTypeString()
/trunk/main/editeng/inc/editeng/
H A Deditview.hxx52 class SvKeyValueIterator;
181 …ing& rBaseURL, EETextFormat eFormat, sal_Bool bSelect = sal_False, SvKeyValueIterator* pHTTPHeader…
H A Doutliner.hxx74 class SvKeyValueIterator;
305 …ing& rBaseURL, EETextFormat eFormat, sal_Bool bSelect = sal_False, SvKeyValueIterator* pHTTPHeader…
974 … Read( SvStream& rInput, const String& rBaseURL, sal_uInt16, SvKeyValueIterator* pHTTPHeader…
H A Dediteng.hxx56 class SvKeyValueIterator;
312 … Read( SvStream& rInput, const String& rBaseURL, EETextFormat, SvKeyValueIterator* pHTTPHeader…
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx160 class SfxHeaderAttributes_Impl : public SvKeyValueIterator
169 SvKeyValueIterator(), pDoc( pSh ), in SfxHeaderAttributes_Impl()
177 void ClearForSourceView() { xIter = new SvKeyValueIterator; bAlert = sal_False; } in ClearForSourceView()
1865 SvKeyValueIterator* SfxObjectShell::GetHeaderAttributes() in GetHeaderAttributes()
1872 return ( SvKeyValueIterator*) &pImp->xHeaderAttributes; in GetHeaderAttributes()
H A Ddocfile.cxx3495 SvKeyValueIterator* SfxMedium::GetHeaderAttributes_Impl() in GetHeaderAttributes_Impl()
3499 pImp->xAttributes = SvKeyValueIteratorRef( new SvKeyValueIterator ); in GetHeaderAttributes_Impl()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx188 SvKeyValueIterator *pHeaderAttrs;
274 SvKeyValueIterator *GetHeaderAttrs() const { return pHeaderAttrs; } in GetHeaderAttrs()
1341 SvKeyValueIterator *pHeaderAttrs = pFormImpl->GetHeaderAttrs(); in NewForm()
1514 SvKeyValueIterator *pHeaderAttrs = pFormImpl->GetHeaderAttrs(); in InsertInput()
2007 SvKeyValueIterator *pHeaderAttrs = pFormImpl->GetHeaderAttrs(); in NewTextArea()
2298 SvKeyValueIterator *pHeaderAttrs = pFormImpl->GetHeaderAttrs(); in NewSelect()
H A Dswhtml.hxx931 …n::star::uno::Reference < ::com::sun::star::document::XDocumentProperties>&, SvKeyValueIterator* );
H A Dswhtml.cxx375 SvKeyValueIterator *pHeaderAttrs = in SwHTMLParser()
1319 SvKeyValueIterator *pHTTPHeader = 0; in NextToken()
5469 SvKeyValueIterator *i_pHeader ) in ParseMetaOptions()
H A Dhtmlgrin.cxx311 SvKeyValueIterator* pHeaderAttrs = pDocSh ? pDocSh->GetHeaderAttributes() in GetDefaultScriptType()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx2144 SvKeyValueIterator *i_pHTTPHeader, in ParseMetaOptionsImpl()
2293 SvKeyValueIterator *i_pHeader ) in ParseMetaOptions()
2336 rtl_TextEncoding HTMLParser::GetEncodingByHttpHeader( SvKeyValueIterator *pHTTPHeader ) in GetEncodingByHttpHeader()
2358 SvKeyValueIterator *pHTTPHeader ) in SetEncodingByHTTPHeader()
/trunk/main/editeng/source/editeng/
H A Deehtml.hxx84 … EditHTMLParser( SvStream& rIn, const String& rBaseURL, SvKeyValueIterator* pHTTPHeaderAttrs );
H A Dimpedit.hxx88 class SvKeyValueIterator;
634 …TML( SvStream& rInput, const String& rBaseURL, EditSelection aSel, SvKeyValueIterator* pHTTPHeader…
792 … const String& rBaseURL, EETextFormat eFormat, EditSelection aSel, SvKeyValueIterator* pHTTPHeader…
H A Deehtml.cxx49 EditHTMLParser::EditHTMLParser( SvStream& rIn, const String& rBaseURL, SvKeyValueIterator* pHTTPHea… in EditHTMLParser()
H A Dimpedit4.cxx99 … const String& rBaseURL, EETextFormat eFormat, EditSelection aSel, SvKeyValueIterator* pHTTPHeader… in Read()
198 …TML( SvStream& rInput, const String& rBaseURL, EditSelection aSel, SvKeyValueIterator* pHTTPHeader… in ReadHTML()
H A Deditview.cxx579 …t, const String& rBaseURL, EETextFormat eFormat, sal_Bool bSelect, SvKeyValueIterator* pHTTPHeader… in Read()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx153 SvKeyValueIterator* pAttributes = NULL; in Read()
167 xValues = new SvKeyValueIterator; in Read()
2789 SvKeyValueIterator* pAttributes = 0; in Read()
2806 xValues = new SvKeyValueIterator; in Read()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1839 …, const String& rBaseURL, EETextFormat eFormat, sal_Bool bSelect, SvKeyValueIterator* pHTTPHeader… in Read()
H A Doutliner.cxx1207 …ead( SvStream& rInput, const String& rBaseURL, sal_uInt16 eFormat, SvKeyValueIterator* pHTTPHeader… in Read()

Completed in 191 milliseconds

12