Searched refs:LinkSource (Results 1 – 4 of 4) sorted by relevance
| /trunk/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)
|
| /trunk/main/sw/source/ui/vba/ |
| H A D | vbadocumentproperties.hxx | 41 …Bool LinkToContent, ::sal_Int8 Type, const css::uno::Any& Value, const css::uno::Any& LinkSource ); 58 …Bool LinkToContent, ::sal_Int8 Type, const css::uno::Any& Value, const css::uno::Any& LinkSource );
|
| H A D | vbadocumentproperties.cxx | 302 virtual void SAL_CALL setLinkSource( const rtl::OUString& LinkSource ); 320 virtual void SAL_CALL setLinkSource( const rtl::OUString& LinkSource ); 736 …ame, ::sal_Bool LinkToContent, ::sal_Int8 Type, const uno::Any& Value, const uno::Any& LinkSource ) in Add() argument 748 if ( LinkSource >>= sLinkSource ) in Add()
|