Searched refs:ScChartHelper (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sc/source/core/tool/ |
H A D | charthelper.cxx | 130 sal_uInt16 ScChartHelper::DoUpdateCharts( const ScAddress& rPos, ScDocument* pDoc ) in DoUpdateCharts() 136 sal_uInt16 ScChartHelper::DoUpdateAllCharts( ScDocument* pDoc ) in DoUpdateAllCharts() 142 void ScChartHelper::AdjustRangesOfChartsOnDestinationPage( ScDocument* pSrcDoc, ScDocument* pDestDo… in AdjustRangesOfChartsOnDestinationPage() 183 void ScChartHelper::UpdateChartsOnDestinationPage( ScDocument* pDestDoc, const SCTAB nDestTab ) in UpdateChartsOnDestinationPage() 211 uno::Reference< chart2::XChartDocument > ScChartHelper::GetChartFromSdrObject( SdrObject* pObject ) in GetChartFromSdrObject() 230 void ScChartHelper::GetChartRanges( const uno::Reference< chart2::XChartDocument >& xChartDoc, in GetChartRanges() 258 void ScChartHelper::SetChartRanges( const uno::Reference< chart2::XChartDocument >& xChartDoc, in SetChartRanges() 326 void ScChartHelper::AddRangesIfProtectedChart( ScRangeListVector& rRangesVector, ScDocument* pDocum… in AddRangesIfProtectedChart() 371 void ScChartHelper::FillProtectedChartRangesVector( ScRangeListVector& rRangesVector, ScDocument* p… in FillProtectedChartRangesVector() 385 void ScChartHelper::GetChartNames( ::std::vector< ::rtl::OUString >& rChartNames, SdrPage* pPage ) in GetChartNames() [all …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen5.cxx | 267 xReturn.set( ScChartHelper::GetChartFromSdrObject( pObject ) ); in GetChartByName() 283 ScChartHelper::GetChartRanges( xChartDoc, aRangeStrings ); in GetChartRanges() 307 ScChartHelper::SetChartRanges( xChartDoc, aRangeStrings ); in SetChartRanges() 332 …uno::Reference< chart2::XChartDocument > xChartDoc( ScChartHelper::GetChartFromSdrObject( pObject … in GetOldChartParameters() 379 …uno::Reference< chart2::XChartDocument > xChartDoc( ScChartHelper::GetChartFromSdrObject( pObject … in UpdateChartArea() 629 …uno::Reference< chart2::XChartDocument > xChartDoc( ScChartHelper::GetChartFromSdrObject( pObject … in SetChartRangeList()
|
H A D | documen9.cxx | 144 ScChartHelper::AdjustRangesOfChartsOnDestinationPage( pSrcDoc, this, nSrcPos, nDestPos ); in TransferDrawPage() 145 ScChartHelper::UpdateChartsOnDestinationPage(this, nDestPos); in TransferDrawPage()
|
H A D | drwlayer.cxx | 1417 …uno::Reference< chart2::XChartDocument > xOldChart( ScChartHelper::GetChartFromSdrObject( pOldObje… in CopyToClip() 1613 …uno::Reference< chart2::XChartDocument > xNewChart( ScChartHelper::GetChartFromSdrObject( pNewObje… in CopyFromClip() 1663 …uno::Reference< chart::XChartDocument > xOldChartDoc( ScChartHelper::GetChartFromSdrObject( pOldOb… in CopyFromClip()
|
H A D | documen8.cxx | 254 ScChartHelper::DoUpdateAllCharts( this ); in ModifyStyleSheet()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun7.cxx | 158 ScChartHelper::GetChartNames( aExcludedChartNames, pDestPage ); in PasteDraw() 200 … ScChartHelper::CreateProtectedChartListenersAndNotify( pDocument, pDestPage, pModelObj, nTab, in PasteDraw() 229 ScChartHelper::GetChartNames( aExcludedChartNames, pPage ); in PasteDraw() 267 … ScChartHelper::CreateProtectedChartListenersAndNotify( pDocument, pPage, pModelObj, nTab, in PasteDraw()
|
H A D | viewfun3.cxx | 359 … ScChartHelper::FillProtectedChartRangesVector( rRangesVector, pDoc, pPage ); in CopyToClip() 1425 ScChartHelper::GetChartNames( aExcludedChartNames, pPage ); in PasteFromClip() 1534 … ScChartHelper::CreateProtectedChartListenersAndNotify( pDoc, pPage, pModelObj, nStartTab, in PasteFromClip()
|
H A D | viewfun2.cxx | 2843 ScChartHelper::AdjustRangesOfChartsOnDestinationPage( pDoc, pDestDoc, nTab, nNewTab ); in MoveTable()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fusel.cxx | 421 ScChartHelper::GetChartNames( aExcludedChartNames, pPage ); in MouseButtonUp() 433 … ScChartHelper::AddRangesIfProtectedChart( aProtectedChartRangesVector, pDocument, pObj ); in MouseButtonUp() 607 … ScChartHelper::CreateProtectedChartListenersAndNotify( pDocument, pPage, pModelObj, nTab, in MouseButtonUp()
|
/aoo41x/main/sc/inc/ |
H A D | charthelper.hxx | 44 class ScChartHelper class
|
/aoo41x/main/sc/source/ui/app/ |
H A D | drwtrans.cxx | 244 … ScChartHelper::FillProtectedChartRangesVector( m_aProtectedChartRangesVector, pDoc, pPage ); in ScDrawTransferObj()
|
Completed in 66 milliseconds