Home
last modified time | relevance | path

Searched refs:DrawCommandDispatch (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/chart2/source/controller/main/
H A DChartController.cxx581 DrawCommandDispatch* pDrawDispatch = new DrawCommandDispatch( m_xCC, this ); in attachModel()
H A DDrawCommandDispatch.cxx90 DrawCommandDispatch::DrawCommandDispatch( const Reference< uno::XComponentContext >& rxContext, in DrawCommandDispatch() function in chart::DrawCommandDispatch
97 DrawCommandDispatch::~DrawCommandDispatch() in ~DrawCommandDispatch()
101 void DrawCommandDispatch::initialize() in initialize()
135 void DrawCommandDispatch::setAttributes( SdrObject* pObj ) in setAttributes()
204 void DrawCommandDispatch::setLineEnds( SfxItemSet& rAttr ) in setLineEnds()
243 void DrawCommandDispatch::disposing() in disposing()
248 void DrawCommandDispatch::disposing( const lang::EventObject& /* Source */ ) in disposing()
253 FeatureState DrawCommandDispatch::getState( const ::rtl::OUString& rCommand ) in getState()
424 void DrawCommandDispatch::describeSupportedFeatures() in describeSupportedFeatures()
442 void DrawCommandDispatch::setInsertObj( sal_uInt16 eObj ) in setInsertObj()
[all …]
H A DDrawCommandDispatch.hxx42 class DrawCommandDispatch: public FeatureCommandDispatchBase class
45 DrawCommandDispatch( const ::com::sun::star::uno::Reference<
47 virtual ~DrawCommandDispatch();
H A Dmakefile.mk67 $(SLO)$/DrawCommandDispatch.obj \
H A DChartController_Window.cxx681DrawCommandDispatch* pDrawCommandDispatch = m_aDispatchContainer.getDrawCommandDispatch(); in execute_MouseButtonDown()
H A DCommandDispatchContainer.cxx194 void CommandDispatchContainer::setDrawCommandDispatch( DrawCommandDispatch* pDispatch ) in setDrawCommandDispatch()
H A DCommandDispatchContainer.hxx41 class DrawCommandDispatch;
117 void setDrawCommandDispatch( DrawCommandDispatch* pDispatch );
118 DrawCommandDispatch* getDrawCommandDispatch() { return m_pDrawCommandDispatch; } in getDrawCommandDispatch()
144 DrawCommandDispatch* m_pDrawCommandDispatch;
H A DChartController.hxx159 friend class DrawCommandDispatch;

Completed in 53 milliseconds