Lines Matching refs:pp
275 SmModule *pp = SM_MOD(); in SetCursor() local
280 if (pp->GetConfig()->IsShowFormulaCursor()) in SetCursor()
329 SmModule *pp = SM_MOD(); in Paint() local
330 if (pFound && pp->GetConfig()->IsShowFormulaCursor()) in Paint()
1236 SmModule *pp = SM_MOD(); in SetPrinter() local
1237 pp->GetConfig()->ItemSetToConfig(pNewPrinter->GetOptions()); in SetPrinter()
1424 SmModule *pp = SM_MOD(); in Execute() local
1434 bVal = !pp->GetConfig()->IsShowFormulaCursor(); in Execute()
1436 pp->GetConfig()->SetShowFormulaCursor(bVal); in Execute()
1799 SmModule *pp = SM_MOD(); in Execute() local
1800 SmSymbolDialog( NULL, pDev, pp->GetSymbolManager(), *this ).Execute(); in Execute()
1875 SmModule *pp = SM_MOD(); in GetState() local
1876 rSet.Put(SfxBoolItem(nWh, pp->GetConfig()->IsShowFormulaCursor())); in GetState()