Lines Matching refs:GetWhich
184 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONGAP ) ); in FillItemSet()
219 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONESCABS ) ); in FillItemSet()
231 eUnit = pPool->GetMetric( GetWhich( SDRATTR_CAPTIONLINELEN ) ); in FillItemSet()
270 nWhich = GetWhich( SDRATTR_CAPTIONANGLE ); in Reset()
274 nWhich = GetWhich( SDRATTR_CAPTIONESCABS ); in Reset()
281 nWhich = GetWhich( SDRATTR_CAPTIONESCREL ); in Reset()
285 nWhich = GetWhich( SDRATTR_CAPTIONLINELEN ); in Reset()
292 nWhich = GetWhich( SDRATTR_CAPTIONGAP ); in Reset()
298 …nCaptionType = (short)( ( const SdrCaptionTypeItem& ) rOutAttrs.Get( GetWhich( SDRATTR_CAPTIONTYPE… in Reset()
299 …bFixedAngle = ( ( const SfxBoolItem& ) rOutAttrs.Get( GetWhich( SDRATTR_CAPTIONFIXEDANGLE ) ) ).Ge… in Reset()
300 …bFitLineLen = ( ( const SfxBoolItem& ) rOutAttrs.Get( GetWhich( SDRATTR_CAPTIONFITLINELEN ) ) ).Ge… in Reset()
301 …nEscDir = (short)( ( const SdrCaptionEscDirItem& ) rOutAttrs.Get( GetWhich( SDRATTR_CAPTIONESCDIR … in Reset()
302 …bEscRel = ( ( const SfxBoolItem& ) rOutAttrs.Get( GetWhich( SDRATTR_CAPTIONESCISREL ) ) ).GetValue… in Reset()