Lines Matching refs:pOLEMiscOpt
101 return aInsertConfig.pOLEMiscOpt; in GetCapOption()
128 if(aInsertConfig.pOLEMiscOpt) in SetCapOption()
129 *aInsertConfig.pOLEMiscOpt = *pOpt; in SetCapOption()
131 aInsertConfig.pOLEMiscOpt = new InsCaptionOpt(*pOpt); in SetCapOption()
640 pOLEMiscOpt(0), in SwInsertConfig()
662 delete pOLEMiscOpt; in ~SwInsertConfig()
858 if(pOLEMiscOpt) in Commit()
859 … lcl_WriteOpt(*pOLEMiscOpt, pValues, nProp, nProp - INS_PROP_CAP_OBJECT_OLEMISC_ENABLE); in Commit()
1146 if(!pOLEMiscOpt) in Load()
1148 pOLEMiscOpt = new InsCaptionOpt(OLE_CAP); in Load()
1150 … lcl_ReadOpt(*pOLEMiscOpt, pValues, nProp, nProp - INS_PROP_CAP_OBJECT_OLEMISC_ENABLE); in Load()