/aoo41x/main/sfx2/source/control/ |
H A D | request.cxx | 141 delete pArgs; in ~SfxRequest() 155 pArgs(rOrig.pArgs? new SfxAllItemSet(*rOrig.pArgs): 0), in SfxRequest() 174 if ( pArgs ) in SfxRequest() 199 pArgs(0), in SfxRequest() 242 pArgs(0), in SfxRequest() 439 delete pArgs; in SetArgs() 448 if(!pArgs) in AppendItem() 457 if (pArgs) in RemoveItem() 461 DELETEZ(pArgs); in RemoveItem() 524 if ( pArgs ) in GetItem() [all …]
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuoaprms.cxx | 357 const SfxItemSet* pArgs = rReq.GetArgs(); in DoExecute() local 359 if(!pArgs) in DoExecute() 477 pArgs = rReq.GetArgs(); in DoExecute() 513 if (pArgs->GetItemState(ATTR_ANIMATION_SPEED) == SFX_ITEM_SET) in DoExecute() 554 if (pArgs->GetItemState(ATTR_ANIMATION_COLOR) == SFX_ITEM_SET) in DoExecute() 570 if (pArgs->GetItemState(ATTR_ACTION) == SFX_ITEM_SET) in DoExecute() 579 if (pArgs->GetItemState(ATTR_ACTION_FILENAME) == SFX_ITEM_SET) in DoExecute() 581 aBookmark = ((SfxStringItem&)pArgs-> in DoExecute() 588 if (pArgs->GetItemState(ATTR_ACTION_EFFECT) == SFX_ITEM_SET) in DoExecute() 606 if (pArgs->GetItemState(ATTR_ACTION_SOUNDON) == SFX_ITEM_SET) in DoExecute() [all …]
|
H A D | fuprlout.cxx | 158 const SfxItemSet *pArgs = rReq.GetArgs (); in DoExecute() local 160 if (pArgs) in DoExecute() 162 if (pArgs->GetItemState(ATTR_PRESLAYOUT_LOAD) == SFX_ITEM_SET) in DoExecute() 163 bLoad = ((SfxBoolItem&)pArgs->Get(ATTR_PRESLAYOUT_LOAD)).GetValue(); in DoExecute() 164 if( pArgs->GetItemState( ATTR_PRESLAYOUT_MASTER_PAGE ) == SFX_ITEM_SET ) in DoExecute() 165 bMasterPage = ( (SfxBoolItem&) pArgs->Get( ATTR_PRESLAYOUT_MASTER_PAGE ) ).GetValue(); in DoExecute() 166 if( pArgs->GetItemState( ATTR_PRESLAYOUT_CHECK_MASTERS ) == SFX_ITEM_SET ) in DoExecute() 167 bCheckMasters = ( (SfxBoolItem&) pArgs->Get( ATTR_PRESLAYOUT_CHECK_MASTERS ) ).GetValue(); in DoExecute() 168 if (pArgs->GetItemState(ATTR_PRESLAYOUT_NAME) == SFX_ITEM_SET) in DoExecute() 169 aFile = ((SfxStringItem&)pArgs->Get(ATTR_PRESLAYOUT_NAME)).GetValue(); in DoExecute()
|
H A D | fucopy.cxx | 87 const SfxItemSet* pArgs = rReq.GetArgs(); in DoExecute() local 89 if( !pArgs ) in DoExecute() 127 pArgs = rReq.GetArgs(); in DoExecute() 150 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_NUMBER, sal_True, &pPoolItem ) ) in DoExecute() 154 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_MOVE_X, sal_True, &pPoolItem ) ) in DoExecute() 156 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_MOVE_Y, sal_True, &pPoolItem ) ) in DoExecute() 158 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_ANGLE, sal_True, &pPoolItem ) ) in DoExecute() 162 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_WIDTH, sal_True, &pPoolItem ) ) in DoExecute() 164 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_HEIGHT, sal_True, &pPoolItem ) ) in DoExecute() 168 if( SFX_ITEM_SET == pArgs->GetItemState( ATTR_COPY_START_COLOR, sal_True, &pPoolItem ) ) in DoExecute() [all …]
|
H A D | futempl.cxx | 115 const SfxItemSet* pArgs = rReq.GetArgs(); in DoExecute() local 124 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_STYLE_FAMILY, in DoExecute() 127 nFamily = ( (const SfxUInt16Item &) pArgs->Get( SID_STYLE_FAMILY ) ).GetValue(); in DoExecute() 130 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( SID_STYLE_FAMILYNAME, in DoExecute() 133 String sFamily = ( (const SfxStringItem &) pArgs->Get( SID_STYLE_FAMILYNAME ) ).GetValue(); in DoExecute() 172 if (pArgs->GetItemState(nSId) == SFX_ITEM_SET) in DoExecute() 173 aStyleName = ( ( (const SfxStringItem &) pArgs->Get( nSId ) ).GetValue() ); in DoExecute() 189 if (pArgs->GetItemState(SID_STYLE_REFERENCE) == SFX_ITEM_ON) in DoExecute() 191 String aParentName(((const SfxStringItem&) pArgs->Get(SID_STYLE_REFERENCE)).GetValue()); in DoExecute() 273 if( pArgs->GetItemState( nSId ) == SFX_ITEM_SET ) in DoExecute() [all …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews9.cxx | 266 if (pArgs) in AttrExec() 286 if (pArgs) in AttrExec() 306 if (pArgs) in AttrExec() 320 if (pArgs) in AttrExec() 343 if (pArgs) in AttrExec() 364 if (pArgs) in AttrExec() 424 if (pArgs) in AttrExec() 478 if (pArgs) in AttrExec() 526 if (pArgs) in AttrExec() 601 if (pArgs) in AttrExec() [all …]
|
H A D | drtxtob1.cxx | 112 if( pArgs ) in Execute() 367 if( !pArgs ) in Execute() 501 if( pArgs ) in Execute() 513 if( pArgs ) in Execute() 558 pArgs = rReq.GetArgs(); in Execute() 583 pArgs = rReq.GetArgs(); in Execute() 602 pArgs = rReq.GetArgs(); in Execute() 633 pArgs = rReq.GetArgs(); in Execute() 637 aNewAttr.Put(pArgs->Get(pArgs->GetPool()->GetWhich(nSlot))); in Execute() 639 pArgs = rReq.GetArgs(); in Execute() [all …]
|
H A D | drviews3.cxx | 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 [all …]
|
H A D | drviews2.cxx | 386 if (pArgs) in FuTemporary() 387 if (pArgs->Count () == 3) in FuTemporary() 409 if (pArgs) in FuTemporary() 410 if (pArgs->Count () == 5) in FuTemporary() 434 const SfxItemSet* pArgs = rReq.GetArgs(); in FuTemporary() local 436 if (pArgs && pArgs->Count () == 1 ) in FuTemporary() 458 const SfxItemSet* pArgs = rReq.GetArgs(); in FuTemporary() local 460 if (pArgs) in FuTemporary() 461 if (pArgs->Count () == 1) in FuTemporary() 487 const SfxItemSet* pArgs = rReq.GetArgs(); in FuTemporary() local [all …]
|
H A D | ViewShellImplementation.cxx | 123 const SfxItemSet* pArgs = rRequest.GetArgs(); in ProcessModifyPageSlot() local 135 if (!pArgs || pArgs->Count() == 1 || pArgs->Count() == 2 ) in ProcessModifyPageSlot() 137 if (pArgs && pArgs->Count() == 2) in ProcessModifyPageSlot() 156 else if (pArgs->Count() == 4) in ProcessModifyPageSlot() 241 if (pArgs && pArgs->Count() == 1) in ProcessModifyPageSlot() 243 bSetModified = (sal_Bool) ((SfxBoolItem&) pArgs->Get(SID_MODIFYPAGE)).GetValue(); in ProcessModifyPageSlot()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | txtattr.cxx | 87 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecCharAttr() local 91 if(pArgs ) in ExecCharAttr() 95 eState = ((const SfxBoolItem &) pArgs-> in ExecCharAttr() 200 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecCharAttrArgs() local 201 sal_Bool bArgs = pArgs != 0 && pArgs->Count() > 0; in ExecCharAttrArgs() 366 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecParaAttr() local 379 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState(RES_PARATR_ADJUST) ) in ExecParaAttr() 405 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState( GetPool().GetWhich(nSlot) )) in ExecParaAttr() 433 int eState = pArgs ? pArgs->GetItemState(nSlot) : SFX_ITEM_DISABLED; in ExecParaAttr() 527 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecParaAttrArgs() local [all …]
|
H A D | basesh.cxx | 323 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pFmt ) ) in ExecClpbrd() 505 if( pArgs && SFX_ITEM_SET == pArgs->GetItemState( nId, sal_False, &pItem )) in ExecUndo() 800 if (pArgs) in Execute() 1211 if(bMore && pArgs) in Execute() 1270 aMgr.SetAttrSet(*pArgs); in Execute() 2040 if( pArgs) in ExecTxtCtrl() 2135 if( pArgs ) in ExecTxtCtrl() 2357 if(pArgs) in ExecBckCol() 2473 if(pArgs) in ExecDlg() 2690 if( pArgs && pArgs->Count() >= 2 ) in InsertTable() [all …]
|
H A D | textglos.cxx | 55 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecGlossary() local 57 if(pArgs) in ExecGlossary() 58 pArgs->GetItemState(nSlot, sal_False, &pItem ); in ExecGlossary() 76 if(pItem && pArgs->Count() == 3 ) in ExecGlossary() 80 if(SFX_ITEM_SET == pArgs->GetItemState(FN_PARAM_1, sal_False, &pItem )) in ExecGlossary() 83 if(SFX_ITEM_SET == pArgs->GetItemState(FN_PARAM_2, sal_False, &pItem )) in ExecGlossary() 112 if(pItem && pArgs->Count() > 1) in ExecGlossary() 116 if(SFX_ITEM_SET == pArgs->GetItemState(FN_PARAM_1, sal_False, &pItem )) in ExecGlossary()
|
H A D | frmsh.cxx | 125 const SfxItemSet* pArgs = rReq.GetArgs(); in Execute() local 155 if (!pArgs) in Execute() 199 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(SID_HYPERLINK_SETLINK, sal_False, &pItem)) in Execute() 364 aMgr.SetAbsPos(((SfxPointItem &)pArgs->Get in Execute() 370 if(pArgs) in Execute() 372 aMgr.SetAttrSet( *pArgs ); in Execute() 380 if(pArgs && SFX_ITEM_SET == pArgs->GetItemState(GetPool().GetWhich(nSlot), sal_False, &pItem)) in Execute() 382 aMgr.SetAttrSet( *pArgs ); in Execute() 483 if(pArgs && pArgs->GetItemState(FN_FORMAT_FRAME_DLG, sal_False, &pItem) == SFX_ITEM_SET) in Execute() 1008 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecFrameStyle() local [all …]
|
H A D | textsh2.cxx | 101 const SfxItemSet *pArgs = rReq.GetArgs(); in ExecDB() local 115 pArgs->GetItemState(FN_DB_DATA_SELECTION_ANY, sal_False, &pSelectionItem); in ExecDB() 122 pArgs->GetItemState(FN_DB_DATA_SOURCE_ANY, sal_False, &pSourceItem); in ExecDB() 127 pArgs->GetItemState(FN_DB_DATA_COMMAND_ANY, sal_False, &pCommandItem); in ExecDB() 132 pArgs->GetItemState(FN_DB_DATA_COMMAND_TYPE_ANY, sal_False, &pCommandTypeItem); in ExecDB() 137 pArgs->GetItemState(FN_DB_CONNECTION_ANY, sal_False, &pConnectionItem); in ExecDB() 151 pArgs->GetItemState(FN_DB_DATA_CURSOR_ANY, sal_False, &pCursorItem); in ExecDB() 208 pArgs->GetItemState(FN_DB_COLUMN_ANY, sal_False, &pColumnItem); in ExecDB() 209 pArgs->GetItemState(FN_DB_DATA_COLUMN_NAME_ANY, sal_False, &pColumnNameItem); in ExecDB()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 552 if( pArgs && in Execute() 634 if( pArgs && in Execute() 680 if( pArgs ) in Execute() 791 if(pArgs) in Execute() 802 if(pArgs) in Execute() 978 if(pArgs && pArgs->GetItemState(FN_SCROLL_NEXT_PREV, sal_False, &pItem)) in Execute() 1010 if( pArgs && in Execute() 1594 if ( pArgs ) in ExecuteStatusLine() 1626 if ( pArgs ) in ExecuteStatusLine() 1627 pSet = pArgs; in ExecuteStatusLine() [all …]
|
/aoo41x/main/desktop/source/app/ |
H A D | app.cxx | 393 if ( !pArgs ) in GetCommandLineArgs() 396 if ( !pArgs ) in GetCommandLineArgs() 400 return pArgs; in GetCommandLineArgs() 2599 if ( pArgs->IsWriter() ) in PreloadModuleData() 2611 if ( pArgs->IsCalc() ) in PreloadModuleData() 2623 if ( pArgs->IsDraw() ) in PreloadModuleData() 2635 if ( pArgs->IsImpress() ) in PreloadModuleData() 2942 if (!pArgs->IsQuickstart()) { in OpenClients() 3150 if ( !pArgs->IsServer() ) in OpenClients() 3220 …if ( pArgs->IsQuickstart() || pArgs->IsInvisible() || pArgs->IsBean() || Application::AnyInput( IN… in OpenClients() [all …]
|
/aoo41x/main/package/qa/storages/ |
H A D | RegressionTest_i30400.java | 67 Object pArgs[] = new Object[2]; in test() 68 pArgs[0] = (Object) xTempFileStream; in test() 69 pArgs[1] = new Integer( ElementModes.WRITE ); in test() 73 Object oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test() 187 pArgs[1] = new Integer( ElementModes.READ ); in test() 188 oTempStorage = m_xStorageFactory.createInstanceWithArguments( pArgs ); in test() 248 Object pArgs[] = new Object[2]; in TestCopyWithRenaming() 249 pArgs[0] = (Object) xTempFileStream2; in TestCopyWithRenaming() 250 pArgs[1] = new Integer( ElementModes.WRITE ); in TestCopyWithRenaming() 344 pArgs[1] = new Integer( ElementModes.READ ); in TestCopyWithRenaming() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | frmdescr.cxx | 44 SfxItemSet* pArgs; member 47 SfxFrameDescriptor_Impl() : pWallpaper( NULL ), pArgs( NULL ), bEditable( sal_True ) {} in SfxFrameDescriptor_Impl() 51 delete pArgs; in ~SfxFrameDescriptor_Impl() 80 if( !pImp->pArgs ) in GetArgs() 81 pImp->pArgs = new SfxAllItemSet( SFX_APP()->GetPool() ); in GetArgs() 82 return pImp->pArgs; in GetArgs() 100 if ( pImp->pArgs ) in SetActualURL() 101 pImp->pArgs->ClearItem(); in SetActualURL() 160 if( pImp->pArgs ) in Clone() 163 pFrame->pImp->pArgs = new SfxAllItemSet( SFX_APP()->GetPool() ); in Clone() [all …]
|
/aoo41x/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Proxy.cxx | 127 void * pArgs[], in s_Proxy_dispatch() argument 179 pArgs, in s_Proxy_dispatch() 391 void ** pArgs = va_arg(*pParam, void **); in s_dispatcher_v() local 394 pUnoI->pDispatcher(pUnoI, pMemberType, pReturn, pArgs, ppException); in s_dispatcher_v() 403 void * pArgs[], in dispatch() argument 415 pArgs, in dispatch() 447 args[nPos] = pArgs[nPos]; in dispatch() 462 if (args[nPos] != pArgs[nPos]) in dispatch() 471 uno_type_copyAndConvertData(pArgs[ nPos ], in dispatch() 495 if (args[nPos] != pArgs[nPos]) in dispatch() [all …]
|
/aoo41x/main/svl/inc/svl/ |
H A D | svarray.hxx | 188 _ForEach( 0, nA, fnForEach, pArgs );\ 191 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ 193 _ForEach( nS, nE, fnForEach, pArgs );\ 197 CONCAT( FnForEach_, nm ) fnCall, void* pArgs = 0 );\ 305 CONCAT( FnForEach_, nm ) fnCall, void* pArgs )\ 357 _ForEach( 0, nA, (FnForEach_##Base)fnForEach, pArgs );\ 360 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ 362 _ForEach( nS, nE, (FnForEach_##Base)fnForEach, pArgs );\ 416 _ForEach( 0, nA, (FnForEach_##Base)fnForEach, pArgs );\ 419 CONCAT( FnForEach_, nm ) fnForEach, void* pArgs = 0 )\ [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh2.cxx | 346 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteDB() local 347 if ( pArgs ) in ExecuteDB() 457 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteDB() local 462 if ( pArgs ) // Basic in ExecuteDB() 610 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteDB() local 611 if ( pArgs ) in ExecuteDB() 615 pArgs->Get( SCITEM_QUERYDATA )).GetQueryData(), NULL, sal_True ); in ExecuteDB() 631 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteDB() local 632 if ( pArgs ) in ExecuteDB() 1001 const SfxItemSet* pArgs = rReq.GetArgs(); in ExecuteDB() local [all …]
|
/aoo41x/main/package/qa/ofopxmlstorages/ |
H A D | TestHelper.java | 932 Object pArgs[] = new Object[3]; in createStorageFromURL() local 933 pArgs[0] = (Object) aURL; in createStorageFromURL() 934 pArgs[1] = new Integer( nMode ); in createStorageFromURL() 935 pArgs[2] = (Object) aAddArgs; in createStorageFromURL() 966 Object pArgs[] = new Object[3]; in createStorageFromStream() local 967 pArgs[0] = (Object) xStream; in createStorageFromStream() 968 pArgs[1] = new Integer( nMode ); in createStorageFromStream() 969 pArgs[2] = (Object) aAddArgs; in createStorageFromStream() 999 Object pArgs[] = new Object[3]; in createStorageFromInputStream() local 1000 pArgs[0] = (Object) xInStream; in createStorageFromInputStream() [all …]
|
/aoo41x/main/sw/source/core/text/ |
H A D | itratr.cxx | 534 ( (SwMinMaxNodeArgs*)pArgs )->Minimum( nMin ); in lcl_MinMaxNode() 548 ((SwMinMaxNodeArgs*)pArgs)->nRightRest -= in lcl_MinMaxNode() 549 ((SwMinMaxNodeArgs*)pArgs)->nRightDiff; in lcl_MinMaxNode() 555 ((SwMinMaxNodeArgs*)pArgs)->nRightRest = 0; in lcl_MinMaxNode() 557 ((SwMinMaxNodeArgs*)pArgs)->nRightRest -= nMin; in lcl_MinMaxNode() 564 ((SwMinMaxNodeArgs*)pArgs)->nLeftRest -= in lcl_MinMaxNode() 565 ((SwMinMaxNodeArgs*)pArgs)->nLeftDiff; in lcl_MinMaxNode() 569 ((SwMinMaxNodeArgs*)pArgs)->nLeftRest < 0 ) in lcl_MinMaxNode() 570 ((SwMinMaxNodeArgs*)pArgs)->nLeftRest = 0; in lcl_MinMaxNode() 571 ((SwMinMaxNodeArgs*)pArgs)->nLeftRest -= nMin; in lcl_MinMaxNode() [all …]
|
/aoo41x/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 176 void * pReturn, void * pArgs[], uno_Any ** ppException ); 179 void * pReturn, void * pArgs[], uno_Any ** ppException ); 182 void * pReturn, void * pArgs[], uno_Any ** ppException ); 434 void *, void * pArgs[], uno_Any ** ppException ) in setValue() argument 438 &aInvokVal, pArgs[0], in setValue() 468 void * pReturn, void * pArgs[], uno_Any ** ppException ) in invoke() argument 488 &pInAnys[nPos], pArgs[nPos], rParam.pTypeRef, 0, 0 ); in invoke() 542 pArgs[nIndex], rParam.pTypeRef, &pOut[nPos], in invoke() 548 pArgs[nIndex], rParam.pTypeRef, &pOut[nPos], in invoke() 612 void * pReturn, void * pArgs[], uno_Any ** ppException ) in adapter_dispatch() argument [all …]
|