Home
last modified time | relevance | path

Searched refs:NavigatorTreeModel (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/form/
H A Dnavigatortreemodel.cxx214NavigatorTreeModel::NavigatorTreeModel( const ImageList& _rNormalImages, const ImageList& _rHCImag… in NavigatorTreeModel() function in svxform::NavigatorTreeModel
228 NavigatorTreeModel::~NavigatorTreeModel() in ~NavigatorTreeModel()
250 void NavigatorTreeModel::SetModified( sal_Bool bMod ) in SetModified()
260 void NavigatorTreeModel::Clear() in Clear()
287 Reference< XNameContainer > NavigatorTreeModel::GetForms() const in GetForms()
488 void NavigatorTreeModel::RemoveForm(FmFormData* pFormData) in RemoveForm()
538 void NavigatorTreeModel::ClearBranch( FmFormData* pParentData ) in ClearBranch()
557 void NavigatorTreeModel::FillBranch( FmFormData* pFormData ) in FillBranch()
771 void NavigatorTreeModel::InsertSdrObj( const SdrObject* pObj ) in InsertSdrObj()
799 void NavigatorTreeModel::RemoveSdrObj( const SdrObject* pObj ) in RemoveSdrObj()
[all …]
H A Dnavigatortree.cxx219 m_pNavModel = new NavigatorTreeModel( m_aNavigatorImages, m_aNavigatorImagesHC ); in NavigatorTree()
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx306 class NavigatorTreeModel;
315 ::svxform::NavigatorTreeModel* m_pNavModel;
320 OFormComponentObserver( ::svxform::NavigatorTreeModel* pModel );
347 class NavigatorTreeModel : public SfxBroadcaster class
382 NavigatorTreeModel( const ImageList& _rNormalImages, const ImageList& _rHCImages );
383 virtual ~NavigatorTreeModel();
435 NavigatorTreeModel* m_pNavModel;
531 NavigatorTreeModel* GetNavModel() const { return m_pNavModel; } in GetNavModel()

Completed in 44 milliseconds