summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
AgeCommit message (Collapse)AuthorFilesLines
2010-12-16wikihelp: Use the right Help ID URL, fdo#32338.feature/helppackJan Holesovsky1-7/+13
The offline help has a fallback mechanism that (for non-existing Help IDs) tries to traverse the parent windows to find at least something. This is not desired in the case of on-line help, because there we can easily define new redirects, without recompiling LibreOffice. Signed-off-by: David Tardon <dtardon@redhat.com>
2010-11-30wikihelp: Check for the built-in help availability after creating URL.Jan Holesovsky1-18/+18
This is to have the full help URL even for stuff like .uno:Something, when we use the on-line help instead of the built-in one.
2010-11-29wikihelp: Forward the request for help to help.libreoffice.org.Jan Holesovsky1-7/+43
Based on Muthu's patch. If the help is not installed, this will forward the request to help.libreoffice.org; unfortunately the service is not running there yet, but better to have the code in already ;-)
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-12#i112786# make ConfigManager a well-behaved singletonCaolán McNamara1-1/+1
2010-10-04Comment cleanupDavid Hobley1-25/+0
2010-03-04merged in re/DEV300_next towards DEV300_m74sb1-1/+2
2010-02-25sb111: merged in DEV300_m72sb1-23/+26
2010-02-25sb118: merged in DEV300_m72sb1-23/+26
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-5/+2
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-5/+2
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2010-01-27sb118: changed tools/debug to never fall back from writing to shell to ↵sb1-9/+6
writing to file, and read DBGSV_INIT from rtl::Bootstrap; the latter causes problems if tools/debug is called from static code executing before SAL_MAIN has called osl_setCommandArgs -> removed statics from code and added assertions to osl/process; various improvements to smoketests.cxx (incl. passing an appropriate dbgsv.ini for non-pro builds)
2010-01-05sb111: merged in DEV300_m68sb1-3/+14
2009-12-11#i107450#: HelpAgent now can be started without linking against sfx2Mathias Bauer1-18/+24
2009-10-16#i103496#: split svtools; improve ConfitItemsMathias Bauer1-1/+12
2009-10-06#103496#: move VCL free ConfigItems to unotoolsMathias Bauer1-2/+2
2009-08-26CWS-TOOLING: integrate CWS swa11y32_2ndVladimir Glazounov1-2/+7
2009-08-13 13:04:09 +0200 mav r274936 : #i104204# remove support for Ctrl-Tab 2009-08-13 09:59:22 +0200 od r274924 : #i93269# method <atk_wrapper_focus_idle_handler(..)> - emit also object:state-changed:focus, if cursor is inside <XAccessibleText> object 2009-08-11 12:15:11 +0200 tl r274851 : CWS-TOOLING: rebase CWS swa11y32_2nd to trunk@274622 (milestone: DEV300:m54) 2009-07-14 17:35:03 +0200 tl r273982 : 2009-07-10 10:46:39 +0200 tl r273879 : CWS-TOOLING: rebase CWS swa11y32 to trunk@273468 (milestone: DEV300:m51) 2009-07-01 14:00:25 +0200 mav r273577 : #i102879# the text of the button should not change 2009-07-01 13:16:19 +0200 od r273574 : #159496# method <GetHelpAnchor_Impl(..)> - do not release the solar mutex 2009-06-29 15:29:10 +0200 od r273476 : #i95042# method <CreateXWindow(..)> - return instance <VCLXComboBox> for <Window> instance of type <MetricBox>. note: <MetricBox> is inherited from <ComboBox> 2009-06-23 15:49:32 +0200 mav r273283 : #i101967# fix tab-control implementation 2009-06-22 13:56:22 +0200 od r273229 : #i100938# method <text_wrapper_get_run_attributes(..)> - always provide start_offset and end_offset - do _not_ increment the end_offset provide by <accessibility::TextSegment> instance 2009-06-02 12:09:03 +0200 mav r272492 : #i101959# Let the additional dialog window add its childred to the parents tab-hierarchy 2009-06-02 09:55:39 +0200 mav r272484 : #i102015# allow to have indirect child windows in tab-hierarchy 2009-06-02 09:49:42 +0200 mav r272482 : #i102015# Let the windows containing the extension dialog controls add controls to the tab hierarchy 2009-05-27 15:45:33 +0200 od r272354 : #i101012# method <SvxIconChoiceCtrl_Impl::EntrySelected(..)> - emit vcl event LISTBOX_SELECT only in case that the given entry is selected. 2009-05-27 09:54:36 +0200 od r272333 : #i92103# map UNO-API accessible events list box entry expanded/collapsed to corresponding atk events. 2009-05-27 09:52:15 +0200 od r272331 : #i92103# process list box entry expanded/collapsed events 2009-05-27 09:49:19 +0200 od r272330 : #i92103# emit vcl event list box entry expanded/collapsed 2009-05-26 10:42:05 +0200 od r272283 : #i93269# correct fix: check success of <queryInterface> call 2009-05-04 15:52:04 +0200 od r271469 : #i92103# new vcl event ids VCLEVENT_LISTBOX_ENTRY_EXPANDED and VCLEVENT_LISTBOX_ENTRY_COLLAPSED 2009-05-04 15:10:20 +0200 od r271460 : #i92103# refine definition of new constants 2009-05-04 14:36:44 +0200 od r271454 : #i92103# new constants for indicating that a list box entry is expanded respectively collapsed. 2009-04-30 16:09:40 +0200 od r271421 : #i93269# method <atk_wrapper_focus_idle_handler(..)> - emit text_caret_moved event for <XAccessibleText> object, if cursor is inside the <XAccessibleText> object. 2009-04-22 14:00:10 +0200 tl r271105 : warning-free code 2009-04-22 09:17:30 +0200 tl r271073 : CWS-TOOLING: rebase CWS swa11y32 to trunk@270723 (milestone: DEV300:m46) 2009-04-20 12:53:03 +0200 cd r270974 : #i83639# Check extendedhelp state to provide correct tool tip text 2009-04-03 13:07:13 +0200 tl r270471 : #i63983# changed accessible object names to empty strings 2009-04-01 15:52:09 +0200 tl r270336 : #i90991# accessible names and description for paragraphs should be empty 2009-04-01 15:12:42 +0200 tl r270333 : #i90991# accessible names and description for paragraphs should be empty 2009-04-01 15:10:34 +0200 tl r270331 : warning-free code 2009-04-01 12:54:44 +0200 tl r270319 : #i89176# Implementation of XAccessibleMultiLineText in EditEngine 2009-04-01 12:52:56 +0200 tl r270318 : #i89176# Implementation of XAccessibleMultiLineText in EditEngine 2009-03-27 18:31:01 +0100 tbe r270166 : #i92143# text getRangeExtents reports incorrect 'x' values for spreadsheet cells 2009-03-13 13:43:54 +0100 tl r269476 : #i94322# ImpEditView::ShowCursor and nPara == USHRT_MAX problem fixed 2009-03-12 10:27:30 +0100 tl r269366 : warning-free code; unresolved external dbg_out when compiling with debug=t 2009-03-11 12:40:31 +0100 tl r269312 : warning-free code Solaris x86 2009-03-10 15:49:01 +0100 tl r269279 : #i86443# handle GetColumnCount() == 0 2009-03-10 10:48:32 +0100 cl r269254 : #i91742# name cells for accessibility 2009-03-09 17:06:33 +0100 cl r269203 : #i91742# call init on accessible cells
2009-01-06CWS-TOOLING: integrate CWS fwk98Jens-Heiner Rechtien1-17/+14
2008-12-12 22:28:04 +0100 pb r265444 : fix: #i44211# precompiled directive was missed 2008-12-11 10:43:34 +0100 pb r265262 : fix: #i87952# #i84982# SID_INSERT_APPLET and SID_CHAR_DLG_FOR_PARAGRAPH not configurable any longer 2008-12-11 10:40:05 +0100 pb r265261 : fix: #i64346# SID_MAIL_SENDDOCASFORMAT not configurable any longer 2008-12-11 10:36:53 +0100 pb r265260 : fix: #i41265# #i64346# ui name for MacroOrganizer and SendMailDocAs... 2008-12-11 10:29:07 +0100 pb r265258 : fix: #i60617# #i92080# ui name for ContinueNumbering and SaveGraphic 2008-12-11 10:25:52 +0100 pb r265256 : fix: #i80850# ui name for ToggleFormula and AssignMacro 2008-12-08 14:16:20 +0100 pb r264996 : fix: #i44211# querytemplate.obj added 2008-12-08 12:54:02 +0100 pb r264992 : fix: #i44211# use the new query template box 2008-12-08 12:50:45 +0100 pb r264991 : fix: #i44211# STR_QRYTEMPL_... added 2008-12-08 12:48:21 +0100 pb r264990 : fix: #i44211# new query box 2008-12-02 11:06:54 +0100 pb r264681 : fix: #i88478# ScStyleFamilyObj: XPropertySet support added 2008-12-02 11:05:29 +0100 pb r264680 : fix: #i88478# STR_STYLE_FAMILY_... added 2008-12-02 11:03:22 +0100 pb r264679 : fix: #i88478# ScStyleFamilyObj: XPropertySet support added 2008-12-02 10:54:27 +0100 pb r264678 : fix: #i88478# STR_STYLE_FAMILY_... added 2008-12-02 10:50:16 +0100 pb r264677 : fix: #i88478# SwXStyleFamily: XpropertySet support added 2008-12-02 10:48:12 +0100 pb r264676 : fix: #i88478# STR_STYLE_FAMILY_... added 2008-12-02 10:45:46 +0100 pb r264674 : fix: #i88478# SwXStyleFamily: XpropertySet support added 2008-12-02 10:43:44 +0100 pb r264673 : fix: #i88478# STR_STYLE_FAMILY_... added 2008-12-02 10:40:45 +0100 pb r264671 : fix: #i88478# table.srs added 2008-12-02 10:37:45 +0100 pb r264669 : fix: #i88478# dummy text of DisplayName replaced 2008-12-02 10:35:26 +0100 pb r264668 : fix: #i88478# RID_SVXSTR_STYLEFAMILY_TABLEDESIGN added 2008-12-02 10:30:24 +0100 pb r264666 : fix: #i88478# RID_SVXSTR_STYLEFAMILY_TABLEDESIGN added 2008-11-24 10:42:03 +0100 pb r264214 : fix: #i92765# set search algorithm with sense 2008-11-24 07:02:31 +0100 pb r264194 : fix: #i61775# dont display more than 100 fonts 2008-11-24 06:15:20 +0100 pb r264193 : fix: #i96418# map module swxform to swriter for help 2008-11-20 11:34:21 +0100 pb r264035 : fix: #i93453# map 'swform' and 'swreport' to 'sdatabase' 2008-11-20 09:55:30 +0100 pb r264030 : fix: #i94023# after copy a ResId dont forget to set RT correctly
2008-11-20CWS-TOOLING: integrate CWS ab64_DEV300Jens-Heiner Rechtien1-3/+12
2008-07-25INTEGRATION: CWS os118 (1.81.6); FILE MERGEDOliver Bolte1-5/+10
2008/07/17 10:00:38 pb 1.81.6.1: fix: #i91715# ignore '.HelpId:' strings
2008-07-07INTEGRATION: CWS ab53 (1.80.46); FILE MERGEDRüdiger Timm1-2/+11
2008/06/06 10:58:44 ab 1.80.46.1: #i90162# Use INET_PROT_NOT_VALID as hint for keyword search
2008-04-22INTEGRATION: CWS hr50 (1.77.58); FILE MERGEDJens-Heiner Rechtien1-2/+3
2008/04/10 16:58:44 hr 1.77.58.1: #i86574#: fix warning (gcc-4.2.3)
2008-04-11INTEGRATION: CWS changefileheader (1.78.28); FILE MERGEDRüdiger Timm1-69/+19
2008/04/01 15:38:48 thb 1.78.28.3: #i85898# Stripping all external header guards 2008/04/01 12:40:41 thb 1.78.28.2: #i85898# Stripping all external header guards 2008/03/31 13:38:03 rt 1.78.28.1: #i87441# Change license header to LPGL v3.
2008-03-05INTEGRATION: CWS aquavcl05_DEV300 (1.77.64); FILE MERGEDKurt Zenker1-2/+4
2008/01/25 16:12:24 pl 1.77.64.1: #i83126# avoid deadlocks
2007-11-19INTEGRATION: CWS ab38 (1.76.88); FILE MERGEDIvo Hinkelmann1-6/+3
2007/11/01 14:59:48 ab 1.76.88.1: #i20164# SfxHelp::Start(): Limitation of string help ids to INIT_PROT_UNO removed
2007-07-06INTEGRATION: CWS oj14 (1.72.2); FILE MERGEDRüdiger Timm1-2/+4
2007/06/23 22:08:29 fs 1.72.2.3: RESYNC: (1.73-1.74); FILE MERGED 2007/06/04 17:53:21 oj 1.72.2.2: RESYNC: (1.72-1.73); FILE MERGED 2007/06/01 07:39:45 oj 1.72.2.1: #i77411# add help for dbreport
2007-06-27INTEGRATION: CWS vgbugs07 (1.73.10); FILE MERGEDJens-Heiner Rechtien1-8/+8
2007/06/04 13:34:41 vg 1.73.10.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
2007-06-05INTEGRATION: CWS bgdlremove (1.72.154); FILE MERGEDIvo Hinkelmann1-3/+3
2007/05/25 14:58:16 kso 1.72.154.2: RESYNC: (1.72-1.73); FILE MERGED 2007/05/18 11:26:26 kso 1.72.154.1: #i77419# - cleanup of ucbhelper namespaces.
2007-05-22INTEGRATION: CWS chart2mst3 (1.72.24); FILE MERGEDVladimir Glazounov1-8/+5
2007/01/11 18:19:37 iha 1.72.24.2: #i72351# own help module for chart 2007/01/10 16:14:15 iha 1.72.24.1: #i72351# own help module for chart
2006-11-01INTEGRATION: CWS native69 (1.70.36); FILE MERGEDVladimir Glazounov1-15/+54
2006/10/19 12:27:17 is 1.70.36.1: #i66224# poor help files patch
2006-10-18INTEGRATION: CWS dba205b (1.69.76); FILE MERGEDIvo Hinkelmann1-2/+4
2006/08/04 10:45:14 oj 1.69.76.1: #i58787# correct context for dbbrowser
2006-09-17INTEGRATION: CWS pchfix02 (1.69.88); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:38:25 kaib 1.69.88.1: #i68856# Added header markers and pch files
2006-06-19INTEGRATION: CWS warnings01 (1.66.66); FILE MERGEDJens-Heiner Rechtien1-3/+3
2006/04/07 19:26:24 sb 1.66.66.3: RESYNC: (1.67-1.68); FILE MERGED 2006/01/25 20:02:54 sb 1.66.66.2: RESYNC: (1.66-1.67); FILE MERGED 2005/11/28 16:13:29 cd 1.66.66.1: #i55991# Remove warnings
2006-02-07INTEGRATION: CWS fwk31 (1.67.8); FILE MERGEDRüdiger Timm1-2/+7
2006/01/18 09:48:11 pb 1.67.8.1: fix: #i57912# Chart no longer a valid help module
2005-12-14INTEGRATION: CWS helpnotfoundmsg (1.66.68); FILE MERGEDRüdiger Timm1-3/+3
2005/11/08 20:44:20 rene 1.66.68.1: #i55841# make error message when no help is found more clear
2005-09-07INTEGRATION: CWS ooo19126 (1.65.52); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 15:22:15 rt 1.65.52.1: #i54170# Change license header: remove SISSL
2005-07-12INTEGRATION: CWS fwk16 (1.63.46); FILE MERGEDKurt Zenker1-10/+12
2005/06/23 06:51:08 pb 1.63.46.3: RESYNC: (1.63-1.64); FILE MERGED 2005/06/21 09:23:44 pb 1.63.46.2: fix: #i48733# Start(ULONG): use unique id if help id == 0 2005/06/06 09:59:56 pb 1.63.46.1: fix: #i45656# call getCurrentFrame() instead of getActiveFrame() to detect the current module (fix for OLE objects)
2005-06-09INTEGRATION: CWS helpfixes1 (1.63.34); FILE MERGEDJens-Heiner Rechtien1-4/+41
2005/06/07 13:18:04 pb 1.63.34.2: fix: #i49350# new ErrorBox if help not available to prevent multiple ErrorBoxes 2005/06/03 08:19:26 pb 1.63.34.1: fix: #i49350# show error if help not available
2005-04-13INTEGRATION: CWS visibility03 (1.60.124); FILE MERGEDOliver Bolte1-3/+3
2005/03/25 00:54:04 mhu 1.60.124.2: RESYNC: (1.60-1.62); FILE MERGED 2005/03/02 19:33:24 mhu 1.60.124.1: #i40092# Fixed string ctor (char literal, ResId) usage.
2005-03-15INTEGRATION: CWS c01v005 (1.60.122); FILE MERGEDOliver Bolte1-13/+28
2005/03/07 13:42:19 pb 1.60.122.3: fix: #120028# no 'drafts' any longer 2005/03/05 01:12:53 hjs 1.60.122.2: RESYNC: (1.60-1.61); FILE MERGED 2005/03/03 08:48:37 pb 1.60.122.1: fix: #120028# GetCurrentModuleIdentifier() added
2005-03-01INTEGRATION: CWS removedrafts (1.60.96); FILE MERGEDKurt Zenker1-6/+6
2005/02/17 14:02:11 cd 1.60.96.1: #i42557# Move UNOIDL types from drafts to com
2005-01-05INTEGRATION: CWS dba20 (1.57.56); FILE MERGEDOliver Bolte1-2/+3
2004/11/30 15:35:11 oj 1.57.56.4: #i37389# compile error 2004/11/29 13:02:28 oj 1.57.56.3: RESYNC: (1.57-1.58); FILE MERGED 2004/11/23 11:28:33 pb 1.57.56.2: fix: #i37389# active task can be NULL 2004/11/22 14:04:50 pb 1.57.56.1: fix: #i37389# support for database application
2004-12-16INTEGRATION: CWS pbbeta03 (1.58.52); FILE MERGEDKurt Zenker1-142/+113
2004/12/15 11:18:08 pb 1.58.52.1: fix: #i34986# GetDefaultHelpModule() added
2004-11-09INTEGRATION: CWS fwkpp2fix01 (1.56.58); FILE MERGEDRüdiger Timm1-6/+40
2004/10/27 10:50:43 cd 1.56.58.2: #o36114# Use correct module string variable 2004/10/26 11:17:03 cd 1.56.58.1: #i36114# Help::Start must be called with command URL instead of HelpID
2004-10-26fix: #i34503# debug text with command url (fixed on master)Peter Burow1-3/+12
2004-08-30INTEGRATION: CWS help2 (1.53.348); FILE MERGEDKurt Zenker1-2/+141
2004/07/07 16:45:59 ihi 1.53.348.3: RESYNC: (1.53-1.54); FILE MERGED 2004/06/16 07:24:52 cd 1.53.348.2: #i29745# Provide default module as module name for help 2004/06/08 13:39:24 cd 1.53.348.1: #i29745# Support to access help content provider with string instead of an unsigned short
2004-08-11INTEGRATION: CWS pbhelp02 (1.54.4); FILE MERGEDOliver Bolte1-22/+15
2004/07/26 06:17:27 pb 1.54.4.2: fix: #i29824# now keyword help (Basic) works again 2004/06/21 10:52:14 pb 1.54.4.1: fix: #i30341# don't set size of the help window
2004-06-10INTEGRATION: CWS fwk02ea (1.53.322); FILE MERGEDKurt Zenker1-85/+110
2004/05/28 11:43:51 as 1.53.322.3: #i28652# repair history, f1 => to front + load new 2004/05/28 09:28:29 as 1.53.322.2: #i28652# repair jump marks, load content synchron 2004/05/25 08:13:48 as 1.53.322.1: #i28652# dont open help twice
2003-05-15INTEGRATION: CWS fwk02 (1.52.36); FILE MERGEDVladimir Glazounov1-11/+21
2003/05/13 11:11:47 mba 1.52.36.1: #109572#: create help UCP content on demand
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-3/+3