LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScFieldIdentifier Struct Reference

#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...
 

Detailed Description

Definition at line 279 of file dapiuno.hxx.

Constructor & Destructor Documentation

◆ ScFieldIdentifier() [1/2]

ScFieldIdentifier::ScFieldIdentifier ( )
inlineexplicit

True = data layout field collecting all data fields as items.

Definition at line 285 of file dapiuno.hxx.

◆ ScFieldIdentifier() [2/2]

ScFieldIdentifier::ScFieldIdentifier ( OUString  aFieldName,
bool  bDataLayout 
)
inlineexplicit

Definition at line 288 of file dapiuno.hxx.

Member Data Documentation

◆ maFieldName

OUString ScFieldIdentifier::maFieldName

◆ mbDataLayout

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().

◆ mnFieldIdx

sal_Int32 ScFieldIdentifier::mnFieldIdx

The documentation for this struct was generated from the following file: