Lines Matching refs:pTable

146 			SwTable* pTable = SwTable::FindTable( pFmt );  in lcl_SetSpecialProperty()  local
152 pFmt->GetDoc()->SetRowsToRepeat( *pTable, bVal ? 1 : 0 ); in lcl_SetSpecialProperty()
159 pFmt->GetDoc()->SetRowsToRepeat( *pTable, (sal_uInt16) nRepeat ); in lcl_SetSpecialProperty()
226 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_GetSpecialProperty() local
227 sal_uInt16 nRepeat = pTable->GetRowsToRepeat(); in lcl_GetSpecialProperty()
291 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_GetSpecialProperty() local
292 SwNode* pTblNode = pTable->GetTableNode(); in lcl_GetSpecialProperty()
552 SwTable* pTable = SwTable::FindTable( pFmt ); in lcl_CreateXCell() local
553 SwTableBox* pBox = (SwTableBox*)pTable->GetTblBox( sCellName ); in lcl_CreateXCell()
556 pXCell = SwXCell::CreateXCell(pFmt, pBox, pTable); in lcl_CreateXCell()
609 void lcl_GetTblSeparators(uno::Any& rRet, SwTable* pTable, SwTableBox* pBox, sal_Bool bRow) in lcl_GetTblSeparators() argument
617 pTable->GetTabCols( aCols, pBox, sal_False, bRow ); in lcl_GetTblSeparators()
638 void lcl_SetTblSeparators(const uno::Any& rVal, SwTable* pTable, SwTableBox* pBox, sal_Bool bRow, S… in lcl_SetTblSeparators() argument
647 pTable->GetTabCols( aOldCols, pBox, sal_False, bRow ); in lcl_SetTblSeparators()
677 pDoc->SetTabCols(*pTable, aCols, aOldCols, pBox, bRow ); in lcl_SetTblSeparators()
877 SwTable* pTable = SwTable::FindTable( pTblFmt ); in IsValid() local
879 const_cast<SwXCell*>(this)->FindBox(pTable, pBox); in IsValid()
895 SwTable* pTable = SwTable::FindTable( GetFrmFmt() ); in getFormula() local
896 aFormula.PtrToBoxNm( pTable ); in getFormula()
1090 SwTable* pTable = SwTable::FindTable( pTblFmt ); in getPropertyValue() local
1091 SwTableNode* pTblNode = pTable->GetTableNode(); in getPropertyValue()
1157 SwTable const*const pTable( & pSttNd->FindTableNode()->GetTable() ); in createEnumeration() local
1160 pSttNd, pTable); in createEnumeration()
1188 SwXCell* SwXCell::CreateXCell(SwFrmFmt* pTblFmt, SwTableBox* pBox, SwTable *pTable ) in CreateXCell() argument
1193 if( !pTable ) in CreateXCell()
1194 pTable = SwTable::FindTable( pTblFmt ); in CreateXCell()
1197 pTable->GetTabSortBoxes().Seek_Entry( pBox, &nPos ) ? pBox : NULL; in CreateXCell()
1220 SwTableBox* SwXCell::FindBox(SwTable* pTable, SwTableBox* pBox2) in FindBox() argument
1223 if( nFndPos < pTable->GetTabSortBoxes().Count() && in FindBox()
1224 pBox2 == pTable->GetTabSortBoxes()[ nFndPos ] ) in FindBox()
1228 if( pTable->GetTabSortBoxes().Seek_Entry( pBox2, &nFndPos )) in FindBox()
1305 SwTable* pTable = SwTable::FindTable( pFmt ); in setPropertyValue() local
1306 SwTableLine* pLn = SwXTextTableRow::FindLine(pTable, pLine); in setPropertyValue()
1365 SwTable* pTable = SwTable::FindTable( pFmt ); in getPropertyValue() local
1366 SwTableLine* pLn = SwXTextTableRow::FindLine(pTable, pLine); in getPropertyValue()
1391 lcl_GetTblSeparators(aRet, pTable, pLine->GetTabBoxes()[0], sal_True); in getPropertyValue()
1430 SwTableLine* SwXTextTableRow::FindLine(SwTable* pTable, SwTableLine* pLine) in FindLine() argument
1433 SwTableLines &rLines = pTable->GetTabLines(); in FindLine()
1529 const SwTable* pTable = SwTable::FindTable( GetFrmFmt() ); in getRangeName() local
1530 const SwTableBox* pEndBox = pTable->GetTblBox( pNode->GetIndex()); in getRangeName()
1536 const SwTableBox* pStartBox = pTable->GetTblBox( pNode->GetIndex()); in getRangeName()
2183 SwTable* pTable = SwTable::FindTable( pFmt ); in getCellByName() local
2185 SwTableBox* pBox = (SwTableBox*)pTable->GetTblBox( sCellName ); in getCellByName()
2202 SwTable* pTable = SwTable::FindTable( pFmt ); in getCellNames() local
2204 SwTableLines& rTblLines = pTable->GetTabLines(); in getCellNames()
2229 SwTable* pTable = SwTable::FindTable( pFmt ); in createCursorByCellName() local
2231 SwTableBox* pBox = (SwTableBox*)pTable->GetTblBox( sCellName ); in createCursorByCellName()
2270 const SwTable *pTable = 0; in attachToRange() local
2281pTable = pDoc->InsertTable( SwInsertTableOptions( tabopts::HEADLINE | tabopts::DEFAULT_BORDER | ta… in attachToRange()
2286 if(pTable) in attachToRange()
2289 pTableProps->ApplyTblAttr(*pTable, *pDoc); in attachToRange()
2290 SwFrmFmt* pTblFmt = pTable->GetFrmFmt(); in attachToRange()
2348 SwTable* pTable = SwTable::FindTable( pFmt ); in dispose() local
2349 SwTableSortBoxes& rBoxes = pTable->GetTabSortBoxes(); in dispose()
2390 uno::Reference< table::XCellRange > SwXTextTable::GetRangeByName(SwFrmFmt* pFmt, SwTable* pTable, in GetRangeByName() argument
2398 const SwTableBox* pTLBox = pTable->GetTblBox( sTLName ); in GetRangeByName()
2409 const SwTableBox* pBRBox = pTable->GetTblBox( sBRName ); in GetRangeByName()
2438 SwTable* pTable = SwTable::FindTable( pFmt ); in getCellRangeByPosition() local
2439 if(!pTable->IsTblComplex()) in getCellRangeByPosition()
2452 aRef = GetRangeByName(pFmt, pTable, sTLName, sBRName, aDesc); in getCellRangeByPosition()
2468 SwTable* pTable = SwTable::FindTable( pFmt ); in getCellRangeByName() local
2469 if(!pTable->IsTblComplex()) in getCellRangeByName()
2487 aRef = GetRangeByName(pFmt, pTable, sTLName, sBRName, aDesc); in getCellRangeByName()
2568 SwTable* pTable = SwTable::FindTable( pFmt ); in setDataArray() local
2569 if(pTable->IsTblComplex()) in setDataArray()
2914 SwTable* pTable = SwTable::FindTable( pFmt ); in sort() local
2916 const SwTableSortBoxes& rTBoxes = pTable->GetTabSortBoxes(); in sort()
2933 SwTable* pTable = SwTable::FindTable( pFmt ); in autoFormat() local
2934 if(!pTable->IsTblComplex()) in autoFormat()
2944 const SwTableSortBoxes& rTBoxes = pTable->GetTabSortBoxes(); in autoFormat()
3032 SwTable* pTable = SwTable::FindTable( pFmt ); in setPropertyValue() local
3033 SwTableLines &rLines = pTable->GetTabLines(); in setPropertyValue()
3115 SwTable* pTable = SwTable::FindTable( pFmt ); in setPropertyValue() local
3116 SwTableLines &rLines = pTable->GetTabLines(); in setPropertyValue()
3153 SwTable* pTable = SwTable::FindTable( pFmt ); in setPropertyValue() local
3154 …lcl_SetTblSeparators(aValue, pTable, pTable->GetTabLines()[0]->GetTabBoxes()[0], sal_False, pFmt->… in setPropertyValue()
3227 SwTable* pTable = SwTable::FindTable( pFmt ); in getPropertyValue() local
3228 SwTableLines &rLines = pTable->GetTabLines(); in getPropertyValue()
3281 SwTable* pTable = SwTable::FindTable( pFmt ); in getPropertyValue() local
3282 const SwTableLines &rLines = pTable->GetTabLines(); in getPropertyValue()
3343 SwTable* pTable = SwTable::FindTable( pFmt ); in getPropertyValue() local
3344 lcl_GetTblSeparators(aRet, pTable, pTable->GetTabLines()[0]->GetTabBoxes()[0], sal_False); in getPropertyValue()
3355 SwTable* pTable = SwTable::FindTable( pFmt ); in getPropertyValue() local
3356 SwTableNode* pTblNode = pTable->GetTableNode(); in getPropertyValue()
3471 SwTable* pTable = SwTable::FindTable( pFmt ); in setName() local
3473 pFmt->GetDoc()->UpdateCharts( pTable->GetFrmFmt()->GetName() ); in setName()
3490 SwTable* pTable = SwTable::FindTable( pFmt ); in getRowCount() local
3491 if(!pTable->IsTblComplex()) in getRowCount()
3493 nRet = pTable->GetTabLines().Count(); in getRowCount()
3506 SwTable* pTable = SwTable::FindTable( pFmt ); in getColumnCount() local
3507 if(!pTable->IsTblComplex()) in getColumnCount()
3509 SwTableLines& rLines = pTable->GetTabLines(); in getColumnCount()
3668 SwTable* pTable = SwTable::FindTable( pFmt ); in getCellRangeByPosition() local
3669 if(!pTable->IsTblComplex()) in getCellRangeByPosition()
3679 const SwTableBox* pTLBox = pTable->GetTblBox( sTLName ); in getCellRangeByPosition()
3690 const SwTableBox* pBRBox = pTable->GetTblBox( sBRName ); in getCellRangeByPosition()
4585 SwTable* pTable = SwTable::FindTable( pFrmFmt ); in getCount() local
4586 nRet = pTable->GetTabLines().Count(); in getCount()
4601 SwTable* pTable = SwTable::FindTable( pFrmFmt ); in getByIndex() local
4602 if(pTable->GetTabLines().Count() > nIndex) in getByIndex()
4604 SwTableLine* pLine = pTable->GetTabLines().GetObject((sal_uInt16)nIndex); in getByIndex()
4652 SwTable* pTable = SwTable::FindTable( pFrmFmt ); in insertByIndex() local
4653 if(!pTable->IsTblComplex()) in insertByIndex()
4655 sal_uInt16 nRowCount = pTable->GetTabLines().Count(); in insertByIndex()
4664 const SwTableBox* pTLBox = pTable->GetTblBox( sTLName ); in insertByIndex()
4670 SwTableLines& rLines = pTable->GetTabLines(); in insertByIndex()
4707 SwTable* pTable = SwTable::FindTable( pFrmFmt ); in removeByIndex() local
4708 if(!pTable->IsTblComplex()) in removeByIndex()
4711 const SwTableBox* pTLBox = pTable->GetTblBox( sTLName ); in removeByIndex()
4725 const SwTableBox* pBLBox = pTable->GetTblBox( sBLName ); in removeByIndex()
4802 SwTable* pTable = SwTable::FindTable( pFrmFmt ); in getCount() local
4803 if(!pTable->IsTblComplex()) in getCount()
4805 SwTableLines& rLines = pTable->GetTabLines(); in getCount()
4824 SwTable* pTable = SwTable::FindTable( pFrmFmt ); in getByIndex() local
4825 if(!pTable->IsTblComplex()) in getByIndex()
4827 SwTableLines& rLines = pTable->GetTabLines(); in getByIndex()
4862 SwTable* pTable = SwTable::FindTable( pFrmFmt ); in insertByIndex() local
4863 if(!pTable->IsTblComplex()) in insertByIndex()
4865 SwTableLines& rLines = pTable->GetTabLines(); in insertByIndex()
4876 const SwTableBox* pTLBox = pTable->GetTblBox( sTLName ); in insertByIndex()
4916 SwTable* pTable = SwTable::FindTable( pFrmFmt ); in removeByIndex() local
4917 if(!pTable->IsTblComplex()) in removeByIndex()
4920 const SwTableBox* pTLBox = pTable->GetTblBox( sTLName ); in removeByIndex()
4934 const SwTableBox* pTRBox = pTable->GetTblBox( sTRName ); in removeByIndex()