Home
last modified time | relevance | path

Searched refs:ItemFormat (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx219 struct ItemFormat struct
226 explicit ItemFormat();
820 struct ExtItemFormat : public ItemFormat
876 class ItemFormatMap : public ::std::map< sal_Int64, ItemFormat >
1441 void writeValueItem( const ItemFormat& rItemFmt, Type nData );
1538 void OutputObjectBase::writeValueItem( const ItemFormat& rItemFmt, Type nData ) in writeValueItem()
1614 void dumpItem( const ItemFormat& rItemFmt );
1629 Type dumpValue( const ItemFormat& rItemFmt );
1644 Type1 dumpValue( bool bType1, const ItemFormat& rItemFmt );
1714 Type InputObjectBase::dumpValue( const ItemFormat& rItemFmt ) in dumpValue()
[all …]
/trunk/main/oox/source/dump/
H A Ddffdumper.cxx240 const ItemFormat& rItemFmt = aIt->second; in dumpDffOpt()
258 const ItemFormat& rItemFmt = aIt->second; in dumpDffOpt()
H A Ddumperbase.cxx172 ItemFormat::ItemFormat() : in ItemFormat() function in oox::dump::ItemFormat
178 void ItemFormat::set( DataType eDataType, FormatType eFmtType, const OUString& rItemName ) in set()
186 void ItemFormat::set( DataType eDataType, FormatType eFmtType, const OUString& rItemName, const OUS… in set()
192 OUStringVector::const_iterator ItemFormat::parse( const OUStringVector& rFormatVec ) in parse()
217 OUStringVector ItemFormat::parse( const OUString& rFormatStr ) in parse()
2809 void InputObjectBase::dumpItem( const ItemFormat& rItemFmt ) in dumpItem()

Completed in 50 milliseconds