Searched refs:LinkSource (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/oovbaapi/ooo/vba/ |
H A D | XDocumentProperties.idl | 44 * boolean LinkSource, either (False) Value or (True) LinkSource must be provided. 46 … the contents of the container document. If this argument is True, the LinkSource argument is requ… 53 …* @param LinkSource Ignored if LinkToContent is False. The source of the linked property. The cont… 57 [in] /*optional*/ any LinkSource)
|
H A D | XDocumentProperty.idl | 72 /** If true, then LinkSource has a valid value. */ 92 void setLinkSource([in] string LinkSource)
|
/aoo42x/main/sw/source/ui/vba/ |
H A D | vbadocumentproperties.hxx | 41 …ent, ::sal_Int8 Type, const css::uno::Any& Value, const css::uno::Any& LinkSource ) throw (css::sc… 58 …ent, ::sal_Int8 Type, const css::uno::Any& Value, const css::uno::Any& LinkSource ) throw (css::sc…
|
H A D | vbadocumentproperties.cxx | 302 …virtual void SAL_CALL setLinkSource( const rtl::OUString& LinkSource ) throw (script::BasicErrorEx… 320 …virtual void SAL_CALL setLinkSource( const rtl::OUString& LinkSource ) throw (script::BasicErrorEx… 736 …LinkToContent, ::sal_Int8 Type, const uno::Any& Value, const uno::Any& LinkSource ) throw (script:… in Add() argument 748 if ( LinkSource >>= sLinkSource ) in Add()
|
Completed in 44 milliseconds