Searched refs:dumpBool (Results 1 – 4 of 4) sorted by relevance
1686 dumpBool< sal_uInt32 >( "cfrule12-follows" ); in implDumpRecordBody()1768 dumpBool< sal_uInt32 >( "check-compatibility" ); in implDumpRecordBody()1970 dumpBool< sal_uInt8 >( "draw-t-shape" ); in implDumpRecordBody()1971 dumpBool< sal_uInt8 >( "draw-line" ); in implDumpRecordBody()1993 dumpBool< sal_uInt8 >( "show-equation" ); in implDumpRecordBody()1994 dumpBool< sal_uInt8 >( "show-r-sqrare" ); in implDumpRecordBody()2082 dumpBool< sal_uInt32 >( "recommend-compress-pics" ); in implDumpRecordBody()2427 dumpBool< sal_uInt16 >( "recommend-read-only" ); in implDumpRecordBody()2452 dumpBool< sal_Int32 >( "recalc-all-formulas" ); in implDumpRecordBody()2586 dumpBool< sal_Int32 >( "multi-thread-enabled" ); in implDumpRecordBody()[all …]
524 case OLEPROP_TYPE_BOOL: dumpBool< sal_Int16 >( "value" ); break; in dumpPropertyValue()823 dumpBool< sal_uInt16 >( "vertical" ); in implDumpProperties()824 dumpBool< sal_uInt16 >( "smooth-scroll" ); in implDumpProperties()837 dumpBool< sal_Int32 >( "vertical" ); in implDumpProperties()850 dumpBool< sal_Int32 >( "tooltip-below" ); in implDumpProperties()887 dumpBool< sal_Int16 >( "use-mask-color" ); in implDumpProperties()998 dumpBool< sal_Int32 >( "style-simple-text" ); in implDumpProperties()999 dumpBool< sal_Int16 >( "show-tips" ); in implDumpProperties()
1317 dumpBool< sal_Int32 >( "show-blank" ); in implDumpRecordBody()1506 dumpBool< sal_uInt16 >( "recommend-read-only" ); in implDumpRecordBody()1899 if( dumpBool< sal_uInt8 >( "has-name" ) ) in implDumpRecordBody()
1627 Type dumpBool( const String& rName, const NameListWrapper& rListWrp = NO_LIST );1642 …Type1 dumpBool( bool bType1, const String& rName, const NameListWrapper& rListWrp = …1705 Type InputObjectBase::dumpBool( const String& rName, const NameListWrapper& rListWrp ) in dumpBool() function in oox::dump::InputObjectBase1753 Type1 InputObjectBase::dumpBool( bool bType1, const String& rName, const NameListWrapper& rListWrp ) in dumpBool() function in oox::dump::InputObjectBase1755 …return bType1 ? dumpBool< Type1 >( rName, rListWrp ) : static_cast< Type1 >( dumpBool< Type2 >( rN… in dumpBool()