Searched refs:pPCD (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/filter/source/graphicfilter/ipcd/ |
H A D | ipcd.cxx | 56 SvStream* pPCD; member in PCDReader 101 pPCD = &rPCD; in ReadPCD() 193 pPCD->Seek( 2048 ); in CheckPCDImagePacFile() 194 pPCD->Read( Buf, 7 ); in CheckPCDImagePacFile() 206 pPCD->Seek( 194635 ); in ReadOrientation() 207 *pPCD >> nOrientation; in ReadOrientation() 254 pPCD->Seek( nImagePos ); in ReadImage() 259 pPCD->Read( pCbN, nW2 ); in ReadImage() 260 pPCD->Read( pCrN, nW2 ); in ReadImage() 277 pPCD->Read( pCbN, nW2 ); in ReadImage() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docchart.cxx | 145 SwChartDataProvider *pPCD = GetChartDataProvider(); in _UpdateCharts() local 146 if (pPCD) in _UpdateCharts() 147 pPCD->InvalidateTable( &rTbl ); in _UpdateCharts() 207 SwChartDataProvider *pPCD = GetChartDataProvider(); in SetTableName() local 208 if (pPCD) in SetTableName() 209 pPCD->InvalidateTable( pTable ); in SetTableName()
|
H A D | tblrwcl.cxx | 579 SwChartDataProvider *pPCD = pDoc->GetChartDataProvider(); in InsertCol() local 580 if (pPCD && nCnt) in InsertCol() 581 pPCD->AddRowCols( *this, rBoxes, nCnt, bBehind ); in InsertCol() 678 SwChartDataProvider *pPCD = pDoc->GetChartDataProvider(); in _InsertRow() local 679 if (pPCD && nCnt) in _InsertRow() 680 pPCD->AddRowCols( *this, rBoxes, nCnt, bBehind ); in _InsertRow() 1126 SwChartDataProvider *pPCD = pDoc->GetChartDataProvider(); in DeleteSel() local 1136 if (pPCD && pTblNd) in DeleteSel() 1137 pPCD->DeleteBox( &pTblNd->GetTable(), *rBoxes[nIdx] ); in DeleteSel()
|
/aoo41x/main/sw/source/core/undo/ |
H A D | untbl.cxx | 1069 SwChartDataProvider *pPCD = pDoc->GetChartDataProvider(); in CreateNew() local 1084 if (pPCD) in CreateNew() 1085 pPCD->DeleteBox( &rTbl, *pBox ); in CreateNew() 1107 if (pPCD) in CreateNew() 1108 pPCD->DeleteBox( &rTbl, *pBox ); in CreateNew() 1785 SwChartDataProvider *pPCD = rDoc.GetChartDataProvider(); in UndoImpl() local 1823 if (pPCD) in UndoImpl() 1860 if (pPCD) in UndoImpl() 2065 SwChartDataProvider *pPCD = rDoc.GetChartDataProvider(); in UndoImpl() 2129 if (pPCD) in UndoImpl() [all …]
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docshini.cxx | 427 SwChartDataProvider *pPCD = mpDoc->GetChartDataProvider(); in ~SwDocShell() local 428 if (pPCD) in ~SwDocShell() 429 pPCD->dispose(); in ~SwDocShell()
|
/aoo41x/main/sw/source/core/docnode/ |
H A D | ndtbl.cxx | 3519 …SwChartDataProvider *pPCD = rTbl.GetFrmFmt()->getIDocumentChartDataProviderAccess()->GetChartDataP… in SplitTable() local 3520 if( pPCD ) in SplitTable() 3529 pPCD->DeleteBox( &rTbl, *rTbl.GetTabLines()[ nLineIdx ]->GetTabBoxes()[nIdx] ); in SplitTable()
|
Completed in 68 milliseconds