Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/ui/config/
H A Dmodcfg.cxx704 const InsCaptionOpt* pOLEImpressOpt = 0; in Commit() local
714 pOLEImpressOpt = pCapOptions->Find(OLE_CAP, &aGlobalNames[GLOB_NAME_IMPRESS]); in Commit()
806 if(pOLEImpressOpt) in Commit()
807 … lcl_WriteOpt(*pOLEImpressOpt, pValues, nProp, nProp - INS_PROP_CAP_OBJECT_IMPRESS_ENABLE); in Commit()
948 InsCaptionOpt* pOLEImpressOpt = 0; in Load() local
958 pOLEImpressOpt = pCapOptions->Find(OLE_CAP, &aGlobalNames[GLOB_NAME_IMPRESS]); in Load()
1078 if(!pOLEImpressOpt) in Load()
1080 pOLEImpressOpt = new InsCaptionOpt(OLE_CAP, &aGlobalNames[GLOB_NAME_IMPRESS]); in Load()
1081 pCapOptions->Insert(pOLEImpressOpt); in Load()
1083 … lcl_ReadOpt(*pOLEImpressOpt, pValues, nProp, nProp - INS_PROP_CAP_OBJECT_IMPRESS_ENABLE); in Load()

Completed in 21 milliseconds