Searched refs:_sColorEntry (Results 1 – 16 of 16) sorted by relevance
/trunk/main/reportdesign/source/ui/misc/ |
H A D | ColorListener.cxx | 36 OColorListener::OColorListener(Window* _pParent ,const ::rtl::OUString& _sColorEntry) in DBG_NAME() 38 ,m_sColorEntry(_sColorEntry) in DBG_NAME()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | EndMarker.cxx | 39 OEndMarker::OEndMarker(Window* _pParent ,const ::rtl::OUString& _sColorEntry) in DBG_NAME() 40 : OColorListener(_pParent,_sColorEntry) in DBG_NAME()
|
H A D | SectionWindow.cxx | 55 …* _pParent,const uno::Reference< report::XSection >& _xSection,const ::rtl::OUString& _sColorEntry) in DBG_NAME() 59 ,m_aStartMarker( this,_sColorEntry) in DBG_NAME() 62 ,m_aEndMarker( this,_sColorEntry) in DBG_NAME()
|
H A D | StartMarker.cxx | 55 OStartMarker::OStartMarker(OSectionWindow* _pParent,const ::rtl::OUString& _sColorEntry) in DBG_NAME() 56 : OColorListener(_pParent,_sColorEntry) in DBG_NAME()
|
H A D | ScrollHelper.cxx | 201 ,const ::rtl::OUString& _sColorEntry in addSection() 204 m_aReportWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection()
|
H A D | ReportWindow.cxx | 128 … uno::Reference< report::XSection >& _xSection,const ::rtl::OUString& _sColorEntry,sal_uInt16 _nPo… in addSection() argument 133 m_aViewsWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection()
|
H A D | DesignView.cxx | 454 … uno::Reference< report::XSection >& _xSection,const ::rtl::OUString& _sColorEntry,sal_uInt16 _nPo… in addSection() argument 456 m_aScrollWindow.addSection(_xSection,_sColorEntry,_nPosition); in addSection()
|
H A D | ViewsWindow.cxx | 311 … uno::Reference< report::XSection >& _xSection,const ::rtl::OUString& _sColorEntry,sal_uInt16 _nPo… in addSection() argument 313 …oost::shared_ptr<OSectionWindow> pSectionWindow( new OSectionWindow(this,_xSection,_sColorEntry) ); in addSection()
|
/trunk/main/reportdesign/source/ui/inc/ |
H A D | EndMarker.hxx | 40 OEndMarker(Window* _pParent,const ::rtl::OUString& _sColorEntry);
|
H A D | ColorListener.hxx | 53 OColorListener(Window* _pParent,const ::rtl::OUString& _sColorEntry);
|
H A D | StartMarker.hxx | 57 OStartMarker(OSectionWindow* _pParent,const ::rtl::OUString& _sColorEntry);
|
H A D | SectionWindow.hxx | 104 ,const ::rtl::OUString& _sColorEntry);
|
H A D | ReportWindow.hxx | 137 ,const ::rtl::OUString& _sColorEntry
|
H A D | ScrollHelper.hxx | 140 ,const ::rtl::OUString& _sColorEntry
|
H A D | DesignView.hxx | 184 ,const ::rtl::OUString& _sColorEntry
|
H A D | ViewsWindow.hxx | 187 ,const ::rtl::OUString& _sColorEntry
|
Completed in 58 milliseconds