Lines Matching refs:ItemFormat
219 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()
1759 Type1 InputObjectBase::dumpValue( bool bType1, const ItemFormat& rItemFmt ) in dumpValue()