Home
last modified time | relevance | path

Searched refs:ScVbaCharacters (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbacharacters.cxx57 ScVbaCharacters::getCaption() throw (css::uno::RuntimeException) in getCaption()
62 ScVbaCharacters::setCaption( const ::rtl::OUString& _caption ) throw (css::uno::RuntimeException) in setCaption()
69 ScVbaCharacters::getCount() throw (css::uno::RuntimeException) in getCount()
75 ScVbaCharacters::getText() throw (css::uno::RuntimeException) in getText()
80 ScVbaCharacters::setText( const ::rtl::OUString& _text ) throw (css::uno::RuntimeException) in setText()
85 ScVbaCharacters::getFont() throw (css::uno::RuntimeException) in getFont()
91 ScVbaCharacters::setFont( const uno::Reference< excel::XFont >& /*_font*/ ) throw (css::uno::Runtim… in setFont()
100 ScVbaCharacters::Insert( const ::rtl::OUString& String ) throw (css::uno::RuntimeException) in Insert()
106 ScVbaCharacters::Delete( ) throw (css::uno::RuntimeException) in Delete()
115 ScVbaCharacters::getServiceImplName() in getServiceImplName()
[all …]
H A Dvbacharacters.hxx36 class ScVbaCharacters : public ScVbaCharacters_BASE class
47ScVbaCharacters( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
49 virtual ~ScVbaCharacters() {} in ~ScVbaCharacters()
H A Dvbatextframe.cxx44 …return uno::makeAny( uno::Reference< ov::excel::XCharacters >( new ScVbaCharacters( this, mxContex… in Characters()
H A Dvbatextboxshape.cxx61 return new ScVbaCharacters( this, mxContext, aPalette, xSimple, Start, Length, sal_True ); in characters()
H A Dvbarange.cxx3627 return new ScVbaCharacters( this, mxContext, aPalette, xSimple, Start, Length ); in characters()

Completed in 70 milliseconds