Lines Matching refs:pSlot
225 …quence< ::com::sun::star::beans::PropertyValue>& rArgs, SfxAllItemSet& rSet, const SfxSlot* pSlot ) in TransformParameters() argument
227 if ( !pSlot ) in TransformParameters()
228 pSlot = SFX_SLOTPOOL().GetSlot( nSlotId ); in TransformParameters()
230 if ( !pSlot ) in TransformParameters()
243 if ( !pSlot->IsMode(SFX_SLOT_METHOD) ) in TransformParameters()
246 const SfxType* pType = pSlot->GetType(); in TransformParameters()
265 if ( nCount == 1 && aName.CompareToAscii( pSlot->pUnoName ) == COMPARE_EQUAL ) in TransformParameters()
276 aStr += pSlot->pUnoName; in TransformParameters()
314 ByteString aStr( pSlot->pUnoName ); in TransformParameters()
329 aDbgStr += pSlot->pUnoName; in TransformParameters()
363 sal_uInt16 nMaxArgs = bIsMediaDescriptor ? nMediaArgsCount : pSlot->nArgDefCount; in TransformParameters()
366 …const SfxFormalArgument &rArg = bIsMediaDescriptor ? aFormalArgs[nArgs] : pSlot->GetFormalArgument… in TransformParameters()
924 if ( sSlotName.EqualsAscii( pSlot->pUnoName ) ) in TransformParameters()
946 aStr += pSlot->pUnoName; in TransformParameters()
953 …m::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rArgs, const SfxSlot* pSlot ) in TransformItems() argument
955 if ( !pSlot ) in TransformItems()
956 pSlot = SFX_SLOTPOOL().GetSlot( nSlotId ); in TransformItems()
958 if ( !pSlot) in TransformItems()
974 const SfxType *pType = pSlot->GetType(); in TransformItems()
975 if ( !pSlot->IsMode(SFX_SLOT_METHOD) ) in TransformItems()
1008 sal_uInt16 nFormalArgs = bIsMediaDescriptor ? nMediaArgsCount : pSlot->GetFormalArgumentCount(); in TransformItems()
1012 const SfxFormalArgument &rArg = pSlot->GetFormalArgument( nArg ); in TransformItems()
1159 … if ( !pSlot->IsMode(SFX_SLOT_METHOD) && nId == rSet.GetPool()->GetWhich( pSlot->GetSlotId() ) ) in TransformItems()
1163 sal_uInt16 nFormalArgs = bIsMediaDescriptor ? nMediaArgsCount : pSlot->nArgDefCount; in TransformItems()
1167 …const SfxFormalArgument &rArg = bIsMediaDescriptor ? aFormalArgs[nArg] : pSlot->GetFormalArgument(… in TransformItems()
1300 if ( !pSlot->IsMode(SFX_SLOT_METHOD) ) in TransformItems()
1312 pValue[nActProp].Name = String( String::CreateFromAscii( pSlot->pUnoName ) ) ; in TransformItems()
1331 String aName( String::CreateFromAscii( pSlot->pUnoName ) ) ; in TransformItems()
1350 sal_uInt16 nFormalArgs = pSlot->GetFormalArgumentCount(); in TransformItems()
1353 const SfxFormalArgument &rArg = pSlot->GetFormalArgument( nArg ); in TransformItems()
2017 const SfxSlot* pSlot = 0; in queryDispatch() local
2024 pAppDisp->GetShellAndSlot_Impl( nId, &pShell, &pSlot, sal_True, sal_True ); in queryDispatch()
2031 pSlot = pAppDisp->GetSlot( SfxOfficeDispatch::GetMasterUnoCommand( aURL ) ); in queryDispatch()
2033 pSlot = pAppDisp->GetSlot( aURL.Main ); in queryDispatch()
2036 if ( pSlot ) in queryDispatch()
2038 SfxOfficeDispatch* pDispatch = new SfxOfficeDispatch( pAppDisp, pSlot, aURL ) ; in queryDispatch()