Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddpsave.cxx750 nRepeatEmptyMode( SC_DPSAVEMODE_DONTKNOW ), in ScDPSaveData()
766 nRepeatEmptyMode( r.nRepeatEmptyMode ), in ScDPSaveData()
810 nRepeatEmptyMode != r.nRepeatEmptyMode || in operator ==()
1046 nRepeatEmptyMode = bSet; in SetRepeatIfEmpty()
1098 if ( nRepeatEmptyMode != SC_DPSAVEMODE_DONTKNOW ) in WriteToSource()
1100 rtl::OUString::createFromAscii(DP_PROP_REPEATIFEMPTY), (sal_Bool)nRepeatEmptyMode ); in WriteToSource()
/trunk/main/sc/inc/
H A Ddpsave.hxx197 sal_uInt16 nRepeatEmptyMode; member in ScDPSaveData
251 sal_Bool GetRepeatIfEmpty() const { return sal_Bool(nRepeatEmptyMode); } in GetRepeatIfEmpty()

Completed in 29 milliseconds