Lines Matching refs:nMethodId
687 : nMethodId( MethodId ) in StatementCommand()
704 m_pDbgWin->AddText( String::CreateFromInt32( nMethodId ) ); in StatementCommand()
721 : nMethodId(0) in StatementCommand()
734 pCmdIn->Read( nMethodId ); in StatementCommand()
750 m_pDbgWin->AddText( String::CreateFromInt32( nMethodId ) ); in StatementCommand()
764 if ( nMethodId == RC_AppAbort ) in StatementCommand()
2053 pRet->GenReturn ( RET_Value, nMethodId, aDouble ); in Translate()
2136 pRet->GenReturn ( RET_Value, nMethodId, aTranslation ); in Translate()
2142 pRet->GenReturn ( RET_Value, nMethodId, String() ); in Translate()
2152 pRet->GenReturn ( RET_Value, nMethodId, CUniString("1") ); in Translate()
2160 pRet->GenReturn ( RET_Value, nMethodId, String() ); in Translate()
2248 m_pDbgWin->AddText( String::CreateFromInt32( nMethodId ) ); in Execute()
2260 m_pDbgWin->AddText( String::CreateFromInt32( nMethodId ) ); in Execute()
2291 switch ( nMethodId ) in Execute()
2517 pRet->GenReturn ( RET_Value, nMethodId, aString1); in Execute()
2531 pRet->GenReturn ( RET_Value, nMethodId, comm_USHORT(CONST_WSFinished) ); in Execute()
2536 pRet->GenReturn ( RET_Value, nMethodId, comm_USHORT(CONST_WSTimeout) ); in Execute()
2546 switch ( nMethodId ) in Execute()
2588 pRet->GenReturn ( RET_Value, nMethodId, bWait ); in Execute()
2595 pRet->GenReturn ( RET_Value, nMethodId, String( aTemp ) ); in Execute()
2602 pRet->GenReturn ( RET_Value, nMethodId, Tree( NULL, 0)); in Execute()
2627 pRet->GenReturn( RET_Value, nMethodId, Id2Str(pWin->GetUniqueOrHelpId()) ); in Execute()
2751 switch ( nMethodId ) in Execute()
2781 switch ( nMethodId ) in Execute()
2810 switch ( nMethodId ) in Execute()
2814 pRet->GenReturn ( RET_Value, nMethodId, (comm_ULONG)nItemCount ); in Execute()
2819 if ( ValueOK( rtl::OString(), RcString( nMethodId ),nNr1,nItemCount) ) in Execute()
2820 … pRet->GenReturn ( RET_Value, nMethodId, (comm_ULONG)pMenu->GetItemId(nPhysicalIndex-1) ); in Execute()
2842 pRet->GenReturn ( RET_Value, nMethodId, (comm_ULONG)(nLogicalPos+1) ); in Execute()
2847 if ( ValueOK( rtl::OString(), RcString( nMethodId ),nNr1,nItemCount) ) in Execute()
2848 …pRet->GenReturn ( RET_Value, nMethodId, (comm_BOOL)(pMenu->GetItemType(nPhysicalIndex-1) == MENUIT… in Execute()
2853 … pRet->GenReturn ( RET_Value, nMethodId, (comm_BOOL)pMenu->IsItemChecked(nNr1) ); in Execute()
2858 … pRet->GenReturn ( RET_Value, nMethodId, (comm_BOOL)pMenu->IsItemEnabled(nNr1) ); in Execute()
2863 … pRet->GenReturn ( RET_Value, nMethodId, (String)pMenu->GetItemText(nNr1) ); in Execute()
2868 … pRet->GenReturn ( RET_Value, nMethodId, (String)pMenu->GetItemCommand(nNr1) ); in Execute()
2873 … pRet->GenReturn ( RET_Value, nMethodId, (sal_Bool)(pMenu->GetPopupMenu(nNr1) != NULL) ); in Execute()
2931 switch ( nMethodId ) in Execute()
3043 pRet->GenReturn ( RET_Value, nMethodId, aPath ); in Execute()
3107 …pRet->GenReturn ( RET_Value, nMethodId, static_cast<comm_ULONG>(aFS.GetSize()) ); //GetSize() sal_… in Execute()
3134 pRet->GenReturn ( RET_Value, nMethodId, *xValue ); in Execute()
3246 … ReportError( GEN_RES_STR1( S_POINTER_OUTSIDE_APPWIN, RcString( nMethodId ) ) ); in Execute()
3250 pRet->GenReturn ( RET_Value, nMethodId, (comm_ULONG)aPointer.GetStyle() ); in Execute()
3307 switch( nMethodId ) in Execute()
3319 pRet->GenReturn ( RET_Value, nMethodId, (comm_BOOL)xPicker.is() ); in Execute()
3360 pRet->GenReturn ( RET_Value, nMethodId, (comm_USHORT)GetDocWinCount() ); in Execute()
3367 if ( ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, GetDocWinCount() ) ) in Execute()
3383 … pRet->GenReturn ( RET_Value, nMethodId, (comm_USHORT)Application::GetSettings().GetLanguage() ); in Execute()
3402 pRet->GenReturn ( RET_Value, nMethodId, (sal_Bool)bIsProduct ); in Execute()
3414 ReportError( GEN_RES_STR1( S_UNKNOWN_COMMAND, RcString( nMethodId ) ) ); in Execute()
3416 SendProfile( RcString(nMethodId) ); in Execute()
3503 pCmdIn->Read( nMethodId ); in StatementControl()
3520 m_pDbgWin->AddText( String::CreateFromInt32( nMethodId ) ); in StatementControl()
3605 if ( pControl && ( ( ( IsAccessable(pControl) || (nMethodId & M_WITH_RETURN) ) && in ControlOK()
3770 ReportError( aUId, GEN_RES_STR1( S_WINDOW_DISAPPEARED, MethodString( nMethodId ) ) ); in MaybeDoTypeKeysDelay()
3781 switch( nMethodId ) in HandleVisibleControls()
3915 …ValueOK(aUId, MethodString( nMethodId ),nNr1,CountWinByRT( pControl, WINDOW_FIXEDTEXT, sal_True ) … in HandleVisibleControls()
3947 SendProfile( UIdString( aUId ).Append('.').Append( MethodString( nMethodId ) ) ); in HandleVisibleControls()
3955 switch( nMethodId ) // Diese können an jedem Window ausgeführt werden in HandleCommonMethods()
4279 ReportError( GEN_RES_STR1( S_NO_MENU, MethodString( nMethodId ) ) ); in HandleCommonMethods()
4306 … ReportError( aUId, GEN_RES_STR1( S_INVALID_POSITION, MethodString( nMethodId ) ) ); in HandleCommonMethods()
4319 … ReportError( aUId, GEN_RES_STR1( S_SPLITWIN_NOT_FOUND, MethodString( nMethodId ) ) ); in HandleCommonMethods()
4330 switch( nMethodId ) in HandleCommonMethods()
4359 … ReportError( aUId, GEN_RES_STR1( S_INTERNAL_ERROR, MethodString( nMethodId ) ) ); in HandleCommonMethods()
4361 SendProfile( UIdString( aUId ).Append('.').Append( MethodString( nMethodId ) ) ); in HandleCommonMethods()
4378 ReportError( aUId, GEN_RES_STR1( S_NO_STATUSBAR, MethodString( nMethodId ) ) ); in HandleCommonMethods()
4382 switch ( nMethodId ) in HandleCommonMethods()
4391 … ReportError( aUId, GEN_RES_STR1( S_ITEMS_INVISIBLE, MethodString( nMethodId ) ) ); in HandleCommonMethods()
4423 if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,pStatus->GetItemCount()) ) in HandleCommonMethods()
4443 … ReportError( aUId, GEN_RES_STR1( S_INVALID_POSITION, MethodString( nMethodId ) ) ); in HandleCommonMethods()
4456 switch ( nMethodId ) in HandleCommonMethods()
4470 … ReportError( aUId, GEN_RES_STR1( S_NO_SCROLLBAR, MethodString( nMethodId ) ) ); in HandleCommonMethods()
4498 m_pDbgWin->AddText( String::CreateFromInt32( nMethodId ) ); in Execute()
4511 m_pDbgWin->AddText( String::CreateFromInt32( nMethodId ) ); in Execute()
4520 …PARAM_NONE) && ((M_Click == nMethodId) || (M_TearOff == nMethodId) || (M_IsEnabled == nMethodId) |… in Execute()
4521 bSearchButtonOnToolbox |= (nParams == PARAM_USHORT_1) && (M_GetState == nMethodId); in Execute()
4522 if ( nMethodId == M_TypeKeys || nMethodId == M_MouseDown in Execute()
4523 || nMethodId == M_MouseUp || nMethodId == M_MouseMove in Execute()
4524 || nMethodId == M_SnapShot ) in Execute()
4539 switch ( nMethodId ) in Execute()
4547 … nMethodId = _M_IsEnabled; // Umlabeln, da die Behandlung essentiell anders ist! in Execute()
4556 switch ( nMethodId ) in Execute()
4574 if ( ((nMethodId == M_Exists) && pControl) || in Execute()
4575 ((nMethodId == M_NotExists) && !pControl) ) in Execute()
4605 ( nMethodId == M_Close in Execute()
4608 || nMethodId == M_IsMax in Execute()
4609 || nMethodId == M_IsMin in Execute()
4610 || nMethodId == M_IsRestore in Execute()
4611 || nMethodId == M_Minimize in Execute()
4612 || nMethodId == M_Maximize in Execute()
4613 || nMethodId == M_Restore ) ) in Execute()
4627 if ( (!ControlOK( pControl, "" )) && ( nMethodId != M_SnapShot ) && (nRetryCount--)) in Execute()
4637 if ( nMethodId == M_OpenContextMenu && !bBool2 ) in Execute()
4646 …&& nMethodId != M_TypeKeys // TypeKeys macht das selbst, falls eigenes Focushandling gewü… in Execute()
4647 && nMethodId != M_MouseDown in Execute()
4648 && nMethodId != M_MouseUp in Execute()
4649 && nMethodId != M_MouseMove in Execute()
4687 || nMethodId == M_OpenContextMenu ) in Execute()
4688 …&& nMethodId != M_TypeKeys // TypeKeys macht das selbst, falls eigenes Focushandling gewü… in Execute()
4689 && nMethodId != M_MouseDown in Execute()
4690 && nMethodId != M_MouseUp in Execute()
4691 && nMethodId != M_MouseMove in Execute()
4709 switch( nMethodId ) in Execute()
4714 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((TabControl*)pControl)->GetPageCount() ) ) in Execute()
4730 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((TabControl*)pControl)->GetPageCount() ) ) in Execute()
4759 … ReportError( aUId, GEN_RES_STR1( S_INTERNAL_ERROR, MethodString( nMethodId ) ) ); in Execute()
4783 … ReportError( aWantedID, GEN_RES_STR1( S_TABPAGE_NOT_FOUND, MethodString( nMethodId ) ) ); in Execute()
4788 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "TabControl" ) ); in Execute()
4794 switch( nMethodId ) in Execute()
4807 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "RadioButton" ) ); in Execute()
4813 switch( nMethodId ) in Execute()
4864 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "TriStateBox" ) ); in Execute()
4870 switch( nMethodId ) in Execute()
4884 switch( nMethodId ) in Execute()
4894 … ReportError( aUId, GEN_RES_STR1( S_ERROR_IN_SET_TEXT, MethodString( nMethodId ) ) ); in Execute()
4897 …ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "(MultiLine)Edit" ) … in Execute()
4907 switch( nMethodId ) in Execute()
4925 … ValueOK(aUId, MethodString( nMethodId ),nNr1,((ListBox*)pControl)->GetSelectEntryCount()); in Execute()
4942 sal_Bool bUnselectBeforeSelect = ( nMethodId == M_Select ); in Execute()
4947 if ( nMethodId == M_MultiSelect && nRT == C_ListBox ) in Execute()
4949 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "ListBox" ) ); in Execute()
4953 if ( !bBool1 && nMethodId == M_Select ) in Execute()
4955 … ReportError( aUId, GEN_RES_STR1( S_NO_SELECT_FALSE, MethodString( nMethodId ) ) ); in Execute()
4966 … ReportError( aUId, GEN_RES_STR2( S_ENTRY_NOT_FOUND, MethodString( nMethodId ), aString1 ) ); in Execute()
4973 … ReportError( aUId, GEN_RES_STR2( S_METHOD_FAILED, MethodString( nMethodId ), aString1 ) ); in Execute()
4980 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,pLB->GetEntryCount()) ) in Execute()
4986 …ReportError( aUId, GEN_RES_STR2( S_METHOD_FAILED, MethodString( nMethodId ), UniString::CreateFrom… in Execute()
4998 …ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "(Multi)ListBox" ) ); in Execute()
5009 switch( nMethodId ) in Execute()
5039 … if ( !ValueOK(aUId, MethodString( nMethodId ),nNr1,((ComboBox*)pControl)->GetEntryCount()) ) in Execute()
5047 … ReportError( aUId, GEN_RES_STR2( S_ENTRY_NOT_FOUND, MethodString( nMethodId ), aString1 ) ); in Execute()
5070 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "ComboBox" ) ); in Execute()
5078 switch( nMethodId ) in Execute()
5087 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "PushButton" ) ); in Execute()
5092 switch( nMethodId ) in Execute()
5110 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "MoreButton" ) ); in Execute()
5121 switch( nMethodId ) in Execute()
5177 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "SpinField" ) ); in Execute()
5183 switch( nMethodId ) in Execute()
5219 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "MenuButton" ) ); in Execute()
5234 … ReportError( aUId, GEN_RES_STR1( S_INTERNAL_ERROR, MethodString( nMethodId ) ) ); in Execute()
5245 ReportError( aUId, GEN_RES_STR1( S_INTERNAL_ERROR, MethodString( nMethodId ) ) );\ in Execute()
5250 … ReportError( aUId, GEN_RES_STR1( S_HELPID_ON_TOOLBOX_NOT_FOUND, MethodString( nMethodId ) ) );\ in Execute()
5253 …if ( !pTB->IsItemEnabled( pTB->GetItemId(nItemPos) ) && nMethodId != _M_IsEnabled && nMethodId != … in Execute()
5255 … ReportError( aUId, GEN_RES_STR1( S_BUTTON_DISABLED_ON_TOOLBOX, MethodString( nMethodId ) ) );\ in Execute()
5258 else if ( !pTB->IsItemVisible( pTB->GetItemId(nItemPos) ) && nMethodId != M_GetState )\ in Execute()
5260 … ReportError( aUId, GEN_RES_STR1( S_BUTTON_HIDDEN_ON_TOOLBOX, MethodString( nMethodId ) ) );\ in Execute()
5284 …Error( aUId, GEN_RES_STR1( S_CANNOT_MAKE_BUTTON_VISIBLE_IN_TOOLBOX, MethodString( nMethodId ) ) );\ in Execute()
5292 switch( nMethodId ) in Execute()
5358 … ReportError( aUId, GEN_RES_STR1( S_TEAROFF_FAILED, MethodString( nMethodId ) ) ); in Execute()
5430 … ReportError( aUId, GEN_RES_STR1( S_INTERNAL_ERROR, MethodString( nMethodId ) ) ); in Execute()
5438 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTB->GetItemCount() )) in Execute()
5442 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTB->GetItemCount() )) in Execute()
5446 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTB->GetItemCount() )) in Execute()
5480 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "ToolBox" ) ); in Execute()
5487 switch( nMethodId ) in Execute()
5530 …ReportError( aUId, GEN_RES_STR2c2( S_NO_SELECTED_ENTRY, MethodString( nMethodId ), "TreeListBox" )… in Execute()
5563 …r( aUId, GEN_RES_STR1( S_SELECT_DESELECT_VIA_STRING_NOT_IMPLEMENTED, MethodString( nMethodId ) ) ); in Execute()
5567 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5577 …r( aUId, GEN_RES_STR1( S_SELECT_DESELECT_VIA_STRING_NOT_IMPLEMENTED, MethodString( nMethodId ) ) ); in Execute()
5581 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5591 …r( aUId, GEN_RES_STR1( S_SELECT_DESELECT_VIA_STRING_NOT_IMPLEMENTED, MethodString( nMethodId ) ) ); in Execute()
5595 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5611 … if ( ValueOK( aUId, MethodString( nMethodId ),nNr2,pThisEntry->ItemCount() ) ) in Execute()
5626 … ReportError( aUId, GEN_RES_STR1( S_NO_LIST_BOX_STRING, MethodString( nMethodId ) ) ); in Execute()
5631 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5636 … if ( ValueOK( aUId, MethodString( nMethodId ),nNr2,pThisEntry->ItemCount() ) ) in Execute()
5651 … ReportError( aUId, GEN_RES_STR1( S_NO_LIST_BOX_STRING, MethodString( nMethodId ) ) ); in Execute()
5669 …ReportError( aUId, GEN_RES_STR2c2( S_NO_SELECTED_ENTRY, MethodString( nMethodId ), "TreeListBox" )… in Execute()
5673 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5684 … if ( ValueOK( aUId, MethodString( nMethodId ),nNr2,pThisEntry->ItemCount() ) ) in Execute()
5698 switch( nMethodId ) in Execute()
5734 … ReportError( aUId, GEN_RES_STR1( S_INTERNAL_ERROR, MethodString( nMethodId ) ) ); in Execute()
5739 … ReportError( aUId, GEN_RES_STR1( S_NO_LIST_BOX_BUTTON, MethodString( nMethodId ) ) ); in Execute()
5753 …ReportError( aUId, GEN_RES_STR2c2( S_NO_SELECTED_ENTRY, MethodString( nMethodId ), "TreeListBox" )… in Execute()
5757 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,((SvLBox*)pControl)->GetVisibleCount()) ) in Execute()
5767 … if ( ValueOK( aUId, MethodString( nMethodId ),nNr2,pThisEntry->ItemCount() ) ) in Execute()
5785 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "TreeListBox" ) ); in Execute()
5805 switch( nMethodId ) in Execute()
5816 switch( nMethodId ) in Execute()
5903 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,pEBBox->GetRowCount() ) ) in Execute()
5913 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr2,nUnfrozenColCount ) ) in Execute()
5981 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "EditBrowseBox" ) ); in Execute()
5989 switch ( nMethodId ) in Execute()
5995 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pVS->GetItemCount() )) in Execute()
5999 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pVS->GetItemCount() )) in Execute()
6018 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "ValueSet" ) ); in Execute()
6026 switch ( nMethodId ) in Execute()
6032 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute()
6036 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute()
6051 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pRM->GetItemCount() )) in Execute()
6055 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "RoadMap" ) ); in Execute()
6063 switch ( nMethodId ) in Execute()
6069 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pELB->getItemCount() )) in Execute()
6088 … ValueOK( aUId, MethodString( nMethodId ).AppendAscii(" String Number"), nNr2, 5 ); in Execute()
6094 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pELB->getItemCount() )) in Execute()
6111 … ReportError( aUId, GEN_RES_STR2( S_ENTRY_NOT_FOUND, MethodString( nMethodId ), aString1 ) ); in Execute()
6131 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "RoadMap" ) ); in Execute()
6140 switch ( nMethodId ) in Execute()
6144 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTC->GetColumnCount() ) && in Execute()
6145 … ValueOK( aUId, MethodString( nMethodId ), nNr2, pTC->GetRowCount() )) in Execute()
6156 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTC->GetColumnCount() ) && in Execute()
6157 … ValueOK( aUId, MethodString( nMethodId ), nNr2, pTC->GetRowCount() )) in Execute()
6236 … if ( ValueOK( aUId, MethodString( nMethodId ), nNr1, pTC->GetRowCount() )) in Execute()
6262 … ReportError( aUId, GEN_RES_STR2c2( S_METHOD_FAILED, MethodString( nMethodId ), "find pos" ) ); in Execute()
6265 … ReportError( aUId, GEN_RES_STR2c2( S_METHOD_FAILED, MethodString( nMethodId ), "GoTo" ) ); in Execute()
6291 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "TableControl" ) ); in Execute()
6298 …aUId, GEN_RES_STR2( S_UNKNOWN_TYPE, UniString::CreateFromInt32( nRT ), MethodString(nMethodId) ) ); in Execute()
6301 … ReportError( aUId, GEN_RES_STR1( S_INTERNAL_ERROR, MethodString( nMethodId ) ) ); in Execute()
6308 switch( nMethodId ) in Execute()
6314 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "Window" ) ); in Execute()
6321 switch( nMethodId ) in Execute()
6330 … ReportError( aUId, GEN_RES_STR1( S_ALLOWED_ONLY_IN_FLOATING_MODE, MethodString( nMethodId ) ) ); in Execute()
6336 … ReportError( aUId, GEN_RES_STR1( S_ALLOWED_ONLY_IN_FLOATING_MODE, MethodString( nMethodId ) ) ); in Execute()
6370 … ReportError( aUId, GEN_RES_STR1( S_CANNOT_FIND_FLOATING_WIN, MethodString( nMethodId ) ) ); in Execute()
6373 … ReportError( aUId, GEN_RES_STR1( S_ALLOWED_ONLY_IN_DOCKING_MODE, MethodString( nMethodId ) ) ); in Execute()
6379 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "DockingWindow" ) ); in Execute()
6385 switch( nMethodId ) in Execute()
6415 … ReportError( aUId, GEN_RES_STR1( S_SIZE_NOT_CHANGEABLE, MethodString( nMethodId ) ) ); in Execute()
6427 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "FloatingWin" ) ); in Execute()
6436 switch( nMethodId ) in Execute()
6488 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "Dialog" ) ); in Execute()
6493 switch( nMethodId ) in Execute()
6530 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "WorkWindow" ) ); in Execute()
6535 … ReportError( aUId, GEN_RES_STR1( S_INTERNAL_ERROR, MethodString( nMethodId ) ) ); in Execute()
6545 switch( nMethodId ) in Execute()
6580 switch( nMethodId ) in Execute()
6592 … ReportError( aUId, GEN_RES_STR1( S_NO_OK_BUTTON, MethodString( nMethodId ) ) ); in Execute()
6601 … ReportError( aUId, GEN_RES_STR1( S_NO_CANCEL_BUTTON, MethodString( nMethodId ) ) ); in Execute()
6610 … ReportError( aUId, GEN_RES_STR1( S_NO_YES_BUTTON, MethodString( nMethodId ) ) ); in Execute()
6619 … ReportError( aUId, GEN_RES_STR1( S_NO_NO_BUTTON, MethodString( nMethodId ) ) ); in Execute()
6628 … ReportError( aUId, GEN_RES_STR1( S_NO_RETRY_BUTTON, MethodString( nMethodId ) ) ); in Execute()
6637 … ReportError( aUId, GEN_RES_STR1( S_NO_HELP_BUTTON, MethodString( nMethodId ) ) ); in Execute()
6668 … ReportError( aUId, GEN_RES_STR1( S_NO_DEFAULT_BUTTON, MethodString( nMethodId ) ) ); in Execute()
6686 …N_RES_STR2( S_NO_DEFAULT_BUTTON, UniString::CreateFromInt32( nNr1 ), MethodString( nMethodId ) ) ); in Execute()
6689 … ReportError( aUId, GEN_RES_STR1( S_BUTTONID_REQUIRED, MethodString( nMethodId ) ) ); in Execute()
6695 … if ( ValueOK(aUId, MethodString( nMethodId ),nNr1,pBD->GetButtonCount()) ) in Execute()
6699 … ReportError( aUId, GEN_RES_STR2c2( S_UNKNOWN_METHOD, MethodString(nMethodId), "MessageBox" ) ); in Execute()
6706 …aUId, GEN_RES_STR2( S_UNKNOWN_TYPE, UniString::CreateFromInt32( nRT ), MethodString(nMethodId) ) ); in Execute()
6721 SendProfile( UIdString( aUId ).Append('.').Append( MethodString( nMethodId ) ) ); in Execute()