Home
last modified time | relevance | path

Searched refs:OFixedText (Results 1 – 4 of 4) sorted by relevance

/trunk/main/reportdesign/source/core/api/
H A DFixedText.cxx54 OFixedText::OFixedText(uno::Reference< uno::XComponentContext > const & _xContext) in DBG_NAME()
64 OFixedText::OFixedText(uno::Reference< uno::XComponentContext > const & _xContext in OFixedText() function in reportdesign::OFixedText
82 OFixedText::~OFixedText() in ~OFixedText()
87 IMPLEMENT_FORWARD_REFCOUNT( OFixedText, FixedTextBase ) in IMPLEMENT_FORWARD_REFCOUNT() argument
89 uno::Any SAL_CALL OFixedText::queryInterface( const uno::Type& _rType ) throw (uno::RuntimeExceptio… in IMPLEMENT_FORWARD_REFCOUNT()
102 void SAL_CALL OFixedText::dispose() throw(uno::RuntimeException) in dispose()
109 ::rtl::OUString OFixedText::getImplementationName_Static( ) throw(uno::RuntimeException) in getImplementationName_Static()
115 ::rtl::OUString SAL_CALL OFixedText::getImplementationName( ) throw(uno::RuntimeException) in getImplementationName()
120 uno::Sequence< ::rtl::OUString > OFixedText::getSupportedServiceNames_Static( ) throw(uno::Runtime… in getSupportedServiceNames_Static()
129 uno::Reference< uno::XInterface > OFixedText::create(uno::Reference< uno::XComponentContext > const… in create()
[all …]
H A Dservices.cxx56 …{ &OFixedText::create, &OFixedText::getImplementationName_Static, &OFixedText::getSupportedService…
/trunk/main/reportdesign/source/core/inc/
H A DFixedText.hxx46 class OFixedText : public comphelper::OBaseMutex, class
54 OFixedText(const OFixedText&);
55 OFixedText& operator=(const OFixedText&);
74 virtual ~OFixedText();
76 …explicit OFixedText(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > c…
77 …explicit OFixedText(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > c…
/trunk/main/reportdesign/source/core/sdr/
H A DRptModel.cxx196 …xRet = static_cast<cppu::OWeakObject*>(new OFixedText(m_pReportDefinition->getContext(),m_pReportD… in createShape()