Home
last modified time | relevance | path

Searched refs:OReportSection (Results 1 – 18 of 18) sorted by relevance

/AOO42X/main/reportdesign/source/ui/report/
H A DReportSection.cxx82 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 DViewsWindow.cxx336 … ::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 Ddlgedfunc.cxx127 DlgEdFunc::DlgEdFunc( OReportSection* _pParent ) in DlgEdFunc()
675 DlgEdFuncInsert::DlgEdFuncInsert( OReportSection* _pParent ) : in DlgEdFuncInsert()
842 DlgEdFuncSelect::DlgEdFuncSelect( OReportSection* _pParent ) : in DlgEdFuncSelect()
H A DFixedTextColor.cxx255OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getXControl()
H A DFormattedFieldBeautifier.cxx189OReportSection& aOutputDevice = pSectionWindow->getReportSection(); // OutputDevice in getVclWindowPeer()
H A DSectionView.cxx45 OSectionView::OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEdit… in DBG_NAME()
/AOO42X/main/reportdesign/source/ui/inc/
H A DReportSection.hxx44 class OReportSection : public Window class
70 OReportSection(OReportSection&);
71 void operator =(OReportSection&);
86OReportSection(OSectionWindow* _pParent,const ::com::sun::star::uno::Reference< ::com::sun::star::…
87 virtual ~OReportSection();
H A Ddlgedfunc.hxx36 class OReportSection;
48 OReportSection* m_pParent;
89 DlgEdFunc( OReportSection* pParent );
130 DlgEdFuncInsert( OReportSection* pParent );
145 DlgEdFuncSelect( OReportSection* pParent );
H A DSectionView.hxx32 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 DReportRuler.hxx31 class OReportSection;
35 OReportSection* m_pSection;
47 inline OReportSection* getSection() const { return m_pSection; } in getSection()
H A DViewsWindow.hxx51 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 DSectionWindow.hxx58 OReportSection m_aReportSection;
108 inline OReportSection& getReportSection() { return m_aReportSection; } in getReportSection()
H A Ddlgedfac.hxx32 class OReportSection;
H A DScrollHelper.hxx45 class OReportSection;
H A DReportWindow.hxx45 class OReportSection;
H A DUITools.hxx169 … void correctOverlapping(SdrObject* pControl,OReportSection& _aReportSection,bool _bInsert = true);
H A DDesignView.hxx56 class OReportSection;
/AOO42X/main/reportdesign/source/ui/misc/
H A DUITools.cxx986 void correctOverlapping(SdrObject* _pControl,OReportSection& _aReportSection,bool _bInsert) in correctOverlapping()