Home
last modified time | relevance | path

Searched refs:sStr (Results 51 – 75 of 130) sorted by relevance

123456

/aoo41x/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx940 … String sStr = ::rtl::OUString( String( EditResId (RID_SVXSTR_A11Y_PARAGRAPH_DESCRIPTION ) ) ); in getAccessibleDescription() local
942 sStr.SearchAndReplace( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "$(ARG)" )), in getAccessibleDescription()
968 return ::rtl::OUString( sStr ) + aLine; in getAccessibleDescription()
981 String sStr = ::rtl::OUString( String( EditResId (RID_SVXSTR_A11Y_PARAGRAPH_NAME) ) ); in getAccessibleName() local
983 sStr.SearchAndReplace( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( "$(ARG)" )), in getAccessibleName()
986 return ::rtl::OUString( sStr ); in getAccessibleName()
/aoo41x/main/sc/source/core/tool/
H A Dinterpr5.cxx1315 String sStr; in ScAmpersand() local
1320 sStr = sStr1; in ScAmpersand()
1326 sStr = sStr2; in ScAmpersand()
1349 String aTmp( sStr); in ScAmpersand()
1365 aTmp += sStr; in ScAmpersand()
/aoo41x/main/svl/source/numbers/
H A Dzforscan.hxx94 Color* GetColor(String& sStr); // Setzt Hauptfarben oder
H A Dzforlist.cxx2824 sal_Bool SvNumberFormatter::IsUserDefined(const String& sStr, in IsUserDefined() argument
2832 sal_uInt32 nKey = ImpIsEntry(sStr, CLOffset, eLnge); in IsUserDefined()
2841 sal_uInt32 SvNumberFormatter::GetEntryKey(const String& sStr, in GetEntryKey() argument
2848 return ImpIsEntry(sStr, CLOffset, eLnge); in GetEntryKey()
/aoo41x/main/tools/source/stream/
H A Dstream.cxx961 ByteString sStr; in ReadCString() local
962 sal_Bool bRet = ReadCString( sStr ); in ReadCString()
963 rStr = String( sStr, eToEncode ); in ReadCString()
/aoo41x/main/xmloff/source/text/
H A Dtxtvfldi.cxx921 OUString sStr(&cSeparationChar, 1); in XMLVariableDeclImportContext() local
922 aAny <<= sStr; in XMLVariableDeclImportContext()
/aoo41x/main/filter/source/t602/
H A Dt602filter.cxx1195 rtl::OUString sStr = String( ResId( resid, *getResMgr() ) ); in getResStr() local
1196 return sStr; in getResStr()
/aoo41x/main/xmloff/inc/
H A Dtxtfldi.hxx187 inline void SetServiceName(::rtl::OUString sStr) { sServiceName = sStr; } in SetServiceName() argument
/aoo41x/main/sw/source/ui/index/
H A Dcnttab.cxx4534 String sStr = sLine.GetToken(0, ';', nSttPos ); in ReadEntries() local
4535 pToInsert->bCase = sStr.Len() && sStr != sZero; in ReadEntries()
4537 sStr = sLine.GetToken(0, ';', nSttPos ); in ReadEntries()
4538 pToInsert->bWord = sStr.Len() && sStr != sZero; in ReadEntries()
/aoo41x/main/sw/source/ui/uiview/
H A Dviewport.cxx753 if( aCnt.sStr.Len() ) in IMPL_LINK()
757 sPageStr.Insert( aCnt.sStr, 0, 80 ); in IMPL_LINK()
/aoo41x/main/starmath/source/
H A Dmathmlexport.cxx1331 OUString sStr(sStrBuf.makeStringAndClear()); in ExportFont() local
1332 AddAttribute(XML_NAMESPACE_MATH, XML_MATHSIZE, sStr); in ExportFont()
H A Dnode.cxx2774 String sStr; in CreateTextFromNode() local
2775 MathType::LookupChar(GetToken().cMathChar, sStr); in CreateTextFromNode()
2776 rText.Append(sStr); in CreateTextFromNode()
/aoo41x/main/sw/source/ui/dbui/
H A Ddbmgr.cxx607 String sStr; in ImportDBEntry() local
617 sStr += GetDBField( xColumnProp, aDBFormat); in ImportDBEntry()
619 sStr += '\t'; in ImportDBEntry()
621 pSh->SwEditShell::Insert2(sStr); in ImportDBEntry()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx3210 String sStr; // fuer optionale Parameter in WriteExpand() local
3215 sStr = FieldString(ww::eMERGEFIELD); in WriteExpand()
3218 sStr += pFld->GetTyp()->GetName(); in WriteExpand()
3219 m_rExport.OutputField(pFld, ww::eNONE, sStr); in WriteExpand()
/aoo41x/main/sw/source/ui/docvw/
H A Dromenu.cxx131 sDescription = aCntntAtPos.sStr; in SwReadOnlyPopup()
H A Dedtwin.cxx5580 String sStr( *aArr[ nCurArrPos ] ); in Start() local
5581 sStr.Erase( 0, nLen ); in Start()
5582 sal_uInt16 nL = sStr.Len(); in Start()
5587 pCETID = new CommandExtTextInputData( sStr, pAttrs, nL, in Start()
/aoo41x/main/sc/source/ui/unoobj/
H A Ddatauno.cxx506 rtl::OUString sStr; in FillSortParam() local
507 if ( rProp.Value >>= sStr ) in FillSortParam()
508 rParam.aCollatorAlgorithm = sStr; in FillSortParam()
/aoo41x/main/sw/inc/
H A Dcrsrsh.hxx127 String sStr; member
/aoo41x/main/sal/qa/osl/socket/
H A Dosl_StreamSocket.cxx1409 rtl::OUString sStr = aSocketAddr.getHostname(&aResult); in getPage() local
/aoo41x/main/sal/qa/osl/file/
H A Dosl_File.cxx1215 rtl::OString sStr = rtl::OUStringToOString(suStr, RTL_TEXTENCODING_UTF8); in check_SystemPath_FileURL() local
1218 …ileURL('%s') deliver system path: '%s', error '%s'\n", _sSource.getStr(), sStr.getStr(), sError.ge… in check_SystemPath_FileURL()
1220 …ystemPath('%s') deliver File URL: '%s', error '%s'\n", _sSource.getStr(), sStr.getStr(), sError.ge… in check_SystemPath_FileURL()
1228 sal_Bool bStrAreEqual = _sAssumeResultStr.equals(sStr); in check_SystemPath_FileURL()
/aoo41x/main/sw/source/core/unocore/
H A Dunofield.cxx831 String sStr; in SV_IMPL_PTRARR() local
874 pStr = &(sStr = sParam1.GetToken(nPart, sfx2::cTokenSeperator)); in SV_IMPL_PTRARR()
/aoo41x/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx450 aCntntAtPos.sStr ); in GetData()
/aoo41x/main/sal/qa/OStringBuffer/
H A Drtl_OStringBuffer.cxx86 rtl::OString sStr(aStrBuftmp.getStr()); in ctor_002() local
87 sal_Bool res = aStrtmp.equals( sStr ); in ctor_002()
/aoo41x/extras/l10n/source/ka/
H A Dlocalize.sdf15638 …ource\text\sbasic\shared\03101140.xhp 0 help par_idN105D3 0 ka sStr=String REM sStr არის ნაგული…
/aoo41x/extras/l10n/source/bo/
H A Dlocalize.sdf37120 …ource\text\sbasic\shared\03101140.xhp 0 help par_idN105D3 0 bo sStr=String REM sStr ནི་གབ་ཚུལ་ཡ…

Completed in 2491 milliseconds

123456