Lines Matching refs:rOutAttrs
102 rOutAttrs ( rInAttrs ) in SvxCaptionTabPage()
248 FieldUnit eFUnit = GetModuleFieldUnit( rOutAttrs ); in Reset()
263 SfxItemPool* pPool = rOutAttrs.GetPool(); in Reset()
271 nFixedAngle = ( ( const SdrCaptionAngleItem& ) rOutAttrs.Get( nWhich ) ).GetValue(); in Reset()
276 nEscAbs = ( ( const SdrCaptionEscAbsItem& ) rOutAttrs.Get( nWhich ) ).GetValue(); in Reset()
282 nEscRel = (long)( ( const SdrCaptionEscRelItem& ) rOutAttrs.Get( nWhich ) ).GetValue(); in Reset()
287 nLineLen = ( ( const SdrCaptionLineLenItem& ) rOutAttrs.Get( nWhich ) ).GetValue(); in Reset()
294 nGap = ( ( const SdrCaptionGapItem& ) rOutAttrs.Get( nWhich ) ).GetValue(); 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()
383 const SfxItemSet& rOutAttrs ) in Create() argument
385 return( new SvxCaptionTabPage( pWindow, rOutAttrs ) ); in Create()