/aoo42x/main/sw/source/ui/docvw/ |
H A D | edtwin2.cxx | 115 String sTxt; in RequestHelp() local 159 sTxt = UniString( in RequestHelp() 166 sTxt = aCntntAtPos.sStr; in RequestHelp() 173 sTxt = URIHelper::removePassword( sTxt, in RequestHelp() 188 sTxt = sTxt.Copy( 0, nFound - 1); in RequestHelp() 192 String sTmpSearchStr = sTxt.Copy( 1, sTxt.Len() ); in RequestHelp() 359 if( !sTxt.Len() ) in RequestHelp() 367 if (sTxt.Len() ) in RequestHelp() 448 sTxt = pField->GetURL(); in RequestHelp() 479 if (sTxt.Len() && pObj) in RequestHelp() [all …]
|
H A D | SidebarTxtControl.cxx | 123 String sTxt; in RequestHelp() local 124 sTxt = SW_RESSTR( nResId ); in RequestHelp() 125 sTxt.AppendAscii( RTL_CONSTASCII_STRINGPARAM(": " )); in RequestHelp() 126 sTxt += aCntntAtPos.aFnd.pRedl->GetAuthorString(); in RequestHelp() 127 sTxt.AppendAscii( RTL_CONSTASCII_STRINGPARAM( " - " )); in RequestHelp() 128 sTxt += GetAppLangDateTimeString( aCntntAtPos.aFnd.pRedl->GetTimeStamp() ); in RequestHelp() 129 … Help::ShowQuickHelp( this,PixelToLogic(Rectangle(rEvt.GetMousePosPixel(),Size(50,10))),sTxt); in RequestHelp()
|
/aoo42x/main/sw/source/core/draw/ |
H A D | dpage.cxx | 173 String sTxt; in RequestHelp() local 179 sTxt = pTmpObj->GetAltText(); in RequestHelp() 180 if ( !sTxt.Len() ) in RequestHelp() 181 sTxt = URIHelper::removePassword( pTmpObj->GetURL(), in RequestHelp() 188 sTxt = URIHelper::removePassword( rURL.GetURL(), in RequestHelp() 201 ((( sTxt += '?' ) += String::CreateFromInt32( aPt.X() )) in RequestHelp() 206 if ( sTxt.Len() ) in RequestHelp() 217 sTxt.InsertAscii( ": ", 0 ); in RequestHelp() 218 sTxt.Insert( ViewShell::GetShellRes()->aHyperlinkClick, 0 ); in RequestHelp() 226 Help::ShowBalloon( pWindow, rEvt.GetMousePosPixel(), sTxt ); in RequestHelp() [all …]
|
/aoo42x/main/sw/source/core/fields/ |
H A D | reffld.cxx | 268 return sTxt; in Expand() 282 sTxt.Erase(); in UpdateField() 355 sTxt = pFtnIdx->GetFtn().GetViewNumStr( *pDoc ); in UpdateField() 365 sTxt = pTxtNd->GetExpandTxt( nStt, nEnd - nStt ); in UpdateField() 368 if( sTxt.Len() ) in UpdateField() 370 sTxt.EraseAllChars( 0xad ); in UpdateField() 400 sTxt = String::CreateFromInt32(nPageNo); in UpdateField() 415 sTxt = aFld.GetNumber(); in UpdateField() 432 sTxt = nStt < *pFldTxtAttr->GetStart() in UpdateField() 438 sTxt = in UpdateField() [all …]
|
H A D | docufld.cxx | 2415 return sTxt; in Expand() 2424 pCpy->SetText( sTxt ); in Copy() 2441 sTxt.Erase(); in ChangeExpansion() 2498 rAny <<= OUString(sTxt); in QueryValue() 2526 sTxt = sTmp; in PutValue() 2577 sTmp += sTxt; in Expand() 2586 sTxt, sHelp ); in Copy() 2595 return sTxt; in GetPar1() 2602 sTxt = rStr; in SetPar1() 2645 rAny <<= OUString(sTxt); in QueryValue() [all …]
|
H A D | cellfml.cxx | 220 String sTxt( rTxt.Copy( nSttPos ) ); in GetValue() local 228 else if( sTxt.Len() && in GetValue() 232 if( pNumFmtr->IsNumberFormat( sTxt, nTmpFmt, aNum ) && in GetValue() 234 sTxt += '%'; in GetValue() 237 if( pNumFmtr->IsNumberFormat( sTxt, nFmtIndex, aNum )) in GetValue()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | extinput.cxx | 95 String sTxt( pTNd->GetTxt().Copy( nSttCnt, nEndCnt - nSttCnt )); in ~SwExtTextInput() local 98 xub_StrLen nLen = sTxt.Len(); in ~SwExtTextInput() 111 pDoc->Overwrite( *this, sTxt.Copy( 0, in ~SwExtTextInput() 114 sTxt.Copy( sOverwriteText.Len() ) ); in ~SwExtTextInput() 126 pDoc->Overwrite( *this, sTxt ); in ~SwExtTextInput() 136 pDoc->InsertString( *this, sTxt ); in ~SwExtTextInput()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | styledlg.cxx | 80 String sTxt( GetText() ); in SfxStyleDialog() local 81 sTxt += DEFINE_CONST_UNICODE(": ") ; in SfxStyleDialog() 82 sTxt += rStyle.GetName(); in SfxStyleDialog() 83 SetText( sTxt ); in SfxStyleDialog()
|
/aoo42x/main/sw/source/ui/dbui/ |
H A D | dbinsdlg.cxx | 470 String sTxt( pButton->GetText() ); in IMPL_LINK() local 471 aFlHead.SetText( MnemonicGenerator::EraseAllMnemonicChars( sTxt ) ); in IMPL_LINK() 852 String sTxt( aFlFormat.GetText().Copy( 0, nGBFmtLen )); in IMPL_LINK() local 878 aFlFormat.SetText( sTxt ); in IMPL_LINK() 936 String sTxt( rTxt ); in SplitTextToColArr() local 945 SwInsDBColumn aSrch( sTxt.Copy( nSttPos, nEndPos - nSttPos ), 0); in SplitTextToColArr() 956 ::lcl_InsTextInArr( sTxt.Copy( 0, nSttPos-1 ), rColArr ); in SplitTextToColArr() 957 sTxt.Erase( 0, nSttPos-1 ); in SplitTextToColArr() 960 sTxt.Erase( 0, (xub_StrLen)(rFndCol.sColumn.getLength() + 2) ); in SplitTextToColArr() 998 if( sTxt.Len() ) in SplitTextToColArr() [all …]
|
/aoo42x/main/sw/source/core/edit/ |
H A D | editsh.cxx | 764 String sTxt( GetSelTxt() ); in InsertURL() local 765 sTxt.EraseTrailingChars(); in InsertURL() 766 if( sTxt == rStr ) in InsertURL() 817 String sTxt( pTxtNd->GetExpandTxt( *rAttr.GetStart(), in GetINetAttrs() local 820 sTxt.EraseAllChars( 0x0a ); in GetINetAttrs() 821 sTxt.EraseLeadingChars().EraseTrailingChars(); in GetINetAttrs() 823 if( sTxt.Len() ) in GetINetAttrs() 825 SwGetINetAttr* pNew = new SwGetINetAttr( sTxt, rAttr ); in GetINetAttrs()
|
H A D | edattr.cxx | 308 String sTxt( rFtn.GetViewNumStr( *pDoc )); in GetSeqFtnList() local 309 if( sTxt.Len() ) in GetSeqFtnList() 310 sTxt += ' '; in GetSeqFtnList() 311 sTxt += pTxtNd->GetExpandTxt( 0, USHRT_MAX ); in GetSeqFtnList() 313 _SeqFldLstElem* pNew = new _SeqFldLstElem( sTxt, in GetSeqFtnList()
|
H A D | autofmt.cxx | 292 String sTxt; in _SetRedlineTxt() local 296 sTxt = *ViewShell::GetShellRes()->GetAutoFmtNameLst()[ nActionId ]; in _SetRedlineTxt() 319 sTxt = String::CreateFromAscii( in _SetRedlineTxt() 323 pDoc->SetAutoFmtRedlineComment( &sTxt, nSeqNo ); in _SetRedlineTxt() 1858 String sTxt( *ViewShell::GetShellRes()->GetAutoFmtNameLst()[ in BuildHeadLine() local 1860 sTxt.SearchAndReplace( String::CreateFromAscii( in BuildHeadLine() 1863 pDoc->SetAutoFmtRedlineComment( &sTxt ); in BuildHeadLine()
|
/aoo42x/main/cui/source/dialogs/ |
H A D | postdlg.cxx | 174 String sTxt( rAuthor ); in ShowLastAuthor() local 175 sTxt.AppendAscii( RTL_CONSTASCII_STRINGPARAM( ", " ) ); in ShowLastAuthor() 176 sTxt += rDate; in ShowLastAuthor() 177 aLastEditFT.SetText( sTxt ); in ShowLastAuthor()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | wrtw8nds.cxx | 1117 String sTxt; in TOXMark() local 1128 sTxt = rAttr.GetAlternativeText(); in TOXMark() 1138 sTxt.Insert( ':', 0 ); in TOXMark() 1142 sTxt.Insert( ':', 0 ); in TOXMark() 1145 sTxt.InsertAscii( " XE \"", 0 ); in TOXMark() 1146 sTxt.InsertAscii( "\" " ); in TOXMark() 1150 ( sTxt.APPEND_CONST_ASC( "\" \\f \"" ) ) in TOXMark() 1156 sTxt.InsertAscii( " TC \"", 0 ); in TOXMark() 1161 ((sTxt.APPEND_CONST_ASC( "\" \\l " )) in TOXMark() 1170 if ( sTxt.Len() ) in TOXMark() [all …]
|
H A D | ww8par2.cxx | 722 String sTxt; in SetAnlvStrings() local 725 sTxt = String( (sal_Char*)pTxt, SVBT8ToByte( rAV.cbTextBefore ) in SetAnlvStrings() 733 sTxt.Append(SVBT16ToShort(*(SVBT16*)pTxt)); in SetAnlvStrings() 748 sTxt.Fill( SVBT8ToByte( rAV.cbTextBefore ) in SetAnlvStrings() 781 rNum.SetBulletChar( sTxt.GetChar( 0 ) ); in SetAnlvStrings() 791 String sP( sTxt.Copy( 0, SVBT8ToByte( rAV.cbTextBefore ) ) ); in SetAnlvStrings() 797 sP.Insert( sTxt.Copy( SVBT8ToByte( rAV.cbTextBefore ), in SetAnlvStrings()
|
H A D | rtfattributeoutput.cxx | 2730 String sTxt; in ParaNumRule_Impl() local 2732 sTxt = pFmt->GetBulletChar(); in ParaNumRule_Impl() 2734 sTxt = pTxtNd->GetNumString(); in ParaNumRule_Impl() 2738 if (sTxt.Len()) in ParaNumRule_Impl() 2740 m_aStyles.append(m_rExport.OutString(sTxt, m_rExport.eDefaultEncoding)); in ParaNumRule_Impl() 2766 else if( sTxt.Len() ) in ParaNumRule_Impl()
|
/aoo42x/main/svx/source/stbctrls/ |
H A D | selctrl.cxx | 106 String sTxt; in DrawItemText_Impl() local 127 sTxt = SVX_RESSTR( _nId ); in DrawItemText_Impl() 128 GetStatusBar().SetItemText( GetId(), sTxt ); in DrawItemText_Impl()
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 959 String sTxt; in IntelligentCut() local 967 !rCC.isLetterNumeric( ( sTxt = cPrev), 0 ) || in IntelligentCut() 968 !rCC.isLetterNumeric( ( sTxt = cNext), 0 ) ) in IntelligentCut() 979 !rCC.isLetterNumeric( ( sTxt = cPrev), 0 ) && in IntelligentCut() 980 !rCC.isLetterNumeric( ( sTxt = cNext), 0 ) ) in IntelligentCut()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | numfmtlb.cxx | 267 String sTxt(C2S("\"ABC\"")); in SetFormatType() local 268 pFormatter->GetOutputString( sTxt, nFormat, sValue, &pCol); in SetFormatType() 346 String sTxt(C2S("\"ABC\"")); in SetDefFormat() local 347 pFormatter->GetOutputString(sTxt, nDefFmt, sValue, &pCol); in SetDefFormat()
|
H A D | condedit.cxx | 72 String sTxt; in ExecuteDrop() local
|
/aoo42x/main/sc/source/ui/miscdlgs/ |
H A D | solveroptions.cxx | 124 String sTxt( ' ' ); in Paint() local 126 sTxt += (String)rtl::math::doubleToUString( mfDoubleValue, in Paint() 130 sTxt += String::CreateFromInt32( mnIntValue ); in Paint() 132 rDev.DrawText( aNewPos, sTxt ); in Paint()
|
/aoo42x/main/sw/inc/ |
H A D | reffld.hxx | 95 String sTxt; member in SwGetRefField 126 void SetExpand( const String& rStr ) { sTxt = rStr; } in SetExpand()
|
H A D | docufld.hxx | 720 String sTxt; member in SwRefPageGetField 727 void SetText( const String& rTxt ) { sTxt = rTxt; } in SetText() 752 String sTxt, sHelp; member in SwJumpEditField
|
/aoo42x/main/cui/source/options/ |
H A D | optdict.cxx | 463 String sTxt( aBox.GetMessText() ); in IMPL_LINK() local 464 sTxt.SearchAndReplaceAscii( "%1", aAllDictsLB.GetSelectEntry() ); in IMPL_LINK() 465 aBox.SetMessText( sTxt ); in IMPL_LINK()
|
/aoo42x/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 2324 String sTxt; in _PasteGrf() local 2325 if( 0 != ( nRet = rData.GetString( nFmt, sTxt ) ) ) in _PasteGrf() 2328 SwTransferable::_CheckForURLOrLNKFile( rData, sTxt, &sDesc ); in _PasteGrf() 2331 URIHelper::SmartRel2Abs(INetURLObject(), sTxt, Link(), false ), in _PasteGrf() 2672 String sTxt; in _PasteDBData() local 2673 if( rData.GetString( nFmt, sTxt ) && sTxt.Len() ) in _PasteDBData() 2735 SfxStringItem aDataDesc( nWh, sTxt ); in _PasteDBData()
|