Lines Matching refs:FmPropBrw
95 …pWindow = new FmPropBrw( ::comphelper::getProcessServiceFactory(), _pBindings, this, _pParent, _pI… in SFX_IMPL_FLOATINGWINDOW()
207 DBG_NAME(FmPropBrw);
209 FmPropBrw::FmPropBrw( const Reference< XMultiServiceFactory >& _xORB, SfxBindings* _pBindings, in FmPropBrw() function in FmPropBrw
217 DBG_CTOR(FmPropBrw,NULL); in FmPropBrw()
270 void FmPropBrw::Resize() in Resize()
289 FmPropBrw::~FmPropBrw() in ~FmPropBrw()
313 DBG_DTOR(FmPropBrw,NULL); in ~FmPropBrw()
317 ::rtl::OUString FmPropBrw::getCurrentPage() const in getCurrentPage()
338 void FmPropBrw::implDetachController() in implDetachController()
367 sal_Bool FmPropBrw::Close() in Close()
406 bool FmPropBrw::implIsReadOnlyModel() const in implIsReadOnlyModel()
422 void FmPropBrw::implSetNewSelection( const InterfaceBag& _rSelection ) in implSetNewSelection()
513 void FmPropBrw::FillInfo( SfxChildWinInfo& rInfo ) const in FillInfo()
520 IMPL_LINK( FmPropBrw, OnAsyncGetFocus, void*, /*NOTINTERESTEDIN*/ )
544 void FmPropBrw::impl_createPropertyBrowser_throw( FmFormShell* _pFormShell ) in impl_createPropertyBrowser_throw()
630 void FmPropBrw::impl_ensurePropertyBrowser_nothrow( FmFormShell* _pFormShell ) in impl_ensurePropertyBrowser_nothrow()
663 void FmPropBrw::StateChanged(sal_uInt16 nSID, SfxItemState eState, const SfxPoolItem* pState) in StateChanged()
687 PostUserEvent( LINK( this, FmPropBrw, OnAsyncGetFocus ) ); in StateChanged()