Home
last modified time | relevance | path

Searched refs:nResId (Results 51 – 75 of 131) sorted by relevance

123456

/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx307 void SwFldMgr::RemoveFldType(sal_uInt16 nResId, const String& rName ) in RemoveFldType() argument
312 pSh->RemoveFldType(nResId, rName); in RemoveFldType()
315 sal_uInt16 SwFldMgr::GetFldTypeCount(sal_uInt16 nResId) const in GetFldTypeCount()
319 return pSh ? pSh->GetFldTypeCount(nResId) : 0; in GetFldTypeCount()
323 SwFieldType* SwFldMgr::GetFldType(sal_uInt16 nResId, sal_uInt16 nId) const in GetFldType() argument
327 return pSh ? pSh->GetFldType(nId, nResId) : 0; in GetFldType()
331 SwFieldType* SwFldMgr::GetFldType(sal_uInt16 nResId, const String& rName) const in GetFldType() argument
335 return pSh ? pSh->GetFldType(nResId, rName) : 0; in GetFldType()
/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx249 sal_Int32 nResId ( aReturnValue.GetToken( 2, ':' ).ToInt32() ); in GetTitle() local
251 aResourceName.Len() && ( nResId > 0 ) && ( nResId < 0x10000 ) ) in GetTitle()
258 ResId aResId( (sal_uInt16)nResId, *pResMgr ); in GetTitle()
/trunk/main/sw/inc/
H A Deditsh.hxx338 sal_uInt16 GetFldTypeCount(sal_uInt16 nResId = USHRT_MAX, sal_Bool bUsed = sal_False) const;
339 …SwFieldType* GetFldType(sal_uInt16 nId, sal_uInt16 nResId = USHRT_MAX, sal_Bool bUsed = sal_False)…
340 SwFieldType* GetFldType(sal_uInt16 nResId, const String& rName) const;
342 void RemoveFldType(sal_uInt16 nId, sal_uInt16 nResId = USHRT_MAX);
343 void RemoveFldType(sal_uInt16 nResId, const String& rName);
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx2544 sal_uInt16 nResId; in getParseErrorMessage() local
2548 nResId = STR_QRY_ILLEGAL_JOIN; in getParseErrorMessage()
2554 nResId = STR_QRY_SYNTAX; in getParseErrorMessage()
2557 nResId = STR_QRY_NOSELECT; in getParseErrorMessage()
2560 nResId = STR_QRY_SYNTAX; in getParseErrorMessage()
2563 nResId = STR_QRY_SYNTAX; in getParseErrorMessage()
2566 nResId = STR_QRY_SYNTAX; in getParseErrorMessage()
2569 nResId = STR_QRY_NATIVE; in getParseErrorMessage()
2575 nResId = STR_QRY_TOOMANYCOND; in getParseErrorMessage()
2581 nResId = STR_QRY_TOOCOMPLEX; in getParseErrorMessage()
[all …]
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx346 sal_uInt16 nResId = 0; in GetTxtCollFromPool() local
348 nResId = RC_POOLCOLL_TEXT_BEGIN - RES_POOLCOLL_TEXT_BEGIN; in GetTxtCollFromPool()
350 nResId = RC_POOLCOLL_LISTS_BEGIN - RES_POOLCOLL_LISTS_BEGIN; in GetTxtCollFromPool()
352 nResId = RC_POOLCOLL_EXTRA_BEGIN - RES_POOLCOLL_EXTRA_BEGIN; in GetTxtCollFromPool()
354 nResId = RC_POOLCOLL_REGISTER_BEGIN - RES_POOLCOLL_REGISTER_BEGIN; in GetTxtCollFromPool()
356 nResId = RC_POOLCOLL_DOC_BEGIN - RES_POOLCOLL_DOC_BEGIN; in GetTxtCollFromPool()
358 nResId = RC_POOLCOLL_HTML_BEGIN - RES_POOLCOLL_HTML_BEGIN; in GetTxtCollFromPool()
360 ASSERT( nResId, "Ungueltige Pool-ID" ); in GetTxtCollFromPool()
361 if( !nResId ) in GetTxtCollFromPool()
364 ResId aResId( nResId + nId, *pSwResMgr ); in GetTxtCollFromPool()
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.hxx440 sal_uInt16 nResId,
458 sal_uInt16 nResId,
468 sal_uInt16 nResId, // Ableitung fuer jeden Dialog!
551 sal_uInt16 nResId = RID_SCDLG_HFEDIT );
/trunk/main/dbaccess/source/ui/dlg/
H A Dgeneralpage.cxx265 sal_uInt16 nResId = 0; in switchMessage() local
267 nResId = STR_UNSUPPORTED_DATASOURCE_TYPE; in switchMessage()
269 if ( nResId ) in switchMessage()
272 sMessage = String(ModuleRes(nResId)); in switchMessage()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx451 RESOURCE_TYPE nResId = 0; in InsertGraphicDlg() local
455 nResId = STR_GRFILTER_OPENERROR; in InsertGraphicDlg()
458 nResId = STR_GRFILTER_IOERROR; in InsertGraphicDlg()
461 nResId = STR_GRFILTER_FORMATERROR; in InsertGraphicDlg()
464 nResId = STR_GRFILTER_VERSIONERROR; in InsertGraphicDlg()
467 nResId = STR_GRFILTER_FILTERERROR; in InsertGraphicDlg()
470 nResId = STR_GRFILTER_TOOBIG; in InsertGraphicDlg()
476 if( nResId ) in InsertGraphicDlg()
480 InfoBox aInfoBox( GetWindow(), SW_RESSTR( nResId )); in InsertGraphicDlg()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx485 sal_uInt16 nResId = 0; in DoToolBoxAction() local
505 nResId = RID_STR_DATANAV_ADD_ELEMENT; in DoToolBoxAction()
515 nResId = RID_STR_DATANAV_ADD_ATTRIBUTE; in DoToolBoxAction()
573 nResId = RID_STR_DATANAV_ADD_BINDING; in DoToolBoxAction()
587 aDlg.SetText( SVX_RESSTR( nResId ) ); in DoToolBoxAction()
663 sal_uInt16 nResId = RID_STR_DATANAV_EDIT_ELEMENT; in DoToolBoxAction() local
671 nResId = RID_STR_DATANAV_EDIT_ATTRIBUTE; in DoToolBoxAction()
682 nResId = RID_STR_DATANAV_EDIT_BINDING; in DoToolBoxAction()
685 aDlg.SetText( SVX_RESSTR( nResId ) ); in DoToolBoxAction()
1132 QueryBox aQBox( this, SVX_RES( nResId ) ); in RemoveEntry()
[all …]
/trunk/main/toolkit/inc/toolkit/helper/
H A Dtkresmgr.hxx65 static ::rtl::OUString loadString( sal_uInt16 nResId );
68 static Image loadImage( sal_uInt16 nResId );
/trunk/main/accessibility/source/helper/
H A Daccresmgr.cxx69 ::rtl::OUString TkResMgr::loadString( sal_uInt16 nResId ) in loadString() argument
75 sReturn = m_pImpl->ReadString( nResId ); in loadString()
/trunk/main/sc/source/ui/miscdlgs/
H A Dgroupdlg.cxx40 sal_uInt16 nResId, in ScGroupDlg() argument
43 ModalDialog ( pParent, ScResId( nResId ) ), in ScGroupDlg()
H A Dlbseldlg.cxx42 sal_uInt16 nResId, in ScSelEntryDlg() argument
46 ModalDialog ( pParent, ScResId( nResId ) ), in ScSelEntryDlg()
H A Dmtrindlg.cxx40 sal_uInt16 nResId, in ScMetricInputDlg() argument
50 : ModalDialog ( pParent, ScResId( nResId ) ), in ScMetricInputDlg()
/trunk/main/svx/source/dialog/
H A Dstrarray.cxx36 SvxStringArray::SvxStringArray( sal_uInt32 nResId ) : in SvxStringArray() argument
38 ResStringArray( SVX_RES( nResId ) ) in SvxStringArray()
/trunk/main/sfx2/source/inc/
H A Dworkwin.hxx331 void SetObjectBar_Impl( sal_uInt16 nPos, sal_uInt32 nResId,
333 Window* GetObjectBar_Impl( sal_uInt16 nPos, sal_uInt32 nResId );
369 void SetStatusBar_Impl(sal_uInt32 nResId, SfxShell *pShell, SfxBindings& );
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx346 OUString ScaDateAddIn::GetDisplFuncStr( sal_uInt16 nResId ) throw( uno::RuntimeException ) in GetDisplFuncStr() argument
348 return ScaResStringLoader( RID_DATE_FUNCTION_NAMES, nResId, GetResMgr() ).GetString(); in GetDisplFuncStr()
351 OUString ScaDateAddIn::GetFuncDescrStr( sal_uInt16 nResId, sal_uInt16 nStrIndex ) throw( uno::Runti… in GetFuncDescrStr() argument
356 ScaResId aResId( nResId, GetResMgr() ); in GetFuncDescrStr()
/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx652 sal_uInt16 nResId = STR_IMGBTN_START; in GetQuickHelpText() local
653 nResId += SwView::GetMoveType() - NID_START; in GetQuickHelpText()
655 nResId += NID_COUNT; in GetQuickHelpText()
656 return String(SW_RES(nResId)); in GetQuickHelpText()
/trunk/main/sfx2/source/appl/
H A Dworkwin.cxx332 static rtl::OUString GetResourceURLFromResId( sal_uInt16 nResId ) in GetResourceURLFromResId() argument
351 ToolBarResIdToResourceURLMap::const_iterator pIter = aResIdToResourceURLMap.find( nResId ); in GetResourceURLFromResId()
1254 void SfxWorkWindow::SetObjectBar_Impl( sal_uInt16 nPos, sal_uInt32 nResId, in SetObjectBar_Impl() argument
1263 pParent->SetObjectBar_Impl( nPos, nResId, pIFace, pName ); in SetObjectBar_Impl()
1269 aObjBar.nId = sal::static_int_cast<sal_uInt16>(nResId); in SetObjectBar_Impl()
1771 void SfxWorkWindow::SetStatusBar_Impl( sal_uInt32 nResId, SfxShell*, SfxBindings& ) in SetStatusBar_Impl() argument
1773 if ( nResId && bShowStatusBar && IsVisible_Impl() ) in SetStatusBar_Impl()
1774 aStatBar.nId = sal::static_int_cast<sal_uInt16>(nResId); in SetStatusBar_Impl()
/trunk/main/sw/source/core/access/
H A Daccheaderfooter.cxx84 sal_uInt16 nResId = AccessibleRole::HEADER == GetRole() in getAccessibleDescription()
90 return GetResource( nResId, &sArg ); in getAccessibleDescription()
/trunk/main/sw/source/core/unocore/
H A Dunocoll.cxx532 sal_uInt16 nResId = USHRT_MAX; in MakeInstance() local
535 case SW_SERVICE_FIELDMASTER_USER: nResId = RES_USERFLD; break; in MakeInstance()
536 case SW_SERVICE_FIELDMASTER_DDE: nResId = RES_DDEFLD; break; in MakeInstance()
537 case SW_SERVICE_FIELDMASTER_SET_EXP : nResId = RES_SETEXPFLD; break; in MakeInstance()
538 case SW_SERVICE_FIELDMASTER_DATABASE: nResId = RES_DBFLD; break; in MakeInstance()
540 xRet = (cppu::OWeakObject*)new SwXFieldMaster(pDoc, nResId); in MakeInstance()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.hxx85 void SetContext( sal_uInt16 nResId, const String& rURL );
86 void SetContext( sal_uInt16 nResId, const String& rURL1, const String& rURL2 );
/trunk/main/sd/source/ui/view/
H A Dtabcontr.cxx357 sal_uInt16 nResId = bGraphicShell ? RID_GRAPHIC_PAGETAB_POPUP : in Command() local
360 pDispatcher->ExecutePopup( SdResId( nResId ) ); in Command()
/trunk/main/svtools/source/dialogs/
H A Dprnsetup.cxx148 static void ImplPrnDlgAddResString( XubString& rStr, sal_uInt16 nResId ) in ImplPrnDlgAddResString() argument
150 SvtResId aResId( nResId ); in ImplPrnDlgAddResString()
/trunk/main/sw/source/ui/utlui/
H A Dglbltree.cxx712 …sal_uInt16 nResId = GetSettings().GetStyleSettings().GetHighContrastMode() ? IMG_NAVI_ENTRYBMPH : … in Display() local
713 aEntryImages = ImageList(SW_RES(nResId)); in Display()
1391 …sal_uInt16 nResId = GetSettings().GetStyleSettings().GetHighContrastMode() ? IMG_NAVI_ENTRYBMPH : … in DataChanged() local
1392 aEntryImages = ImageList(SW_RES(nResId)); in DataChanged()

Completed in 169 milliseconds

123456