Home
last modified time | relevance | path

Searched refs:OReportControlModel (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/reportdesign/source/core/api/
H A DReportControlModel.cxx53 void OReportControlModel::addContainerListener( const uno::Reference< container::XContainerListener… in addContainerListener()
58 void OReportControlModel::removeContainerListener( const uno::Reference< container::XContainerListe… in removeContainerListener()
63 ::sal_Bool OReportControlModel::hasElements( ) throw (uno::RuntimeException) in hasElements()
70 void OReportControlModel::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::… in insertByIndex()
92 void OReportControlModel::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException… in removeByIndex()
108 void OReportControlModel::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang:… in replaceByIndex()
125 ::sal_Int32 OReportControlModel::getCount( ) throw (uno::RuntimeException) in getCount()
131 uno::Any OReportControlModel::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExceptio… in getByIndex()
142 void OReportControlModel::checkIndex(sal_Int32 _nIndex) in checkIndex()
148 bool OReportControlModel::isInterfaceForbidden(const uno::Type& _rType) in isInterfaceForbidden()
H A DFixedText.cxx93 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
H A DFormattedField.cxx101 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
H A DImageControl.cxx168 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
H A DFixedLine.cxx208 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
H A DShape.cxx113 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
H A DSection.cxx159 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
/aoo4110/main/reportdesign/source/core/inc/
H A DReportControlModel.hxx84 class OReportControlModel class
87 OReportControlModel(OReportControlModel&);
88 void operator =(OReportControlModel&);
101 OReportControlModel(osl::Mutex& _rMutex in OReportControlModel() function in reportdesign::OReportControlModel
H A DFixedText.hxx51 OReportControlModel m_aProps;
H A DFormattedField.hxx50 OReportControlModel m_aProps;
H A DImageControl.hxx49 OReportControlModel m_aProps;
H A DFixedLine.hxx50 OReportControlModel m_aProps;
H A DShape.hxx52 OReportControlModel m_aProps;

Completed in 59 milliseconds