/aoo41x/main/autodoc/source/display/idl/ |
H A D | hfi_interface.cxx | 255 pHelp; in produce_BaseHierarchy() local 256 ary::idl::ifc_interface::attr::Get_Bases(pHelp, i_ce); in produce_BaseHierarchy() 257 if (NOT (*pHelp).operator bool()) in produce_BaseHierarchy() 262 itTest = *pHelp; in produce_BaseHierarchy()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | sfxhelp.cxx | 1014 SfxHelp* pHelp = SAL_STATIC_CAST( SfxHelp*, Application::GetHelp() ); in CreateHelpURL() local 1015 if ( pHelp ) in CreateHelpURL() 1016 aURL = pHelp->CreateHelpURL_Impl( aCommandURL, rModuleName ); in CreateHelpURL() 1022 SfxHelp* pHelp = SAL_STATIC_CAST( SfxHelp*, Application::GetHelp() ); in OpenHelpAgent() local 1023 if ( pHelp ) in OpenHelpAgent() 1024 pHelp->OpenHelpAgent( sHelpId ); in OpenHelpAgent()
|
H A D | appserv.cxx | 335 Help* pHelp = Application::GetHelp(); in MiscExec_Impl() local 336 if ( pHelp ) in MiscExec_Impl() 351 pHelp->Start( aBuff.makeStringAndClear(), NULL ); in MiscExec_Impl() 354 …pHelp->Start( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:HelpIndex")), NULL ); // show start … in MiscExec_Impl()
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | ControllerItem.cxx | 214 Help* pHelp = Application::GetHelp(); in GetHelpText() local 215 if (pHelp != NULL) in GetHelpText() 219 const ::rtl::OUString sHelp (pHelp->GetHelpText(A2S(".uno:")+msCommandName, NULL)); in GetHelpText()
|
/aoo41x/main/vcl/source/window/ |
H A D | status.cxx | 910 Help* pHelp = Application::GetHelp(); in RequestHelp() local 911 if ( pHelp ) in RequestHelp() 914 pHelp->Start( aCommand, this ); in RequestHelp() 916 … pHelp->Start( rtl::OStringToOUString( aHelpId, RTL_TEXTENCODING_UTF8 ), this ); in RequestHelp() 1494 Help* pHelp = Application::GetHelp(); in GetHelpText() local 1495 if ( pHelp ) in GetHelpText() 1498 pItem->maHelpText = pHelp->GetHelpText( pItem->maCommand, this ); in GetHelpText() 1500 …pItem->maHelpText = pHelp->GetHelpText( rtl::OStringToOUString( pItem->maHelpId, RTL_TEXTENCODING_… in GetHelpText()
|
H A D | toolbox.cxx | 4813 Help* pHelp = Application::GetHelp(); in ImplGetHelpText() local 4814 if ( pHelp ) in ImplGetHelpText() 4817 pItem->maHelpText = pHelp->GetHelpText( pItem->maCommandStr, this ); in ImplGetHelpText() 4819 …pItem->maHelpText = pHelp->GetHelpText( rtl::OStringToOUString( pItem->maHelpId, RTL_TEXTENCODING_… in ImplGetHelpText() 4890 Help* pHelp = Application::GetHelp(); in RequestHelp() local 4891 if ( pHelp ) in RequestHelp() 4894 pHelp->Start( aCommand, this ); in RequestHelp() 4896 … pHelp->Start( rtl::OStringToOUString( aHelpId, RTL_TEXTENCODING_UTF8 ), this ); in RequestHelp()
|
H A D | menu.cxx | 838 Help* pHelp = Application::GetHelp(); in ImplHandleHelpEvent() local 839 if ( pHelp ) in ImplHandleHelpEvent() 849 pHelp->Start( aCommand, NULL ); in ImplHandleHelpEvent() 851 pHelp->Start( rtl::OStringToOUString( aHelpId, RTL_TEXTENCODING_UTF8 ), NULL ); in ImplHandleHelpEvent() 2069 Help* pHelp = Application::GetHelp(); in ImplGetHelpText() local 2070 if ( pHelp ) in ImplGetHelpText() 2073 pData->aHelpText = pHelp->GetHelpText( pData->aCommandStr, NULL ); in ImplGetHelpText() 2076 …pData->aHelpText = pHelp->GetHelpText( rtl::OStringToOUString( pData->aHelpId, RTL_TEXTENCODING_UT… in ImplGetHelpText()
|
H A D | printdlg.cxx | 2173 Help* pHelp = Application::GetHelp(); in IMPL_LINK() local 2174 if( pHelp ) in IMPL_LINK() 2176 …pHelp->Start( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ".HelpID:vcl:PrintDialog:OK" ) ), &maOKB… in IMPL_LINK()
|
H A D | window.cxx | 5038 Help* pHelp = Application::GetHelp(); in RequestHelp() local 5039 if ( pHelp ) in RequestHelp() 5042 pHelp->Start( aStrHelpId, this ); in RequestHelp() 5044 pHelp->Start( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OOO_HELP_INDEX ) ), this ); in RequestHelp() 8204 Help* pHelp = Application::GetHelp(); in GetHelpText() local 8205 if ( pHelp ) in GetHelpText() 8207 ((Window*)this)->mpWindowImpl->maHelpText = pHelp->GetHelpText( aStrHelpId, this ); in GetHelpText()
|
/aoo41x/main/framework/source/dispatch/ |
H A D | helpagentdispatcher.cxx | 228 Help* pHelp = Application::GetHelp(); in implts_acceptCurrentURL() local 229 if (pHelp) in implts_acceptCurrentURL() 230 pHelp->Start(sAcceptedURL, NULL); in implts_acceptCurrentURL()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 138 ,pHelp( pHelpBar ) in DBG_NAME() 188 ,pHelp( pHelpBar ) in OFieldDescControl() 1618 if (strHelpText.Len() && (pHelp != NULL)) in IMPL_LINK() 1619 pHelp->SetHelpText(strHelpText); in IMPL_LINK() 1741 if (pHelp && !pHelp->HasChildPathFocus()) in implFocusLost() 1742 pHelp->SetHelpText( String() ); in implFocusLost()
|
/aoo41x/main/dbaccess/source/ui/tabledesign/ |
H A D | FieldDescGenWin.cxx | 56 OFieldDescGenWin::OFieldDescGenWin( Window* pParent, OTableDesignHelpBar* pHelp ) : in DBG_NAME() 60 m_pFieldControl = new OTableFieldControl(this,pHelp); in DBG_NAME()
|
/aoo41x/main/framework/source/jobs/ |
H A D | helponstartup.cxx | 192 Help* pHelp = Application::GetHelp(); in execute() local 193 if (pHelp) in execute() 194 pHelp->Start(sModuleDependendHelpURL, 0); in execute()
|
/aoo41x/main/svtools/source/control/ |
H A D | headbar.cxx | 1139 Help* pHelp = Application::GetHelp(); in RequestHelp() local 1140 if ( pHelp ) in RequestHelp() 1141 pHelp->Start( aHelpId, this ); in RequestHelp() 1566 Help* pHelp = Application::GetHelp(); in GetHelpText() local 1567 if ( pHelp ) in GetHelpText() 1568 …pItem->maHelpText = pHelp->GetHelpText( rtl::OStringToOUString( pItem->maHelpId, RTL_TEXTENCODING_… in GetHelpText()
|
H A D | taskstat.cxx | 517 Help* pHelp = Application::GetHelp(); in RequestHelp() local 518 if ( pHelp ) in RequestHelp() 519 pHelp->Start( aHelpId, this ); in RequestHelp()
|
H A D | tabbar.cxx | 1407 Help* pHelp = Application::GetHelp(); in RequestHelp() local 1408 if ( pHelp ) in RequestHelp() 1409 pHelp->Start( aHelpId, this ); in RequestHelp() 2411 Help* pHelp = Application::GetHelp(); in GetHelpText() local 2412 if ( pHelp ) in GetHelpText() 2413 …pItem->maHelpText = pHelp->GetHelpText( rtl::OStringToOUString( pItem->maHelpId, RTL_TEXTENCODING_… in GetHelpText()
|
/aoo41x/main/autodoc/source/ary/idl/ |
H A D | i2s_calculator.cxx | 659 pHelp; in assign_AsDerivedInterface() local 660 ary::idl::ifc_interface::attr::Get_Bases(pHelp, i_rDerived); in assign_AsDerivedInterface() 662 for ( ary::StdConstIterator<ary::idl::CommentedRelation> & it = *pHelp; in assign_AsDerivedInterface()
|
/aoo41x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 1357 Help* pHelp = Application::GetHelp(); in RequestHelp() local 1358 if ( pHelp ) in RequestHelp() 1359 pHelp->Start( aHelpId, this ); in RequestHelp() 2015 Help* pHelp = Application::GetHelp(); in GetHelpText() local 2016 if ( pHelp ) in GetHelpText() 2017 …pItem->maHelpText = pHelp->GetHelpText( rtl::OStringToOUString( pItem->maHelpId, RTL_TEXTENCODING_… in GetHelpText()
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | FieldDescControl.hxx | 87 OTableDesignHelpBar* pHelp; member in dbaui::OFieldDescControl
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 275 Help* pHelp = Application::GetHelp(); in handleHelpRequested() local 276 if ( pHelp ) in handleHelpRequested() 277 …aHelpText = String( pHelp->GetHelpText( String( ByteString(sHelpId), RTL_TEXTENCODING_UTF8), NULL … in handleHelpRequested()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | svapp.hxx | 400 static void SetHelp( Help* pHelp = NULL );
|
/aoo41x/main/desktop/source/app/ |
H A D | app.cxx | 2968 Help *pHelp = Application::GetHelp(); in OpenClients() local 2982 pHelp->Start(aHelpURLBuffer.makeStringAndClear(), NULL); in OpenClients() 3430 Help *pHelp = Application::GetHelp(); in HandleAppEvent() local 3431 pHelp->Start(aHelpURL, NULL); in HandleAppEvent()
|
/aoo41x/main/vcl/source/app/ |
H A D | svapp.cxx | 1507 void Application::SetHelp( Help* pHelp ) in SetHelp() argument 1509 ImplGetSVData()->maAppData.mpHelp = pHelp; in SetHelp()
|