Home
last modified time | relevance | path

Searched refs:dumpHex (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/oox/source/dump/
H A Dbiffdumper.cxx136 dumpHex< sal_uInt16 >( "flags", "DFF-CLIENTANCHOR-FLAGS" ); in implDumpClientAnchor()
513 dumpHex< sal_uInt16 >( "flags", "PHONETICPR-FLAGS" ); in dumpUniString()
712 return dumpHex< sal_uInt16 >( "repeated-rec-id", getRecNames() ); in dumpRepeatedRecId()
717 dumpHex< sal_uInt16 >( "fr-rec-id", getRecNames() ); in dumpFrHeader()
718 sal_Int16 nFlags = bWithFlags ? dumpHex< sal_uInt16 >( "fr-flags", "FR-FLAGS" ) : 0x0001; in dumpFrHeader()
747 sal_uInt32 nStartPos = dumpHex< sal_uInt32 >( "ctls-stream-pos", "CONV-DEC" ); in dumpControl()
748 sal_uInt32 nLength = dumpHex< sal_uInt32 >( "ctls-stream-length", "CONV-DEC" ); in dumpControl()
821 sal_uInt8 nTokenId = dumpHex< sal_uInt8 >( EMPTY_STRING, mxTokens ); in implDump()
1054 nCol = dumpHex< sal_uInt16 >( rName, mxRelFlags ); in dumpTokenCol()
1071 nRow = dumpHex< sal_uInt16 >( rName, mxRelFlags ); in dumpTokenRow()
[all …]
H A Dxlsbdumper.cxx195 sal_uInt8 nFlags = bRich ? dumpHex< sal_uInt8 >( "flags", "STRING-FLAGS" ) : 0; in dumpString()
218 dumpHex< sal_uInt16 >( "flags", "PHONETIC-FLAGS" ); in dumpString()
379 sal_uInt8 nTokenId = dumpHex< sal_uInt8 >( EMPTY_STRING, mxTokens ); in implDump()
584 sal_uInt16 nCol = dumpHex< sal_uInt16 >( rName, mxRelFlags ); in dumpTokenCol()
800 sal_uInt16 nFlags = dumpHex< sal_uInt16 >( "flags", "TABLEFLAGS" ); in dumpTableToken()
843 sal_uInt8 nType = dumpHex< sal_uInt8 >( "type", mxAttrTypes ); in dumpAttrToken()
1005 dumpHex< sal_uInt8 >( "flags", "ARRAY-FLAGS" ); in implDumpRecordBody()
1029 dumpHex< sal_uInt8 >( "flags", "BORDER-FLAGS" ); in implDumpRecordBody()
1056 dumpHex< sal_uInt16 >( "flags", "CALCPR-FLAGS" ); in implDumpRecordBody()
1100 dumpHex< sal_uInt16 >( "flags", "CELLSTYLE-FLAGS" ); in implDumpRecordBody()
[all …]
H A Doledumper.cxx106 dumpHex< sal_uInt8 >( "flags", "STDFONT-FLAGS" ); in implDump()
121 dumpHex< sal_uInt32 >( "identifier", "STDPIC-ID" ); in implDump()
122 sal_uInt32 nSize = dumpHex< sal_uInt32 >( "image-size", "CONV-DEC" ); in implDump()
149 sal_uInt32 nFlags = dumpHex< sal_uInt32 >( "flags", "STDHLINK-FLAGS" ); in implDump()
203 dumpHex< sal_uInt32 >( "flags", "STDHLINK-URL-FLAGS" ); in dumpUrlMoniker()
213 dumpHex< sal_uInt16 >( "version" ); in dumpFileMoniker()
283 … if( (mxStrm->getRemaining() >= 4) && (dumpHex< sal_Int32 >( "unicode-marker" ) == 0x71B239F4) ) in implDump()
353 dumpHex< sal_uInt16 >( "byte-order", "OLEPROP-BYTE-ORDER" ); in implDump()
369 aStartPosVec.push_back( dumpHex< sal_uInt32 >( "start-pos", "CONV-DEC" ) ); in implDump()
416 sal_uInt32 nPropPos = nStartPos + dumpHex< sal_uInt32 >( "start-pos", "CONV-DEC" ); in dumpSection()
[all …]
H A Ddffdumper.cxx129 dumpHex< sal_uInt32 >( "max-shape-id", "CONV-DEC" ); in implDumpRecordBody()
134 dumpHex< sal_uInt32 >( "max-shape-id", "CONV-DEC" ); in implDumpRecordBody()
145 dumpHex< sal_uInt32 >( "next-free-id", "CONV-DEC" ); in implDumpRecordBody()
157 dumpHex< sal_uInt32 >( "shape-id", "CONV-DEC" ); in implDumpRecordBody()
158 dumpHex< sal_uInt32 >( "shape-flags", "DFFSP-FLAGS" ); in implDumpRecordBody()
194 return dumpHex< sal_uInt32 >( rName, "DFF-SIMPLE-COLOR" ); in dumpDffSimpleColor()
199 return dumpHex< sal_uInt32 >( rName, "DFF-COLOR" ); in dumpDffColor()
312 return dumpHex< sal_uInt16 >( "id", "DFFOPT-PROPERTY-ID" ); in dumpDffOptPropHeader()
H A Ddumperbase.cxx2640 dumpHex< sal_uInt8 >( rName ); in dumpArray()
/AOO41X/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1621 Type dumpHex( const String& rName, const NameListWrapper& rListWrp = NO_LIST );
1636 …Type1 dumpHex( bool bType1, const String& rName, const NameListWrapper& rListWrp = N…
1678 Type InputObjectBase::dumpHex( const String& rName, const NameListWrapper& rListWrp ) in dumpHex() function in oox::dump::InputObjectBase
1735 Type1 InputObjectBase::dumpHex( bool bType1, const String& rName, const NameListWrapper& rListWrp ) in dumpHex() function in oox::dump::InputObjectBase
1737 …return bType1 ? dumpHex< Type1 >( rName, rListWrp ) : static_cast< Type1 >( dumpHex< Type2 >( rNam… in dumpHex()
H A Doledumper.hxx454 return dumpHex< Type >( getPropertyName(), rListWrp ); in dumpHexProperty()