Lines Matching refs:pScMod
450 ScModule* pScMod = SC_MOD(); in setPropertyValue() local
451 ScAppOptions aAppOpt(pScMod->GetAppOptions()); in setPropertyValue()
452 ScInputOptions aInpOpt(pScMod->GetInputOptions()); in setPropertyValue()
572 ScPrintOptions aPrintOpt(pScMod->GetPrintOptions()); in setPropertyValue()
574 pScMod->SetPrintOptions( aPrintOpt ); in setPropertyValue()
578 ScPrintOptions aPrintOpt(pScMod->GetPrintOptions()); in setPropertyValue()
580 pScMod->SetPrintOptions( aPrintOpt ); in setPropertyValue()
585 pScMod->SetAppOptions( aAppOpt ); in setPropertyValue()
587 pScMod->SetInputOptions( aInpOpt ); in setPropertyValue()
598 ScModule* pScMod = SC_MOD(); in getPropertyValue() local
599 ScAppOptions aAppOpt = pScMod->GetAppOptions(); in getPropertyValue()
600 ScInputOptions aInpOpt = pScMod->GetInputOptions(); in getPropertyValue()
650 ScUnoHelpFunctions::SetBoolInAny( aRet, pScMod->GetPrintOptions().GetAllSheets() ); in getPropertyValue()
652 ScUnoHelpFunctions::SetBoolInAny( aRet, !pScMod->GetPrintOptions().GetSkipEmpty() ); // reversed in getPropertyValue()
725 ScModule* pScMod = SC_MOD(); in setRecentFunctionIds() local
726 ScAppOptions aNewOpts(pScMod->GetAppOptions()); in setRecentFunctionIds()
728 pScMod->SetAppOptions(aNewOpts); in setRecentFunctionIds()
730 pScMod->RecentFunctionsChanged(); // update function list child window in setRecentFunctionIds()