Home
last modified time | relevance | path

Searched refs:aHelpStr (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Dprevwsh.cxx399 String aHelpStr; in IMPL_LINK() local
410 aHelpStr = ScGlobal::GetRscString( STR_PAGE ); in IMPL_LINK()
411 aHelpStr += ' '; in IMPL_LINK()
412 aHelpStr += String::CreateFromInt32( nPageNo ); in IMPL_LINK()
414 aHelpStr.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " / " )); in IMPL_LINK()
415 aHelpStr += String::CreateFromInt32( nTotalPages ); in IMPL_LINK()
423 aHelpStr = ScGlobal::GetRscString( STR_PAGE ); in IMPL_LINK()
424 aHelpStr += ' '; in IMPL_LINK()
425 aHelpStr += String::CreateFromInt32( nPageNo+1 ); in IMPL_LINK()
427 aHelpStr.AppendAscii(RTL_CONSTASCII_STRINGPARAM( " / " )); in IMPL_LINK()
[all …]
H A Dtabview4.cxx268 String aHelpStr; in UpdateRef() local
276 aHelpStr = ScGlobal::GetRscString( STR_TIP_RESIZEMATRIX ); in UpdateRef()
279 aHelpStr.SearchAndReplace( String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("%1")), in UpdateRef()
281 aHelpStr.SearchAndReplace( String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM("%2")), in UpdateRef()
285 aHelpStr = ScGlobal::GetRscString( STR_QUICKHELP_DELETE ); in UpdateRef()
287 aHelpStr = pDoc->GetAutoFillPreview( aMarkRange, nEndX, nEndY ); in UpdateRef()
300 Help::ShowQuickHelp(pWin, aRect, aHelpStr, nAlign); in UpdateRef()
H A Dtabview.cxx1300 String aHelpStr; in IMPL_LINK() local
1305 aHelpStr = ScGlobal::GetRscString(STR_COLUMN); in IMPL_LINK()
1306 aHelpStr += ' '; in IMPL_LINK()
1307 aHelpStr += ScColToAlpha((SCCOL) nScrollPos); in IMPL_LINK()
1315 aHelpStr = ScGlobal::GetRscString(STR_ROW); in IMPL_LINK()
1316 aHelpStr += ' '; in IMPL_LINK()
1317 aHelpStr += String::CreateFromInt32(nScrollPos + 1); in IMPL_LINK()
1327 Help::ShowQuickHelp(pScroll->GetParent(), aRect, aHelpStr, nAlign); in IMPL_LINK()
H A Dhdrcont.cxx949 String aHelpStr = GetDragHelp( nVal ); in ShowDragHelp() local
975 Help::ShowQuickHelp(this, aRect, aHelpStr, nAlign); in ShowDragHelp()
H A Dgridwin.cxx3540 String aHelpStr; in AcceptPrivateDrop()
3541 aRange.Format( aHelpStr, SCA_VALID ); // non-3D in AcceptPrivateDrop()
3546 Help::ShowQuickHelp(aRect, aHelpStr, nAlign); in AcceptPrivateDrop()
/aoo4110/main/vcl/source/window/
H A Dbrdwin.cxx942 String aHelpStr; in ImplRequestHelp() local
994 aHelpStr = pData->mpBorderWindow->GetText(); in ImplRequestHelp()
1001 aHelpStr = String( ResId( nHelpId, *ImplGetResMgr() ) ); in ImplRequestHelp()
1003 return aHelpStr; in ImplRequestHelp()
2005 String aHelpStr( mpBorderView->RequestHelp( aMousePosPixel, aHelpRect ) ); in RequestHelp() local
2008 if ( aHelpStr.Len() ) in RequestHelp()
2012 Help::ShowBalloon( this, aHelpRect.Center(), aHelpRect, aHelpStr ); in RequestHelp()
2014 Help::ShowQuickHelp( this, aHelpRect, aHelpStr ); in RequestHelp()
/aoo4110/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx386 static rtl::OUString aHelpStr( rtl::OUString::createFromAscii( "help" ) ); variable
463 makeURL(sHelpFolder, langFolderURLSegment + aSlash + aHelpStr + in implProcessHelp()
511 aOfficeHelpPathFileURL, aHelpStr, aLangURL, in implProcessHelp()

Completed in 72 milliseconds