Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dmodcfg.hxx90 sal_Bool bInsWithCaption; //Insert/Caption/Automatic // Objekte beschriftet einfuegen member in SwInsertConfig
228 { return bHTML ? sal_False : aInsertConfig.bInsWithCaption; } in IsInsWithCaption()
231 aInsertConfig.bInsWithCaption = b; in SetInsWithCaption()
/trunk/main/sw/source/ui/config/
H A Dmodcfg.cxx641 bInsWithCaption( sal_False ), in SwInsertConfig()
741 …case INS_PROP_CAP_AUTOMATIC: pValues[nProp].setValue(&bInsWithCaption, rType);break;//"Caption/Aut… in Commit()
999 bInsWithCaption = bBool; in Load()

Completed in 27 milliseconds