Lines Matching refs:pp
272 SmModule *pp = SM_MOD(); in SetCursor() local
277 if (pp->GetConfig()->IsShowFormulaCursor()) in SetCursor()
326 SmModule *pp = SM_MOD(); in Paint() local
327 if (pFound && pp->GetConfig()->IsShowFormulaCursor()) in Paint()
1233 SmModule *pp = SM_MOD(); in SetPrinter() local
1234 pp->GetConfig()->ItemSetToConfig(pNewPrinter->GetOptions()); in SetPrinter()
1421 SmModule *pp = SM_MOD(); in Execute() local
1431 bVal = !pp->GetConfig()->IsShowFormulaCursor(); in Execute()
1433 pp->GetConfig()->SetShowFormulaCursor(bVal); in Execute()
1725 SmModule *pp = SM_MOD(); in Execute() local
1726 SmSymbolDialog( NULL, pDev, pp->GetSymbolManager(), *this ).Execute(); in Execute()
1801 SmModule *pp = SM_MOD(); in GetState() local
1802 rSet.Put(SfxBoolItem(nWh, pp->GetConfig()->IsShowFormulaCursor())); in GetState()