Home
last modified time | relevance | path

Searched refs:nResId (Results 1 – 25 of 131) sorted by relevance

123456

/AOO41X/main/svx/source/svdraw/
H A Dsvdattr.cxx403 sal_uInt16 nResId = SIP_UNKNOWN_ATTR; in TakeItemName() local
407 case XATTR_LINESTYLE : nResId = SIP_XA_LINESTYLE;break; in TakeItemName()
408 case XATTR_LINEDASH : nResId = SIP_XA_LINEDASH;break; in TakeItemName()
409 case XATTR_LINEWIDTH : nResId = SIP_XA_LINEWIDTH;break; in TakeItemName()
410 case XATTR_LINECOLOR : nResId = SIP_XA_LINECOLOR;break; in TakeItemName()
411 case XATTR_LINESTART : nResId = SIP_XA_LINESTART;break; in TakeItemName()
412 case XATTR_LINEEND : nResId = SIP_XA_LINEEND;break; in TakeItemName()
413 case XATTR_LINESTARTWIDTH : nResId = SIP_XA_LINESTARTWIDTH;break; in TakeItemName()
414 case XATTR_LINEENDWIDTH : nResId = SIP_XA_LINEENDWIDTH;break; in TakeItemName()
415 case XATTR_LINESTARTCENTER : nResId = SIP_XA_LINESTARTCENTER;break; in TakeItemName()
[all …]
H A Dsvdorect.cxx242 sal_uInt16 nResId=STR_ObjNameSingulRECT; in TakeObjNameSingul() local
244 nResId+=4; // Parallelogramm oder Raute in TakeObjNameSingul()
248 if (aRect.GetWidth()==aRect.GetHeight()) nResId+=2; // Quadrat in TakeObjNameSingul()
250 if (GetEckenradius()!=0) nResId+=8; // abgerundet in TakeObjNameSingul()
251 rName=ImpGetResStr(nResId); in TakeObjNameSingul()
268 sal_uInt16 nResId=STR_ObjNamePluralRECT; in TakeObjNamePlural() local
270 nResId+=4; // Parallelogramm oder Raute in TakeObjNamePlural()
272 if (aRect.GetWidth()==aRect.GetHeight()) nResId+=2; // Quadrat in TakeObjNamePlural()
274 if (GetEckenradius()!=0) nResId+=8; // abgerundet in TakeObjNamePlural()
275 rName=ImpGetResStr(nResId); in TakeObjNamePlural()
/AOO41X/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx669 int nResId ) in CreateSwInsertAbstractDlg() argument
672 switch ( nResId ) in CreateSwInsertAbstractDlg()
690 sal_uInt32 nResId in CreateSfxDialog() argument
694 switch ( nResId ) in CreateSfxDialog()
721 int nResId ) in CreateSwAsciiFilterDlg() argument
724 switch ( nResId ) in CreateSwAsciiFilterDlg()
745 int nResId ) in CreateSwInsertBookmarkDlg() argument
748 switch ( nResId ) in CreateSwInsertBookmarkDlg()
769 int nResId ) in CreateSwBreakDlg() argument
772 switch ( nResId ) in CreateSwBreakDlg()
[all …]
H A Dswdlgfact.hxx434 sal_uInt32 nResId
437 virtual AbstractSwInsertAbstractDlg * CreateSwInsertAbstractDlg( Window* pParent,int nResId );
439 … SvStream* pStream, int nResId ); //add for SwAsciiFilterDlg
440 …sertBookmarkDlg( Window *pParent, SwWrtShell &rSh, SfxRequest& rReq, int nResId );//add for SwInse…
441 …virtual AbstractSwBreakDlg * CreateSwBreakDlg ( Window *pParent, SwWrtShell &rSh,int nResId ); // …
442 …virtual VclAbstractDialog * CreateSwChangeDBDlg( SwView& rVw, int nResId ); //add for SwChangeD…
443 …SwCharDlg( Window* pParent, SwView& pVw, const SfxItemSet& rCoreSet, int nResId, // add for SwChar…
445 …virtual AbstractSwConvertTableDlg* CreateSwConvertTableDlg ( SwView& rView, int nResId, bool bToTa…
446 …virtual VclAbstractDialog * CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId); //add…
451 const SwDBData& rData, int nResId);
[all …]
/AOO41X/main/sw/inc/
H A Dswabstdlg.hxx351 sal_uInt32 nResId
354 …virtual AbstractSwInsertAbstractDlg * CreateSwInsertAbstractDlg ( Window* pParent, int nResId) = 0…
356 … SvStream* pStream, int nResId ) = 0;// add for SwAsciiFilterDlg
357 …sertBookmarkDlg( Window *pParent, SwWrtShell &rSh, SfxRequest& rReq, int nResId ) = 0;// add for S…
359 …virtual AbstractSwBreakDlg * CreateSwBreakDlg( Window *pParent, SwWrtShell &rSh,int nResId ) = 0; …
360 …virtual VclAbstractDialog * CreateSwChangeDBDlg( SwView& rVw, int nResId ) = 0; //add for SwChan…
361 …SwCharDlg( Window* pParent, SwView& pVw, const SfxItemSet& rCoreSet, int nResId, // add for SwChar…
363 …virtual AbstractSwConvertTableDlg* CreateSwConvertTableDlg ( SwView& rView , int nResId, bool bToT…
364 …virtual VclAbstractDialog * CreateSwCaptionDialog ( Window *pParent, SwView &rV,int nResId) = 0; /…
369 const SwDBData& rData, int nResId) = 0;
[all …]
/AOO41X/main/basic/inc/basic/
H A Dttstrhlp.hxx56 UniString GEN_RES_STR0( sal_uIntPtr nResId );
57 UniString GEN_RES_STR1( sal_uIntPtr nResId, const String &Text1 );
58 UniString GEN_RES_STR2( sal_uIntPtr nResId, const String &Text1, const String &Text2 );
59 UniString GEN_RES_STR3( sal_uIntPtr nResId, const String &Text1, const String &Text2, const String …
61 #define GEN_RES_STR1c( nResId, Text1 ) GEN_RES_STR1( nResId, CUniString(Text1) ) argument
62 #define GEN_RES_STR2c2( nResId, Text1, Text2 ) GEN_RES_STR2( nResId, Text1, CUniString(Text2) ) argument
63 #define GEN_RES_STR3c3( nResId, Text1, Text2, Text3 ) GEN_RES_STR3( nResId, Text1, Text2, CUniStrin… argument
66 UniString GEN_RES_STR0( sal_uIntPtr nResId ) { return ResString( nResId ); } \
67 UniString GEN_RES_STR1( sal_uIntPtr nResId, const UniString &Text1 ) { return GEN_RES_STR0( nResId
68 …String GEN_RES_STR2( sal_uIntPtr nResId, const UniString &Text1, const UniString &Text2 ) { return…
[all …]
/AOO41X/main/basctl/source/dlged/
H A Dpropbrw.cxx404 sal_uInt16 nResId = 0; in GetHeadlineName() local
409 nResId = RID_STR_CLASS_DIALOG; in GetHeadlineName()
413 nResId = RID_STR_CLASS_BUTTON; in GetHeadlineName()
417 nResId = RID_STR_CLASS_RADIOBUTTON; in GetHeadlineName()
421 nResId = RID_STR_CLASS_CHECKBOX; in GetHeadlineName()
425 nResId = RID_STR_CLASS_LISTBOX; in GetHeadlineName()
429 nResId = RID_STR_CLASS_COMBOBOX; in GetHeadlineName()
433 nResId = RID_STR_CLASS_GROUPBOX; in GetHeadlineName()
437 nResId = RID_STR_CLASS_EDIT; in GetHeadlineName()
441 nResId = RID_STR_CLASS_FIXEDTEXT; in GetHeadlineName()
[all …]
H A Ddlgedobj.cxx712 sal_uInt16 nResId = 0; in GetDefaultName() local
716 nResId = RID_STR_CLASS_DIALOG; in GetDefaultName()
720 nResId = RID_STR_CLASS_BUTTON; in GetDefaultName()
724 nResId = RID_STR_CLASS_RADIOBUTTON; in GetDefaultName()
728 nResId = RID_STR_CLASS_CHECKBOX; in GetDefaultName()
732 nResId = RID_STR_CLASS_LISTBOX; in GetDefaultName()
736 nResId = RID_STR_CLASS_COMBOBOX; in GetDefaultName()
740 nResId = RID_STR_CLASS_GROUPBOX; in GetDefaultName()
744 nResId = RID_STR_CLASS_EDIT; in GetDefaultName()
748 nResId = RID_STR_CLASS_FIXEDTEXT; in GetDefaultName()
[all …]
/AOO41X/main/svx/source/form/
H A Dformcontrolfactory.cxx662 sal_uInt16 nResId(0); in getDefaultName() local
666 case FormComponentType::COMMANDBUTTON: nResId = RID_STR_PROPTITLE_PUSHBUTTON; break; in getDefaultName()
667 case FormComponentType::RADIOBUTTON: nResId = RID_STR_PROPTITLE_RADIOBUTTON; break; in getDefaultName()
668 case FormComponentType::CHECKBOX: nResId = RID_STR_PROPTITLE_CHECKBOX; break; in getDefaultName()
669 case FormComponentType::LISTBOX: nResId = RID_STR_PROPTITLE_LISTBOX; break; in getDefaultName()
670 case FormComponentType::COMBOBOX: nResId = RID_STR_PROPTITLE_COMBOBOX; break; in getDefaultName()
671 case FormComponentType::GROUPBOX: nResId = RID_STR_PROPTITLE_GROUPBOX; break; in getDefaultName()
672 case FormComponentType::IMAGEBUTTON: nResId = RID_STR_PROPTITLE_IMAGEBUTTON; break; in getDefaultName()
673 case FormComponentType::FIXEDTEXT: nResId = RID_STR_PROPTITLE_FIXEDTEXT; break; in getDefaultName()
674 case FormComponentType::GRIDCONTROL: nResId = RID_STR_PROPTITLE_DBGRID; break; in getDefaultName()
[all …]
/AOO41X/main/svtools/source/misc/
H A Dimagemgr.cxx471 sal_uInt16 nResId = 0; in GetDescriptionByFactory_Impl() local
473 nResId = STR_DESCRIPTION_FACTORY_WRITER; in GetDescriptionByFactory_Impl()
475 nResId = STR_DESCRIPTION_FACTORY_CALC; in GetDescriptionByFactory_Impl()
477 nResId = STR_DESCRIPTION_FACTORY_IMPRESS; in GetDescriptionByFactory_Impl()
479 nResId = STR_DESCRIPTION_FACTORY_DRAW; in GetDescriptionByFactory_Impl()
481 nResId = STR_DESCRIPTION_FACTORY_WRITERWEB; in GetDescriptionByFactory_Impl()
483 nResId = STR_DESCRIPTION_FACTORY_GLOBALDOC; in GetDescriptionByFactory_Impl()
485 nResId = STR_DESCRIPTION_FACTORY_MATH; in GetDescriptionByFactory_Impl()
487 nResId = STR_DESCRIPTION_FACTORY_DATABASE; in GetDescriptionByFactory_Impl()
490 if ( nResId ) in GetDescriptionByFactory_Impl()
[all …]
/AOO41X/main/cui/source/factory/
H A Ddlgfact.cxx995 VclAbstractDialog* AbstractDialogFactory_Impl::CreateVclDialog( Window* pParent, sal_uInt32 nResId ) in CreateVclDialog() argument
998 switch ( nResId ) in CreateVclDialog()
1002 pDlg = new AboutDialog( pParent, CUI_RES( (sal_uInt16) nResId ) ); in CreateVclDialog()
1010 if (nResId == SID_OPTIONS_TREEDIALOG) in CreateVclDialog()
1014 if (nResId == SID_OPTIONS_DATABASES) in CreateVclDialog()
1018 else if (nResId == SID_LANGUAGE_OPTIONS) in CreateVclDialog()
1043 sal_uInt32 nResId, const String& rParameter ) in CreateFrameDialog() argument
1046 if ( SID_OPTIONS_TREEDIALOG == nResId || SID_OPTIONS_DATABASES == nResId ) in CreateFrameDialog()
1049 bool bActivateLastSelection = ( nResId != SID_OPTIONS_DATABASES && rParameter.Len() == 0 ); in CreateFrameDialog()
1051 if ( nResId == SID_OPTIONS_DATABASES ) in CreateFrameDialog()
[all …]
H A Ddlgfact.hxx587 virtual VclAbstractDialog* CreateVclDialog( Window* pParent, sal_uInt32 nResId );
588 …alog* CreateSfxDialog( Window* pParent, const SfxBindings& rBindings, sal_uInt32 nResId );
589 virtual SfxAbstractDialog* CreateSfxDialog( sal_uInt32 nResId,
596 sal_uInt32 nResId );
600 sal_uInt32 nResId
602 …ar::uno::Reference< com::sun::star::frame::XFrame >& rxFrame, sal_uInt32 nResId, const String& rPa…
603 virtual SfxAbstractTabDialog* CreateTabDialog( sal_uInt32 nResId,
609 virtual SfxAbstractTabDialog* CreateTabDialog( sal_uInt32 nResId,
621 sal_uInt32 nResId); //add by CHINA001
660 sal_uInt32 nResId,
[all …]
/AOO41X/main/dbaccess/source/ext/macromigration/
H A Ddbmm_types.cxx43 sal_uInt16 nResId( 0 ); in getScriptTypeDisplayName() local
47 case eBasic: nResId = STR_OOO_BASIC; break; in getScriptTypeDisplayName()
48 case eBeanShell: nResId = STR_BEAN_SHELL; break; in getScriptTypeDisplayName()
49 case eJavaScript: nResId = STR_JAVA_SCRIPT; break; in getScriptTypeDisplayName()
50 case ePython: nResId = STR_PYTHON; break; in getScriptTypeDisplayName()
51 case eJava: nResId = STR_JAVA; break; in getScriptTypeDisplayName()
52 case eDialog: nResId = STR_DIALOG; break; in getScriptTypeDisplayName()
54 OSL_ENSURE( nResId != 0, "getScriptTypeDisplayName: illegal script type!" ); in getScriptTypeDisplayName()
55 return nResId ? String( MacroMigrationResId( nResId ) ) : String(); in getScriptTypeDisplayName()
/AOO41X/main/sw/source/core/edit/
H A Dedfld.cxx51 sal_uInt16 SwEditShell::GetFldTypeCount(sal_uInt16 nResId, sal_Bool bUsed ) const in GetFldTypeCount() argument
56 if(nResId == USHRT_MAX) in GetFldTypeCount()
77 if(rFldType.Which() == nResId) in GetFldTypeCount()
87 SwFieldType* SwEditShell::GetFldType(sal_uInt16 nFld, sal_uInt16 nResId, sal_Bool bUsed ) const in GetFldType() argument
92 if(nResId == USHRT_MAX && nFld < nSize) in GetFldType()
116 if(pFldType->Which() == nResId) in GetFldType()
132 SwFieldType* SwEditShell::GetFldType(sal_uInt16 nResId, const String& rName) const in GetFldType() argument
134 return GetDoc()->GetFldType( nResId, rName, false ); in GetFldType()
140 void SwEditShell::RemoveFldType(sal_uInt16 nFld, sal_uInt16 nResId) in RemoveFldType() argument
142 if( USHRT_MAX == nResId ) in RemoveFldType()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dsvxdlg.hxx375 …teSvxHlinkDlgMarkWndDialog( SvxHyperlinkTabPageBase* pParent, sal_uInt32 nResId ) =0; //add for Sv…
379 sal_uInt32 nResId) = 0;
398 sal_uInt32 nResId,
407 … sal_uInt32 nResId ) = 0; //add for SvxNewDictionaryDialog
411 sal_uInt32 nResId) = 0;//add for SvxEditDictionaryDialog
419 virtual AbstractSvxMessDialog * CreateSvxMessDialog( Window* pParent, sal_uInt32 nResId,
427 sal_uInt32 nResId)=0;
435 RECT_POINT eLightSource, sal_uInt32 nResId )=0;
439 sal_uInt32 nResId)=0;
442 … sal_uInt8 nGreyThreshold, sal_Bool bInvert, sal_uInt32 nResId)=0;
[all …]
/AOO41X/main/starmath/source/
H A Dtoolbox.cxx92 static sal_uInt16 GetCategoryRID( sal_uInt16 nResId ) in GetCategoryRID() argument
95 switch (nResId) in GetCategoryRID()
116 if (nResId != RID_IL_CATALOG && nResId != RID_ILH_CATALOG) in GetCategoryRID()
187 const ImageList * SmToolBoxWindow::GetImageList( sal_uInt16 nResId, sal_Bool bHighContrast ) in GetImageList() argument
195 sal_uInt16 nCategoryRID = GetCategoryRID( nResId ); in GetImageList()
197 if (nIndex == -1 && (nResId == RID_IL_CATALOG || nResId == RID_ILH_CATALOG)) in GetImageList()
204 pImgList[ nIndex ] = new ImageList( SmResId(nResId) ); in GetImageList()
225 sal_uInt16 nResId = GetImageListRID( nCategoryRID, bHighContrast ); in ApplyImageLists() local
226 pImageList = GetImageList( nResId, bHighContrast ); in ApplyImageLists()
/AOO41X/main/reportdesign/source/ui/report/
H A Dpropbrw.cxx376 sal_uInt16 nResId = 0; in GetHeadlineName() local
385 nResId = RID_STR_PROPTITLE_FIXEDTEXT; in GetHeadlineName()
389 nResId = RID_STR_PROPTITLE_IMAGECONTROL; in GetHeadlineName()
393 nResId = RID_STR_PROPTITLE_FORMATTED; in GetHeadlineName()
397 nResId = RID_STR_PROPTITLE_SHAPE; in GetHeadlineName()
401 nResId = RID_STR_PROPTITLE_REPORT; in GetHeadlineName()
405 nResId = RID_STR_PROPTITLE_SECTION; in GetHeadlineName()
409 nResId = RID_STR_PROPTITLE_FUNCTION; in GetHeadlineName()
413 nResId = RID_STR_PROPTITLE_GROUP; in GetHeadlineName()
417 nResId = RID_STR_PROPTITLE_FIXEDLINE; in GetHeadlineName()
[all …]
/AOO41X/main/extensions/source/abpilot/
H A Dabspilot.cxx139 sal_uInt16 nResId = 0; in getStateDisplayName() local
142 case STATE_SELECT_ABTYPE: nResId = STR_SELECT_ABTYPE; break; in getStateDisplayName()
143 case STATE_INVOKE_ADMIN_DIALOG: nResId = STR_INVOKE_ADMIN_DIALOG; break; in getStateDisplayName()
144 case STATE_TABLE_SELECTION: nResId = STR_TABLE_SELECTION; break; in getStateDisplayName()
145 case STATE_MANUAL_FIELD_MAPPING: nResId = STR_MANUAL_FIELD_MAPPING; break; in getStateDisplayName()
146 case STATE_FINAL_CONFIRM: nResId = STR_FINAL_CONFIRM; break; in getStateDisplayName()
148 DBG_ASSERT( nResId, "OAddessBookSourcePilot::getStateDisplayName: don't know this state!" ); in getStateDisplayName()
151 if ( nResId ) in getStateDisplayName()
154 sDisplayName = String( ModuleRes( nResId ) ); in getStateDisplayName()
/AOO41X/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard.cxx235 sal_uInt16 nResId = 0; in getStateDisplayName() local
239 nResId = STR_PAGE_CHARTTYPE; in getStateDisplayName()
242 nResId = STR_PAGE_DATA_RANGE; in getStateDisplayName()
245 nResId = STR_OBJECT_DATASERIES_PLURAL; in getStateDisplayName()
248 nResId = STR_PAGE_CHART_ELEMENTS; in getStateDisplayName()
252 nResId = STR_PAGE_CHART_LOCATION; in getStateDisplayName()
258 return String(SchResId(nResId)); in getStateDisplayName()
/AOO41X/main/scaddins/source/datefunc/
H A Ddatefunc.hxx143 ScaResId( sal_uInt16 nResId, ResMgr& rResMgr );
155 …inline ScaResStringLoader( sal_uInt16 nResId, sal_uInt16 nStrId, ResMgr& rRes…
162 inline ScaResStringLoader::ScaResStringLoader( sal_uInt16 nResId, sal_uInt16 nStrId, ResMgr& rResMg… in ScaResStringLoader() argument
163 Resource( ScaResId( nResId, rResMgr ) ), in ScaResStringLoader()
178 …inline ScaResStringArrLoader( sal_uInt16 nResId, sal_uInt16 nArrayId, ResMgr&…
185 inline ScaResStringArrLoader::ScaResStringArrLoader( sal_uInt16 nResId, sal_uInt16 nArrayId, ResMgr… in ScaResStringArrLoader() argument
186 Resource( ScaResId( nResId, rResMgr ) ), in ScaResStringArrLoader()
340 …::rtl::OUString GetDisplFuncStr( sal_uInt16 nResId ) throw( ::com::sun::star::uno::Run…
341 …::rtl::OUString GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) throw( ::co…
/AOO41X/main/svx/source/stbctrls/
H A Dxmlsecctrl.cxx128 sal_uInt16 nResId = RID_SVXSTR_XMLSEC_NO_SIG; in StateChanged() local
130 nResId = RID_SVXSTR_XMLSEC_SIG_OK; in StateChanged()
132 nResId = RID_SVXSTR_XMLSEC_SIG_NOT_OK; in StateChanged()
134 nResId = RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY; in StateChanged()
136 nResId = RID_SVXSTR_XMLSEC_SIG_CERT_OK_PARTIAL_SIG; in StateChanged()
138 GetStatusBar().SetQuickHelpText( GetId(), SVX_RESSTR( nResId ) ); in StateChanged()
/AOO41X/main/sw/source/ui/docvw/
H A Dedtwin2.cxx84 sal_uInt16 nResId = 0; in lcl_GetRedlineHelp() local
87 case nsRedlineType_t::REDLINE_INSERT: nResId = STR_REDLINE_INSERT; break; in lcl_GetRedlineHelp()
88 case nsRedlineType_t::REDLINE_DELETE: nResId = STR_REDLINE_DELETE; break; in lcl_GetRedlineHelp()
89 case nsRedlineType_t::REDLINE_FORMAT: nResId = STR_REDLINE_FORMAT; break; in lcl_GetRedlineHelp()
90 case nsRedlineType_t::REDLINE_TABLE: nResId = STR_REDLINE_TABLE; break; in lcl_GetRedlineHelp()
91 case nsRedlineType_t::REDLINE_FMTCOLL: nResId = STR_REDLINE_FMTCOLL; break; in lcl_GetRedlineHelp()
94 if( nResId ) in lcl_GetRedlineHelp()
96 rTxt = SW_RESSTR( nResId ); in lcl_GetRedlineHelp()
/AOO41X/main/sc/source/filter/ftools/
H A Dfprogressbar.cxx51 ScfProgressBar::ScfProgressBar( SfxObjectShell* pDocShell, sal_uInt16 nResId ) : in ScfProgressBar() argument
52 maText( ScGlobal::GetRscString( nResId ) ) in ScfProgressBar()
212 …ProgressBar::ScfSimpleProgressBar( sal_Size nSize, SfxObjectShell* pDocShell, sal_uInt16 nResId ) : in ScfSimpleProgressBar() argument
213 maProgress( pDocShell, nResId ) in ScfSimpleProgressBar()
233 …rogressBar::ScfStreamProgressBar( SvStream& rStrm, SfxObjectShell* pDocShell, sal_uInt16 nResId ) : in ScfStreamProgressBar() argument
236 Init( pDocShell, ScGlobal::GetRscString( nResId ) ); in ScfStreamProgressBar()
/AOO41X/main/dbaccess/source/ui/querydesign/
H A Dquerydlg.cxx215 sal_uInt16 nResId = 0; variable
223 nResId = STR_QUERY_INNER_JOIN;
228 nResId = STR_QUERY_LEFTRIGHT_JOIN;
233 nResId = STR_QUERY_LEFTRIGHT_JOIN;
241 nResId = STR_QUERY_FULL_JOIN;
246 nResId = STR_QUERY_CROSS_JOIN;
274 String sHelpText = String( ModuleRes( nResId ) );
/AOO41X/main/sw/source/ui/config/
H A Doptcomp.cxx136 for ( sal_uInt16 nResId = STR_COMP_OPTIONS_START; nResId < STR_COMP_OPTIONS_END; ++nResId ) in SwCompatibilityOptPage() local
138 String sEntry = String( SW_RES( nResId ) ); in SwCompatibilityOptPage()
139 if ( STR_TAB_ALIGNMENT == nResId || in SwCompatibilityOptPage()
140 STR_LINE_SPACING == nResId || in SwCompatibilityOptPage()
141 STR_USE_OBJPOSITIONING == nResId || in SwCompatibilityOptPage()
142 STR_USE_OURTEXTWRAPPING == nResId ) in SwCompatibilityOptPage()
148 pEntry->SetUserData( (void*)(sal_uLong)nResId ); in SwCompatibilityOptPage()

123456