Searched refs:SwVbaTable (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/ui/vba/ |
H A D | vbatable.cxx | 37 SwVbaTable::SwVbaTable( const uno::Reference< ooo::vba::XHelperInterface >& rParent, const uno::Re… in SwVbaTable() function in SwVbaTable 43 SwVbaTable::Range( ) throw (script::BasicErrorException, uno::RuntimeException) in Range() 49 SwVbaTable::Select( ) throw (script::BasicErrorException, uno::RuntimeException) in Select() 67 SwVbaTable::Delete( ) throw (script::BasicErrorException, uno::RuntimeException) in Delete() 74 SwVbaTable::ConvertToText( const uno::Any& /*Separator*/, const uno::Any& /*NestedTables*/ ) throw … in ConvertToText() 82 SwVbaTable::getName() throw (uno::RuntimeException) in getName() 89 SwVbaTable::Borders( const uno::Any& index ) throw (uno::RuntimeException) in Borders() 101 SwVbaTable::getServiceImplName() in getServiceImplName() 108 SwVbaTable::getServiceNames() in getServiceNames()
|
H A D | vbatable.hxx | 32 class SwVbaTable : public SwVbaTable_BASE class 37 …SwVbaTable( const css::uno::Reference< ooo::vba::XHelperInterface >& rParent, const css::uno::Refe…
|
H A D | vbatables.cxx | 46 …uno::Reference< word::XTable > xTable( new SwVbaTable( xParent, xContext, xTextDocument, xTextTabl… in lcl_createTable() 109 …uno::Reference< word::XTable > xVBATable( new SwVbaTable( mxParent, mxContext, pVbaRange->getDocu… in Add()
|
H A D | vbaselection.cxx | 587 … uno::Reference< word::XTable > xVBATbl = new SwVbaTable( mxParent, mxContext, xTextDoc, xTbl ); in Tables()
|
Completed in 24 milliseconds