Home
last modified time | relevance | path

Searched refs:sHelpId (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx396 rtl::OString sHelpId; in Notify() local
397 while ( !sHelpId.getLength() && pWindow ) in Notify()
399 sHelpId = pWindow->GetHelpId(); in Notify()
403 if ( sHelpId.getLength() ) in Notify()
404 … SfxHelp::OpenHelpAgent( &pBindings->GetDispatcher_Impl()->GetFrame()->GetFrame(), sHelpId ); in Notify()
498 rtl::OString sHelpId; in Notify() local
499 while ( !sHelpId.getLength() && pWindow ) in Notify()
501 sHelpId = pWindow->GetHelpId(); in Notify()
505 if ( sHelpId.getLength() ) in Notify()
506 … SfxHelp::OpenHelpAgent( &pBindings->GetDispatcher_Impl()->GetFrame()->GetFrame(), sHelpId ); in Notify()
H A Dfiledlghelper.cxx219 rtl::OString sHelpId; in handleHelpRequested() local
224 sHelpId = HID_FILESAVE_AUTOEXTENSION; in handleHelpRequested()
232 sHelpId = HID_FILESAVE_CUSTOMIZEFILTER; in handleHelpRequested()
236 sHelpId = HID_FILEOPEN_READONLY; in handleHelpRequested()
240 sHelpId = HID_FILEDLG_LINK_CB; in handleHelpRequested()
244 sHelpId = HID_FILEDLG_PREVIEW_CB; in handleHelpRequested()
248 sHelpId = HID_FILESAVE_DOPLAY; in handleHelpRequested()
253 sHelpId = HID_FILEOPEN_VERSION; in handleHelpRequested()
258 sHelpId = HID_FILESAVE_TEMPLATE; in handleHelpRequested()
263 sHelpId = HID_FILEOPEN_IMAGE_TEMPLATE; in handleHelpRequested()
[all …]
H A Dtabdlg.cxx1798 rtl::OString sHelpId; in Notify() local
1799 while ( !sHelpId.getLength() && pWindow ) in Notify()
1801 sHelpId = pWindow->GetHelpId(); in Notify()
1805 if ( sHelpId.getLength() ) in Notify()
1806 SfxHelp::OpenHelpAgent( &pViewFrame->GetFrame(), sHelpId ); in Notify()
H A Ddockwin.cxx1871 rtl::OString sHelpId; in Notify() local
1872 while ( !sHelpId.getLength() && pWindow ) in Notify()
1874 sHelpId = pWindow->GetHelpId(); in Notify()
1878 if ( sHelpId.getLength() ) in Notify()
1879 … SfxHelp::OpenHelpAgent( &pBindings->GetDispatcher_Impl()->GetFrame()->GetFrame(), sHelpId ); in Notify()
H A Dtempldlg.cxx2541 rtl::OString sHelpId; in InsertFamilyItem() local
2544 case SFX_STYLE_FAMILY_CHAR: sHelpId = ".uno:CharStyle"; break; in InsertFamilyItem()
2545 case SFX_STYLE_FAMILY_PARA: sHelpId = ".uno:ParaStyle"; break; in InsertFamilyItem()
2546 case SFX_STYLE_FAMILY_FRAME: sHelpId = ".uno:FrameStyle"; break; in InsertFamilyItem()
2547 case SFX_STYLE_FAMILY_PAGE: sHelpId = ".uno:PageStyle"; break; in InsertFamilyItem()
2548 case SFX_STYLE_FAMILY_PSEUDO: sHelpId = ".uno:ListStyle"; break; in InsertFamilyItem()
2552 m_aActionTbL.SetHelpId( nId, sHelpId ); in InsertFamilyItem()
/trunk/main/formula/source/ui/dlg/
H A Dparawin.cxx337 rtl::OString sHelpId = pFuncDesc->getHelpId(); in SetFunctionDesc() local
338 SetHelpId( sHelpId ); in SetFunctionDesc()
339 aEdArg1.SetHelpId( sHelpId ); in SetFunctionDesc()
340 aEdArg2.SetHelpId( sHelpId ); in SetFunctionDesc()
341 aEdArg3.SetHelpId( sHelpId ); in SetFunctionDesc()
342 aEdArg4.SetHelpId( sHelpId ); in SetFunctionDesc()
H A Dfuncpage.cxx190 const rtl::OString sHelpId = pDesc->getHelpId(); in IMPL_LINK() local
191 if ( sHelpId.getLength() ) in IMPL_LINK()
192 aLbFunction.SetHelpId(sHelpId); in IMPL_LINK()
/trunk/main/sfx2/source/view/
H A Dframe2.cxx126 rtl::OString sHelpId; in Notify() local
127 while ( !sHelpId.getLength() && pWindow ) in Notify()
129 sHelpId = pWindow->GetHelpId(); in Notify()
133 if ( sHelpId.getLength() ) in Notify()
134 SfxHelp::OpenHelpAgent( pFrame, sHelpId ); in Notify()
/trunk/main/sfx2/source/appl/
H A Dsfxhelp.cxx1023 void SfxHelp::OpenHelpAgent( SfxFrame*, const rtl::OString& sHelpId ) in OpenHelpAgent() argument
1027 pHelp->OpenHelpAgent( sHelpId ); in OpenHelpAgent()
1030 void SfxHelp::OpenHelpAgent( const rtl::OString& sHelpId ) in OpenHelpAgent() argument
1035 if ( !pOpt->HasId( sHelpId ) ) in OpenHelpAgent()
1041 …aURL.Complete = CreateHelpURL_Impl( String( ByteString(sHelpId), RTL_TEXTENCODING_UTF8 ), GetHelpM… in OpenHelpAgent()
/trunk/main/sc/source/ui/miscdlgs/
H A Dtabbgcolordlg.cxx54 const rtl::OString& sHelpId ) : in ScTabBgColorDlg() argument
63 msHelpId ( sHelpId ) in ScTabBgColorDlg()
66 SetHelpId( sHelpId ); in ScTabBgColorDlg()
H A Dstrindlg.cxx53 const rtl::OString& sHelpId, const rtl::OString& sEditHelpId ) : in ScStringInputDlg() argument
62 SetHelpId( sHelpId ); in ScStringInputDlg()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx337 rtl::OString sHelpId( HID_RELATIONDIALOG_LEFTFIELDCELL ); in InitController() local
344 sHelpId = HID_RELATIONDIALOG_LEFTFIELDCELL; in InitController()
348 sHelpId = HID_RELATIONDIALOG_RIGHTFIELDCELL; in InitController()
366 m_pListCell->SetHelpId(sHelpId); in InitController()
/trunk/main/extensions/source/propctrlr/
H A Dpcrcommon.cxx61 ::rtl::OUString HelpIdUrl::getHelpURL( const rtl::OString& sHelpId ) in getHelpURL() argument
64 ::rtl::OUString aTmp( rtl::OStringToOUString( sHelpId, RTL_TEXTENCODING_UTF8 )); in getHelpURL()
/trunk/main/cui/source/dialogs/
H A Dinsrc.cxx43 SvxInsRowColDlg::SvxInsRowColDlg(Window* pParent, bool bCol, const rtl::OString& sHelpId ) in SvxInsRowColDlg() argument
69 SetHelpId( sHelpId ); in SvxInsRowColDlg()
/trunk/main/reportdesign/source/ui/inspection/
H A Dmetadata.cxx57 rtl::OString sHelpId; member
76 ,sHelpId(sHid) in OPropertyInfoImpl()
202 return (pInfo) ? pInfo->sHelpId : rtl::OString(); in getPropertyHelpId()
H A DDefaultInspection.cxx47 ::rtl::OUString HelpIdUrl::getHelpURL( const rtl::OString& sHelpId ) in getHelpURL() argument
50 const ::rtl::OUString aTmp( ::rtl::OStringToOUString( sHelpId, RTL_TEXTENCODING_UTF8 )); in getHelpURL()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxhelp.hxx47 SAL_DLLPRIVATE virtual void OpenHelpAgent( const rtl::OString& sHelpId );
62 static void OpenHelpAgent( SfxFrame* pFrame, const rtl::OString& sHelpId );
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx463 …String& rErrorString, String aColumnUIName, const rtl::OString& sHelpId, sal_uInt16 nIndexInFTArra… in AddControlWithError() argument
468 …uno::Reference< awt::XControlModel > xTmp = AddXControl(rColumnName, rPos, rSize, sHelpId, nIndex … in AddControlWithError()
487 ::Point rPos, ::Size rSize, const rtl::OString& sHelpId, sal_Int16& rIndex ) in AddXControl() argument
510 …DBG_ASSERT( INetURLObject( rtl::OStringToOUString( sHelpId, RTL_TEXTENCODING_UTF8 ) ).GetProtocol(… in AddXControl()
511 sId += ::rtl::OStringToOUString( sHelpId, RTL_TEXTENCODING_UTF8 ); in AddXControl()
H A Dgeneral.hxx139 AddXControl( const String& rName, Point aPos, Size aSize, const rtl::OString& sHelpId,
144 const rtl::OString& sHelpId, sal_uInt16 nIndexInFTArray );
/trunk/main/sc/source/core/tool/
H A Daddinhelpid.cxx36 const sal_Char* sHelpId; member
209 return pMiddle->sHelpId; in GetHelpId()
H A Daddincol.cxx97 sHelpId( sHelp ), in ScUnoAddInFuncData()
607 rtl::OString sHelpId = aHelpIdGenerator.GetHelpId( pFuncNameArray[nFuncPos] ); in ReadConfiguration() local
616 nCategory, sHelpId, in ReadConfiguration()
934 rtl::OString sHelpId = aHelpIdGenerator.GetHelpId( aFuncU ); in ReadFromAddIn() local
1013 nCategory, sHelpId, in ReadFromAddIn()
1336 rDesc.sHelpId = rFuncData.GetHelpId(); in FillFunctionDescFromData()
/trunk/main/sc/source/ui/attrdlg/
H A Dscdlgfact.cxx1282 const rtl::OString& sHelpId, const rtl::OString& sEditHelpId, in CreateScStringInputDlg() argument
1289 pDlg = new ScStringInputDlg( pParent, rTitle, rEditTitle, rDefault, sHelpId, sEditHelpId ); in CreateScStringInputDlg()
1307 const rtl::OString& sHelpId , in CreateScTabBgColorDlg() argument
1314 … pDlg = new ScTabBgColorDlg( pParent, rTitle, rTabBgColorNoColorText, rDefaultColor, sHelpId ); in CreateScTabBgColorDlg()
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx753 rtl::OString sHelpId; in createPage() local
759 sHelpId = HID_APP_FORM_TREE; in createPage()
764 sHelpId = HID_APP_REPORT_TREE; in createPage()
769 sHelpId = HID_APP_QUERY_TREE; in createPage()
780 m_pLists[_eType] = createSimpleTree( sHelpId, aFolderImage, aFolderImageHC ); in createPage()
/trunk/main/sc/inc/
H A Daddincol.hxx99 rtl::OString sHelpId; member in ScUnoAddInFuncData
126 const rtl::OString GetHelpId() const { return sHelpId; } in GetHelpId()
/trunk/main/svtools/source/uno/wizard/
H A Dunowizard.cxx217 static ::rtl::OUString lcl_getHelpURL( const rtl::OString& sHelpId ) in lcl_getHelpURL() argument
220 ::rtl::OUString aTmp( OStringToOUString( sHelpId, RTL_TEXTENCODING_UTF8 )); in lcl_getHelpURL()

Completed in 162 milliseconds

12