Lines Matching refs:OSectionWindow

55 OSectionWindow::OSectionWindow( OViewsWindow* _pParent,const uno::Reference< report::XSection >& _x…  in DBG_NAME()
71 m_aSplitter.SetStartSplitHdl(LINK(this, OSectionWindow,StartSplitHdl)); in DBG_NAME()
72 m_aSplitter.SetSplitHdl(LINK(this, OSectionWindow,SplitHdl)); in DBG_NAME()
73 m_aSplitter.SetEndSplitHdl(LINK(this, OSectionWindow,EndSplitHdl)); in DBG_NAME()
78 m_aStartMarker.setCollapsedHdl(LINK(this,OSectionWindow,Collapsed)); in DBG_NAME()
110 OSectionWindow::~OSectionWindow() in ~OSectionWindow()
125 void OSectionWindow::_propertyChanged(const beans::PropertyChangeEvent& _rEvent) throw( uno::Runtim… in _propertyChanged()
171 bool OSectionWindow::setReportSectionTitle(const uno::Reference< report::XReportDefinition>& _xRepo… in setReportSectionTitle()
184 bool OSectionWindow::setGroupSectionTitle(const uno::Reference< report::XGroup>& _xGroup,sal_uInt16… in setGroupSectionTitle()
205 void OSectionWindow::ImplInitSettings() in ImplInitSettings()
217 void OSectionWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
229 void OSectionWindow::Resize() in Resize()
280 void OSectionWindow::setCollapsed(sal_Bool _bCollapsed) in setCollapsed()
288 void OSectionWindow::showProperties() in showProperties()
293 void OSectionWindow::setMarked(sal_Bool _bMark) in setMarked()
299 IMPL_LINK( OSectionWindow, Collapsed, OColorListener *, _pMarker ) in IMPL_LINK() argument
313 void OSectionWindow::zoom(const Fraction& _aZoom) in zoom()
325 IMPL_LINK( OSectionWindow, StartSplitHdl, Splitter*, )
332 IMPL_LINK( OSectionWindow, EndSplitHdl, Splitter*, )
338 IMPL_LINK( OSectionWindow, SplitHdl, Splitter*, _pSplitter ) in IMPL_LINK() argument
385 void OSectionWindow::scrollChildren(long _nX) in scrollChildren()