Lines Matching refs:pLines
280 OConnectionLineDataVec* pLines = m_pConnData->GetConnLineDataList(); in SaveModified() local
281 if ( pLines->size() <= static_cast<sal_uInt32>(nRow) ) in SaveModified()
283 pLines->push_back(new OConnectionLineData()); in SaveModified()
284 nRow = pLines->size() - 1; in SaveModified()
287 OConnectionLineDataRef pConnLineData = (*pLines)[nRow]; in SaveModified()
456 OConnectionLineDataVec* pLines = m_pConnData->GetConnLineDataList(); in setWindowTables() local
457 ::std::for_each(pLines->begin(), in setWindowTables()
458 pLines->end(), in setWindowTables()
663 const OConnectionLineDataVec* pLines = pConnData->GetConnLineDataList(); in NotifyCellChange() local
664 m_pParentDialog->setValid(!pLines->empty()); in NotifyCellChange()
666 if ( pLines->size() >= static_cast<sal_uInt32>(m_pRC_Tables->GetRowCount()) ) in NotifyCellChange()
669 …m_pRC_Tables->RowInserted(m_pRC_Tables->GetRowCount(), pLines->size() - static_cast<sal_uInt32>(m_… in NotifyCellChange()