| /AOO41X/main/chart2/source/controller/main/ |
| H A D | ChartController_Window.cxx | 244 if(xWindow.is() && m_pChartWindow) in setPosSize() 246 … Size aLogicSize = m_pChartWindow->PixelToLogic( Size( Width, Height ), MapMode( MAP_100TH_MM ) ); in setPosSize() 261 m_pChartWindow->SetMapMode(aNewMapMode); in setPosSize() 262 m_pChartWindow->SetPosSizePixel( X, Y, Width, Height, Flags ); in setPosSize() 283 Rectangle aRect(Point(0,0), m_pChartWindow->GetOutputSize()); in setPosSize() 291 m_pChartWindow->SetPosSizePixel( X, Y, Width, Height, Flags ); in setPosSize() 293 m_pChartWindow->Invalidate(); in setPosSize() 517 if( m_pChartWindow ) in execute_Paint() 519 aResolution.Width = m_pChartWindow->GetSizePixel().Width(); in execute_Paint() 520 aResolution.Height = m_pChartWindow->GetSizePixel().Height(); in execute_Paint() [all …]
|
| H A D | ChartController.cxx | 119 , m_pChartWindow( NULL ) in DBG_NAME() 402 if(m_pChartWindow) in attachFrame() 405 m_pChartWindow->clear(); in attachFrame() 413 m_pChartWindow = new ChartWindow(this,pParent,pParent?pParent->GetStyle():0); in attachFrame() 414 m_pChartWindow->SetBackground();//no Background in attachFrame() 415 …m_xViewWindow = uno::Reference< awt::XWindow >( m_pChartWindow->GetComponentInterface(), uno::UNO_… in attachFrame() 416 m_pChartWindow->Show(); in attachFrame() 418 new ChartDropTargetHelper( m_pChartWindow->GetDropTarget(), in attachFrame() 475 if( m_pChartWindow ) in modeChanged() 476 m_pChartWindow->ForceInvalidate(); in modeChanged() [all …]
|
| H A D | ChartController_Insert.cxx | 131 SchAxisDlg aDlg( m_pChartWindow, aDialogInput ); in executeDispatch_InsertAxes() 169 … SchGridDlg aDlg( m_pChartWindow, aDialogInput );//aItemSet, b3D, bNet, bSecondaryX, bSecondaryY ); in executeDispatch_InsertGrid() 204 SchTitleDlg aDlg( m_pChartWindow, aDialogInput ); in executeDispatch_InsertTitles() 255 SchLegendDlg aDlg( m_pChartWindow, m_xCC ); in executeDispatch_OpenLegendDialog() 319 DataLabelsDialog aDlg( m_pChartWindow, aItemSet, pNumberFormatter); in executeDispatch_InsertMenu_DataLabels() 365 m_pChartWindow, aItemSet, in executeDispatch_InsertMenu_YErrorBars() 447 InsertTrendlineDialog aDlg( m_pChartWindow, aItemSet ); in executeDispatch_InsertMenu_Trendlines() 504 … SchAttribTabDlg aDlg( m_pChartWindow, &aItemSet, &aDialogParameter, &aViewElementListProvider, in executeDispatch_InsertTrendline() 552 … SchAttribTabDlg aDlg( m_pChartWindow, &aItemSet, &aDialogParameter, &aViewElementListProvider, in executeDispatch_InsertYErrorBars()
|
| H A D | ShapeController.cxx | 264 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_FormatLine() 304 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_FormatArea() 350 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_TextAttributes() 387 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_TransformDialog() 556 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_FontDialog() 579 Window* pParent = dynamic_cast< Window* >( m_pChartController->m_pChartWindow ); in executeDispatch_ParagraphDialog()
|
| H A D | ChartController_Tools.cxx | 301 if( m_pChartWindow ) in executeDispatch_Paste() 306 … aPos = m_pChartWindow->PixelToLogic( Rectangle( aPos, m_pChartWindow->GetSizePixel()).Center()); in executeDispatch_Paste() 309 …erableDataHelper aDataHelper( TransferableDataHelper::CreateFromSystemClipboard( m_pChartWindow )); in executeDispatch_Paste() 413 … ( ( xGraphicProp->getPropertyValue( C2U("SizePixel")) >>= aGraphicSize ) && m_pChartWindow )) in impl_PasteGraphic() 415 … ::Size aVCLSize( m_pChartWindow->PixelToLogic( Size( aGraphicSize.Width, aGraphicSize.Height ))); in impl_PasteGraphic()
|
| H A D | ChartController_TextEdit.cxx | 99 , m_pChartWindow in StartTextEdit() 130 m_pChartWindow->Invalidate( m_pDrawViewWrapper->GetMarkedObjBoundRect() ); in StartTextEdit() 200 …SfxAbstractDialog * pDlg = pFact->CreateSfxDialog( m_pChartWindow, aSet, getFrame(), RID_SVXDLG_CH… in executeDispatch_InsertSpecialCharacter()
|
| H A D | ChartController_Properties.cxx | 779 … SchAttribTabDlg aDlg( m_pChartWindow, &aItemSet, &aDialogParameter, &aViewElementListProvider in executeDlg_ObjectProperties_withoutUndoGuard() 843 … View3DDialog aDlg( m_pChartWindow, getModel(), m_pDrawModelWrapper->GetColorTableFromSdrModel() ); in executeDispatch_View3D()
|
| H A D | ChartController_Position.cxx | 156 … m_pChartWindow, &aItemSet, pSdrView, RID_SCH_TransformTabDLG_SVXPAGE_ANGLE, bResizePossible ); in executeDispatch_PositionAndSize()
|
| H A D | ChartController.hxx | 563 ChartWindow* m_pChartWindow; member in chart::ChartController
|