Lines Matching refs:pOpt
111 const InsCaptionOpt *pOpt = pModOpt->GetCapOption(bWeb, (SwCapObjType)nType, pOleId); in AutoCaption() local
112 if (pOpt && pOpt->UseCaption() == sal_True) in AutoCaption()
113 InsertCaption(pOpt); in AutoCaption()
121 void SwView::InsertCaption(const InsCaptionOpt *pOpt) in InsertCaption() argument
123 if (!pOpt) in InsertCaption()
126 const String &rName = pOpt->GetCategory(); in InsertCaption()
166 if (!pOpt->IgnoreSeqOpts()) in InsertCaption()
170 pFldType->SetDelimiter(pOpt->GetSeparator()); in InsertCaption()
171 pFldType->SetOutlineLvl( static_cast< sal_uInt8 >(pOpt->GetLevel()) ); in InsertCaption()
194 pOpt->GetCaption(), in InsertCaption()
195 !pOpt->IgnoreSeqOpts() ? aEmptyStr : pOpt->GetSeparator(), in InsertCaption()
196 pOpt->GetNumSeparator(), in InsertCaption()
197 !pOpt->GetPos(), in InsertCaption()
199 pOpt->GetCharacterStyle(), in InsertCaption()
200 pOpt->CopyAttributes() ); in InsertCaption()
203 ((SwSetExpFieldType*)pType)->SetSeqFormat(pOpt->GetNumType()); in InsertCaption()