Lines Matching refs:pArgs
165 const SfxItemSet *pArgs = rReq.GetArgs (); in SO2_DECL_REF() local
168 if (! pArgs) in SO2_DECL_REF()
172 else if (pArgs->Count () == 2) in SO2_DECL_REF()
224 const SfxItemSet *pArgs = rReq.GetArgs (); in SO2_DECL_REF() local
227 if( pArgs && pArgs->Count () == 1) in SO2_DECL_REF()
244 const SfxItemSet *pArgs = rReq.GetArgs (); in SO2_DECL_REF() local
246 if ( pArgs && pArgs->Count () == 2) in SO2_DECL_REF()
272 const SfxItemSet *pArgs = rReq.GetArgs (); in SO2_DECL_REF() local
274 if ( pArgs && pArgs->Count () == 2) in SO2_DECL_REF()
504 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecRuler() local
523 pArgs->Get(GetPool().GetWhich(SID_ATTR_LONG_LRSPACE)); in ExecRuler()
580 pArgs->Get(GetPool().GetWhich(SID_ATTR_LONG_ULSPACE)); in ExecRuler()
642 pArgs->Get(GetPool().GetWhich(SID_RULER_OBJECT)); in ExecRuler()
669 pArgs->Get( EE_PARA_TABS ); in ExecRuler()
685 SvxLineSpacingItem aParaLineSP = (const SvxLineSpacingItem&)pArgs->Get( in ExecRuler()
744 SvxULSpaceItem aULSP = (const SvxULSpaceItem&)pArgs->Get( in ExecRuler()
759 SvxLRSpaceItem aLRSpace = (const SvxLRSpaceItem&)pArgs->Get( in ExecRuler()
777 pArgs->Get( nId ); in ExecRuler()