Home
last modified time | relevance | path

Searched refs:SdrCaptionEscRelItem (Results 1 – 4 of 4) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dsxcecitm.hxx70 class SdrCaptionEscRelItem: public SfxInt32Item { class
72 SdrCaptionEscRelItem(long nEscRel=5000): SfxInt32Item(SDRATTR_CAPTIONESCREL,nEscRel) {} in SdrCaptionEscRelItem() function in SdrCaptionEscRelItem
73 SdrCaptionEscRelItem(SvStream& rIn) : SfxInt32Item(SDRATTR_CAPTIONESCREL,rIn) {} in SdrCaptionEscRelItem() function in SdrCaptionEscRelItem
/trunk/main/cui/source/tabpages/
H A Dlabdlg.cxx213 _rOutAttrs.Put( SdrCaptionEscRelItem( nVal ) ); in FillItemSet()
282 nEscRel = (long)( ( const SdrCaptionEscRelItem& ) rOutAttrs.Get( nWhich ) ).GetValue(); in Reset()
/trunk/main/svx/source/svdraw/
H A Dsvdocapt.cxx440 rPara.nEscRel =((SdrCaptionEscRelItem&) (rSet.Get(SDRATTR_CAPTIONESCREL ))).GetValue(); in ImpGetCaptParams()
H A Dsvdattr.cxx119 mppLocalPoolDefaults[SDRATTR_CAPTIONESCREL -SDRATTR_START]=new SdrCaptionEscRelItem ; in SdrItemPool()