Lines Matching refs:ScVbaWorkbook

82 uno::Sequence< sal_Int32 > ScVbaWorkbook::ColorData;
84 void ScVbaWorkbook::initColorData( const uno::Sequence< sal_Int32 >& sColors ) in initColorData()
95 ScVbaWorkbook::ResetColors( ) throw (::script::BasicErrorException, ::uno::RuntimeException) in ResetColors()
109 ScVbaWorkbook::Colors( const ::uno::Any& Index ) throw (::script::BasicErrorException, ::uno::Runti… in Colors()
124 ScVbaWorkbook::FileFormat( ) throw (::script::BasicErrorException, ::uno::RuntimeException) in FileFormat()
185 ScVbaWorkbook::init() in init()
190 ScVbaWorkbook::ScVbaWorkbook( const css::uno::Reference< ov::XHelperInterface >& xParent, const cs… in ScVbaWorkbook() function in ScVbaWorkbook
201 ScVbaWorkbook::ScVbaWorkbook( const css::uno::Reference< ov::XHelperInterface >& xParent, const cs… in ScVbaWorkbook() function in ScVbaWorkbook
206 ScVbaWorkbook::ScVbaWorkbook( uno::Sequence< uno::Any> const & args, in ScVbaWorkbook() function in ScVbaWorkbook
213 ScVbaWorkbook::getActiveSheet() throw (uno::RuntimeException) in getActiveSheet()
226 ScVbaWorkbook::Sheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in Sheets()
232 ScVbaWorkbook::Worksheets( const uno::Any& aIndex ) throw (uno::RuntimeException) in Worksheets()
246 ScVbaWorkbook::Windows( const uno::Any& aIndex ) throw (uno::RuntimeException) in Windows()
256 ScVbaWorkbook::Activate() throw (uno::RuntimeException) in Activate()
262 ScVbaWorkbook::getProtectStructure() throw (uno::RuntimeException) in getProtectStructure()
268 ::sal_Bool SAL_CALL ScVbaWorkbook::getPrecisionAsDisplayed() throw (uno::RuntimeException) in getPrecisionAsDisplayed()
275 void SAL_CALL ScVbaWorkbook::setPrecisionAsDisplayed( sal_Bool _precisionAsDisplayed ) throw (uno::… in setPrecisionAsDisplayed()
285 ScVbaWorkbook::SaveCopyAs( const rtl::OUString& sFileName ) throw ( uno::RuntimeException) in SaveCopyAs()
297 ScVbaWorkbook::Styles( const uno::Any& Item ) throw (uno::RuntimeException) in Styles()
310 ScVbaWorkbook::Names( const uno::Any& aIndex ) throw (uno::RuntimeException) in Names()
322 ScVbaWorkbook::getServiceImplName() in getServiceImplName()
329 ScVbaWorkbook::getServiceNames() in getServiceNames()
341 ScVbaWorkbook::getCodeName() throw (css::uno::RuntimeException) in getCodeName()
350 sdecl::vba_service_class_<ScVbaWorkbook, sdecl::with_args<true> > serviceImpl;