Home
last modified time | relevance | path

Searched refs:Help (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/trunk/main/o3tl/qa/
H A Dtest-heap_ptr.cxx36 class Help class
39 explicit Help( in Help() function in Help
61 heap_ptr<Help> in TEST_F()
63 const heap_ptr<Help> in TEST_F()
64 t0( new Help(7000) ); in TEST_F()
65 heap_ptr<Help> in TEST_F()
66 t1( new Help(10) ); in TEST_F()
67 heap_ptr<Help> in TEST_F()
68 t2( new Help(20) ); in TEST_F()
114 hp = new Help(30); in TEST_F()
[all …]
/trunk/main/vcl/source/app/
H A Dhelp.cxx54 Help::Help() in Help() function in Help
58 Help::~Help() in ~Help()
89 void Help::EnableContextHelp() in EnableContextHelp()
96 void Help::DisableContextHelp() in DisableContextHelp()
131 void Help::EnableExtHelp() in EnableExtHelp()
138 void Help::DisableExtHelp() in DisableExtHelp()
152 sal_Bool Help::StartExtHelp() in StartExtHelp()
171 sal_Bool Help::EndExtHelp() in EndExtHelp()
196 void Help::EnableBalloonHelp() in EnableBalloonHelp()
241 void Help::EnableQuickHelp() in EnableQuickHelp()
[all …]
/trunk/main/cui/source/options/
H A Dreadonlyimage.cxx53 if( Help::IsBalloonHelpEnabled() || Help::IsQuickHelpEnabled() ) in RequestHelp()
60 if ( Help::IsBalloonHelpEnabled() ) in RequestHelp()
61 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), aScreenRect, in RequestHelp()
63 else if ( Help::IsQuickHelpEnabled() ) in RequestHelp()
64 Help::ShowQuickHelp( this, aScreenRect, aStr ); in RequestHelp()
/trunk/main/sfx2/source/appl/
H A Dappserv.cxx335 Help* pHelp = Application::GetHelp(); in MiscExec_Impl()
367 : !Help::IsQuickHelpEnabled(); in MiscExec_Impl()
371 Help::EnableQuickHelp(); in MiscExec_Impl()
373 Help::DisableQuickHelp(); in MiscExec_Impl()
386 Help::StartExtHelp(); in MiscExec_Impl()
395 : !Help::IsBalloonHelpEnabled(); in MiscExec_Impl()
399 Help::EnableBalloonHelp(); in MiscExec_Impl()
401 Help::DisableBalloonHelp(); in MiscExec_Impl()
590 rSet.Put( SfxBoolItem( SID_HELPTIPS, Help::IsQuickHelpEnabled() ) ); in MiscState_Impl()
595 rSet.Put( SfxBoolItem( SID_HELPBALLOONS, Help::IsBalloonHelpEnabled() ) ); in MiscState_Impl()
H A Dapp.cxx318 Help::EnableQuickHelp(); in GetOrCreate()
320 Help::DisableQuickHelp(); in GetOrCreate()
322 Help::EnableBalloonHelp(); in GetOrCreate()
324 Help::DisableBalloonHelp(); in GetOrCreate()
/trunk/main/vcl/inc/vcl/
H A Dhelp.hxx64 class VCL_DLLPUBLIC Help class
70 Help();
71 virtual ~Help();
116 { return Help::ShowQuickHelp( pParent, rScreenRect, rHelpText, XubString(), nStyle ); } in ShowQuickHelp()
H A Dsvapp.hxx44 class Help;
400 static void SetHelp( Help* pHelp = NULL );
401 static Help* GetHelp();
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx439 if( Help::IsBalloonHelpEnabled() || Help::IsQuickHelpEnabled() ) in RequestHelp()
446 if ( Help::IsBalloonHelpEnabled() ) in RequestHelp()
447 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), aScreenRect, in RequestHelp()
449 else if ( Help::IsQuickHelpEnabled() ) in RequestHelp()
450 Help::ShowQuickHelp( this, aScreenRect, aStr ); in RequestHelp()
/trunk/main/l10ntools/source/
H A Dgsiconv.cxx140 void Help() in Help() function
205 Help(); in main()
300 Help(); in main()
328 Help(); in main()
360 Help(); in main()
/trunk/main/svtools/source/table/
H A Dtabledatawindow.cxx149 Help::HideBalloonAndQuickHelp(); in RequestHelp()
158 Help::UpdateTip( m_nTipWindowHandle, this, aControlScreenRect, sHelpText ); in RequestHelp()
161 … m_nTipWindowHandle = Help::ShowTip( this, aControlScreenRect, sHelpText, nHelpStyle ); in RequestHelp()
175 Help::HideTip( m_nTipWindowHandle ); in impl_hideTipWindow()
/trunk/main/svtools/source/config/
H A Dhelpopt.cxx265 if ( IsHelpTips() != Help::IsQuickHelpEnabled() ) in Load()
266 IsHelpTips() ? Help::EnableQuickHelp() : Help::DisableQuickHelp(); in Load()
267 if ( IsExtendedHelp() != Help::IsBalloonHelpEnabled() ) in Load()
268 IsExtendedHelp() ? Help::EnableBalloonHelp() : Help::DisableBalloonHelp(); in Load()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx370 Help::ShowBalloon( this, rEvt.GetMousePosPixel(), sTxt ); in RequestHelp()
381 Help::ShowQuickHelp( this, aRect, sTxt, nStyle ); in RequestHelp()
421 Help::ShowQuickHelp(this, aRect, sTxt); in RequestHelp()
489 Help::ShowBalloon(this, rEvt.GetMousePosPixel(), aScreenRect, sTxt); in RequestHelp()
491 Help::ShowQuickHelp(this, aScreenRect, sTxt); in RequestHelp()
/trunk/main/svtools/source/control/
H A Dtaskstat.cxx490 Help::ShowBalloon( this, aItemRect.Center(), aItemRect, aStr ); in RequestHelp()
493 Help::ShowQuickHelp( this, aItemRect, pItem->maItem.GetQuickHelpText() ); in RequestHelp()
503 Help::ShowBalloon( this, aItemRect.Center(), aItemRect, aStr ); in RequestHelp()
505 Help::ShowQuickHelp( this, aItemRect, aStr ); in RequestHelp()
517 Help* pHelp = Application::GetHelp(); in RequestHelp()
H A Dtaskbox.cxx177 Help::ShowQuickHelp( this, aItemRect, pItem->maText ); in RequestHelp()
179 Help::ShowBalloon( this, aItemRect.Center(), aItemRect, pItem->maText ); in RequestHelp()
182 Help::ShowQuickHelp( this, Rectangle(), String() ); in RequestHelp()
/trunk/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf46 en-US = "Help"
340 en-US = "'Help' displays the Help with further information about the page currently displayed."
343 en-US = "'OK' exits the Help page and returns you to the Installation Wizard."
358 en-US = "'Help' displays the Help with further information about the page currently displayed."
361 en-US = "'OK' exits the Help page and returns you to the Uninstallation Wizard."
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx710 if ( Help::IsBalloonHelpEnabled() || Help::IsQuickHelpEnabled() ) in RequestHelp()
724 if ( Help::IsBalloonHelpEnabled() ) in RequestHelp()
725 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), aScreenRect, aStr ); in RequestHelp()
726 else if ( Help::IsQuickHelpEnabled() ) in RequestHelp()
727 Help::ShowQuickHelp( this, aScreenRect, aStr ); in RequestHelp()
/trunk/main/sd/source/ui/func/
H A Dfudraw.cxx891 if (Help::IsBalloonHelpEnabled() || Help::IsQuickHelpEnabled()) in RequestHelp()
1082 if (Help::IsBalloonHelpEnabled()) in SetHelpText()
1083 Help::ShowBalloon( (Window*)mpWindow, rPosPixel, aScreenRect, aHelpText); in SetHelpText()
1084 else if (Help::IsQuickHelpEnabled()) in SetHelpText()
1085 Help::ShowQuickHelp( (Window*)mpWindow, aScreenRect, aHelpText); in SetHelpText()
H A Dfutext.cxx1291 if ((Help::IsBalloonHelpEnabled() || Help::IsQuickHelpEnabled()) && in RequestHelp()
1311 if (Help::IsBalloonHelpEnabled()) in RequestHelp()
1313 … bReturn = Help::ShowBalloon( (Window*)mpWindow, rHEvt.GetMousePosPixel(), aScreenRect, aHelpText); in RequestHelp()
1315 else if (Help::IsQuickHelpEnabled()) in RequestHelp()
1317 bReturn = Help::ShowQuickHelp( (Window*)mpWindow, aScreenRect, aHelpText); in RequestHelp()
/trunk/main/vcl/source/src/
H A Dhelptext.src63 Text [ en-US ] = "Help" ;
93 Text [ en-US ] = "Help" ;
98 Text [ en-US ] = "Context Help" ;
/trunk/main/sc/source/ui/view/
H A Dtabview4.cxx59 Help::HideTip( nTipVisible ); in HideTip()
67 if ( aViewData.GetRefType() == SC_REFTYPE_REF && Help::IsQuickHelpEnabled() ) in ShowRefTip()
114 nTipVisible = Help::ShowTip( pWin, aRect, aHelp, nFlags ); in ShowRefTip()
266 if ( aViewData.GetRefType() == SC_REFTYPE_FILL && Help::IsQuickHelpEnabled() ) in UpdateRef()
300 Help::ShowQuickHelp(pWin, aRect, aHelpStr, nAlign); in UpdateRef()
H A Dgridwin5.cxx384 Help::ShowBalloon(this,rHEvt.GetMousePosPixel(), aScreenRect, aHelpText); in RequestHelp()
386 Help::ShowQuickHelp(this,aScreenRect, aHelpText); in RequestHelp()
405 Help::IsQuickHelpEnabled() ) in RequestHelp()
/trunk/main/basctl/source/basicide/
H A Dmoptions.src82 Text [ en-US ] = "Help information" ;
89 Text [ en-US ] = "Help ID" ;
107 Text [ en-US ] = "Help file name" ;
/trunk/main/chart2/source/controller/main/
H A DChartWindow.cxx214 bool bIsBalloonHelp( Help::IsBalloonHelpEnabled() ); in RequestHelp()
220 Help::ShowBalloon( in RequestHelp()
223 Help::ShowQuickHelp( in RequestHelp()
/trunk/main/svx/inc/
H A Dgloblmn_tmpl.hrc871 Beschreibung: Menu Help-IDs
876 Text [ en-US ] = "~Help" ; \
886 Text [ en-US ] = "Using Help" ; \
891 Text [ en-US ] = "Help ~Agent" ; \
914 Beschreibung: Menu Help
920 Help = TRUE ; \
/trunk/main/sfx2/inc/sfx2/
H A Dsfxhelp.hxx34 class SFX2_DLLPUBLIC SfxHelp : public Help
61 using Help::OpenHelpAgent;

Completed in 106 milliseconds

12345678910>>...12