Lines Matching refs:pBox
84 ComboBox* pBox = static_cast<ComboBox*>(GetWindow()); in VCLXAccessibleList() local
85 if ( pBox != NULL ) in VCLXAccessibleList()
86 m_pListBoxHelper = new VCLListBoxHelper<ComboBox> (*pBox); in VCLXAccessibleList()
92 ListBox* pBox = static_cast<ListBox*>(GetWindow()); in VCLXAccessibleList() local
93 if ( pBox != NULL ) in VCLXAccessibleList()
94 m_pListBoxHelper = new VCLListBoxHelper<ListBox> (*pBox); in VCLXAccessibleList()
203 ComboBox* pBox = static_cast<ComboBox*>(GetWindow()); in UpdateSelection_Acc() local
204 if ( pBox != NULL ) in UpdateSelection_Acc()
207 sal_uInt16 nIndex = pBox->GetEntryPos (XubString(sTextOfSelectedItem)); in UpdateSelection_Acc()
489 ListBox* pBox = static_cast<ListBox*>(GetWindow()); in FillAccessibleRelationSet() local
495 aSequence[0] = pBox->GetAccessible(); in FillAccessibleRelationSet()
514 ComboBox* pBox = static_cast<ComboBox*>(GetWindow()); in UpdateSelection() local
515 if ( pBox != NULL ) in UpdateSelection()
518 sal_uInt16 nIndex = pBox->GetEntryPos (XubString(sTextOfSelectedItem)); in UpdateSelection()
1037 ComboBox* pBox = static_cast<ComboBox*>(GetWindow()); in implGetBounds() local
1038 if ( pBox ) in implGetBounds()
1040 Size aSize = pBox->GetSubEdit()->GetSizePixel(); in implGetBounds()
1067 ComboBox* pBox = static_cast<ComboBox*>(GetWindow()); in getLocationOnScreen() local
1068 if ( pBox ) in getLocationOnScreen()
1070 aPos.Y += pBox->GetSubEdit()->GetSizePixel().Height(); in getLocationOnScreen()