Home
last modified time | relevance | path

Searched refs:SdrCaptionEscIsRelItem (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsxcecitm.hxx57 class SdrCaptionEscIsRelItem: public SdrYesNoItem { class
59 SdrCaptionEscIsRelItem(sal_Bool bRel=sal_True): SdrYesNoItem(SDRATTR_CAPTIONESCISREL,bRel) {} in SdrCaptionEscIsRelItem() function in SdrCaptionEscIsRelItem
60 SdrCaptionEscIsRelItem(SvStream& rIn) : SdrYesNoItem(SDRATTR_CAPTIONESCISREL,rIn) {} in SdrCaptionEscIsRelItem() function in SdrCaptionEscIsRelItem
/trunk/main/cui/source/tabpages/
H A Dlabdlg.cxx201 _rOutAttrs.Put( SdrCaptionEscIsRelItem( bEscRel ) ); in FillItemSet()
/trunk/main/svx/source/svdraw/
H A Dsvdocapt.cxx439 rPara.bEscRel =((SdrCaptionEscIsRelItem&) (rSet.Get(SDRATTR_CAPTIONESCISREL ))).GetValue(); in ImpGetCaptParams()
H A Dsvdibrow.cxx791 FASTBOOL bRel=((const SdrCaptionEscIsRelItem*)pItem)->GetValue(); in IsItemIneffective()
H A Dsvdattr.cxx118 mppLocalPoolDefaults[SDRATTR_CAPTIONESCISREL -SDRATTR_START]=new SdrCaptionEscIsRelItem ; in SdrItemPool()