Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx915 if (pSheetSaveData) in Notify()
916 pSheetSaveData->SetInSupportedSave(true); in Notify()
924 if (pSheetSaveData) in Notify()
925 pSheetSaveData->SetInSupportedSave(true); in Notify()
933 if (pSheetSaveData) in Notify()
934 pSheetSaveData->SetInSupportedSave(false); in Notify()
940 if (pSheetSaveData) in Notify()
941 pSheetSaveData->SetInSupportedSave(false); in Notify()
945 if (pSheetSaveData) in Notify()
946 pSheetSaveData->SetInSupportedSave(false); in Notify()
[all …]
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx117 ScSheetSaveData* pSheetSaveData; member in ScDocShell