Searched refs:rListWrp (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/oox/inc/oox/dump/ |
| H A D | dumperbase.hxx | 1009 ::rtl::OUString getName( const NameListWrapper& rListWrp, Type nKey ) const; 1012 bool hasName( const NameListWrapper& rListWrp, Type nKey ) const; 1059 ::rtl::OUString Config::getName( const NameListWrapper& rListWrp, Type nKey ) const in getName() argument 1061 NameListRef xList = rListWrp.getNameList( *this ); in getName() 1066 bool Config::hasName( const NameListWrapper& rListWrp, Type nKey ) const in hasName() argument 1068 NameListRef xList = rListWrp.getNameList( *this ); in hasName() 1147 inline void writeName( const Config& rCfg, Type nData, const NameListWrapper& rListWrp ) in writeName() argument 1148 { writeString( rCfg.getName( rListWrp, nData ) ); } in writeName() 1421 void addNameToItem( Type nData, const NameListWrapper& rListWrp ); 1424 …d writeNameItem( const String& rName, Type nData, const NameListWrapper& rListWrp ); [all …]
|
| H A D | biffdumper.hxx | 171 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 D | oledumper.hxx | 354 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()
|