Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Ddocument.hxx419 sal_Bool bPastingDrawFromOtherDoc; member in ScDocument
1833 { bPastingDrawFromOtherDoc = bVal; } in SetPastingDrawFromOtherDoc()
1835 { return bPastingDrawFromOtherDoc; } in PastingDrawFromOtherDoc()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx210 bPastingDrawFromOtherDoc( sal_False ), in ScDocument()