Searched refs:pCurRow (Results 1 – 3 of 3) sorted by relevance
90 ::boost::shared_ptr<OTableRow> pCurRow = GetCtrl()->GetActRow(); in IsReadOnly()91 if( pCurRow ) in IsReadOnly()92 bRead = pCurRow->IsReadOnly(); in IsReadOnly()
2186 HTMLTableRow *pCurRow = (*pRows)[nCurRow]; in InsertCell() local2189 HTMLTableCell *pCell = pCurRow->GetCell(i); in InsertCell()2208 HTMLTableCell *pCell = pCurRow->GetCell(i); in InsertCell()2284 HTMLTableRow *pCurRow = ((*pRows)[nCurRow]); in OpenRow() local2285 pCurRow->SetAdjust( eAdjust ); in OpenRow()2286 pCurRow->SetVertOri( eVertOrient ); in OpenRow()
1619 SwXMLTableRow_Impl *pCurRow = (*pRows)[(sal_uInt16)nCurRow]; in InsertCell() local1624 if( pCurRow->GetCell(i)->IsUsed() ) in InsertCell()
Completed in 51 milliseconds