Home
last modified time | relevance | path

Searched refs:aHelpText (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/sw/source/ui/sidebar/
H A DPageMarginControl.cxx186 aHelpText += aRight; in FillValueSet()
188 aHelpText += aTop; in FillValueSet()
198 aHelpText = aLeft; in FillValueSet()
200 aHelpText += aRight; in FillValueSet()
202 aHelpText += aTop; in FillValueSet()
214 aHelpText = aLeft; in FillValueSet()
216 aHelpText += aRight; in FillValueSet()
218 aHelpText += aTop; in FillValueSet()
231 aHelpText = aInner; in FillValueSet()
235 aHelpText += aTop; in FillValueSet()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfudraw.cxx939 String aHelpText; in SetHelpText() local
950 aHelpText = pIMapObj->GetAltText(); in SetHelpText()
952 if (aHelpText.Len() == 0) in SetHelpText()
1023 aHelpText = String(SdResId(STR_CLICK_ACTION_MACRO)); in SetHelpText()
1028 aHelpText.Append( pInfo->GetBookmark() ); in SetHelpText()
1034 aHelpText.Append( sBookmark.GetToken( 2, cToken ) ); in SetHelpText()
1035 aHelpText.Append( cToken ); in SetHelpText()
1037 aHelpText.Append( cToken ); in SetHelpText()
1046 aHelpText = String(SdResId(STR_CLICK_ACTION_SOUND)); in SetHelpText()
1053 aHelpText = String(SdResId(STR_CLICK_ACTION_VERB)); in SetHelpText()
[all …]
H A Dfutext.cxx1294 String aHelpText; in RequestHelp() local
1303aHelpText = INetURLObject::decode( ((const SvxURLField*)pField)->GetURL(), '%', INetURLObject::DEC… in RequestHelp()
1305 if (aHelpText.Len()) in RequestHelp()
1313 … bReturn = Help::ShowBalloon( (Window*)mpWindow, rHEvt.GetMousePosPixel(), aScreenRect, aHelpText); in RequestHelp()
1317 bReturn = Help::ShowQuickHelp( (Window*)mpWindow, aScreenRect, aHelpText); in RequestHelp()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx293 String aHelpText; in RequestHelp() local
315 aHelpText = pIMapObj->GetAltText(); in RequestHelp()
316 if (!aHelpText.Len()) in RequestHelp()
317 aHelpText = pIMapObj->GetURL(); in RequestHelp()
322 if ( aHelpText.Len() == 0 ) in RequestHelp()
326 aHelpText = aVEvt.pURLField->GetURL(); in RequestHelp()
347 aHelpText = pInfo->GetHlink(); in RequestHelp()
356 if ( !aHelpText.Len() ) // Text-URL in RequestHelp()
361 aHelpText = INetURLObject::decode( aUrl, INET_HEX_ESCAPE, in RequestHelp()
378 if ( aHelpText.Len() ) in RequestHelp()
[all …]
H A Dcellsh2.cxx1020 String aHelpTitle, aHelpText; in ExecuteDB() local
1052 bShowHelp = pOldData->GetInput( aHelpTitle, aHelpText ); in ExecuteDB()
1063 aArgSet.Put( SfxStringItem( FID_VALID_HELPTEXT, aHelpText ) ); in ExecuteDB()
1139 aHelpText = ((const SfxStringItem*)pItem)->GetValue(); in ExecuteDB()
1154 aData.SetInput(aHelpTitle, aHelpText); // sets bShowInput to TRUE in ExecuteDB()
/trunk/main/svx/source/form/
H A Dfmpage.cxx224 UniString aHelpText; in RequestHelp() local
229 aHelpText = ::comphelper::getString(xSet->getPropertyValue(FM_PROP_HELPTEXT)).getStr(); in RequestHelp()
231 if (!aHelpText.Len() && ::comphelper::hasProperty(FM_PROP_TARGET_URL, xSet)) in RequestHelp()
246 aHelpText = INetURLObject::decode(aUrl.GetURLNoPass(), '%', INetURLObject::DECODE_UNAMBIGUOUS); in RequestHelp()
251 if ( aHelpText.Len() != 0 ) in RequestHelp()
263 Help::ShowBalloon( pWindow, aItemRect.Center(), aItemRect, aHelpText); in RequestHelp()
265 Help::ShowQuickHelp( pWindow, aItemRect, aHelpText ); in RequestHelp()
/trunk/main/idl/source/objects/
H A Dbasobj.cxx208 if( nMask & 0x04 ) rStm >> aHelpText; in Load()
219 if( aHelpText.IsSet() ) nMask |= 0x04; in Save()
226 if( nMask & 0x04 ) rStm << aHelpText; in Save()
278 aHelpText.ReadSvIdl( rBase, rInStm ); in ReadAttributesSvIdl()
365 if( aHelpContext.IsSet() || aHelpText.IsSet() || aConfigName.IsSet() ) in WriteAttributesSvIdl()
376 if( aHelpText.IsSet() ) in WriteAttributesSvIdl()
379 aHelpText.WriteSvIdl( rBase, rOutStm, nTab ); in WriteAttributesSvIdl()
/trunk/main/svtools/source/contnr/
H A Dtooltiplbox.cxx62 String aHelpText( rListBox.GetEntry( nPos ) ); in lcl_ToolTipLBox_ShowToolTip() local
63 if( rListBox.GetTextWidth( aHelpText ) > rListBox.GetOutputSizePixel().Width() ) in lcl_ToolTipLBox_ShowToolTip()
70 Help::ShowBalloon( &rListBox, aLBoxRect.Center(), aLBoxRect, aHelpText ); in lcl_ToolTipLBox_ShowToolTip()
72 Help::ShowQuickHelp( &rListBox, aLBoxRect, aHelpText ); in lcl_ToolTipLBox_ShowToolTip()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowTitle.cxx118 String aHelpText = m_pTabWin->GetComposedName(); in RequestHelp() local
119 if( aHelpText.Len()) in RequestHelp()
131 Help::ShowBalloon( this, aItemRect.Center(), aItemRect, aHelpText); in RequestHelp()
133 Help::ShowQuickHelp( this, aItemRect, aHelpText ); in RequestHelp()
/trunk/main/padmin/source/
H A Dcmddlg.cxx465 String aHelpText; in IMPL_LINK() local
467 aHelpText = m_aPrinterHelp; in IMPL_LINK()
469 aHelpText = m_aFaxHelp; in IMPL_LINK()
471 aHelpText = m_aPdfHelp; in IMPL_LINK()
473 InfoBox aBox( this, aHelpText ); in IMPL_LINK()
/trunk/main/sfx2/inc/sfx2/
H A Dmnuitem.hxx49 String aHelpText; member in SfxMenuControl
83 const String& GetHelpText() const { return aHelpText; } in GetHelpText()
84 void SetHelpText(const String &rStr) { aHelpText = rStr; } in SetHelpText()
H A Dstyfitem.hxx59 String aHelpText; member in SfxStyleFamilyItem
69 const String& GetHelpText() const { return aHelpText; } in GetHelpText()
/trunk/main/cui/source/options/
H A Doptinet2.cxx1107 String aHelpText; in RequestHelp() local
1109 aHelpText = GetEntry(nPos); in RequestHelp()
1110 if( aHelpText.Len() && GetTextWidth(aHelpText)<GetOutputSizePixel().Width() ) in RequestHelp()
1111 aHelpText.Erase(); // if the entry is quite short, clear the helping tip content. in RequestHelp()
1120 Help::ShowBalloon( this, aItemRect.Center(), aItemRect, aHelpText); in RequestHelp()
1122 Help::ShowQuickHelp( this, aItemRect, aHelpText ); in RequestHelp()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx692 String aHelpText; in RequestHelp() local
696 aHelpText = String::CreateFromInt32( GetChildCount(pEntry) ); in RequestHelp()
697 aHelpText += ' '; in RequestHelp()
698 aHelpText += GetEntryText(pEntry); in RequestHelp()
703 aHelpText = GetEntryText(pEntry); // Notizen als Help-Text in RequestHelp()
714 aHelpText = pLink->GetFile(); // Source-Datei als Help-Text in RequestHelp()
732 Help::ShowQuickHelp( this, aItemRect, aHelpText ); in RequestHelp()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx261 String aHelpText; in RequestHelp() local
289 aHelpText = pVar->GetName(); in RequestHelp()
290 if ( !aHelpText.Len() ) // Bei Uebergabeparametern wird der Name nicht kopiert in RequestHelp()
291 aHelpText = aWord; in RequestHelp()
292 aHelpText += '='; in RequestHelp()
293 aHelpText += pVar->GetString(); in RequestHelp()
296 if ( aHelpText.Len() ) in RequestHelp()
306 …Help::ShowQuickHelp( this, Rectangle( aTopLeft, Size( 1, 1 ) ), aHelpText, QUICKHELP_TOP|QUICKHELP… in RequestHelp()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx210 ::rtl::OUString aHelpText; in RequestHelp()
211 xColumn->getPropertyValue(FM_PROP_HELPTEXT) >>= aHelpText; in RequestHelp()
212 if ( !aHelpText.getLength() ) in RequestHelp()
213 xColumn->getPropertyValue(FM_PROP_DESCRIPTION) >>= aHelpText; in RequestHelp()
214 if ( aHelpText.getLength() ) in RequestHelp()
217 Help::ShowBalloon( this, aItemRect.Center(), aItemRect, aHelpText ); in RequestHelp()
219 Help::ShowQuickHelp( this, aItemRect, aHelpText ); in RequestHelp()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx206 rtl::OUString aHelpText; in helpRequested() local
232 aHelpText = temp; in helpRequested()
243 return aHelpText; in helpRequested()
H A Dhelppopupwindow.cxx128 void SAL_CALL CHelpPopupWindow::setText( const rtl::OUString& aHelpText ) in setText() argument
130 m_HelpText = aHelpText; in setText()
H A Dhelppopupwindow.hxx85 void SAL_CALL setText( const rtl::OUString& aHelpText );
/trunk/main/idl/inc/
H A Dbasobj.hxx155 SvHelpText aHelpText; member in SvMetaName
185 virtual const SvString & GetHelpText() const { return aHelpText; } in GetHelpText()
/trunk/main/chart2/source/controller/dialogs/
H A DObjectNameProvider.cxx739 const OUString aHelpText( getHelpText( rObjectCID, xChartModel, bVerbose )); in getSelectedObjectText() local
740 if( !aHelpText.isEmpty() ) in getSelectedObjectText()
743 replaceParamterInString( aRet, C2U("%OBJECTNAME"), aHelpText ); in getSelectedObjectText()
/trunk/main/sd/source/ui/view/
H A Dviewoverlaymanager.cxx230 String aHelpText( aResId ); in onMouseEnter() local
232 …tic_cast< ::Window* >( pHdlList->GetView()->GetFirstOutputDevice() ), aScreenRect, aHelpText, 0 ) ; in onMouseEnter()
/trunk/main/vcl/source/window/
H A Dmenu.cxx155 XubString aHelpText; // Help-String member
1322 String aHelpText; in InsertItem() local
1325 aHelpText = ReadStringRes(); in InsertItem()
1327 SetHelpText( nItemId, aHelpText ); in InsertItem()
1338 SetHelpText( nItemId, aHelpText ); in InsertItem()
1463 pThis->SetHelpText( nId, pData->aHelpText ); in ImplCopyItem()
2057 pData->aHelpText = rStr; in SetHelpText()
2066 if ( !pData->aHelpText.Len() && in ImplGetHelpText()
2073 pData->aHelpText = pHelp->GetHelpText( pData->aCommandStr, NULL ); in ImplGetHelpText()
2075 if( !pData->aHelpText.Len() && pData->aHelpId.getLength() ) in ImplGetHelpText()
[all …]
/trunk/main/sfx2/source/menu/
H A Dmnuitem.cxx149 aHelpText = rHelpText; in Bind()
179 aHelpText = rHelpText; in Bind()
/trunk/main/sfx2/source/inc/
H A Dmnucfga.hxx39 String aHelpText; // Hilfetext member

Completed in 208 milliseconds

12