Home
last modified time | relevance | path

Searched refs:dumpFix (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx1952 dumpFix< sal_Int32 >( "horizontal-growth" ); in implDumpRecordBody()
1953 dumpFix< sal_Int32 >( "vertical-growth" ); in implDumpRecordBody()
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1625 Type dumpFix( const String& rName, const NameListWrapper& rListWrp = NO_LIST );
1640 …Type1 dumpFix( bool bType1, const String& rName, const NameListWrapper& rListWrp = N…
1696 Type InputObjectBase::dumpFix( const String& rName, const NameListWrapper& rListWrp ) in dumpFix() function in oox::dump::InputObjectBase
1747 Type1 InputObjectBase::dumpFix( bool bType1, const String& rName, const NameListWrapper& rListWrp ) in dumpFix() function in oox::dump::InputObjectBase
1749 …return bType1 ? dumpFix< Type1 >( rName, rListWrp ) : static_cast< Type1 >( dumpFix< Type2 >( rNam… in dumpFix()

Completed in 53 milliseconds