Searched refs:rItemFmt (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/oox/source/dump/ |
| H A D | dffdumper.cxx | 240 const ItemFormat& rItemFmt = aIt->second; in dumpDffOpt() local 241 aName = rItemFmt.maItemName; in dumpDffOpt() 242 if( rItemFmt.maListName.equalsAscii( "binary" ) ) in dumpDffOpt() 244 else if( rItemFmt.maListName.equalsAscii( "string" ) ) in dumpDffOpt() 246 else if( rItemFmt.maListName.equalsAscii( "blip" ) ) in dumpDffOpt() 248 else if( rItemFmt.maListName.equalsAscii( "colorarray" ) ) in dumpDffOpt() 258 const ItemFormat& rItemFmt = aIt->second; in dumpDffOpt() local 262 …FlagsList* pFlagsList = dynamic_cast< FlagsList* >( cfg().getNameList( rItemFmt.maListName ).get()… in dumpDffOpt() 269 writeValueItem( rItemFmt, nValue ); in dumpDffOpt() 274 writeValueItem( rItemFmt, nValue ); in dumpDffOpt()
|
| H A D | dumperbase.cxx | 1411 const ExtItemFormat& rItemFmt = aIt->second; in implGetName() local 1415 if( rItemFmt.mbShiftValue ) in implGetName() 1423 OUStringBuffer aItem( rItemFmt.maItemName ); in implGetName() 1425 switch( rItemFmt.meDataType ) in implGetName() 1427 … StringHelper::appendValue( aValue, static_cast< sal_Int8 >( nSValue ), rItemFmt.meFmtType ); b… in implGetName() 1428 …StringHelper::appendValue( aValue, static_cast< sal_uInt8 >( nUValue ), rItemFmt.meFmtType ); br… in implGetName() 1429 …StringHelper::appendValue( aValue, static_cast< sal_Int16 >( nSValue ), rItemFmt.meFmtType ); br… in implGetName() 1430 …tringHelper::appendValue( aValue, static_cast< sal_uInt16 >( nUValue ), rItemFmt.meFmtType ); bre… in implGetName() 1431 …StringHelper::appendValue( aValue, static_cast< sal_Int32 >( nSValue ), rItemFmt.meFmtType ); br… in implGetName() 1432 …tringHelper::appendValue( aValue, static_cast< sal_uInt32 >( nUValue ), rItemFmt.meFmtType ); bre… in implGetName() [all …]
|
| /AOO42X/main/oox/inc/oox/dump/ |
| H A D | dumperbase.hxx | 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 [all …]
|