Lines Matching refs:rItemFmt
1441 void writeValueItem( const ItemFormat& rItemFmt, Type nData );
1538 void OutputObjectBase::writeValueItem( const ItemFormat& rItemFmt, Type nData ) in writeValueItem() argument
1540 ::rtl::OString aNameUtf8 = StringHelper::convertToUtf8( rItemFmt.maItemName ); in writeValueItem()
1541 writeValueItem( aNameUtf8.getStr(), nData, rItemFmt.meFmtType, rItemFmt.maListName ); 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() argument
1718 writeValueItem( rItemFmt, nData ); in dumpValue()
1759 Type1 InputObjectBase::dumpValue( bool bType1, const ItemFormat& rItemFmt ) in dumpValue() argument
1761 …return bType1 ? dumpValue< Type1 >( rItemFmt ) : static_cast< Type1 >( dumpValue< Type2 >( rItemFm… in dumpValue()