Home
last modified time | relevance | path

Searched refs:pCurRow (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableFieldControl.cxx90 ::boost::shared_ptr<OTableRow> pCurRow = GetCtrl()->GetActRow(); in IsReadOnly()
91 if( pCurRow ) in IsReadOnly()
92 bRead = pCurRow->IsReadOnly(); in IsReadOnly()
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx2186 HTMLTableRow *pCurRow = (*pRows)[nCurRow]; in InsertCell() local
2189 HTMLTableCell *pCell = pCurRow->GetCell(i); in InsertCell()
2208 HTMLTableCell *pCell = pCurRow->GetCell(i); in InsertCell()
2284 HTMLTableRow *pCurRow = ((*pRows)[nCurRow]); in OpenRow() local
2285 pCurRow->SetAdjust( eAdjust ); in OpenRow()
2286 pCurRow->SetVertOri( eVertOrient ); in OpenRow()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1619 SwXMLTableRow_Impl *pCurRow = (*pRows)[(sal_uInt16)nCurRow]; in InsertCell() local
1624 if( pCurRow->GetCell(i)->IsUsed() ) in InsertCell()

Completed in 70 milliseconds