Kaydet (Commit) 8fc01a95 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS residcleanup (1.36.32); FILE MERGED

2007/02/21 22:04:14 pl 1.36.32.1: #i74635# get rid of global ResMgr
üst 022420b5
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: tpline.cxx,v $ * $RCSfile: tpline.cxx,v $
* *
* $Revision: 1.36 $ * $Revision: 1.37 $
* *
* last change: $Author: obo $ $Date: 2007-01-23 11:37:47 $ * last change: $Author: rt $ $Date: 2007-04-26 07:46:34 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -177,32 +177,32 @@ SvxLineTabPage::SvxLineTabPage ...@@ -177,32 +177,32 @@ SvxLineTabPage::SvxLineTabPage
const SfxItemSet& rInAttrs const SfxItemSet& rInAttrs
) : ) :
SvxTabPage ( pParent, SVX_RES( RID_SVXPAGE_LINE ), rInAttrs ), SvxTabPage ( pParent, SVX_RES( RID_SVXPAGE_LINE ), rInAttrs ),
aFtLineStyle ( this, ResId( FT_LINE_STYLE ) ), aFtLineStyle ( this, SVX_RES( FT_LINE_STYLE ) ),
aLbLineStyle ( this, ResId( LB_LINE_STYLE ) ), aLbLineStyle ( this, SVX_RES( LB_LINE_STYLE ) ),
aFtColor ( this, ResId( FT_COLOR ) ), aFtColor ( this, SVX_RES( FT_COLOR ) ),
aLbColor ( this, ResId( LB_COLOR ) ), aLbColor ( this, SVX_RES( LB_COLOR ) ),
aFtLineWidth ( this, ResId( FT_LINE_WIDTH ) ), aFtLineWidth ( this, SVX_RES( FT_LINE_WIDTH ) ),
aMtrLineWidth ( this, ResId( MTR_FLD_LINE_WIDTH ) ), aMtrLineWidth ( this, SVX_RES( MTR_FLD_LINE_WIDTH ) ),
aFtTransparent ( this, ResId( FT_TRANSPARENT ) ), aFtTransparent ( this, SVX_RES( FT_TRANSPARENT ) ),
aMtrTransparent ( this, ResId( MTR_LINE_TRANSPARENT ) ), aMtrTransparent ( this, SVX_RES( MTR_LINE_TRANSPARENT ) ),
aFlLine ( this, ResId( FL_LINE ) ), aFlLine ( this, SVX_RES( FL_LINE ) ),
aFtLineEndsStyle ( this, ResId( FT_LINE_ENDS_STYLE ) ), aFtLineEndsStyle ( this, SVX_RES( FT_LINE_ENDS_STYLE ) ),
aLbStartStyle ( this, ResId( LB_START_STYLE ) ), aLbStartStyle ( this, SVX_RES( LB_START_STYLE ) ),
aFtLineEndsWidth ( this, ResId( FT_LINE_ENDS_WIDTH ) ), aFtLineEndsWidth ( this, SVX_RES( FT_LINE_ENDS_WIDTH ) ),
aMtrStartWidth ( this, ResId( MTR_FLD_START_WIDTH ) ), aMtrStartWidth ( this, SVX_RES( MTR_FLD_START_WIDTH ) ),
aTsbCenterStart ( this, ResId( TSB_CENTER_START ) ), aTsbCenterStart ( this, SVX_RES( TSB_CENTER_START ) ),
aLbEndStyle ( this, ResId( LB_END_STYLE ) ), aLbEndStyle ( this, SVX_RES( LB_END_STYLE ) ),
aMtrEndWidth ( this, ResId( MTR_FLD_END_WIDTH ) ), aMtrEndWidth ( this, SVX_RES( MTR_FLD_END_WIDTH ) ),
aTsbCenterEnd ( this, ResId( TSB_CENTER_END ) ), aTsbCenterEnd ( this, SVX_RES( TSB_CENTER_END ) ),
aCbxSynchronize ( this, ResId( CBX_SYNCHRONIZE ) ), aCbxSynchronize ( this, SVX_RES( CBX_SYNCHRONIZE ) ),
aFlLineEnds ( this, ResId( FL_LINE_ENDS ) ), aFlLineEnds ( this, SVX_RES( FL_LINE_ENDS ) ),
aCtlPreview ( this, ResId( CTL_PREVIEW ), &XOut ), aCtlPreview ( this, SVX_RES( CTL_PREVIEW ), &XOut ),
aFLSeparator ( this, ResId( FL_SEPARATOR ) ), aFLSeparator ( this, SVX_RES( FL_SEPARATOR ) ),
// #116827# // #116827#
maFLEdgeStyle ( this, ResId( FL_EDGE_STYLE ) ), maFLEdgeStyle ( this, SVX_RES( FL_EDGE_STYLE ) ),
maFTEdgeStyle ( this, ResId( FT_EDGE_STYLE ) ), maFTEdgeStyle ( this, SVX_RES( FT_EDGE_STYLE ) ),
maLBEdgeStyle ( this, ResId( LB_EDGE_STYLE ) ), maLBEdgeStyle ( this, SVX_RES( LB_EDGE_STYLE ) ),
pSymbolList(NULL), pSymbolList(NULL),
bNewSize(false), bNewSize(false),
...@@ -210,13 +210,13 @@ SvxLineTabPage::SvxLineTabPage ...@@ -210,13 +210,13 @@ SvxLineTabPage::SvxLineTabPage
nSymbolType(SVX_SYMBOLTYPE_UNKNOWN), //unbekannt bzw. unchanged nSymbolType(SVX_SYMBOLTYPE_UNKNOWN), //unbekannt bzw. unchanged
pSymbolAttr(NULL), pSymbolAttr(NULL),
//#58425# Symbole auf einer Linie (z.B. StarChart) //#58425# Symbole auf einer Linie (z.B. StarChart)
aFlSymbol ( this, ResId(FL_SYMBOL_FORMAT)), aFlSymbol ( this, SVX_RES(FL_SYMBOL_FORMAT)),
aSymbolMB ( this, ResId(MB_SYMBOL_BITMAP)), aSymbolMB ( this, SVX_RES(MB_SYMBOL_BITMAP)),
aSymbolWidthFT ( this, ResId(FT_SYMBOL_WIDTH)), aSymbolWidthFT ( this, SVX_RES(FT_SYMBOL_WIDTH)),
aSymbolWidthMF ( this, ResId(MF_SYMBOL_WIDTH)), aSymbolWidthMF ( this, SVX_RES(MF_SYMBOL_WIDTH)),
aSymbolHeightFT ( this, ResId(FT_SYMBOL_HEIGHT)), aSymbolHeightFT ( this, SVX_RES(FT_SYMBOL_HEIGHT)),
aSymbolHeightMF ( this, ResId(MF_SYMBOL_HEIGHT)), aSymbolHeightMF ( this, SVX_RES(MF_SYMBOL_HEIGHT)),
aSymbolRatioCB ( this, ResId(CB_SYMBOL_RATIO)), aSymbolRatioCB ( this, SVX_RES(CB_SYMBOL_RATIO)),
bLastWidthModified(FALSE), bLastWidthModified(FALSE),
aSymbolLastSize(Size(0,0)), aSymbolLastSize(Size(0,0)),
...@@ -357,12 +357,12 @@ void SvxLineTabPage::FillListboxes() ...@@ -357,12 +357,12 @@ void SvxLineTabPage::FillListboxes()
{ {
// aCtlPreview.SetDrawMode( GetDisplayBackground().GetColor().IsDark() ? OUTPUT_DRAWMODE_CONTRAST : OUTPUT_DRAWMODE_COLOR ); // aCtlPreview.SetDrawMode( GetDisplayBackground().GetColor().IsDark() ? OUTPUT_DRAWMODE_CONTRAST : OUTPUT_DRAWMODE_COLOR );
ResMgr* pMgr = DIALOG_MGR(); ResMgr& rMgr = DIALOG_MGR();
// Linienstile // Linienstile
USHORT nOldSelect = aLbLineStyle.GetSelectEntryPos(); USHORT nOldSelect = aLbLineStyle.GetSelectEntryPos();
aLbLineStyle.Clear(); aLbLineStyle.Clear();
aLbLineStyle.InsertEntry( String( ResId( RID_SVXSTR_INVISIBLE, pMgr ) ) ); aLbLineStyle.InsertEntry( String( ResId( RID_SVXSTR_INVISIBLE, rMgr ) ) );
const StyleSettings& rStyles = Application::GetSettings().GetStyleSettings(); const StyleSettings& rStyles = Application::GetSettings().GetStyleSettings();
Bitmap aBitmap ( SVX_RES ( RID_SVXCTRL_LINECTRL ) ); Bitmap aBitmap ( SVX_RES ( RID_SVXCTRL_LINECTRL ) );
...@@ -377,12 +377,12 @@ void SvxLineTabPage::FillListboxes() ...@@ -377,12 +377,12 @@ void SvxLineTabPage::FillListboxes()
aBitmap.Replace ( aSourceColors, aDestColors, 2 ); aBitmap.Replace ( aSourceColors, aDestColors, 2 );
Image aSolidLine ( aBitmap ); Image aSolidLine ( aBitmap );
aLbLineStyle.InsertEntry( String( ResId( RID_SVXSTR_SOLID, pMgr ) ), aSolidLine ); aLbLineStyle.InsertEntry( String( ResId( RID_SVXSTR_SOLID, rMgr ) ), aSolidLine );
aLbLineStyle.Fill( pDashList ); aLbLineStyle.Fill( pDashList );
aLbLineStyle.SelectEntryPos( nOldSelect ); aLbLineStyle.SelectEntryPos( nOldSelect );
// LinienEndenStile // LinienEndenStile
String sNone( ResId( RID_SVXSTR_NONE, pMgr ) ); String sNone( ResId( RID_SVXSTR_NONE, rMgr ) );
nOldSelect = aLbStartStyle.GetSelectEntryPos(); nOldSelect = aLbStartStyle.GetSelectEntryPos();
aLbStartStyle.Clear(); aLbStartStyle.Clear();
aLbStartStyle.InsertEntry( sNone ); aLbStartStyle.InsertEntry( sNone );
...@@ -404,7 +404,7 @@ void SvxLineTabPage::ActivatePage( const SfxItemSet& rSet ) ...@@ -404,7 +404,7 @@ void SvxLineTabPage::ActivatePage( const SfxItemSet& rSet )
SetPageType(pPageTypeItem->GetValue()); //add CHINA001 end SetPageType(pPageTypeItem->GetValue()); //add CHINA001 end
if( nDlgType == 0 && pDashList ) //CHINA001 if( *pDlgType == 0 && pDashList ) // Linien-Dialog if( nDlgType == 0 && pDashList ) //CHINA001 if( *pDlgType == 0 && pDashList ) // Linien-Dialog
{ {
ResMgr* pMgr = DIALOG_MGR(); ResMgr& rMgr = DIALOG_MGR();
USHORT nPos; USHORT nPos;
USHORT nCount; USHORT nCount;
...@@ -422,9 +422,9 @@ void SvxLineTabPage::ActivatePage( const SfxItemSet& rSet ) ...@@ -422,9 +422,9 @@ void SvxLineTabPage::ActivatePage( const SfxItemSet& rSet )
aLbLineStyle.Clear(); aLbLineStyle.Clear();
aLbLineStyle.InsertEntry( aLbLineStyle.InsertEntry(
String( ResId( RID_SVXSTR_INVISIBLE, pMgr ) ) ); String( ResId( RID_SVXSTR_INVISIBLE, rMgr ) ) );
aLbLineStyle.InsertEntry( aLbLineStyle.InsertEntry(
String( ResId( RID_SVXSTR_SOLID, pMgr ) ) ); String( ResId( RID_SVXSTR_SOLID, rMgr ) ) );
aLbLineStyle.Fill( pDashList ); aLbLineStyle.Fill( pDashList );
nCount = aLbLineStyle.GetEntryCount(); nCount = aLbLineStyle.GetEntryCount();
...@@ -465,7 +465,7 @@ void SvxLineTabPage::ActivatePage( const SfxItemSet& rSet ) ...@@ -465,7 +465,7 @@ void SvxLineTabPage::ActivatePage( const SfxItemSet& rSet )
*pnLineEndListState = CT_NONE; *pnLineEndListState = CT_NONE;
nPos = aLbLineStyle.GetSelectEntryPos(); nPos = aLbLineStyle.GetSelectEntryPos();
String sNone( ResId( RID_SVXSTR_NONE, pMgr ) ); String sNone( ResId( RID_SVXSTR_NONE, rMgr ) );
aLbStartStyle.Clear(); aLbStartStyle.Clear();
aLbStartStyle.InsertEntry( sNone ); aLbStartStyle.InsertEntry( sNone );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment