Searched refs:SC_DDE_IGNOREMODE (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | documen8.cxx | 1217 ((nMode == SC_DDE_IGNOREMODE) || (nMode == pDdeLink->GetMode())) ) in lclGetDdeLink() 1293 …DBG_ASSERT( nMode != SC_DDE_IGNOREMODE, "ScDocument::CreateDdeLink - SC_DDE_IGNOREMODE not allowed… in CreateDdeLink() 1294 if( GetLinkManager() && (nMode != SC_DDE_IGNOREMODE) ) in CreateDdeLink()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | linkuno.cxx | 1210 if ( pDoc->FindDdeLink( aAppl, aTopic, aItem, SC_DDE_IGNOREMODE, nPos ) ) in getResults() 1248 if ( pDoc->FindDdeLink( aAppl, aTopic, aItem, SC_DDE_IGNOREMODE, nPos ) ) in setResults()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 1068 if( GetDoc().FindDdeLink( rApplic, rTopic, rItem, SC_DDE_IGNOREMODE, nPos ) ) in InsertDde()
|
/aoo41x/main/sc/inc/ |
H A D | document.hxx | 232 const sal_uInt8 SC_DDE_IGNOREMODE = 255; /// For usage in FindDdeLink() only! variable
|
Completed in 1949 milliseconds