Lines Matching refs:pTable

286         const SwTable* pTable = SwTable::FindTable( &rTblFmt );  in GetCellRangeName()  local
287 pEndBox = pTable->GetTblBox( pStart->GetIndex()); in GetCellRangeName()
293 pStartBox = pTable->GetTblBox( pStart->GetIndex()); in GetCellRangeName()
453 SwTable *pTable = pTblFmt ? SwTable::FindTable( pTblFmt ) : 0; in GetFormatAndCreateCursorFromRangeRep() local
459 pTable ? pTable->GetTblBox( aStartCell, true ) : 0; in GetFormatAndCreateCursorFromRangeRep()
473 const SwTableBox* pBRBox = pTable->GetTblBox( aEndCell, true ); in GetFormatAndCreateCursorFromRangeRep()
744 SwTable* pTable = SwTable::FindTable( pTblFmt ); in Impl_createDataSource() local
745 if(pTable->IsTblComplex()) in Impl_createDataSource()
751 sal_Int32 nRows = pTable->GetTabLines().Count(); in Impl_createDataSource()
752 sal_Int32 nCols = pTable->GetTabLines().GetObject(0)->GetTabBoxes().Count(); in Impl_createDataSource()
1112 SwTable *pTable = 0; in detectArguments() local
1234 GetTableByName( *pDoc, aTableName, &pTableFmt, &pTable ); in detectArguments()
1235 if (!pTable || pTable->IsTblComplex()) in detectArguments()
1237 nTableRows = pTable->GetTabLines().Count(); in detectArguments()
1238 nTableCols = pTable->GetTabLines().GetObject(0)->GetTabBoxes().Count(); in detectArguments()
1613 void SwChartDataProvider::InvalidateTable( const SwTable *pTable ) in InvalidateTable() argument
1615 DBG_ASSERT( pTable, "table pointer is NULL" ); in InvalidateTable()
1616 if (pTable) in InvalidateTable()
1619 pTable->GetFrmFmt()->GetDoc()->GetChartControllerHelper().StartOrContinueLocking(); in InvalidateTable()
1621 const Set_DataSequenceRef_t &rSet = aDataSequences[ pTable ]; in InvalidateTable()
1639 sal_Bool SwChartDataProvider::DeleteBox( const SwTable *pTable, const SwTableBox &rBox ) in DeleteBox() argument
1642 DBG_ASSERT( pTable, "table pointer is NULL" ); in DeleteBox()
1643 if (pTable) in DeleteBox()
1646 pTable->GetFrmFmt()->GetDoc()->GetChartControllerHelper().StartOrContinueLocking(); in DeleteBox()
1648 Set_DataSequenceRef_t &rSet = aDataSequences[ pTable ]; in DeleteBox()
1701 void SwChartDataProvider::DisposeAllDataSequences( const SwTable *pTable ) in DisposeAllDataSequences() argument
1703 DBG_ASSERT( pTable, "table pointer is NULL" ); in DisposeAllDataSequences()
1704 if (pTable) in DisposeAllDataSequences()
1707 pTable->GetFrmFmt()->GetDoc()->GetChartControllerHelper().StartOrContinueLocking(); in DisposeAllDataSequences()
1713 const Set_DataSequenceRef_t aSet( aDataSequences[ pTable ] ); in DisposeAllDataSequences()
1872 SwTable* pTable = SwTable::FindTable( pTblFmt ); in convertRangeToXML() local
1873 if (pTable->IsTblComplex()) in convertRangeToXML()
1878 pFirstFoundTable = pTable; in convertRangeToXML()
1879 if (pTable != pFirstFoundTable) in convertRangeToXML()
2039 const SwTable* pTable = SwTable::FindTable( &rTblFmt ); in SwChartDataSequence() local
2040 if (pTable) in SwChartDataSequence()
2043 pDataProvider->AddDataSequence( *pTable, xRef ); in SwChartDataSequence()
2090 const SwTable* pTable = SwTable::FindTable( GetFrmFmt() ); in SwChartDataSequence() local
2091 if (pTable) in SwChartDataSequence()
2094 pDataProvider->AddDataSequence( *pTable, xRef ); in SwChartDataSequence()
2162 SwTable* pTable = SwTable::FindTable( pTblFmt ); in getData() local
2163 if(!pTable->IsTblComplex()) in getData()
2215 SwTable* pTable = pTblFmt ? SwTable::FindTable( pTblFmt ) : 0; in generateLabel() local
2216 if (!pTblFmt || !pTable || pTable->IsTblComplex()) in generateLabel()
2329 SwTable* pTable = SwTable::FindTable( pTblFmt ); in getTextualData() local
2330 if(!pTable->IsTblComplex()) in getTextualData()
2359 SwTable* pTable = SwTable::FindTable( pTblFmt ); in getNumericalData() local
2360 if(!pTable->IsTblComplex()) in getNumericalData()
2594 const SwTable* pTable = SwTable::FindTable( GetFrmFmt() ); in dispose() local
2595 if (pTable) in dispose()
2598 pDataProvider->RemoveDataSequence( *pTable, xRef ); in dispose()
2673 const SwTable* pTable = SwTable::FindTable( GetFrmFmt() ); in DeleteBox() local
2674 String aPointCellName( pTable->GetTblBox( pPointStartNode->GetIndex() )->GetName() ); in DeleteBox()
2675 String aMarkCellName( pTable->GetTblBox( pMarkStartNode->GetIndex() )->GetName() ); in DeleteBox()
2719 SwTableBox* pNewBox = (SwTableBox*) pTable->GetTblBox( aNewCellName ); in DeleteBox()
2764 SwTable* pTable = SwTable::FindTable( pTblFmt ); in FillRangeDesc() local
2765 if(!pTable->IsTblComplex()) in FillRangeDesc()
2803 const SwTable* pTable = SwTable::FindTable( GetFrmFmt() ); in ExtendTo() local
2804 DBG_ASSERT( !pTable->IsTblComplex(), "table too complex" ); in ExtendTo()
2805 if (nCount < 1 || nFirstNew < 0 || pTable->IsTblComplex()) in ExtendTo()
2812 pEndBox = pTable->GetTblBox( pStartNd->GetIndex() ); in ExtendTo()
2816 pStartBox = pTable->GetTblBox( pStartNd->GetIndex() ); in ExtendTo()
2867 const SwTableBox *pNewStartBox = pTable->GetTblBox( aNewStartCell ); in ExtendTo()
2868 const SwTableBox *pNewEndBox = pTable->GetTblBox( aNewEndCell ); in ExtendTo()