Lines Matching refs:aTextFlowBox
259 aTextFlowBox ( this, CUI_RES( LB_TEXT_FLOW ) ), in SvxPageDescPage()
320 … aTextFlowBox.InsertEntryValue( CUI_RESSTR( RID_SVXSTR_PAGEDIR_LTR_HORI ), FRMDIR_HORI_LEFT_TOP ); in SvxPageDescPage()
322 … aTextFlowBox.InsertEntryValue( CUI_RESSTR( RID_SVXSTR_PAGEDIR_RTL_HORI ), FRMDIR_HORI_RIGHT_TOP ); in SvxPageDescPage()
328 … aTextFlowBox.InsertEntryValue( CUI_RESSTR( RID_SVXSTR_PAGEDIR_RTL_VERT ), FRMDIR_VERT_TOP_RIGHT ); in SvxPageDescPage()
338 aTextFlowBox.Show(); in SvxPageDescPage()
339 aTextFlowBox.SetSelectHdl(LINK(this, SvxPageDescPage, FrameDirectionModify_Impl )); in SvxPageDescPage()
724 aTextFlowBox.SelectEntryValue( static_cast< SvxFrameDirection >( nVal ) ); in Reset()
725 aTextFlowBox.SaveValue(); in Reset()
954 SvxFrameDirection eDirection = aTextFlowBox.GetSelectEntryValue(); in FillItemSet()
955 if( aTextFlowBox.IsVisible() && (eDirection != aTextFlowBox.GetSavedValue()) ) in FillItemSet()
1684 aTextFlowBox.RemoveEntryValue( FRMDIR_VERT_TOP_RIGHT ); in DisableVerticalPageDir()
1685 aTextFlowBox.RemoveEntryValue( FRMDIR_VERT_TOP_LEFT ); in DisableVerticalPageDir()
1686 if( aTextFlowBox.GetEntryCount() < 2 ) in DisableVerticalPageDir()
1689 aTextFlowBox.Hide(); in DisableVerticalPageDir()
1696 aBspWin.SetFrameDirection( (sal_uInt32) aTextFlowBox.GetSelectEntryValue() ); in IMPL_LINK()