Home
last modified time | relevance | path

Searched refs:pItemWindow (Results 1 – 5 of 5) sorted by relevance

/trunk/main/forms/source/solar/control/
H A Dnavtoolbar.cxx243 Window* pItemWindow = m_pToolbar->GetItemWindow( (sal_uInt16)_nFeatureId ); in setFeatureText() local
244 if ( pItemWindow ) in setFeatureText()
245 pItemWindow->SetText( _rText ); in setFeatureText()
315 Window* pItemWindow = NULL; in implInit() local
318 pItemWindow = new RecordPositionInput( m_pToolbar ); in implInit()
319 … static_cast< RecordPositionInput* >( pItemWindow )->setDispatcher( m_pDispatcher ); in implInit()
323 pItemWindow = new FixedText( m_pToolbar, WB_CENTER | WB_VCENTER ); in implInit()
324 pItemWindow->SetBackground(Wallpaper(Color(COL_TRANSPARENT))); in implInit()
328 pItemWindow = new FixedText( m_pToolbar, WB_VCENTER ); in implInit()
329 pItemWindow->SetBackground(); in implInit()
[all …]
/trunk/main/sfx2/source/sidebar/
H A DControllerFactory.cxx111 Window* pItemWindow = VCLUnoHelper::GetWindow(xItemWindow); in CreateToolBoxController() local
112 if (pItemWindow != NULL) in CreateToolBoxController()
114 WindowType nType = pItemWindow->GetType(); in CreateToolBoxController()
116 pItemWindow->SetAccessibleName(pToolBox->GetItemText(nItemId)); in CreateToolBoxController()
118 pItemWindow->SetSizePixel(Size(nWidth, pItemWindow->GetSizePixel().Height())); in CreateToolBoxController()
119 pToolBox->SetItemWindow(nItemId, pItemWindow); in CreateToolBoxController()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletoolbox.cxx753 Window* pItemWindow = pToolBox->GetItemWindow( nItemId ); in getAccessibleChild() local
757 if ( pItemWindow ) in getAccessibleChild()
759 …ld = new OToolBoxWindowItem(0,::comphelper::getProcessServiceFactory(),pItemWindow->GetAccessible(… in getAccessibleChild()
760 pItemWindow->SetAccessible(xChild); in getAccessibleChild()
810 Window* pItemWindow = pToolBox->GetItemWindow( nItemId ); in GetItemWindowAccessible() local
811 if ( pItemWindow == pChildWindow ) in GetItemWindowAccessible()
H A Dvclxaccessibletoolboxitem.cxx153 Window* pItemWindow = m_pToolBox->GetItemWindow( m_nItemId ); in GetText() local
154 … if ( m_nRole == AccessibleRole::PANEL && pItemWindow && pItemWindow->GetAccessible().is() && in GetText()
155 pItemWindow->GetAccessible()->getAccessibleContext().is() ) in GetText()
157 …::rtl::OUString sWinText = pItemWindow->GetAccessible()->getAccessibleContext()->getAccessibleName… in GetText()
/trunk/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx235 ::Window* pItemWindow = pToolBox->GetItemWindow( pToolBox->GetDownItemId() ); in createPopupWindow()
236 ::Window* pWin = createPopupWindow( pItemWindow ? pItemWindow : pToolBox ); in createPopupWindow()