Searched refs:PropBrw (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/basctl/source/dlged/ |
H A D | propbrw.cxx | 93 pWindow = new PropBrw( in SFX_IMPL_FLOATINGWINDOW() 104 ((PropBrw*)pWindow)->Update( pShell ); in SFX_IMPL_FLOATINGWINDOW() 146 DBG_NAME(PropBrw) in DBG_NAME() argument 158 DBG_CTOR(PropBrw,NULL); in DBG_NAME() 185 void PropBrw::ImplReCreateController() in ImplReCreateController() 272 PropBrw::~PropBrw() in ~PropBrw() 277 DBG_DTOR(PropBrw,NULL); in ~PropBrw() 282 void PropBrw::ImplDestroyController() in ImplDestroyController() 307 sal_Bool PropBrw::Close() in Close() 365 void PropBrw::implSetNewObjectSequence in implSetNewObjectSequence() [all …]
|
H A D | dlged.cxx | 666 ((PropBrw*)(pChildWin->GetWindow()))->Update( pIDEShell ); in IMPL_LINK()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | propbrw.cxx | 110 PropBrw::PropBrw(const Reference< XMultiServiceFactory >& _xORB,Window* pParent,ODesignView* _pDes… in DBG_NAME() 218 PropBrw::~PropBrw() in ~PropBrw() 249 void PropBrw::implDetachController() in implDetachController() 265 ::rtl::OUString PropBrw::getCurrentPage() const in getCurrentPage() 286 sal_Bool PropBrw::Close() in Close() 458 ::Size PropBrw::getMinimumSize() const in getMinimumSize() 473 void PropBrw::Resize() in Resize() 506 void PropBrw::Update( OSectionView* pNewView ) in Update() 520 PostUserEvent( LINK( this, PropBrw, OnAsyncGetFocus ) ); in Update() 602 IMPL_LINK( PropBrw, OnAsyncGetFocus, void*, ) [all …]
|
H A D | DesignView.cxx | 66 PropBrw* m_pPropWin; 70 inline void setPropertyBrowser(PropBrw* _pPropWin) in setPropertyBrowser() 514 m_pPropWin = new PropBrw(getController().getORB(),m_pTaskPane,this); in togglePropertyBrowser()
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | propbrw.hxx | 49 class PropBrw : public DockingWindow , public SfxListener, public SfxBroadcaster class 70 PropBrw(PropBrw&); 71 void operator =(PropBrw&); 94 …PropBrw(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _x… 97 virtual ~PropBrw();
|
H A D | DesignView.hxx | 60 class PropBrw; 75 PropBrw* m_pPropWin;
|
/aoo4110/main/basctl/source/inc/ |
H A D | propbrw.hxx | 56 class PropBrw : public SfxFloatingWindow , public SfxListener, public SfxBroadcaster class 92 …PropBrw( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _… 98 virtual ~PropBrw();
|
/aoo4110/main/basctl/source/basicide/ |
H A D | baside3.cxx | 686 ((PropBrw*)(pChildWin->GetWindow()))->Update( NULL ); in DisableBrowser() 695 ((PropBrw*)(pChildWin->GetWindow()))->Update( pIDEShell ); in UpdateBrowser()
|
Completed in 59 milliseconds