Searched refs:SdrCaptionLineLenItem (Results 1 – 4 of 4) sorted by relevance
36 class SdrCaptionLineLenItem: public SdrMetricItem { class38 SdrCaptionLineLenItem(long nLineLen=0): SdrMetricItem(SDRATTR_CAPTIONLINELEN,nLineLen) {} in SdrCaptionLineLenItem() function in SdrCaptionLineLenItem39 SdrCaptionLineLenItem(SvStream& rIn) : SdrMetricItem(SDRATTR_CAPTIONLINELEN,rIn) {} in SdrCaptionLineLenItem() function in SdrCaptionLineLenItem
232 _rOutAttrs.Put( SdrCaptionLineLenItem( GetCoreValue(aMF_LAENGE, eUnit ) ) ); in FillItemSet()287 nLineLen = ( ( const SdrCaptionLineLenItem& ) rOutAttrs.Get( nWhich ) ).GetValue(); in Reset()
442 rPara.nLineLen =((SdrCaptionLineLenItem&) (rSet.Get(SDRATTR_CAPTIONLINELEN ))).GetValue(); in ImpGetCaptParams()
121 mppLocalPoolDefaults[SDRATTR_CAPTIONLINELEN -SDRATTR_START]=new SdrCaptionLineLenItem ; in SdrItemPool()
Completed in 33 milliseconds