Home
last modified time | relevance | path

Searched refs:nChartCol (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/inc/
H A Dchartpos.hxx78 const ScAddress* GetPosition( SCCOL nChartCol, SCROW nChartRow ) const in GetPosition() argument
80 if ( IsValid( nChartCol, nChartRow ) ) in GetPosition()
81 return ppData[ GetIndex( nChartCol, nChartRow ) ]; in GetPosition()
84 const ScAddress* GetColHeaderPosition( SCCOL nChartCol ) const in GetColHeaderPosition()
86 if ( nChartCol < nColCount ) in GetColHeaderPosition()
87 return ppColHeader[ nChartCol ]; in GetColHeaderPosition()
/aoo4110/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx280 vector<ScSharedTokenRef>* getColHeaderRanges(SCCOL nChartCol) const;

Completed in 139 milliseconds