Home
last modified time | relevance | path

Searched refs:pArgs (Results 51 – 75 of 253) sorted by relevance

1234567891011

/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx646 Any *pArgs = aFilterArgs.getArray(); in Import() local
647 *pArgs++ <<= xInfoSet; in Import()
648 *pArgs++ <<= xGraphicResolver; in Import()
649 *pArgs++ <<= xObjectResolver; in Import()
650 *pArgs++ <<= mxStatusIndicator; in Import()
653 pArgs = aEmptyArgs.getArray(); in Import()
654 *pArgs++ <<= xInfoSet; in Import()
655 *pArgs++ <<= mxStatusIndicator; in Import()
1069 uno::Any* pArgs = aArgs.getArray(); in Export() local
1070 *pArgs++ <<= xInfoSet; in Export()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuparagr.cxx78 const SfxItemSet* pArgs = rReq.GetArgs(); in DoExecute() local
83 if( !pArgs ) in DoExecute()
121 pArgs = rReq.GetArgs(); in DoExecute()
134 mpView->SetAttributes( *pArgs ); in DoExecute()
141 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_NUMBER_NEWSTART, sal_False, &pItem ) ) in DoExecute()
147 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_NUMBER_NEWSTART_AT, sal_False, &pItem ) ) in DoExecute()
H A Dfuconnct.cxx70 const SfxItemSet* pArgs = rReq.GetArgs(); in DoExecute() local
72 if( !pArgs ) in DoExecute()
80 pArgs = rReq.GetArgs(); in DoExecute()
83 if( pArgs ) in DoExecute()
84 mpView->SetAttributes( *pArgs ); in DoExecute()
H A Dfumeasur.cxx69 const SfxItemSet* pArgs = rReq.GetArgs(); in DoExecute() local
71 if( !pArgs ) in DoExecute()
79 pArgs = rReq.GetArgs(); in DoExecute()
83 if( pArgs ) in DoExecute()
84 mpView->SetAttributes( *pArgs ); in DoExecute()
/trunk/main/package/qa/storages/
H A DTest16.java109 Object pArgs[] = new Object[2]; in test()
110 pArgs[0] = (Object) sTempFileURL; in test()
111 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
113 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
135 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
136 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest18.java116 Object pArgs[] = new Object[2]; in test()
117 pArgs[0] = (Object) sTempFileURL; in test()
118 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
120 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
142 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
143 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest01.java121 Object pArgs[] = new Object[2]; in test()
122 pArgs[0] = (Object) sTempFileURL; in test()
123 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
125 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
147 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
148 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest07.java99 Object pArgs[] = new Object[2]; in test()
100 pArgs[0] = (Object) sTempFileURL; in test()
101 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
103 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
125 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
126 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest08.java152 Object pArgs[] = new Object[2]; in test() local
153 pArgs[0] = (Object) sTempFileURL; in test()
154 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
156 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
178 pArgs[1] = new Integer( ElementModes.READ ); in test()
179 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DRegressionTest_i27773.java87 Object pArgs[] = new Object[2]; in test() local
88 pArgs[0] = (Object) xTempFileStream; in test()
89 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
91 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
208 pArgs[1] = new Integer( ElementModes.READ ); in test()
210 oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest04.java143 Object pArgs[] = new Object[2]; in test()
144 pArgs[0] = (Object) sTempFileURL; in test()
145 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
147 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
215 pArgs[1] = new Integer( ElementModes.WRITE ); in test()
216 Object oResStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
/trunk/main/vos/source/
H A Dprocess.cxx54 std::va_list pArgs; in OArgumentList() local
58 va_start ( pArgs, aArgument1 ); in OArgumentList()
65 aArgument = va_arg( pArgs,rtl::OUString* ); in OArgumentList()
69 va_end( pArgs ); in OArgumentList()
140 std::va_list pArgs; in OEnvironment() local
144 va_start ( pArgs, aArgument1 ); in OEnvironment()
151 aArgument = va_arg( pArgs,rtl::OUString* ); in OEnvironment()
155 va_end( pArgs ); in OEnvironment()
/trunk/main/sot/qa/complex/olesimplestorage/
H A DTest01.java59 Object pArgs[] = new Object[2]; in test() local
60 pArgs[0] = (Object) xTempFile; in test()
61 pArgs[1] = new Boolean( true ); in test()
62 …impleStorage = m_xMSF.createInstanceWithArguments ( "com.sun.star.embed.OLESimpleStorage", pArgs ); in test()
105 pArgs[0] = (Object)xTempFile.getInputStream (); in test()
106 …impleStorage = m_xMSF.createInstanceWithArguments ( "com.sun.star.embed.OLESimpleStorage", pArgs ); in test()
/trunk/main/odk/examples/java/Storage/
H A DTest08.java141 Object pArgs[] = new Object[2]; in test() local
142 pArgs[0] = (Object) sTempFileURL; in test()
143 pArgs[1] = new Integer( ElementModes.ELEMENT_WRITE ); in test()
145 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
167 pArgs[1] = new Integer( ElementModes.ELEMENT_READ ); in test()
168 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest04.java130 Object pArgs[] = new Object[2]; in test()
131 pArgs[0] = (Object) sTempFileURL; in test()
132 pArgs[1] = new Integer( ElementModes.ELEMENT_WRITE ); in test()
134 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
193 pArgs[1] = new Integer( ElementModes.ELEMENT_READWRITE ); in test()
194 Object oResStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
H A DTest05.java63 Object pArgs[] = new Object[2]; in test() local
64 pArgs[0] = (Object) sTempFileURL; in test()
65 pArgs[1] = new Integer( ElementModes.ELEMENT_WRITE ); in test()
67 Object oTempFileStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
230 pArgs[1] = new Integer( ElementModes.ELEMENT_READ ); in test()
231 Object oResultStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx501 if( pArgs ) in onInsert()
504 pArgs->GetItemState(nSId, sal_False, &pItem); in onInsert()
717 const SfxItemSet* pArgs = rReq.GetArgs(); in onFormatTable() local
719 if( !pArgs && pTableObj->GetModel() ) in onFormatTable()
786 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local
787 if( pArgs ) in Execute()
788 ApplyBorderAttr( *pArgs ); in Execute()
794 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local
795 if( pArgs ) in Execute()
796 SetAttributes( *pArgs, false ); in Execute()
[all …]
/trunk/main/sw/source/ui/app/
H A Dapphdl.cxx287 void ExecuteMailMergeWizard( const SfxItemSet * pArgs );
304 void SwMailMergeWizardExecutor::ExecuteMailMergeWizard( const SfxItemSet * pArgs ) in ExecuteMailMergeWizard() argument
345 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState( in ExecuteMailMergeWizard()
616 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecOther() local
636 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(nWhich, sal_False, &pItem)) in ExecOther()
662 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( in ExecOther()
674 xEx->ExecuteMailMergeWizard( pArgs ); in ExecOther()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx798 const SfxItemSet *pArgs = rReq.GetArgs(); in Execute() local
799 if( pArgs && pArgs->Count() >= 2 ) in Execute()
801 sal_uInt8 nCols = (sal_uInt8)((SfxUInt16Item &)pArgs->Get( in Execute()
815 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local
818 … if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( FN_SHOW_BOOKVIEW, sal_False, &pItem ) ) in Execute()
848 const SfxItemSet *pArgs = rReq.GetArgs(); in Execute() local
851 if(!pArgs) in Execute()
876 pArgs = pDlg->GetOutputItemSet(); in Execute()
878 if( pArgs ) in Execute()
897 const SfxItemSet *pArgs = rReq.GetArgs(); in Execute() local
[all …]
H A Dviewsrch.cxx103 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecSearch() local
108 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(SID_SEARCH_QUIET, sal_False, &pItem)) in ExecSearch()
130 pSrchItem = (SvxSearchItem*) pArgs->Get(SID_SEARCH_ITEM).Clone(); in ExecSearch()
140 if(pArgs) in ExecSearch()
144 pSrchItem = (SvxSearchItem*) pArgs->Get(SID_SEARCH_ITEM).Clone(); in ExecSearch()
201 ASSERT(pArgs, "Args fehlen"); in ExecSearch()
202 if ( pArgs ) in ExecSearch()
205 pSrchItem = (SvxSearchItem*) pArgs->Get(SID_SEARCH_ITEM).Clone(); in ExecSearch()
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx193 pSet = pArgs; in lcl_CharDialog()
291 const SfxItemSet *pArgs = rReq.GetArgs(); in Execute() local
295 if(pArgs) in Execute()
296 pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem); in Execute()
843 if ( pArgs && pArgs->GetItemState( nWhich ) == SFX_ITEM_SET ) in Execute()
850 lcl_CharDialog( rWrtSh, bUseDialog, nSlot, pArgs, &rReq ); in Execute()
857 lcl_CharDialog( rWrtSh, bUseDialog, nSlot, pArgs, &rReq ); in Execute()
876 if ( pArgs && pArgs->GetItemState( nWhich ) == SFX_ITEM_SET ) in Execute()
990 pSet = (SfxItemSet*) pArgs; in Execute()
1264 if(pArgs && pArgs->Count()) in Execute()
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwsh2.cxx105 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecDraw() local
120 if (nNewId == SID_INSERT_DRAW && pArgs) in ExecDraw()
123 if ( pArgs->GetItemState( SID_INSERT_DRAW, sal_True, &pItem ) == SFX_ITEM_SET && in ExecDraw()
157 if ( nNewId == SID_FM_CREATE_CONTROL && pArgs ) in ExecDraw()
160 if ( pArgs->GetItemState( SID_FM_CONTROL_IDENTIFIER, sal_True, &pItem ) == SFX_ITEM_SET && in ExecDraw()
166 if ( pArgs ) in ExecDraw()
169 …if ( pArgs->GetItemState( nNewId, sal_True, &pItem ) == SFX_ITEM_SET && pItem->ISA( SfxStringItem … in ExecDraw()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrtxtob.cxx231 const SfxItemSet *pArgs = rReq.GetArgs(); in Execute() local
233 if( pArgs ) in Execute()
234 pArgs->GetItemState(GetPool().GetWhich(SID_CHARMAP), sal_False, &pItem); in Execute()
704 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteAttr() local
707 sal_Bool bArgsInReq = ( pArgs != NULL ); in ExecuteAttr()
872 pArgs = rReq.GetArgs(); in ExecuteAttr()
876 if ( pArgs ) in ExecuteAttr()
892 aSetItem.PutItemForScriptType( nScript, pArgs->Get( nWhich ) ); in ExecuteAttr()
900 pArgs->Get( nId ); in ExecuteAttr()
927 SvxULSpaceItem aULSpaceItem = (const SvxULSpaceItem&)pArgs->Get( in ExecuteAttr()
[all …]
/trunk/main/sfx2/source/appl/
H A Dapp.cxx213 SfxPoolItem** pArgs = pTTProperties->mppArgs; in Property() local
215 if ( pArgs && *pArgs ) in Property()
217 for ( SfxPoolItem **pArg = pArgs; *pArg; ++pArg ) in Property()
223 if ( pArgs && *pArgs ) in Property()
817 ErrCode SfxApplication::CallBasic( const String& rCode, BasicManager* pMgr, SbxArray* pArgs, SbxVal… in CallBasic() argument
819 return pMgr->ExecuteMacro( rCode, pArgs, pRet); in CallBasic()
/trunk/main/vcl/source/app/
H A Dsvmain.cxx602 static unsigned __stdcall _threadmain( void *pArgs ) in _threadmain() argument
605 ((WorkerThreadData*)pArgs)->pWorker( ((WorkerThreadData*)pArgs)->pThreadData ); in _threadmain()
606 delete (WorkerThreadData*)pArgs; in _threadmain()
615 static void SAL_CALL MainWorkerFunction( void* pArgs ) in MainWorkerFunction() argument
617 ((WorkerThreadData*)pArgs)->pWorker( ((WorkerThreadData*)pArgs)->pThreadData ); in MainWorkerFunction()
618 delete (WorkerThreadData*)pArgs; in MainWorkerFunction()

Completed in 147 milliseconds

1234567891011