Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx706 const InsCaptionOpt* pOLEFormulaOpt = 0; in Commit() local
716 pOLEFormulaOpt = pCapOptions->Find(OLE_CAP, &aGlobalNames[GLOB_NAME_MATH ]); in Commit()
832 if(pOLEFormulaOpt) in Commit()
833 … lcl_WriteOpt(*pOLEFormulaOpt, pValues, nProp, nProp - INS_PROP_CAP_OBJECT_FORMULA_ENABLE); in Commit()
950 InsCaptionOpt* pOLEFormulaOpt = 0; in Load() local
960 pOLEFormulaOpt = pCapOptions->Find(OLE_CAP, &aGlobalNames[GLOB_NAME_MATH ]); in Load()
1112 if(!pOLEFormulaOpt) in Load()
1114 pOLEFormulaOpt = new InsCaptionOpt(OLE_CAP, &aGlobalNames[GLOB_NAME_MATH]); in Load()
1115 pCapOptions->Insert(pOLEFormulaOpt); in Load()
1117 … lcl_ReadOpt(*pOLEFormulaOpt, pValues, nProp, nProp - INS_PROP_CAP_OBJECT_FORMULA_ENABLE); in Load()

Completed in 18 milliseconds