Lines Matching refs:aExampleWin
657 aExampleWin ( this, CUI_RES( WN_EXAMPLE ) ), in SvxStdParagraphTabPage()
677 aExampleWin.SetAccessibleName(String(CUI_RES(STR_EXAMPLE))); in SvxStdParagraphTabPage()
895 aExampleWin.SetFirstLineOfst( in UpdateExample_Impl()
897 aExampleWin.SetLeftMargin( in UpdateExample_Impl()
899 aExampleWin.SetRightMargin( in UpdateExample_Impl()
901 aExampleWin.SetUpper( in UpdateExample_Impl()
903 aExampleWin.SetLower( in UpdateExample_Impl()
915 aExampleWin.SetLineSpace( (SvxPrevLineSpace)nPos ); in UpdateExample_Impl()
919 aExampleWin.SetLineSpace( (SvxPrevLineSpace)nPos, in UpdateExample_Impl()
927 aExampleWin.SetLineSpace( (SvxPrevLineSpace)nPos, in UpdateExample_Impl()
931 aExampleWin.Draw( bAll ); in UpdateExample_Impl()
1041 aExampleWin ( this, CUI_RES( WN_EXAMPLE ) ), in SvxParaAlignTabPage()
1097 aExampleWin.SetAccessibleName(String(CUI_RES(STR_EXAMPLE))); in SvxParaAlignTabPage()
1373 aExampleWin.SetAdjust( SVX_ADJUST_LEFT ); in UpdateExample_Impl()
1375 aExampleWin.SetAdjust( SVX_ADJUST_RIGHT ); in UpdateExample_Impl()
1377 aExampleWin.SetAdjust( SVX_ADJUST_CENTER ); in UpdateExample_Impl()
1380 aExampleWin.SetAdjust( SVX_ADJUST_BLOCK ); in UpdateExample_Impl()
1387 aExampleWin.SetLastLine( eLastBlock ); in UpdateExample_Impl()
1390 aExampleWin.Draw( bAll ); in UpdateExample_Impl()