Home
last modified time | relevance | path

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

/trunk/main/oovbaapi/ooo/vba/
H A DXDocumentProperties.idl46 …* @param LinkToContent Specifies whether the property is linked to the contents of the container d…
51 …* If LinkToContent is True, the Value argument is ignored and the new document property is assigne…
53 …* @param LinkSource Ignored if LinkToContent is False. The source of the linked property. The cont…
56 …XDocumentProperty Add([in] string Name, [in] boolean LinkToContent, [in] /* MsoDocProperties */ by…
H A DXDocumentProperty.idl76 void setLinkToContent([in] boolean LinkToContent)
79 /** If LinkToContent is false, then this contains the value of the property
88 /** If LinkToContent is false, then this contains the value of the property */
/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.hxx41 …umentProperty > SAL_CALL Add( const ::rtl::OUString& Name, ::sal_Bool LinkToContent, ::sal_Int8 Ty…
58 …umentProperty > SAL_CALL Add( const ::rtl::OUString& Name, ::sal_Bool LinkToContent, ::sal_Int8 Ty…
H A Dvbadocumentproperties.cxx298 …virtual void SAL_CALL setLinkToContent( ::sal_Bool LinkToContent ) throw (script::BasicErrorExcept…
317 …virtual void SAL_CALL setLinkToContent( ::sal_Bool LinkToContent ) throw (script::BasicErrorExcept…
736 SwVbaCustomDocumentProperties::Add( const ::rtl::OUString& Name, ::sal_Bool LinkToContent, ::sal_In… in Add() argument
746 xDocProp->setLinkToContent( LinkToContent ); in Add()

Completed in 18 milliseconds