Home
last modified time | relevance | path

Searched refs:rListWrp (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1460 if( !rListWrp.isEmpty() ) in addNameToItem()
1479 addNameToItem( nData, rListWrp ); in writeDecItem()
1487 addNameToItem( nData, rListWrp ); in writeHexItem()
1495 addNameToItem( nData, rListWrp ); in writeShortHexItem()
1503 addNameToItem( nData, rListWrp ); in writeBinItem()
1511 addNameToItem( nData, rListWrp ); in writeFixItem()
1521 addNameToItem( nData, rListWrp ); in writeDecBoolItem()
1533 addNameToItem( nData, rListWrp ); in writeValueItem()
1673 writeDecItem( rName, nData, rListWrp ); in dumpDec()
1682 writeHexItem( rName, nData, rListWrp ); in dumpHex()
[all …]
H A Dbiffdumper.hxx171 const NameListWrapper& rListWrp = NO_LIST,
212 const NameListWrapper& rListWrp = NO_LIST,
216 const NameListWrapper& rListWrp = NO_LIST,
247 const NameListWrapper& rListWrp, FormatType eFmtType ) in writeRectItem() argument
251 writeValueItem( "x-pos", nLeft, eFmtType, rListWrp ); in writeRectItem()
252 writeValueItem( "y-pos", nTop, eFmtType, rListWrp ); in writeRectItem()
253 writeValueItem( "x-size", nWidth, eFmtType, rListWrp ); in writeRectItem()
254 writeValueItem( "y-size", nHeight, eFmtType, rListWrp ); in writeRectItem()
259 const NameListWrapper& rListWrp, FormatType eFmtType ) in dumpRect() argument
263 writeRectItem( rName, nLeft, nTop, nWidth, nHeight, rListWrp, eFmtType ); in dumpRect()
[all …]
H A Doledumper.hxx354 Type dumpDecProperty( Type nDefault, const NameListWrapper& rListWrp = NO_LIST );
356 Type dumpHexProperty( Type nDefault, const NameListWrapper& rListWrp = NO_LIST );
438 Type AxPropertyObjectBase::dumpDecProperty( Type nDefault, const NameListWrapper& rListWrp ) in dumpDecProperty() argument
443 return dumpDec< Type >( getPropertyName(), rListWrp ); in dumpDecProperty()
449 Type AxPropertyObjectBase::dumpHexProperty( Type nDefault, const NameListWrapper& rListWrp ) in dumpHexProperty() argument
454 return dumpHex< Type >( getPropertyName(), rListWrp ); in dumpHexProperty()

Completed in 27 milliseconds