Home
last modified time | relevance | path

Searched refs:nDdePos (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Ddocumen8.cxx1229 ScDdeLink* lclGetDdeLink( const sfx2::LinkManager* pLinkManager, sal_uInt16 nDdePos ) in lclGetDdeLink() argument
1241 if( nDdeIndex == nDdePos ) in lclGetDdeLink()
1259 bool ScDocument::GetDdeLinkData( sal_uInt16 nDdePos, String& rAppl, String& rTopic, String& rItem )… in GetDdeLinkData() argument
1261 if( const ScDdeLink* pDdeLink = lclGetDdeLink( GetLinkManager(), nDdePos ) ) in GetDdeLinkData()
1271 bool ScDocument::GetDdeLinkMode( sal_uInt16 nDdePos, sal_uInt8& rnMode ) const in GetDdeLinkMode() argument
1273 if( const ScDdeLink* pDdeLink = lclGetDdeLink( GetLinkManager(), nDdePos ) ) in GetDdeLinkMode()
1281 const ScMatrix* ScDocument::GetDdeLinkResultMatrix( sal_uInt16 nDdePos ) const in GetDdeLinkResultMatrix()
1283 const ScDdeLink* pDdeLink = lclGetDdeLink( GetLinkManager(), nDdePos ); in GetDdeLinkResultMatrix()
1313 bool ScDocument::SetDdeLinkResultMatrix( sal_uInt16 nDdePos, ScMatrix* pResults ) in SetDdeLinkResultMatrix() argument
1315 if( ScDdeLink* pDdeLink = lclGetDdeLink( GetLinkManager(), nDdePos ) ) in SetDdeLinkResultMatrix()
/aoo4110/main/sc/inc/
H A Ddocument.hxx709 …bool GetDdeLinkData( sal_uInt16 nDdePos, String& rAppl, String& rTopic, String& rItem )…
714 bool GetDdeLinkMode( sal_uInt16 nDdePos, sal_uInt8& rnMode ) const;
718 SC_DLLPUBLIC const ScMatrix* GetDdeLinkResultMatrix( sal_uInt16 nDdePos ) const;
728 bool SetDdeLinkResultMatrix( sal_uInt16 nDdePos, ScMatrix* pResults );

Completed in 50 milliseconds