Lines Matching refs:SwVbaBuiltInDocumentProperty

285 class SwVbaBuiltInDocumentProperty : public SwVbaDocumentProperty_BASE  class
290SwVbaBuiltInDocumentProperty( const uno::Reference< ov::XHelperInterface >& xParent, const uno::R…
310 class SwVbaCustomDocumentProperty : public SwVbaBuiltInDocumentProperty
328 …::XComponentContext >& xContext, const DocPropInfo& rInfo ) : SwVbaBuiltInDocumentProperty( xParen… in SwVbaCustomDocumentProperty()
379 SwVbaBuiltInDocumentProperty::SwVbaBuiltInDocumentProperty( const uno::Reference< ov::XHelperInterf… in SwVbaBuiltInDocumentProperty() function in SwVbaBuiltInDocumentProperty
384 SwVbaBuiltInDocumentProperty::Delete( ) throw (script::BasicErrorException, uno::RuntimeException) in Delete()
391 SwVbaBuiltInDocumentProperty::getName( ) throw (script::BasicErrorException, uno::RuntimeException) in getName()
397 SwVbaBuiltInDocumentProperty::setName( const rtl::OUString& ) throw (script::BasicErrorException, u… in setName()
404 SwVbaBuiltInDocumentProperty::getType( ) throw (script::BasicErrorException, uno::RuntimeException) in getType()
410 SwVbaBuiltInDocumentProperty::setType( ::sal_Int8 /*Type*/ ) throw (script::BasicErrorException, un… in setType()
417 SwVbaBuiltInDocumentProperty::getLinkToContent( ) throw (script::BasicErrorException, uno::Runtime… in getLinkToContent()
423 SwVbaBuiltInDocumentProperty::setLinkToContent( ::sal_Bool /*LinkToContent*/ ) throw (script::Basic… in setLinkToContent()
430 SwVbaBuiltInDocumentProperty::getValue( ) throw (script::BasicErrorException, uno::RuntimeExceptio… in getValue()
439 SwVbaBuiltInDocumentProperty::setValue( const uno::Any& Value ) throw (script::BasicErrorException,… in setValue()
445 SwVbaBuiltInDocumentProperty::getLinkSource( ) throw (script::BasicErrorException, uno::RuntimeExc… in getLinkSource()
452 SwVbaBuiltInDocumentProperty::setLinkSource( const rtl::OUString& /*LinkSource*/ ) throw (script::B… in setLinkSource()
459 SwVbaBuiltInDocumentProperty::getServiceImplName() in getServiceImplName()
466 SwVbaBuiltInDocumentProperty::getServiceNames() in getServiceNames()
523 …mDocProps[ index ] = new SwVbaBuiltInDocumentProperty( xParent, xContext, builtIns.getDocPropInfoM… in BuiltInPropertiesImpl()