Searched refs:ScVbaCharacters (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/ui/vba/ |
H A D | vbacharacters.cxx | 57 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 D | vbacharacters.hxx | 36 class ScVbaCharacters : public ScVbaCharacters_BASE class 47 …ScVbaCharacters( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer… 49 virtual ~ScVbaCharacters() {} in ~ScVbaCharacters()
|
H A D | vbatextframe.cxx | 44 …return uno::makeAny( uno::Reference< ov::excel::XCharacters >( new ScVbaCharacters( this, mxContex… in Characters()
|
H A D | vbatextboxshape.cxx | 61 return new ScVbaCharacters( this, mxContext, aPalette, xSimple, Start, Length, sal_True ); in characters()
|
H A D | vbarange.cxx | 3627 return new ScVbaCharacters( this, mxContext, aPalette, xSimple, Start, Length ); in characters()
|
Completed in 50 milliseconds