|
LibreOffice Module sc (master) 1
|
#include <dapiuno.hxx>
Public Member Functions | |
| ScFieldIdentifier () | |
| True = data layout field collecting all data fields as items. More... | |
| ScFieldIdentifier (OUString aFieldName, bool bDataLayout) | |
Public Attributes | |
| OUString | maFieldName |
| sal_Int32 | mnFieldIdx |
| Source field name. More... | |
| bool | mbDataLayout |
| Field index (if several fields with same name exist). More... | |
Definition at line 279 of file dapiuno.hxx.
|
inlineexplicit |
True = data layout field collecting all data fields as items.
Definition at line 285 of file dapiuno.hxx.
|
inlineexplicit |
Definition at line 288 of file dapiuno.hxx.
| OUString ScFieldIdentifier::maFieldName |
Definition at line 281 of file dapiuno.hxx.
Referenced by ScDataPilotChildObjBase::GetDPDimension(), lcl_GetFieldDataByIndex(), lcl_GetFieldDataByName(), lcl_GetObjectIndex(), and ScDataPilotFieldObj::setOrientation().
| bool ScFieldIdentifier::mbDataLayout |
Field index (if several fields with same name exist).
Definition at line 283 of file dapiuno.hxx.
Referenced by ScDataPilotChildObjBase::GetDPDimension(), lcl_GetFieldDataByIndex(), lcl_GetFieldDataByName(), lcl_GetObjectIndex(), and ScDataPilotFieldObj::setOrientation().
| sal_Int32 ScFieldIdentifier::mnFieldIdx |
Source field name.
Definition at line 282 of file dapiuno.hxx.
Referenced by ScDataPilotChildObjBase::GetDPDimension(), lcl_GetFieldDataByIndex(), lcl_GetFieldDataByName(), and ScDataPilotFieldObj::setOrientation().