Searched refs:OReportSection (Results 1 – 18 of 18) sorted by relevance
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 83 OReportSection::OReportSection(OSectionWindow* _pParent,const uno::Reference< report::XSection >& _… in DBG_NAME() 120 OReportSection::~OReportSection() in ~OReportSection() 141 void OReportSection::Paint( const Rectangle& rRect ) in Paint() 177 void OReportSection::Resize() in Resize() 182 void OReportSection::fill() in fill() 317 void OReportSection::Delete() in Delete() 326 void OReportSection::SetMode( DlgEdMode eNewMode ) in SetMode() 424 void OReportSection::SetGridVisible(sal_Bool _bVisible) in SetGridVisible() 623 void OReportSection::deactivateOle() in deactivateOle() 863 void OReportSection::stopScrollTimer() in stopScrollTimer() [all …]
|
H A D | ViewsWindow.cxx | 1048 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj_createInvisibleObjectAtPosition() 1119 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj() 1184 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj() 1237 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegMarkObj() 1268 OReportSection& rReportSection = (*aIter)->getReportSection(); in getSectionRelativeToPosition() 1316 OReportSection& rReportSection = (*aIter)->getReportSection(); in EndDragObj_removeInvisibleObjects() 1456 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction() 1469 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction() 1494 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction() 1513 OReportSection& rReportSection = (*aIter)->getReportSection(); in MovAction() [all …]
|
H A D | dlgedfunc.cxx | 127 DlgEdFunc::DlgEdFunc( OReportSection* _pParent ) in DlgEdFunc() 675 DlgEdFuncInsert::DlgEdFuncInsert( OReportSection* _pParent ) : in DlgEdFuncInsert() 842 DlgEdFuncSelect::DlgEdFuncSelect( OReportSection* _pParent ) : in DlgEdFuncSelect()
|
H A D | FixedTextColor.cxx | 255 … OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getXControl()
|
H A D | FormattedFieldBeautifier.cxx | 189 … OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getVclWindowPeer()
|
H A D | SectionView.cxx | 45 OSectionView::OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEdit… in DBG_NAME()
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | ReportSection.hxx | 45 class OReportSection : public Window class 71 OReportSection(OReportSection&); 72 void operator =(OReportSection&); 87 …OReportSection(OSectionWindow* _pParent,const ::com::sun::star::uno::Reference< ::com::sun::star::… 88 virtual ~OReportSection();
|
H A D | dlgedfunc.hxx | 36 class OReportSection; 48 OReportSection* m_pParent; 89 DlgEdFunc( OReportSection* pParent ); 130 DlgEdFuncInsert( OReportSection* pParent ); 145 DlgEdFuncSelect( OReportSection* pParent );
|
H A D | SectionView.hxx | 32 class OReportSection; 42 OReportSection* m_pSectionWindow; 50 OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEditor ); 57 inline OReportSection* getReportSection() const { return m_pSectionWindow; } in getReportSection()
|
H A D | ReportRuler.hxx | 31 class OReportSection; 35 OReportSection* m_pSection; 47 inline OReportSection* getSection() const { return m_pSection; } in getSection()
|
H A D | ViewsWindow.hxx | 51 class OReportSection; 120 …struct TReportPairHelper : public ::std::unary_function< TSectionsMap::value_type, OReportSection > 122 OReportSection& operator() (const TSectionsMap::value_type& lhs) const in operator ()()
|
H A D | SectionWindow.hxx | 58 OReportSection m_aReportSection; 108 inline OReportSection& getReportSection() { return m_aReportSection; } in getReportSection()
|
H A D | dlgedfac.hxx | 32 class OReportSection;
|
H A D | ReportWindow.hxx | 45 class OReportSection;
|
H A D | ScrollHelper.hxx | 45 class OReportSection;
|
H A D | UITools.hxx | 169 … void correctOverlapping(SdrObject* pControl,OReportSection& _aReportSection,bool _bInsert = true);
|
H A D | DesignView.hxx | 56 class OReportSection;
|
/aoo4110/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 986 void correctOverlapping(SdrObject* _pControl,OReportSection& _aReportSection,bool _bInsert) in correctOverlapping()
|
Completed in 77 milliseconds