Home
last modified time | relevance | path

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

/trunk/main/reportdesign/source/core/api/
H A DReportControlModel.cxx54 void OReportControlModel::addContainerListener( const uno::Reference< container::XContainerListener… in addContainerListener()
59 void OReportControlModel::removeContainerListener( const uno::Reference< container::XContainerListe… in removeContainerListener()
64 ::sal_Bool OReportControlModel::hasElements( ) throw (uno::RuntimeException) in hasElements()
71 void OReportControlModel::insertByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang::… in insertByIndex()
93 void OReportControlModel::removeByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsException… in removeByIndex()
109 void OReportControlModel::replaceByIndex( ::sal_Int32 Index, const uno::Any& Element ) throw (lang:… in replaceByIndex()
126 ::sal_Int32 OReportControlModel::getCount( ) throw (uno::RuntimeException) in getCount()
132 uno::Any OReportControlModel::getByIndex( ::sal_Int32 Index ) throw (lang::IndexOutOfBoundsExceptio… in getByIndex()
143 void OReportControlModel::checkIndex(sal_Int32 _nIndex) in checkIndex()
149 bool OReportControlModel::isInterfaceForbidden(const uno::Type& _rType) in isInterfaceForbidden()
H A DFixedText.cxx94 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
H A DFormattedField.cxx102 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
H A DImageControl.cxx165 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
H A DFixedLine.cxx209 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
H A DShape.cxx114 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
H A DSection.cxx160 if ( !aReturn.hasValue() && OReportControlModel::isInterfaceForbidden(_rType) ) in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/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 67 milliseconds