Lines Matching refs:aTextFlowBox
259 aTextFlowBox ( this, CUI_RES( LB_TEXT_FLOW ) ), in SvxPageDescPage()
329 … aTextFlowBox.InsertEntryValue( CUI_RESSTR( RID_SVXSTR_PAGEDIR_LTR_HORI ), FRMDIR_HORI_LEFT_TOP ); in SvxPageDescPage()
331 … aTextFlowBox.InsertEntryValue( CUI_RESSTR( RID_SVXSTR_PAGEDIR_RTL_HORI ), FRMDIR_HORI_RIGHT_TOP ); in SvxPageDescPage()
337 … aTextFlowBox.InsertEntryValue( CUI_RESSTR( RID_SVXSTR_PAGEDIR_RTL_VERT ), FRMDIR_VERT_TOP_RIGHT ); in SvxPageDescPage()
347 aTextFlowBox.Show(); in SvxPageDescPage()
348 aTextFlowBox.SetSelectHdl(LINK(this, SvxPageDescPage, FrameDirectionModify_Impl )); in SvxPageDescPage()
737 aTextFlowBox.SelectEntryValue( static_cast< SvxFrameDirection >( nVal ) ); in Reset()
738 aTextFlowBox.SaveValue(); in Reset()
967 SvxFrameDirection eDirection = aTextFlowBox.GetSelectEntryValue(); in FillItemSet()
968 if( aTextFlowBox.IsVisible() && (eDirection != aTextFlowBox.GetSavedValue()) ) in FillItemSet()
1765 aTextFlowBox.RemoveEntryValue( FRMDIR_VERT_TOP_RIGHT ); in DisableVerticalPageDir()
1766 aTextFlowBox.RemoveEntryValue( FRMDIR_VERT_TOP_LEFT ); in DisableVerticalPageDir()
1767 if( aTextFlowBox.GetEntryCount() < 2 ) in DisableVerticalPageDir()
1770 aTextFlowBox.Hide(); in DisableVerticalPageDir()
1777 aBspWin.SetFrameDirection( (sal_uInt32) aTextFlowBox.GetSelectEntryValue() ); in IMPL_LINK()