Home
last modified time | relevance | path

Searched refs:eScroll (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Dfrmdescr.cxx58 eScroll( ScrollingAuto ), in SfxFrameDescriptor()
151 pFrame->eScroll = eScroll; in Clone()
206 eScroll = rProp.eScroll; in TakeProperties()
242 , eScroll( pD->GetScrollingMode() ) in SfxFrameProperties()
268 eScroll = rProp.eScroll; in operator =()
285 lSize == rProp.lSize && eScroll == rProp.eScroll && eSizeSelector == rProp.eSizeSelector && in operator ==()
/trunk/main/sfx2/inc/sfx2/
H A Dfrmdescr.hxx87 ScrollingMode eScroll; member in SfxFrameDescriptor
154 { return eScroll; } in GetScrollingMode()
156 { eScroll = eMode; } in SetScrollingMode()
206 ScrollingMode eScroll; member
228 eScroll( ScrollingAuto ), in SfxFrameProperties()
/trunk/main/desktop/source/deployment/gui/
H A Dlicense_dialog.cxx69 void ScrollDown( ScrollType eScroll );
137 void LicenseView::ScrollDown( ScrollType eScroll ) in ScrollDown() argument
141 pScroll->DoScrollAction( eScroll ); in ScrollDown()
/trunk/main/cui/source/dialogs/
H A Dinsdlg.cxx951 ScrollingMode eScroll = ScrollingNo; in Execute() local
953 eScroll = ScrollingYes; in Execute()
955 eScroll = ScrollingNo; in Execute()
957 eScroll = ScrollingAuto; in Execute()
976 if ( eScroll == ScrollingAuto ) in Execute()
981 makeAny( (sal_Bool) ( eScroll == ScrollingYes) ) ); in Execute()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx385 ScrollingMode eScroll = ScrollingAuto; in TYPEINIT1() local
387 eScroll = (ScrollingMode) pScrollingItem->GetValue(); in TYPEINIT1()
398 if ( eScroll == ScrollingAuto ) in TYPEINIT1()
403 uno::makeAny( (sal_Bool) ( eScroll == ScrollingYes) ) ); in TYPEINIT1()
/trunk/main/extensions/source/preload/
H A Doemwiz.cxx407 void LicenceView::ScrollDown( ScrollType eScroll ) in ScrollDown() argument
412 pScroll->DoScrollAction( eScroll ); in ScrollDown()
H A Doemwiz.hxx99 void ScrollDown( ScrollType eScroll );
/trunk/main/framework/source/services/
H A Dlicense.cxx574 void LicenseView::ScrollDown( ScrollType eScroll ) in ScrollDown() argument
579 pScroll->DoScrollAction( eScroll ); in ScrollDown()
/trunk/main/sw/source/filter/html/
H A Dhtmlplug.cxx904 ScrollingMode eScroll = aFrameDesc.GetScrollingMode(); in InsertFloatingFrame() local
911 if ( eScroll == ScrollingAuto ) in InsertFloatingFrame()
916 uno::makeAny( (sal_Bool) ( eScroll == ScrollingYes) ) ); in InsertFloatingFrame()
/trunk/main/framework/inc/services/
H A Dlicensedlg.hxx52 void ScrollDown( ScrollType eScroll );

Completed in 46 milliseconds