/aoo4110/main/svx/source/svdraw/ |
H A D | svdattr.cxx | 403 sal_uInt16 nResId = SIP_UNKNOWN_ATTR; in TakeItemName() local 418 case XATTR_LINEJOINT : nResId = SIP_XA_LINEJOINT;break; in TakeItemName() 421 case XATTR_FILLSTYLE : nResId = SIP_XA_FILLSTYLE;break; in TakeItemName() 422 case XATTR_FILLCOLOR : nResId = SIP_XA_FILLCOLOR;break; in TakeItemName() 424 case XATTR_FILLHATCH : nResId = SIP_XA_FILLHATCH;break; in TakeItemName() 578 case SDRATTR_GRAFRED : nResId = SIP_SA_GRAFRED;break; in TakeItemName() 580 case SDRATTR_GRAFBLUE : nResId = SIP_SA_GRAFBLUE;break; in TakeItemName() 586 case SDRATTR_GRAFMODE : nResId = SIP_SA_GRAFMODE;break; in TakeItemName() 587 case SDRATTR_GRAFCROP : nResId = SIP_SA_GRAFCROP;break; in TakeItemName() 596 case EE_PARA_SBL : nResId = SIP_EE_PARA_SBL;break; in TakeItemName() [all …]
|
H A D | svdorect.cxx | 242 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()
|
/aoo4110/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 672 switch ( nResId ) in CreateSwInsertAbstractDlg() 694 switch ( nResId ) in CreateSfxDialog() 724 switch ( nResId ) in CreateSwAsciiFilterDlg() 748 switch ( nResId ) in CreateSwInsertBookmarkDlg() 772 switch ( nResId ) in CreateSwBreakDlg() 792 switch ( nResId ) in CreateSwChangeDBDlg() 815 switch ( nResId ) in CreateSwCharDlg() 836 switch ( nResId ) in CreateSwConvertTableDlg() 856 switch ( nResId ) in CreateSwCaptionDialog() 880 switch ( nResId ) in CreateSwInsertDBColAutoPilot() [all …]
|
H A D | swdlgfact.hxx | 434 sal_uInt32 nResId 451 const SwDBData& rData, int nResId); 465 int nResId, 475 int nResId, 491 virtual VclAbstractDialog* CreateSwVclDialog( int nResId, 493 virtual SfxAbstractTabDialog* CreateFrmTabDialog( int nResId, 508 virtual AbstractGlossaryDlg* CreateGlossaryDlg( int nResId, 512 virtual AbstractFldInputDlg* CreateFldInputDlg( int nResId, 521 virtual AbstractInsTableDlg* CreateInsTableDlg( int nResId, 525 virtual AbstractMailMergeDlg* CreateMailMergeDlg( int nResId, [all …]
|
/aoo4110/main/sw/inc/ |
H A D | swabstdlg.hxx | 351 sal_uInt32 nResId 369 const SwDBData& rData, int nResId) = 0; 386 int nResId, 397 int nResId, 433 virtual AbstractGlossaryDlg* CreateGlossaryDlg( int nResId, 437 virtual AbstractFldInputDlg* CreateFldInputDlg( int nResId, 442 virtual VclAbstractDialog * CreateVclSwViewDialog( int nResId, 446 virtual AbstractInsTableDlg* CreateInsTableDlg( int nResId, 450 virtual AbstractMailMergeDlg* CreateMailMergeDlg( int nResId, 461 virtual VclAbstractDialog* CreateMultiTOXMarkDlg( int nResId, [all …]
|
/aoo4110/main/basic/inc/basic/ |
H A D | ttstrhlp.hxx | 56 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 …]
|
/aoo4110/main/basctl/source/dlged/ |
H A D | propbrw.cxx | 404 sal_uInt16 nResId = 0; in GetHeadlineName() local 409 nResId = RID_STR_CLASS_DIALOG; in GetHeadlineName() 413 nResId = RID_STR_CLASS_BUTTON; 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() 493 nResId = RID_STR_CLASS_CONTROL; in GetHeadlineName() [all …]
|
H A D | dlgedobj.cxx | 712 sal_uInt16 nResId = 0; in GetDefaultName() local 716 nResId = RID_STR_CLASS_DIALOG; in GetDefaultName() 720 nResId = RID_STR_CLASS_BUTTON; 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() 760 nResId = RID_STR_CLASS_SCROLLBAR; in GetDefaultName() [all …]
|
/aoo4110/main/svx/source/form/ |
H A D | formcontrolfactory.cxx | 662 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() 688 nResId = RID_STR_PROPTITLE_EDIT; in getDefaultName() 690 nResId = RID_STR_PROPTITLE_FORMATTED; in getDefaultName() 694 nResId = RID_STR_CONTROL; break; in getDefaultName() [all …]
|
/aoo4110/main/svtools/source/misc/ |
H A D | imagemgr.cxx | 471 sal_uInt16 nResId = 0; in GetDescriptionByFactory_Impl() local 490 if ( nResId ) in GetDescriptionByFactory_Impl() 493 aRet = String( SvtResId( nResId ) ); in GetDescriptionByFactory_Impl() 726 sal_uInt16 nResId = 0; in GetDescription_Impl() local 753 if ( !nResId ) in GetDescription_Impl() 764 if ( nResId > 0 ) in GetDescription_Impl() 864 sal_uInt16 nResId = STR_DESCRIPTION_FOLDER; in GetFolderDescription() local 866 nResId = STR_DESCRIPTION_REMOTE_VOLUME; in GetFolderDescription() 868 nResId = STR_DESCRIPTION_FLOPPY_VOLUME; in GetFolderDescription() 870 nResId = STR_DESCRIPTION_CDROM_VOLUME; in GetFolderDescription() [all …]
|
/aoo4110/main/cui/source/factory/ |
H A D | dlgfact.cxx | 1073 switch ( nResId ) in CreateTabDialog() 1098 switch ( nResId ) in CreateTabDialog() 1293 switch ( nResId ) in CreateSvxHlinkDlgMarkWndDialog() 1313 switch ( nResId ) in CreateSfxDialog() 1332 switch ( nResId ) in CreateTabItemDialog() 1391 switch ( nResId ) in CreateSchTransformTabDialog() 1434 switch ( nResId ) in CreateSvxNewDictionaryDialog() 1454 switch ( nResId ) in CreateSvxEditDictionaryDialog() 1489 switch ( nResId ) in CreateSvxMessDialog() 1520 switch ( nResId ) in CreateSvxHpLinkDlg() [all …]
|
H A D | dlgfact.hxx | 589 virtual SfxAbstractDialog* CreateSfxDialog( sal_uInt32 nResId, 596 sal_uInt32 nResId ); 600 sal_uInt32 nResId 603 virtual SfxAbstractTabDialog* CreateTabDialog( sal_uInt32 nResId, 621 sal_uInt32 nResId); //add by CHINA001 660 sal_uInt32 nResId, 704 sal_uInt32 nResId ); //add for SvxNewDictionaryDialog 708 sal_uInt32 nResId);//add for SvxEditDictionaryDialog 722 sal_uInt32 nResId); 730 RECT_POINT eLightSource, sal_uInt32 nResId); [all …]
|
/aoo4110/main/dbaccess/source/ext/macromigration/ |
H A D | dbmm_types.cxx | 43 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()
|
/aoo4110/main/sw/source/core/edit/ |
H A D | edfld.cxx | 51 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() 92 if(nResId == USHRT_MAX && nFld < nSize) in GetFldType() 116 if(pFldType->Which() == nResId) in GetFldType() 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() 153 if( (*pFldTypes)[i]->Which() == nResId && in RemoveFldType() 164 void SwEditShell::RemoveFldType(sal_uInt16 nResId, const String& rStr) in RemoveFldType() argument [all …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | svxdlg.hxx | 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; 458 sal_uInt32 nResId [all …]
|
/aoo4110/main/starmath/source/ |
H A D | toolbox.cxx | 92 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()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | propbrw.cxx | 376 sal_uInt16 nResId = 0; in GetHeadlineName() local 385 nResId = RID_STR_PROPTITLE_FIXEDTEXT; 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() 425 if (nResId) in GetHeadlineName() [all …]
|
/aoo4110/main/extensions/source/abpilot/ |
H A D | abspilot.cxx | 139 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()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | dlg_CreationWizard.cxx | 235 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()
|
/aoo4110/main/scaddins/source/datefunc/ |
H A D | datefunc.hxx | 143 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…
|
/aoo4110/main/svx/source/stbctrls/ |
H A D | xmlsecctrl.cxx | 128 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()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | edtwin2.cxx | 84 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()
|
/aoo4110/main/sc/source/filter/ftools/ |
H A D | fprogressbar.cxx | 51 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()
|
/aoo4110/main/dbaccess/source/ui/querydesign/ |
H A D | querydlg.cxx | 215 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 ) );
|
/aoo4110/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 136 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()
|