Lines Matching refs:ScVbaButtonCharacters
47 ScVbaButtonCharacters::ScVbaButtonCharacters( in ScVbaButtonCharacters() function in ScVbaButtonCharacters
68 ScVbaButtonCharacters::~ScVbaButtonCharacters() in ~ScVbaButtonCharacters()
74 OUString SAL_CALL ScVbaButtonCharacters::getCaption() throw (uno::RuntimeException) in getCaption()
83 void SAL_CALL ScVbaButtonCharacters::setCaption( const OUString& rCaption ) throw (uno::RuntimeExce… in setCaption()
98 sal_Int32 SAL_CALL ScVbaButtonCharacters::getCount() throw (uno::RuntimeException) in getCount()
104 OUString SAL_CALL ScVbaButtonCharacters::getText() throw (uno::RuntimeException) in getText()
110 void SAL_CALL ScVbaButtonCharacters::setText( const OUString& rText ) throw (uno::RuntimeException) in setText()
116 uno::Reference< excel::XFont > SAL_CALL ScVbaButtonCharacters::getFont() throw (uno::RuntimeExcepti… in getFont()
121 void SAL_CALL ScVbaButtonCharacters::setFont( const uno::Reference< excel::XFont >& /*rxFont*/ ) th… in setFont()
128 void SAL_CALL ScVbaButtonCharacters::Insert( const OUString& rString ) throw (uno::RuntimeException) in Insert()
136 void SAL_CALL ScVbaButtonCharacters::Delete() throw (uno::RuntimeException) in Delete()
147 VBAHELPER_IMPL_XHELPERINTERFACE( ScVbaButtonCharacters, "ooo.vba.excel.Characters" )
151 OUString ScVbaButtonCharacters::getFullString() const throw (uno::RuntimeException) in getFullString()
156 void ScVbaButtonCharacters::setFullString( const OUString& rString ) throw (uno::RuntimeException) in setFullString()
521 return new ScVbaButtonCharacters( this, mxContext, mxControlProps, maPalette, rStart, rLength ); in Characters()