Home
last modified time | relevance | path

Searched refs:nCellIndex (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx958 sal_Int32 nCellIndex (aLine.mnLineStartCellIndex); in AddLine() local
960 for ( ; nCellIndex<sal_Int32(maCells.size()); ++nCellIndex) in AddLine()
962 const Cell& rCell (maCells[nCellIndex]); in AddLine()
967 aLine.mnLineEndCellIndex = nCellIndex; in AddLine()
1202 const sal_Int32 nCellIndex (nGlobalCharacterIndex - rLine.mnLineStartCharacterIndex); in GetCharacterBounds() local
1208 ::std::min(nCellIndex, rLine.maCellBoxes.getLength()-1)]); in GetCharacterBounds()
1224 if (nCellIndex >= rLine.maCellBoxes.getLength()) in GetCharacterBounds()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx507 long nCellIndex = GetRealRow(nRow); in GetController() local
508 switch (nCellIndex) in GetController()
537 long nCellIndex = GetRealRow(nRow); in InitController() local
539 switch (nCellIndex) in InitController()
615 sal_uInt16 nIdx = sal_uInt16(nCellIndex - BROW_CRIT1_ROW); in InitController()
2380 String OSelectionBrowseBox::GetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId) in GetCellContents() argument
2391 switch (nCellIndex) in GetCellContents()
2403 return GetCellText(nCellIndex, nColId); in GetCellContents()
2464 long nCellIndex = GetRealRow(nRow); in SetCellContents() local
2466 RowModified(nCellIndex, nColId); in SetCellContents()
[all …]
H A DSelectionBrowseBox.hxx140 String GetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId);
141 void SetCellContents(sal_Int32 nCellIndex, sal_uInt16 nColId, const String& strNewText);
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx390 size_t Array::GetColFromIndex( size_t nCellIndex ) const in GetColFromIndex()
392 DBG_FRAME_CHECK_INDEX( nCellIndex, "GetColFromIndex" ); in GetColFromIndex()
393 return mxImpl->mnWidth ? (nCellIndex % mxImpl->mnWidth) : 0; in GetColFromIndex()
396 size_t Array::GetRowFromIndex( size_t nCellIndex ) const in GetRowFromIndex()
398 DBG_FRAME_CHECK_INDEX( nCellIndex, "GetRowFromIndex" ); in GetRowFromIndex()
399 return mxImpl->mnWidth ? (nCellIndex / mxImpl->mnWidth) : 0; in GetRowFromIndex()
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx182 size_t GetColFromIndex( size_t nCellIndex ) const;
185 size_t GetRowFromIndex( size_t nCellIndex ) const;

Completed in 63 milliseconds