Home
last modified time | relevance | path

Searched refs:nHelpId (Results 1 – 23 of 23) sorted by path

/trunk/main/basic/inc/basic/
H A Dsbx.hxx97 sal_uInt32 nHelpId; member in SbxInfo
113 sal_uInt32 GetHelpId() const { return nHelpId; } in GetHelpId()
117 void SetHelpId( sal_uInt32 nId ) { nHelpId = nId; } in SetHelpId()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx268 sal_uIntPtr nHelpId = 0; in Save() local
274 nHelpId = pInfo->GetHelpId(); in Save()
277 pInfo = new SbxInfo( aHelpFile, nHelpId ); in Save()
/trunk/main/basic/source/sbx/
H A Dsbxbase.cxx419 rStrm >> nHelpId >> nParam; in LoadData()
440 rStrm << nHelpId << aParams.Count(); in StoreData()
H A Dsbxvar.cxx576 SbxInfo::SbxInfo() : aHelpFile(), nHelpId( 0 ), aParams() in SbxInfo()
580 : aHelpFile( r ), nHelpId( n ), aParams() in SbxInfo()
/trunk/main/dbaccess/source/ui/inc/
H A DFieldControls.hxx78 sal_uInt16 nHelpId, in OPropColumnEditCtrl() argument
84 m_strHelpText=String(ModuleRes(nHelpId)); in OPropColumnEditCtrl()
94 …inline OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, short nPosition = -1, WinBits nWinStyle …
95 …inline OPropEditCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,short nPosition = -1);
113 m_strHelpText =String(ModuleRes(nHelpId)); in OPropEditCtrl()
119 m_strHelpText =String(ModuleRes(nHelpId)); in OPropEditCtrl()
148 m_strHelpText =String(ModuleRes(nHelpId)); in OPropNumericEditCtrl()
154 m_strHelpText =String(ModuleRes(nHelpId)); in OPropNumericEditCtrl()
165 …inline OPropListBoxCtrl(Window* pParent, sal_uInt16 nHelpId, const ResId& _rRes,short nPosition = …
183 m_strHelpText =String(ModuleRes(nHelpId)); in OPropListBoxCtrl()
[all …]
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx1450 sal_uLong nHelpId = 0; in AutoCorrect() local
1455 nHelpId += 8; in AutoCorrect()
1457 nHelpId += 4; in AutoCorrect()
1459 nHelpId += 2; in AutoCorrect()
1461 nHelpId += 1; in AutoCorrect()
1465 if( nRet & ChgQuotes) nHelpId = 16; in AutoCorrect()
1466 else if( nRet & ChgSglQuotes) nHelpId = 17; in AutoCorrect()
1467 else if( nRet & SetINetAttr) nHelpId = 18; in AutoCorrect()
1469 else if( nRet & ChgWeightUnderl) nHelpId = 20; in AutoCorrect()
1474 if( nHelpId ) in AutoCorrect()
[all …]
/trunk/main/rsc/source/parser/
H A Drscicpx.cxx1124 Atom nCheckableId, nAboutId, nHelpId; in InitClassMenuItem() local
1139 nHelpId = pHS->getID( "MIB_HELP" ); in InitClassMenuItem()
1140 SETCONST( pFlag, nHelpId, MIB_HELP ); in InitClassMenuItem()
1183 pFlag, nHelpId ), in InitClassMenuItem()
/trunk/main/sc/source/core/data/
H A Dstlsheet.cxx252 if ( nHelpId == HID_SC_SHEET_CELL_ERG1 ) in GetItemSet()
/trunk/main/sc/source/ui/inc/
H A Dtabbgcolordlg.hxx41 const rtl::OString& nHelpId );
/trunk/main/sd/inc/
H A Dsdpage.hxx369 SdStyleSheet* getPresentationStyle( sal_uInt32 nHelpId ) const;
/trunk/main/sd/source/core/
H A Dsdpage.cxx641 SdStyleSheet* SdPage::getPresentationStyle( sal_uInt32 nHelpId ) const in getPresentationStyle()
648 switch( nHelpId ) in getPresentationStyle()
673 aStyleName.Append( String::CreateFromInt32( sal_Int32( nHelpId - HID_PSEUDOSHEET_OUTLINE ))); in getPresentationStyle()
H A Dstlpool.cxx905 sal_uLong nHelpId = pStyle->GetHelpId( aHelpFile ); in UpdateStdNames() local
911 switch( nHelpId ) in UpdateStdNames()
964 aNewName.Append( String::CreateFromInt32( sal_Int32( nHelpId - HID_PSEUDOSHEET_OUTLINE ))); in UpdateStdNames()
1013 sal_uLong nHelpId = pSheet->GetHelpId( aHelpFile ); in PutNumBulletItem() local
1016 switch ( nHelpId ) in PutNumBulletItem()
/trunk/main/sfx2/inc/sfx2/
H A Dmsg.hxx254 sal_uIntPtr nHelpId; // i.d.R. == nSlotId member in SfxSlot
316 return nHelpId; in GetHelpId()
/trunk/main/sfx2/source/control/
H A Dshell.cxx85 sal_uIntPtr nHelpId; member
152 pImp->nHelpId = 0L; in SfxShell()
178 pImp->nHelpId = 0L; in SfxShell()
1211 pImp->nHelpId = nId; in SetHelpId()
1218 return pImp->nHelpId; in GetHelpId()
/trunk/main/svl/inc/svl/
H A Dstyle.hxx95 sal_uLong nHelpId; // Hilfe-ID member in SfxStyleSheetBase
/trunk/main/svl/source/items/
H A Dstyle.cxx142 , nHelpId( 0 ) in SfxStyleSheetBase()
159 , nHelpId( r.nHelpId ) in SfxStyleSheetBase()
333 return nHelpId; in GetHelpId()
339 nHelpId = nId; in SetHelpId()
940 sal_uInt32 nHelpId; in Load() local
946 rStream >> nHelpId; in Load()
1034 sal_uInt32 nHelpId; in Load1_Impl() local
1044 nHelpId=nTmpHelpId; in Load1_Impl()
1047 rStream >> nHelpId; in Load1_Impl()
1050 rSheet.SetHelpId( aHelpFile, nHelpId ); in Load1_Impl()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dheadbar.hxx362 void SetHelpId( sal_uInt16 nItemId, const rtl::OString& nHelpId );
H A Dtabbar.hxx515 void SetHelpId( sal_uInt16 nPageId, const rtl::OString& nHelpId );
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx445 nHelpId = UCHAR_MAX; in SwDocStyleSheet()
1727 nHelpId = pDesc->GetPoolHelpId(); in FillStyleSheet()
1755 nHelpId = pNumRule->GetPoolHelpId(); in FillStyleSheet()
1800 nHelpId = pFmt->GetPoolHelpId(); in FillStyleSheet()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3170 sal_uInt16 nHelpId = STR_BUTTON_HELP_TEXT_START + i; in SwTokenWindow() local
3171 if(STR_TOKEN_HELP_ENTRY_TEXT == nHelpId) in SwTokenWindow()
3172 nHelpId = STR_TOKEN_HELP_ENTRY; in SwTokenWindow()
3173 aButtonHelpTexts[i] = String(ResId(nHelpId, *rResId.GetResMgr())); in SwTokenWindow()
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx412 sal_uInt32 nHelpId = 0; in SelectShell() local
417 nHelpId = pShell->GetHelpId(); in SelectShell()
421 if(nHelpId) in SelectShell()
422 pShell->SetHelpId(nHelpId); in SelectShell()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx941 sal_uInt16 nHelpId = 0; in ImplRequestHelp() local
948 nHelpId = SV_HELPTEXT_CLOSE; in ImplRequestHelp()
954 nHelpId = SV_HELPTEXT_ROLLDOWN; in ImplRequestHelp()
956 nHelpId = SV_HELPTEXT_ROLLUP; in ImplRequestHelp()
961 nHelpId = SV_HELPTEXT_MAXIMIZE; in ImplRequestHelp()
972 nHelpId = SV_HELPTEXT_MINIMIZE; in ImplRequestHelp()
977 nHelpId = SV_HELPTEXT_HELP; in ImplRequestHelp()
982 nHelpId = SV_HELPTEXT_ALWAYSVISIBLE; in ImplRequestHelp()
1000 if( nHelpId && ImplGetResMgr() ) in ImplRequestHelp()
1001 aHelpStr = String( ResId( nHelpId, *ImplGetResMgr() ) ); in ImplRequestHelp()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DHelpIds.java1034 public static String getHelpIdString( int nHelpId ) in getHelpIdString() argument
1036 if ( nHelpId >= 34200 && nHelpId <= 34722 ) in getHelpIdString()
1037 return array1[ nHelpId - 34200 ]; in getHelpIdString()
1038 else if ( nHelpId >= 40769 && nHelpId <= 41245 ) in getHelpIdString()
1039 return array2[ nHelpId - 40769 ]; in getHelpIdString()

Completed in 144 milliseconds