Home
last modified time | relevance | path

Searched refs:WB_AUTOVSCROLL (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/svtools/source/edit/ !
H A Dsvmedit.cxx203 const sal_Bool bAutoVScroll = ( nWinStyle & WB_AUTOVSCROLL ) == WB_AUTOVSCROLL; in ImpUpdateSrollBarVis()
452 if ( ( nWinStyle & WB_AUTOVSCROLL ) == WB_AUTOVSCROLL ) in Resize()
540 if ( ( nWinStyle & WB_AUTOVSCROLL ) == WB_AUTOVSCROLL ) in SetText()
/AOO41X/main/extensions/source/propctrlr/ !
H A Dinspectorhelpwindow.cxx49 ,m_aHelpText( this, WB_LEFT | WB_READONLY | WB_AUTOVSCROLL ) in InspectorHelpWindow()
/AOO41X/main/tools/inc/tools/ !
H A Dwintypes.hxx180 #define WB_AUTOVSCROLL ((WinBits)SAL_CONST_INT64(0x40000000)) macro
/AOO41X/main/rsc/source/parser/ !
H A Drscinit.cxx338 aWinBits.SetConstant( nAutoVScrollId, sal::static_int_cast<sal_Int32>(WB_AUTOVSCROLL) ); in Init()
/AOO41X/main/toolkit/source/layout/vcl/ !
H A Dwrapper.cxx524 { WB_AUTOVSCROLL, awt::VclWindowPeerAttribute::AUTOVSCROLL, "AutoVScroll", TYPE_BOOL, 1, 0 },
/AOO41X/main/filter/source/pdf/ !
H A Dimpdialog.cxx1472 maErrors( this, WB_BORDER | WB_AUTOVSCROLL ), in ImplErrorDialog()
/AOO41X/main/toolkit/source/awt/ !
H A Dvclxtoolkit.cxx240 nWinBits |= WB_AUTOVSCROLL; in ImplGetWinBits()