/aoo41x/main/sfx2/source/dialog/ |
H A D | basedlgs.cxx | 396 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 D | filedlghelper.cxx | 219 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 D | tabdlg.cxx | 1787 rtl::OString sHelpId; in Notify() local 1788 while ( !sHelpId.getLength() && pWindow ) in Notify() 1790 sHelpId = pWindow->GetHelpId(); in Notify() 1794 if ( sHelpId.getLength() ) in Notify() 1795 SfxHelp::OpenHelpAgent( &pViewFrame->GetFrame(), sHelpId ); in Notify()
|
H A D | dockwin.cxx | 1871 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 D | templdlg.cxx | 2541 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()
|
/aoo41x/main/formula/source/ui/dlg/ |
H A D | parawin.cxx | 337 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 D | funcpage.cxx | 190 const rtl::OString sHelpId = pDesc->getHelpId(); in IMPL_LINK() local 191 if ( sHelpId.getLength() ) in IMPL_LINK() 192 aLbFunction.SetHelpId(sHelpId); in IMPL_LINK()
|
/aoo41x/main/sfx2/source/view/ |
H A D | frame2.cxx | 126 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()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | tabbgcolordlg.cxx | 55 const rtl::OString& sHelpId ) : in ScTabBgColorDlg() argument 64 msHelpId ( sHelpId ) in ScTabBgColorDlg() 67 SetHelpId( sHelpId ); in ScTabBgColorDlg()
|
H A D | strindlg.cxx | 54 const rtl::OString& sHelpId, const rtl::OString& sEditHelpId ) : in ScStringInputDlg() argument 63 SetHelpId( sHelpId ); in ScStringInputDlg()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | sfxhelp.cxx | 1020 void SfxHelp::OpenHelpAgent( SfxFrame*, const rtl::OString& sHelpId ) in OpenHelpAgent() argument 1024 pHelp->OpenHelpAgent( sHelpId ); in OpenHelpAgent() 1027 void SfxHelp::OpenHelpAgent( const rtl::OString& sHelpId ) in OpenHelpAgent() argument 1032 if ( !pOpt->HasId( sHelpId ) ) in OpenHelpAgent() 1038 …aURL.Complete = CreateHelpURL_Impl( String( ByteString(sHelpId), RTL_TEXTENCODING_UTF8 ), GetHelpM… in OpenHelpAgent()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 337 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()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | pcrcommon.cxx | 61 ::rtl::OUString HelpIdUrl::getHelpURL( const rtl::OString& sHelpId ) in getHelpURL() argument 64 ::rtl::OUString aTmp( rtl::OStringToOUString( sHelpId, RTL_TEXTENCODING_UTF8 )); in getHelpURL()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | insrc.cxx | 43 SvxInsRowColDlg::SvxInsRowColDlg(Window* pParent, bool bCol, const rtl::OString& sHelpId ) in SvxInsRowColDlg() argument 69 SetHelpId( sHelpId ); in SvxInsRowColDlg()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | sfxhelp.hxx | 47 SAL_DLLPRIVATE virtual void OpenHelpAgent( const rtl::OString& sHelpId ); 62 static void OpenHelpAgent( SfxFrame* pFrame, const rtl::OString& sHelpId );
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | metadata.cxx | 57 rtl::OString sHelpId; member 76 ,sHelpId(sHid) in OPropertyInfoImpl() 202 return (pInfo) ? pInfo->sHelpId : rtl::OString(); in getPropertyHelpId()
|
H A D | DefaultInspection.cxx | 47 ::rtl::OUString HelpIdUrl::getHelpURL( const rtl::OString& sHelpId ) in getHelpURL() argument 50 const ::rtl::OUString aTmp( ::rtl::OStringToOUString( sHelpId, RTL_TEXTENCODING_UTF8 )); in getHelpURL()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | addinhelpid.cxx | 36 const sal_Char* sHelpId; member 209 return pMiddle->sHelpId; in GetHelpId()
|
H A D | addincol.cxx | 97 sHelpId( sHelp ), in ScUnoAddInFuncData() 607 rtl::OString sHelpId = aHelpIdGenerator.GetHelpId( pFuncNameArray[nFuncPos] ); in ReadConfiguration() local 616 nCategory, sHelpId, in ReadConfiguration() 935 rtl::OString sHelpId = aHelpIdGenerator.GetHelpId( aFuncU ); in ReadFromAddIn() local 1014 nCategory, sHelpId, in ReadFromAddIn() 1337 rDesc.sHelpId = rFuncData.GetHelpId(); in FillFunctionDescFromData()
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | general.cxx | 463 …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 D | general.hxx | 139 AddXControl( const String& rName, Point aPos, Size aSize, const rtl::OString& sHelpId, 144 const rtl::OString& sHelpId, sal_uInt16 nIndexInFTArray );
|
/aoo41x/main/sc/source/ui/attrdlg/ |
H A D | scdlgfact.cxx | 1283 const rtl::OString& sHelpId, const rtl::OString& sEditHelpId, in CreateScStringInputDlg() argument 1290 pDlg = new ScStringInputDlg( pParent, rTitle, rEditTitle, rDefault, sHelpId, sEditHelpId ); in CreateScStringInputDlg() 1308 const rtl::OString& sHelpId , in CreateScTabBgColorDlg() argument 1315 … pDlg = new ScTabBgColorDlg( pParent, rTitle, rTabBgColorNoColorText, rDefaultColor, sHelpId ); in CreateScTabBgColorDlg()
|
/aoo41x/main/sc/inc/ |
H A D | addincol.hxx | 99 rtl::OString sHelpId; member in ScUnoAddInFuncData 126 const rtl::OString GetHelpId() const { return sHelpId; } in GetHelpId()
|
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppDetailPageHelper.cxx | 753 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()
|
/aoo41x/main/svtools/source/uno/wizard/ |
H A D | unowizard.cxx | 217 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()
|