Searched refs:OReportSection (Results 1 – 18 of 18) sorted by relevance
| /AOO42X/main/reportdesign/source/ui/report/ |
| H A D | ReportSection.cxx | 82 OReportSection::OReportSection(OSectionWindow* _pParent,const uno::Reference< report::XSection >& _… in DBG_NAME() 119 OReportSection::~OReportSection() in ~OReportSection() 140 void OReportSection::Paint( const Rectangle& rRect ) in Paint() 176 void OReportSection::Resize() in Resize() 181 void OReportSection::fill() in fill() 247 void OReportSection::Paste(const uno::Sequence< beans::NamedValue >& _aAllreadyCopiedObjects,bool _… in Paste() 316 void OReportSection::Delete() in Delete() 325 void OReportSection::SetMode( DlgEdMode eNewMode ) in SetMode() 343 void OReportSection::Copy(uno::Sequence< beans::NamedValue >& _rAllreadyCopiedObjects) in Copy() 348 void OReportSection::Copy(uno::Sequence< beans::NamedValue >& _rAllreadyCopiedObjects,bool _bEraseA… in Copy() [all …]
|
| H A D | ViewsWindow.cxx | 336 … ::std::compose1(::boost::bind(&OReportSection::SetGridVisible,_1,_bVisible),TReportPairHelper())); in toggleGrid() 338 …::std::compose1(::boost::bind(&OReportSection::Window::Invalidate,_1,INVALIDATE_NOERASE),TReportPa… in toggleGrid() 377 ::std::compose1(::boost::bind(&OReportSection::SetMode,_1,eNewMode),TReportPairHelper())); in SetMode() 393 ::std::compose1(::boost::mem_fn(&OReportSection::Delete),TReportPairHelper())); in Delete() 401 …::std::compose1(::boost::bind(&OReportSection::Copy,_1,::boost::ref(aAllreadyCopiedObjects)),TRepo… in Copy() 418 … ::std::compose1(::boost::bind(&OReportSection::Paste,_1,aCopies,false),TReportPairHelper())); in Paste() 516 …::std::compose1(::boost::bind(::boost::mem_fn(&OReportSection::SelectAll),_1,_nObjectType),TReport… in SelectAll() 747 OReportSection* pReportSection = aRectIter->second.second->getReportSection(); in collectBoundResizeRect() 1048 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj_createInvisibleObjectAtPosition() 1098 OReportSection& rReportSection = (*aIter)->getReportSection(); in BegDragObj() [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()
|
| /AOO42X/main/reportdesign/source/ui/inc/ |
| H A D | ReportSection.hxx | 44 class OReportSection : public Window class 70 OReportSection(OReportSection&); 71 void operator =(OReportSection&); 86 …OReportSection(OSectionWindow* _pParent,const ::com::sun::star::uno::Reference< ::com::sun::star::… 87 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 | ScrollHelper.hxx | 45 class OReportSection;
|
| H A D | ReportWindow.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;
|
| /AOO42X/main/reportdesign/source/ui/misc/ |
| H A D | UITools.cxx | 986 void correctOverlapping(SdrObject* _pControl,OReportSection& _aReportSection,bool _bInsert) in correctOverlapping()
|