Lines Matching refs:InsCaptionOpt

66 InsCaptionOpt* InsCaptionOptArr::Find(const SwCapObjType eType, const SvGlobalName *pOleId) const  in SV_IMPL_PTRARR_SORT()
70 InsCaptionOpt* pObj = GetObject(i); in SV_IMPL_PTRARR_SORT()
85 const InsCaptionOpt* SwModuleOptions::GetCapOption( in GetCapOption()
111 sal_Bool SwModuleOptions::SetCapOption(sal_Bool bHTML, const InsCaptionOpt* pOpt) in SetCapOption()
131 aInsertConfig.pOLEMiscOpt = new InsCaptionOpt(*pOpt); in SetCapOption()
136 InsCaptionOpt *pObj = rArr.Find(pOpt->GetObjType(), &pOpt->GetOleId()); in SetCapOption()
143 rArr.Insert(new InsCaptionOpt(*pOpt)); in SetCapOption()
667 void lcl_WriteOpt(const InsCaptionOpt& rOpt, Any* pValues, sal_Int32 nProp, sal_Int32 nOffset) in lcl_WriteOpt()
700 const InsCaptionOpt* pWriterTableOpt = 0; in Commit()
701 const InsCaptionOpt* pWriterFrameOpt = 0; in Commit()
702 const InsCaptionOpt* pWriterGraphicOpt = 0; in Commit()
703 const InsCaptionOpt* pOLECalcOpt = 0; in Commit()
704 const InsCaptionOpt* pOLEImpressOpt = 0; in Commit()
705 const InsCaptionOpt* pOLEChartOpt = 0; in Commit()
706 const InsCaptionOpt* pOLEFormulaOpt = 0; in Commit()
707 const InsCaptionOpt* pOLEDrawOpt = 0; in Commit()
869 void lcl_ReadOpt(InsCaptionOpt& rOpt, const Any* pValues, sal_Int32 nProp, sal_Int32 nOffset) in lcl_ReadOpt()
944 InsCaptionOpt* pWriterTableOpt = 0; in Load()
945 InsCaptionOpt* pWriterFrameOpt = 0; in Load()
946 InsCaptionOpt* pWriterGraphicOpt = 0; in Load()
947 InsCaptionOpt* pOLECalcOpt = 0; in Load()
948 InsCaptionOpt* pOLEImpressOpt = 0; in Load()
949 InsCaptionOpt* pOLEChartOpt = 0; in Load()
950 InsCaptionOpt* pOLEFormulaOpt = 0; in Load()
951 InsCaptionOpt* pOLEDrawOpt = 0; in Load()
1013 pWriterTableOpt = new InsCaptionOpt(TABLE_CAP); in Load()
1029 pWriterFrameOpt = new InsCaptionOpt(FRAME_CAP); in Load()
1046 pWriterGraphicOpt = new InsCaptionOpt(GRAPHIC_CAP); in Load()
1063 pOLECalcOpt = new InsCaptionOpt(OLE_CAP, &aGlobalNames[GLOB_NAME_CALC]); in Load()
1080 pOLEImpressOpt = new InsCaptionOpt(OLE_CAP, &aGlobalNames[GLOB_NAME_IMPRESS]); in Load()
1097 pOLEChartOpt = new InsCaptionOpt(OLE_CAP, &aGlobalNames[GLOB_NAME_CHART]); in Load()
1114 pOLEFormulaOpt = new InsCaptionOpt(OLE_CAP, &aGlobalNames[GLOB_NAME_MATH]); in Load()
1131 pOLEDrawOpt = new InsCaptionOpt(OLE_CAP, &aGlobalNames[GLOB_NAME_DRAW]); in Load()
1148 pOLEMiscOpt = new InsCaptionOpt(OLE_CAP); in Load()