Home
last modified time | relevance | path

Searched refs:pItemWin (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx533 Window* pItemWin = pToolBox->GetItemWindow(i); in execute() local
534 if (pItemWin) in execute()
535 sFindText = pItemWin->GetText(); in execute()
662 Window* pItemWin = pToolBox->GetItemWindow(i); in execute() local
663 if (pItemWin) in execute()
664 sFindText = pItemWin->GetText(); in execute()
820 Window* pItemWin = pToolBox->GetItemWindow( i ); in dispatch() local
821 if ( pItemWin ) in dispatch()
823 pItemWin->GrabFocus(); in dispatch()
/aoo41x/main/automation/source/server/
H A Dsta_list.cxx410 Window *pItemWin; in IsWinOK() local
411 pItemWin = pTB->GetItemWindow( pTB->GetItemId( i ) ); in IsWinOK()
413 if ( bSearchButtonOnToolbox && pTB->GetItemType( i ) == TOOLBOXITEM_BUTTON && !pItemWin ) in IsWinOK()
433 if ( pItemWin ) in IsWinOK()
436 … if ( ( pItemWin->IsEnabled() || HasSearchFlag( SEARCH_FIND_DISABLED ) ) && pItemWin->IsVisible() ) in IsWinOK()
439 pAlternateResult = pItemWin; // since we cannot return a Window here in IsWinOK()
444 pMaybeResult = pItemWin; in IsWinOK()
H A Dstatemnt.cxx922 Window *pItemWin; in WriteControlData() local
923 pItemWin = pTB->GetItemWindow( pTB->GetItemId( i ) ); in WriteControlData()
924 if ( pTB->GetItemType( i ) == TOOLBOXITEM_BUTTON && ( !pItemWin || !pItemWin->IsVisible() ) ) in WriteControlData()
935 if ( pItemWin ) in WriteControlData()
938 …n ( RET_WinInfo, Str2Id(pTB->GetItemCommand(pTB->GetItemId( i ))), (comm_ULONG)pItemWin->GetType(), in WriteControlData()
939 TypeString(pItemWin->GetType()).AppendAscii(": ").Append(aName), sal_False ); in WriteControlData()
941 …pRet->GenReturn ( RET_WinInfo, pTB->GetHelpId(pTB->GetItemId( i )), (comm_ULONG)pItemWin->GetType(… in WriteControlData()
942 TypeString(pItemWin->GetType()).AppendAscii(": ").Append(aName), sal_False ); in WriteControlData()
944 for( ii = 0 ; ii < pItemWin->GetChildCount(); ii++ ) in WriteControlData()
945 WriteControlData( pItemWin->GetChild(ii), nConf, sal_False ); in WriteControlData()
/aoo41x/main/framework/source/uielement/
H A Daddonstoolbarmanager.cxx403 Window* pItemWin = VCLUnoHelper::GetWindow( xWindow ); in FillToolbar() local
404 if ( pItemWin ) in FillToolbar()
406 WindowType nType = pItemWin->GetType(); in FillToolbar()
408 pItemWin->SetAccessibleName( m_pToolBar->GetItemText( nId ) ); in FillToolbar()
409 m_pToolBar->SetItemWindow( nId, pItemWin ); in FillToolbar()
H A Dtoolbarmanager.cxx1138 Window* pItemWin = VCLUnoHelper::GetWindow( xWindow ); in CreateControllers() local
1139 if ( pItemWin ) in CreateControllers()
1141 WindowType nType = pItemWin->GetType(); in CreateControllers()
1143 pItemWin->SetAccessibleName( m_pToolBar->GetItemText( nId ) ); in CreateControllers()
1144 m_pToolBar->SetItemWindow( nId, pItemWin ); in CreateControllers()
/aoo41x/main/sfx2/source/view/
H A Dviewsh.cxx501 Window* pItemWin = pTextToolbox->GetItemWindow( nItemId ); in ExecMisc_Impl() local
502 if( pItemWin ) in ExecMisc_Impl()
503 pItemWin->GrabFocus(); in ExecMisc_Impl()

Completed in 76 milliseconds