/aoo42x/main/vcl/source/gdi/ |
H A D | print3.cxx | 1879 Sequence< rtl::OUString > aHelpId; in getGroupControlOpt() local 1882 aHelpId.realloc( 1 ); in getGroupControlOpt() 1893 Sequence< rtl::OUString > aHelpId; in getSubgroupControlOpt() local 1896 aHelpId.realloc( 1 ); in getSubgroupControlOpt() 1910 Sequence< rtl::OUString > aHelpId; in getBoolControlOpt() local 1913 aHelpId.realloc( 1 ); in getBoolControlOpt() 1969 Sequence< rtl::OUString > aHelpId; in getRangeControlOpt() local 1972 aHelpId.realloc( 1 ); in getRangeControlOpt() 1979 aHelpId, in getRangeControlOpt() 1996 aHelpId.realloc( 1 ); in getEditControlOpt() [all …]
|
/aoo42x/main/framework/source/fwe/xml/ |
H A D | menudocumenthandler.cxx | 397 ::rtl::OUString aHelpId; in startElement() 426 aHelpId = aValue; in startElement() 451 initPropertyCommon( aSubMenuProp, aCommandId, aHelpId, aLabel, nItemBits ); in startElement() 633 ::rtl::OUString aHelpId; in startElement() 661 aHelpId = aValue; in startElement() 687 initPropertyCommon( aSubMenuProp, aCommandId, aHelpId, aLabel, nItemBits ); in startElement() 704 ::rtl::OUString aHelpId; in startElement() 718 aHelpId = aValue; in startElement() 744 initPropertyCommon( aMenuItem, aCommandId, aHelpId, aLabel, nItemBits ); in startElement()
|
/aoo42x/main/toolkit/source/layout/core/ |
H A D | import.cxx | 96 OUString aHelpId; in WidgetElement() local 97 if ( findAndRemove( "help-id", aProps, aHelpId ) ) in WidgetElement() 99 OSL_TRACE("Setting help-id: %s", OUSTRING_CSTR( aHelpId ) ); in WidgetElement() 100 xDialog->setHelpId( aHelpId ); in WidgetElement()
|
/aoo42x/main/cui/source/inc/ |
H A D | dlgname.hxx | 90 void SetEditHelpId( const rtl::OString& aHelpId) {aEdtName.SetHelpId(aHelpId);} in SetEditHelpId() argument
|
H A D | cfg.hxx | 729 void SetEditHelpId( const rtl::OString& aHelpId) {aEdtName.SetHelpId(aHelpId);} in SetEditHelpId() argument
|
/aoo42x/main/svtools/source/control/ |
H A D | taskstat.cxx | 513 …rtl::OUString aHelpId( rtl::OStringToOUString( pItem->maItem.GetHelpId(), RTL_TEXTENCODING_UTF8 ) … in RequestHelp() local 514 if ( aHelpId.getLength() ) in RequestHelp() 519 pHelp->Start( aHelpId, this ); in RequestHelp()
|
H A D | headbar.cxx | 1135 … rtl::OUString aHelpId( rtl::OStringToOUString( GetHelpId( nItemId ), RTL_TEXTENCODING_UTF8 ) ); in RequestHelp() local 1136 if ( aHelpId.getLength() ) in RequestHelp() 1141 pHelp->Start( aHelpId, this ); in RequestHelp()
|
H A D | tabbar.cxx | 1403 … rtl::OUString aHelpId( rtl::OStringToOUString( GetHelpId( nItemId ), RTL_TEXTENCODING_UTF8 ) ); in RequestHelp() local 1404 if ( aHelpId.getLength() ) in RequestHelp() 1409 pHelp->Start( aHelpId, this ); in RequestHelp()
|
/aoo42x/main/cui/source/factory/ |
H A D | dlgfact.cxx | 726 void AbstractSvxNameDialog_Impl::SetEditHelpId(const rtl::OString& aHelpId) in SetEditHelpId() argument 728 pDlg->SetEditHelpId( aHelpId ); in SetEditHelpId() 730 void AbstractSvxNameDialog_Impl::SetHelpId( const rtl::OString& aHelpId ) in SetHelpId() argument 732 pDlg->SetHelpId( aHelpId ); in SetHelpId() 844 void AbstractSvxMultiFileDialog_Impl::SetHelpId( const rtl::OString& aHelpId ) in SetHelpId() argument 846 pDlg->SetHelpId( aHelpId ); in SetHelpId()
|
/aoo42x/main/fpicker/source/office/ |
H A D | OfficeControlAccess.cxx | 218 rtl::OString aHelpId = _pControl->GetHelpId(); in getHelpURL() local 221 aHelpId = static_cast< SvtFileView* >( _pControl )->GetHelpId( ); in getHelpURL() 224 ::rtl::OUString aTmp( rtl::OStringToOUString( aHelpId, RTL_TEXTENCODING_UTF8 ) ); in getHelpURL()
|
/aoo42x/main/vcl/source/window/ |
H A D | menu.cxx | 159 rtl::OString aHelpId; // Help-Id member 844 rtl::OString aHelpId( pMenu->GetHelpId( nId ) ); in ImplHandleHelpEvent() local 845 if( ! aHelpId.getLength() ) in ImplHandleHelpEvent() 846 aHelpId = OOO_HELP_INDEX; in ImplHandleHelpEvent() 1332 rtl::OString aHelpId( ReadByteStringRes() ); in InsertItem() local 1334 SetHelpId( nItemId, aHelpId ); in InsertItem() 1462 pThis->SetHelpId( nId, pData->aHelpId ); in ImplCopyItem() 2075 if( !pData->aHelpText.Len() && pData->aHelpId.getLength() ) in ImplGetHelpText() 2114 pData->aHelpId = rHelpId; in SetHelpId() 2125 if ( pData->aHelpId.getLength() ) in GetHelpId() [all …]
|
H A D | status.cxx | 905 rtl::OString aHelpId( GetHelpId( nItemId ) ); in RequestHelp() local 907 if ( aCommand.Len() || aHelpId.getLength() ) in RequestHelp() 915 else if ( aHelpId.getLength() ) in RequestHelp() 916 … pHelp->Start( rtl::OStringToOUString( aHelpId, RTL_TEXTENCODING_UTF8 ), this ); in RequestHelp()
|
H A D | msgbox.cxx | 193 rtl::OString aHelpId( ReadByteStringRes() ); in MessBox() local 195 SetHelpId( aHelpId ); in MessBox()
|
H A D | printdlg.cxx | 1284 rtl::OUString aHelpId; in setupOptionalUI() local 1285 if( (rEntry.Value >>= aHelpId) ) in setupOptionalUI() 1288 *aHelpIds.getArray() = aHelpId; in setupOptionalUI()
|
H A D | toolbox.cxx | 4885 rtl::OString aHelpId( GetHelpId( nItemId ) ); in RequestHelp() local 4887 if ( aCommand.Len() || aHelpId.getLength() ) in RequestHelp() 4895 else if ( aHelpId.getLength() ) in RequestHelp() 4896 … pHelp->Start( rtl::OStringToOUString( aHelpId, RTL_TEXTENCODING_UTF8 ), this ); in RequestHelp()
|
H A D | window.cxx | 1236 rtl::OString aHelpId = ImplAutoHelpID( rResId.GetResMgr() ); in ImplLoadRes() local 1244 aHelpId = ReadByteStringRes(); in ImplLoadRes() 1246 SetHelpId( aHelpId ); in ImplLoadRes()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | sfxhelp.cxx | 958 ByteString aHelpId = pParent->GetHelpId(); in Start_Impl() local 959 aHelpURL = CreateHelpURL( String( aHelpId, RTL_TEXTENCODING_UTF8 ), aHelpModuleName ); in Start_Impl()
|
/aoo42x/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 863 const rtl::OString aHelpId = pFuncDesc->getHelpId(); in FillControls() local 864 if ( aHelpId.getLength() ) in FillControls() 865 pMEdit->SetHelpId(aHelpId); in FillControls()
|
/aoo42x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 1351 rtl::OUString aHelpId( rtl::OStringToOUString( GetHelpId( nItemId ), RTL_TEXTENCODING_UTF8 ) ); in RequestHelp() local 1352 if ( aHelpId.getLength() ) in RequestHelp() 1357 pHelp->Start( aHelpId, this ); in RequestHelp()
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxwindow.cxx | 2049 …rtl::OUString aHelpId( rtl::OStringToOUString( GetWindow()->GetHelpId(), RTL_TEXTENCODING_UTF8 ) ); in getProperty() local 2050 aProp <<= ::rtl::OUString( aHelpId ); in getProperty()
|