Home
last modified time | relevance | path

Searched refs:LinkSource (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oovbaapi/ooo/vba/
H A DXDocumentProperties.idl44 * 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 DXDocumentProperty.idl72 /** If true, then LinkSource has a valid value. */
92 void setLinkSource([in] string LinkSource)
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.hxx41 …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 Dvbadocumentproperties.cxx302 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()