Home
last modified time | relevance | path

Searched refs:PropBrw (Results 1 – 8 of 8) sorted by relevance

/trunk/main/basctl/source/dlged/
H A Dpropbrw.cxx93 pWindow = new PropBrw( in SFX_IMPL_FLOATINGWINDOW()
104 ((PropBrw*)pWindow)->Update( pShell ); in SFX_IMPL_FLOATINGWINDOW()
108 void PropBrw::Update( const SfxViewShell* _pShell ) in Update()
146 DBG_NAME(PropBrw) in DBG_NAME() argument
150 PropBrw::PropBrw( const Reference< XMultiServiceFactory >& _xORB, SfxBindings* _pBindings, PropBrwM… in DBG_NAME()
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()
[all …]
H A Ddlged.cxx666 ((PropBrw*)(pChildWin->GetWindow()))->Update( pIDEShell ); in IMPL_LINK()
/trunk/main/reportdesign/source/ui/report/
H A Dpropbrw.cxx110 PropBrw::PropBrw(const Reference< XMultiServiceFactory >& _xORB,Window* pParent,ODesignView* _pD… in DBG_NAME()
218 PropBrw::~PropBrw() in ~PropBrw()
243 void PropBrw::setCurrentPage(const ::rtl::OUString& _sLastActivePage) in setCurrentPage()
249 void PropBrw::implDetachController() in implDetachController()
265 ::rtl::OUString PropBrw::getCurrentPage() const in getCurrentPage()
286 sal_Bool PropBrw::Close() in Close()
315 uno::Sequence< Reference<uno::XInterface> > PropBrw::CreateCompPropSet(const SdrMarkList& _rMarkLis… in CreateCompPropSet()
346 void PropBrw::implSetNewObject( const uno::Sequence< Reference<uno::XInterface> >& _aObjects ) in implSetNewObject()
367 ::rtl::OUString PropBrw::GetHeadlineName( const uno::Sequence< Reference<uno::XInterface> >& _aObje… in GetHeadlineName()
440 uno::Reference< uno::XInterface> PropBrw::CreateComponentPair(OObjectBase* _pObj) in CreateComponentPair()
[all …]
H A DDesignView.cxx66 PropBrw* m_pPropWin;
70 inline void setPropertyBrowser(PropBrw* _pPropWin) in setPropertyBrowser()
514 m_pPropWin = new PropBrw(getController().getORB(),m_pTaskPane,this); in togglePropertyBrowser()
/trunk/main/reportdesign/source/ui/inc/
H A Dpropbrw.hxx49 class PropBrw : public DockingWindow , public SfxListener, public SfxBroadcaster class
70 PropBrw(PropBrw&);
71 void operator =(PropBrw&);
94PropBrw(const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _x…
97 virtual ~PropBrw();
H A DDesignView.hxx60 class PropBrw;
75 PropBrw* m_pPropWin;
/trunk/main/basctl/source/inc/
H A Dpropbrw.hxx56 class PropBrw : public SfxFloatingWindow , public SfxListener, public SfxBroadcaster class
92PropBrw( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& _…
98 virtual ~PropBrw();
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx686 ((PropBrw*)(pChildWin->GetWindow()))->Update( NULL ); in DisableBrowser()
695 ((PropBrw*)(pChildWin->GetWindow()))->Update( pIDEShell ); in UpdateBrowser()