Searched refs:IMapWindow (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/svx/source/dialog/ |
H A D | imapwnd.cxx | 71 IMapWindow::IMapWindow( Window* pParent, const ResId& rResId, const Reference< XFrame >& rxDocument… in IMapWindow() function in IMapWindow 91 IMapWindow::~IMapWindow() in ~IMapWindow() 187 const ImageMap& IMapWindow::GetImageMap() in GetImageMap() 346 void IMapWindow::InitSdrModel() in InitSdrModel() 506 void IMapWindow::MarkListHasChanged() in MarkListHasChanged() 774 void IMapWindow::UpdateInfo( sal_Bool bNewObj ) in UpdateInfo() 809 void IMapWindow::DoMacroAssign() in DoMacroAssign() 848 void IMapWindow::DoPropertyDialog() in DoPropertyDialog() 948 void IMapWindow::CreateDefaultObject() in CreateDefaultObject() 1040 void IMapWindow::SelectFirstObject() in SelectFirstObject() [all …]
|
H A D | imapwnd.hxx | 150 class IMapWindow : public GraphCtrl, public DropTargetHelper class 193 …IMapWindow( Window* pParent, const ResId& rResId, const ::com::sun::star::uno::Reference< ::com::s… 194 ~IMapWindow();
|
H A D | imapdlg.cxx | 206 pIMapWnd = new IMapWindow( this, SVX_RES( RID_SVXCTL_IMAP ), _pBindings->GetActiveFrame() ); in SvxIMapDlg() 754 IMPL_LINK( SvxIMapDlg, InfoHdl, IMapWindow*, pWnd ) in IMPL_LINK() argument 828 IMPL_LINK( SvxIMapDlg, MousePosHdl, IMapWindow*, pWnd ) in IMPL_LINK() argument 851 IMPL_LINK( SvxIMapDlg, GraphSizeHdl, IMapWindow*, pWnd ) in IMPL_LINK() argument 970 IMPL_LINK( SvxIMapDlg, StateHdl, IMapWindow*, pWnd ) in IMPL_LINK() argument
|
/aoo41x/main/svx/inc/svx/ |
H A D | imapdlg.hxx | 117 class IMapWindow; 122 friend class IMapWindow; 137 IMapWindow* pIMapWnd; 148 DECL_LINK( InfoHdl, IMapWindow* ); 149 DECL_LINK( MousePosHdl, IMapWindow* ); 150 DECL_LINK( GraphSizeHdl, IMapWindow* ); 155 DECL_LINK( StateHdl, IMapWindow* );
|
Completed in 21 milliseconds