Lines Matching refs:pSharedData

461 	pSharedData(NULL),  in ScXMLExport()
640 if (!pSharedData) in CollectSharedData()
657 pSharedData->AddDrawPage(aDrawPage, nTable); in CollectSharedData()
707 pSharedData->AddNewShape(aMyShape); in CollectSharedData()
708 pSharedData->SetLastColumn(nTable, aRange.aStart.Col()); in CollectSharedData()
709 pSharedData->SetLastRow(nTable, aRange.aStart.Row()); in CollectSharedData()
713 pSharedData->AddTableShape(nTable, xShape); in CollectSharedData()
741 pSharedData->SortShapesContainer(); in CollectShapesAutoStyles()
742 pSharedData->SortNoteShapes(); in CollectShapesAutoStyles()
745 if (pSharedData->GetShapesContainer()) in CollectShapesAutoStyles()
747 pShapeList = pSharedData->GetShapesContainer()->GetShapes(); in CollectShapesAutoStyles()
750 if (pSharedData->HasDrawPage()) in CollectShapesAutoStyles()
754 uno::Reference<drawing::XDrawPage> xDrawPage(pSharedData->GetDrawPage(nTable)); in CollectShapesAutoStyles()
764 pSharedData->SetDrawPageHasForms(nTable, sal_True); in CollectShapesAutoStyles()
766 ScMyTableShapes* pTableShapes(pSharedData->GetTableShapes()); in CollectShapesAutoStyles()
791 if (pSharedData->GetNoteShapes()) in CollectShapesAutoStyles()
793 pNoteShapes = pSharedData->GetNoteShapes()->GetNotes(); in CollectShapesAutoStyles()
812 pSharedData->SortNoteShapes(); // sort twice, because some more shapes are added in CollectShapesAutoStyles()
923 pSharedData->SetLastColumn( nTab, rDetPos.Col() ); in GetDetectiveOpList()
924 pSharedData->SetLastRow( nTab, rDetPos.Row() ); in GetDetectiveOpList()
995 for (nColumn = 0; nColumn <= pSharedData->GetLastColumn(nTable); ++nColumn) in ExportColumns()
1393 …pCellStyles->GetFormatRanges(nStartCol, pSharedData->GetLastColumn(nSheet), nStartRow, nSheet, pRo… in ExportFormatRanges()
1401 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1415 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1432 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1445 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1506 pSharedData->SetLastColumn(nCurrentTable, pGroupColumns->GetLast()); in FillColumnRowGroups()
1507 pSharedData->SetLastRow(nCurrentTable, pGroupRows->GetLast()); in FillColumnRowGroups()
1640 if (!pSharedData) in _ExportContent()
1675 pSharedData->GetDetectiveObjContainer()->Sort(); in _ExportContent()
1678 pCellsItr->SetShapes( pSharedData->GetShapesContainer() ); in _ExportContent()
1679 pCellsItr->SetNoteShapes( pSharedData->GetNoteShapes() ); in _ExportContent()
1683 pCellsItr->SetDetectiveObj( pSharedData->GetDetectiveObjContainer() ); in _ExportContent()
1760 if (pSharedData->HasForm(nTable, xDrawPage) && xDrawPage.is()) in _ExportContent()
1768 if (pSharedData->HasDrawPage()) in _ExportContent()
1770 …GetShapeExport()->seekShapes(uno::Reference<drawing::XShapes>(pSharedData->GetDrawPage(nTable), un… in _ExportContent()
1774 pSharedData->SetLastColumn(nTable, aRange.EndColumn); in _ExportContent()
1775 pSharedData->SetLastRow(nTable, aRange.EndRow); in _ExportContent()
1781 pSharedData->SetLastColumn(nTable, aColumnHeaderRange.EndColumn); in _ExportContent()
1784 pSharedData->SetLastRow(nTable, aRowHeaderRange.EndRow); in _ExportContent()
1785 pDefaults->FillDefaultStyles(nTable, pSharedData->GetLastRow(nTable), in _ExportContent()
1786 pSharedData->GetLastColumn(nTable), pCellStyles, pDoc); in _ExportContent()
1832pSharedData->GetLastColumn(nTable), pSharedData->GetLastRow(nTable), nTable); in _ExportContent()
1835 …ExportFormatRanges(0, 0, pSharedData->GetLastColumn(nTable), pSharedData->GetLastRow(nTable), nTab… in _ExportContent()
1837 CloseRow(pSharedData->GetLastRow(nTable)); in _ExportContent()
1861 if (!pSharedData) in _ExportStyles()
1878 if (pSharedData->HasShapes()) in _ExportStyles()
2022 pSharedData->SetLastColumn(nTable, pAddresses->EndColumn); in AddStyleFromCells()
2023 pSharedData->SetLastRow(nTable, pAddresses->EndRow); in AddStyleFromCells()
2051 pSharedData->SetLastColumn(nTable, pAddresses->EndColumn); in AddStyleFromCells()
2052 pSharedData->SetLastRow(nTable, pAddresses->EndRow); in AddStyleFromCells()
2442 if (!pSharedData) in _ExportAutoStyles()
2511 pSharedData->SetLastColumn(nTable, nColumns); in _ExportAutoStyles()
2551 pSharedData->SetLastRow(nTable, nRows); in _ExportAutoStyles()
2678 pSharedData->AddNoteObj( xShape, pCaptData->maStart ); in CollectInternalShape()
2683 pSharedData->SetLastColumn( nCurrentTable, pCaptData->maStart.Col() ); in CollectInternalShape()
2684 pSharedData->SetLastRow( nCurrentTable, pCaptData->maStart.Row() ); in CollectInternalShape()
2695pSharedData->GetDetectiveObjContainer()->AddObject( eObjType, static_cast<SCTAB>(nCurrentTable), a… in CollectInternalShape()
2746 pSharedData->SetLastColumn(aCellAddress2.Sheet, aCellAddress2.EndColumn); in GetMerged()
2747 pSharedData->SetLastRow(aCellAddress2.Sheet, aCellAddress2.EndRow); in GetMerged()
3268 ScMyTableShapes* pTableShapes(pSharedData->GetTableShapes()); in WriteTableShapes()
4417 pSharedData = new ScMySharedData(nTableCount); in CreateSharedData()