Lines Matching refs:sTmp

1546 	String sTmp( rNodeName );  in lcl_createSourceNames()  local
1547 const xub_StrLen nPos = sTmp.Len(); in lcl_createSourceNames()
1548 pNames[0] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1550 pNames[1] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1552 pNames[2] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1554 pNames[3] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1556 pNames[4] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1558 pNames[5] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1560 pNames[6] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1562 pNames[7] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1564 pNames[8] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1566 pNames[9] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1568 pNames[10] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_createSourceNames()
1579 String sTmp( rSubNodeName ); in lcl_CreateSubNames() local
1580 const xub_StrLen nPos = sTmp.Len(); in lcl_CreateSubNames()
1581 pNames[0] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_CreateSubNames()
1583 pNames[1] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_CreateSubNames()
1585 pNames[2] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_CreateSubNames()
1587 pNames[3] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_CreateSubNames()
1589 pNames[4] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_CreateSubNames()
1591 pNames[5] = sTmp.ReplaceAscii( nPos, STRING_MAXLEN, in lcl_CreateSubNames()
1670 String sTmp; in Commit() local
1672 ( sTmp += aLbTableCol.GetEntry( n ) ) += '\x0a'; in Commit()
1674 if( sTmp.Len() ) in Commit()
1675 pValues[4].Value <<= rtl::OUString(sTmp); in Commit()
1677 if( sNoTmpl != (sTmp = aLbDbParaColl.GetSelectEntry()) ) in Commit()
1678 pValues[5].Value <<= rtl::OUString(sTmp); in Commit()
1733 SwStyleNameMapper::FillUIName( RES_POOLCOLL_STANDARD, sTmp ); in Commit()
1743 pSubValues[4].Value <<= rtl::OUString(sTmp); in Commit()
1849 String sTmp( pNewData->sTblList ); in Load() local
1850 if( sTmp.Len() ) in Load()
1853 String sEntry( sTmp.GetToken( 0, '\x0a', n ) ); in Load()
1860 } while( n < sTmp.Len() ); in Load()
1872 sTmp = pNewData->sTmplNm; in Load()
1873 if( sTmp.Len() ) in Load()
1874 aLbDbParaColl.SelectEntry( sTmp ); in Load()
1880 sTmp = pNewData->sTAutoFmtNm; in Load()
1881 if( sTmp.Len() ) in Load()
1887 if( sTmp == aAutoFmtTbl[ --nAutoFmt ]->GetName() ) in Load()