Home
last modified time | relevance | path

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

/trunk/main/svtools/inc/svtools/
H A Dsvparser.hxx207 class SvKeyValue class
217 SvKeyValue (void) in SvKeyValue() function in SvKeyValue
220 SvKeyValue (const String &rKey, const String &rValue) in SvKeyValue() function in SvKeyValue
224 SvKeyValue (const SvKeyValue &rOther) in SvKeyValue() function in SvKeyValue
230 SvKeyValue& operator= (SvKeyValue &rOther) in operator =()
266 virtual sal_Bool GetFirst (SvKeyValue &rKeyVal);
267 virtual sal_Bool GetNext (SvKeyValue &rKeyVal);
268 virtual void Append (const SvKeyValue &rKeyVal);
/trunk/main/svtools/source/svrtf/
H A Dsvparser.cxx667 SV_DECL_PTRARR_DEL(SvKeyValueList_Impl, SvKeyValue*, 0, 4)
668 SV_IMPL_PTRARR(SvKeyValueList_Impl, SvKeyValue*);
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()
718 SvKeyValue *pKeyVal = new SvKeyValue (rKeyVal); in Append()
719 m_pList->C40_INSERT(SvKeyValue, pKeyVal, m_pList->Count()); in Append()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx173 virtual sal_Bool GetFirst( SvKeyValue& rKV ) { return xIter->GetFirst( rKV ); } in GetFirst()
174 virtual sal_Bool GetNext( SvKeyValue& rKV ) { return xIter->GetNext( rKV ); } in GetNext()
175 virtual void Append( const SvKeyValue& rKV );
179 void SetAttribute( const SvKeyValue& rKV );
1798 SvKeyValue aPair; in SetAttributes()
1804 void SfxHeaderAttributes_Impl::SetAttribute( const SvKeyValue& rKV ) in SetAttribute()
1859 void SfxHeaderAttributes_Impl::Append( const SvKeyValue& rKV ) in Append()
H A Ddocfile.cxx3511 …pImp->xAttributes->Append( SvKeyValue( ::rtl::OUString::createFromAscii( "content-type" ), aConten… in GetHeaderAttributes_Impl()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx355 SvKeyValue aKV; in GetScriptType_Impl()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx2195 SvKeyValue aKeyValue( aName, aContent ); in ParseMetaOptionsImpl()
2341 SvKeyValue aKV; in GetEncodingByHttpHeader()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx168 …xValues->Append( SvKeyValue( String::CreateFromAscii( OOO_STRING_SVTOOLS_HTML_META_content_type ),… in Read()
2807 …xValues->Append( SvKeyValue( String::CreateFromAscii( OOO_STRING_SVTOOLS_HTML_META_content_type ),… in Read()

Completed in 80 milliseconds