Home
last modified time | relevance | path

Searched refs:sExpand (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/filter/html/
H A Dhtmlfldw.cxx304 String const sExpand( pFld->ExpandField(true) ); in OutHTML_SwField() local
306 if( sExpand.Len() ) in OutHTML_SwField()
308 sal_uInt16 nScriptType = pBreakIt->GetBreakIter()->getScriptType( sExpand, 0 ); in OutHTML_SwField()
309 xub_StrLen nPos = (xub_StrLen)pBreakIt->GetBreakIter()->endOfScript( sExpand, 0, in OutHTML_SwField()
314 if( nPos < sExpand.Len() || nScript != rHTMLWrt.nCSS1Script ) in OutHTML_SwField()
357 sal_uInt16 nScriptType = pBreakIt->GetBreakIter()->getScriptType( sExpand, nPos ); in OutHTML_SwField()
361 sExpand, nPos, nScriptType ); in OutHTML_SwField()
391 HTMLOutFuncs::Out_String( rWrt.Strm(), sExpand.Copy( nPos, nEndPos ), in OutHTML_SwField()
401 HTMLOutFuncs::Out_String( rWrt.Strm(), sExpand.Copy( nPos, nEndPos ), in OutHTML_SwField()
406 while( nPos < sExpand.Len() ); in OutHTML_SwField()
[all …]
/trunk/main/sw/inc/
H A Dexpfld.hxx91 String sExpand; member in SwGetExpField
135 { sExpand = rExpand;} in ChgExpStr()
138 { return sExpand; } in GetExpStr()
227 String sExpand; member in SwSetExpField
274 { return sExpand; } in GetExpStr()
277 { sExpand = rExpand; } in ChgExpStr()
426 String sExpand; member in SwTblField
445 const String& GetExpStr() const { return sExpand; } in GetExpStr()
446 void ChgExpStr(const String& rStr) { sExpand = rStr; } in ChgExpStr()
/trunk/main/sw/source/core/fields/
H A Dtblcalc.cxx71 sExpand( '0' ), nSubType(nType) in SwTblField()
80 pTmp->sExpand = sExpand; in Copy()
134 aStr = sExpand; in Expand()
138 aStr = sExpand; in Expand()
160 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue(rVal, GetFormat(), GetLanguage()); in SetValue()
H A Dexpfld.cxx310 return sExpand; in Expand()
330 pTmp->sExpand = sExpand; in Copy()
379 LookString( ppHashTbl, nSize, GetFormula(), sExpand ); in ChangeExpansion()
392 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( in ChangeExpansion()
818 aStr = sExpand; in Expand()
853 pTmp->sExpand = sExpand; in Copy()
882 sExpand = FormatNumber( (sal_uInt16)GetValue(), GetFormat() ); in SetValue()
884 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, in SetValue()
891 sExpand = ((SwValueFieldType*)GetTyp())->ExpandValue( rAny, GetFormat(), in SetValue()
H A Dfldbas.cxx501 String sExpand; in ExpandValue() local
538 pFormatter->GetOutputString(sValue, nFmt, sExpand, &pCol); in ExpandValue()
541 pFormatter->GetOutputString(rVal, nFmt, sExpand, &pCol); in ExpandValue()
543 return sExpand; in ExpandValue()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx3087 XubString sExpand; in Replace0xFF() local
3089 sExpand = rFtn.GetNumStr(); in Replace0xFF()
3094 sExpand = GetDoc()->GetFtnInfo().aFmt. in Replace0xFF()
3096 rTxt.Insert( sExpand, nPos ); in Replace0xFF()
3097 nPos = nPos + sExpand.Len(); in Replace0xFF()
3098 nEndPos = nEndPos + sExpand.Len(); in Replace0xFF()
3099 rTxtStt = rTxtStt - sExpand.Len(); in Replace0xFF()
3252 XubString sExpand; in GetExpandTxt() local
3254 sExpand = rFtn.GetNumStr(); in GetExpandTxt()
3261 if( sExpand.Len() ) in GetExpandTxt()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx2485 String sExpand(rFld.GetPar2()); in HiddenField() local
2488 sExpand.SearchAndReplaceAll(0x0A, 0x0B); in HiddenField()
2492 SwWW8Writer::WriteString16(m_rWW8Export.Strm(), sExpand, false); in HiddenField()
2501 SwWW8Writer::WriteString8(m_rWW8Export.Strm(), sExpand, false, in HiddenField()
2592 String sExpand( lcl_GetExpandedField( *pFld ) ); in WriteExpand() local
2594 SwWW8Writer::WriteString16( m_rWW8Export.Strm(), sExpand, false ); in WriteExpand()
2597 SwWW8Writer::WriteString8( m_rWW8Export.Strm(), sExpand, false, in WriteExpand()
3006 String sExpand(pFld->GetPar2()); in TextField() local
3007 if (sExpand.Len()) in TextField()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx1311 String sExpand(((SwUserFieldType*)pFldType)->Expand(nsSwGetSetExpType::GSE_STRING, 0, 0)); in UpdateExpFlds() local
1315 ((_HashStr*)pFnd)->aSetStr = sExpand; in UpdateExpFlds()
1318 *(pHashStrTbl + nPos ) = new _HashStr( rNm, sExpand, in UpdateExpFlds()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx281 ByteString sExpand(getenv("SAL_EXPANDFPICKER")); in SalGtkFilePicker() local
282 sal_Int32 nExpand = sExpand.ToInt32(); in SalGtkFilePicker()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx927 String sExpand( RTL_CONSTASCII_STRINGPARAM( EXPAND_PROTOCOL ) ); in ActivateLastSelection() local
962 && sExpand.Match( sPageURL ) == STRING_MATCH ) in ActivateLastSelection()

Completed in 105 milliseconds