| LibreOffice Module sc (master) 1
    | 
Base struct for named info structs. More...
#include <xlpivot.hxx>
| Public Member Functions | |
| bool | HasVisName () const | 
| The displayed name of the item.  More... | |
| const OUString * | GetVisName () const | 
| Returns the name, if set explicitly (maVisName.mbUseCache is false).  More... | |
| void | SetVisName (const OUString &rName) | 
| Sets the visible name and enables usage of cache if name is empty.  More... | |
| Public Attributes | |
| XclPTCachedName | maVisName | 
Base struct for named info structs.
Supports explicit naming and using the cache.
Definition at line 559 of file xlpivot.hxx.
| const OUString * XclPTVisNameInfo::GetVisName | ( | ) | const | 
Returns the name, if set explicitly (maVisName.mbUseCache is false).
Definition at line 420 of file xlpivot.cxx.
References HasVisName(), XclPTCachedName::maName, and maVisName.
Referenced by XclImpPTField::ConvertDataFieldInfo(), XclImpPTItem::ConvertItem(), XclImpPTField::ConvertRCPField(), and XclImpPTField::GetVisFieldName().
| 
 | inline | 
The displayed name of the item.
Returns true, if the name is set explicitly (maVisName.mbUseCache is false).
Definition at line 564 of file xlpivot.hxx.
References maVisName, and XclPTCachedName::mbUseCache.
Referenced by XclImpPTItem::ConvertItem(), and GetVisName().
| void XclPTVisNameInfo::SetVisName | ( | const OUString & | rName | ) | 
Sets the visible name and enables usage of cache if name is empty.
Definition at line 425 of file xlpivot.cxx.
References XclPTCachedName::maName, maVisName, and XclPTCachedName::mbUseCache.
Referenced by XclExpPTField::SetDataPropertiesFromDim(), XclExpPTField::SetPropertiesFromDim(), and XclExpPTItem::SetPropertiesFromMember().
| XclPTCachedName XclPTVisNameInfo::maVisName | 
Definition at line 561 of file xlpivot.hxx.
Referenced by GetVisName(), HasVisName(), operator<<(), operator>>(), SetVisName(), and XclExpPTItem::XclExpPTItem().