Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/config/
H A Dmodcfg.cxx103 return aInsertConfig.pCapOptions->Find(eType, pOleId); in GetCapOption()
135 InsCaptionOptArr& rArr = *aInsertConfig.pCapOptions; in SetCapOption()
639 pCapOptions(0), in SwInsertConfig()
652 pCapOptions = new InsCaptionOptArr; in SwInsertConfig()
661 delete pCapOptions; in ~SwInsertConfig()
708 if(pCapOptions) in Commit()
710 pWriterTableOpt = pCapOptions->Find(TABLE_CAP, 0); in Commit()
711 pWriterFrameOpt = pCapOptions->Find(FRAME_CAP, 0); in Commit()
712 pWriterGraphicOpt = pCapOptions->Find(GRAPHIC_CAP, 0); in Commit()
713 pOLECalcOpt = pCapOptions->Find(OLE_CAP, &aGlobalNames[GLOB_NAME_CALC]); in Commit()
[all …]
/AOO41X/main/sw/inc/
H A Dmodcfg.hxx85 InsCaptionOptArr* pCapOptions; member in SwInsertConfig