Home
last modified time | relevance | path

Searched refs:m_aStartMarker (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/reportdesign/source/ui/report/
H A DSectionWindow.cxx59 ,m_aStartMarker( this,_sColorEntry) in DBG_NAME()
78 m_aStartMarker.setCollapsedHdl(LINK(this,OSectionWindow,Collapsed)); in DBG_NAME()
80 m_aStartMarker.zoom(rMapMode.GetScaleX()); in DBG_NAME()
86 m_aStartMarker.Show(); in DBG_NAME()
151 m_aStartMarker.Invalidate(INVALIDATE_NOERASE); in _propertyChanged()
156 m_aStartMarker.setTitle(sTitle); in _propertyChanged()
157 m_aStartMarker.Invalidate(INVALIDATE_CHILDREN); in _propertyChanged()
178 m_aStartMarker.setTitle(sTitle); in setReportSectionTitle()
179 m_aStartMarker.Invalidate(INVALIDATE_CHILDREN); in setReportSectionTitle()
199 m_aStartMarker.setTitle(sTitle); in setGroupSectionTitle()
[all …]
/AOO41X/main/reportdesign/source/ui/inc/
H A DSectionWindow.hxx57 OStartMarker m_aStartMarker; member in rptui::OSectionWindow
107 inline OStartMarker& getStartMarker() { return m_aStartMarker; } in getStartMarker()