Home
last modified time | relevance | path

Searched refs:bIsDropDownBox (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/accessibility/source/helper/
H A Dacc_factory.cxx302 sal_Bool bIsDropDownBox = sal_False; in createAccessibleContext() local
305 bIsDropDownBox = ( ( pBox->GetStyle() & WB_DROPDOWN ) == WB_DROPDOWN ); in createAccessibleContext()
307 if ( bIsDropDownBox ) in createAccessibleContext()
340 sal_Bool bIsDropDownBox = sal_False; in createAccessibleContext() local
343 bIsDropDownBox = ( ( pBox->GetStyle() & WB_DROPDOWN ) == WB_DROPDOWN ); in createAccessibleContext()
345 if ( bIsDropDownBox ) in createAccessibleContext()
/aoo41x/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx48 VCLXAccessibleBox::VCLXAccessibleBox (VCLXWindow* pVCLWindow, BoxType aType, bool bIsDropDownBox) in VCLXAccessibleBox() argument
51 m_bIsDropDownBox (bIsDropDownBox), in VCLXAccessibleBox()
/aoo41x/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblebox.hxx63 VCLXAccessibleBox (VCLXWindow* pVCLXindow, BoxType aType, bool bIsDropDownBox);

Completed in 10 milliseconds