Searched refs:pOLEImpressOpt (Results 1 – 1 of 1) sorted by relevance
704 const InsCaptionOpt* pOLEImpressOpt = 0; in Commit() local714 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() local958 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 23 milliseconds