LibreOffice Module chart2 (master) 1
|
#include <XMLRangeHelper.hxx>
Public Member Functions | |
Cell () | |
bool | empty () const |
Public Attributes | |
sal_Int32 | nColumn |
sal_Int32 | nRow |
bool | bRelativeColumn |
bool | bRelativeRow |
bool | bIsEmpty |
Definition at line 28 of file XMLRangeHelper.hxx.
|
inline |
Definition at line 36 of file XMLRangeHelper.hxx.
|
inline |
Definition at line 44 of file XMLRangeHelper.hxx.
Referenced by chart::XMLRangeHelper::getXMLStringFromCellRange().
bool chart::XMLRangeHelper::Cell::bIsEmpty |
Definition at line 34 of file XMLRangeHelper.hxx.
Referenced by chart::InternalDataProvider::convertRangeFromXML(), and chart::InternalDataProvider::convertRangeToXML().
bool chart::XMLRangeHelper::Cell::bRelativeColumn |
Definition at line 32 of file XMLRangeHelper.hxx.
bool chart::XMLRangeHelper::Cell::bRelativeRow |
Definition at line 33 of file XMLRangeHelper.hxx.
sal_Int32 chart::XMLRangeHelper::Cell::nColumn |
Definition at line 30 of file XMLRangeHelper.hxx.
Referenced by chart::InternalDataProvider::convertRangeFromXML(), and chart::InternalDataProvider::convertRangeToXML().
sal_Int32 chart::XMLRangeHelper::Cell::nRow |
Definition at line 31 of file XMLRangeHelper.hxx.
Referenced by chart::InternalDataProvider::convertRangeFromXML(), and chart::InternalDataProvider::convertRangeToXML().