Home
last modified time | relevance | path

Searched refs:dumpBool (Results 1 – 4 of 4) sorted by last modified time

/trunk/main/oox/source/dump/
H A Doledumper.cxx524 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()
H A Dxlsbdumper.cxx1317 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()
H A Dbiffdumper.cxx1970 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()
3126 dumpBool< sal_uInt8 >( "hidden" ); in implDumpRecordBody()
3142 dumpBool< sal_uInt8 >( "frozen-panes" ); in implDumpRecordBody()
3143 dumpBool< sal_uInt8 >( "show-zeros" ); in implDumpRecordBody()
4280 dumpBool< sal_uInt16 >( "horizontal" ); in dumpObjRecSbsData()
4295 dumpBool< sal_uInt16 >( "multiline" ); in dumpObjRecEdoData()
4296 dumpBool< sal_uInt16 >( "scrollbar" ); in dumpObjRecEdoData()
[all …]
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1627 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::InputObjectBase
1753 Type1 InputObjectBase::dumpBool( bool bType1, const String& rName, const NameListWrapper& rListWrp ) in dumpBool() function in oox::dump::InputObjectBase
1755 …return bType1 ? dumpBool< Type1 >( rName, rListWrp ) : static_cast< Type1 >( dumpBool< Type2 >( rN… in dumpBool()

Completed in 80 milliseconds