Searched refs:tmp2 (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/unoxml/source/dom/ |
H A D | characterdata.cxx | 101 OUString tmp2 = tmp.copy(0, offset); in deleteData() local 102 tmp2 += tmp.copy(offset+count, tmp.getLength() - (offset+count)); in deleteData() 104 …xmlNodeSetContent(m_aNodePtr, (const xmlChar*)(OUStringToOString(tmp2, RTL_TEXTENCODING_UTF8).getS… in deleteData() 170 OUString tmp2 = tmp.copy(0, offset); in insertData() local 171 tmp2 += arg; in insertData() 172 tmp2 += tmp.copy(offset, tmp.getLength() - offset); in insertData() 174 …xmlNodeSetContent(m_aNodePtr, (const xmlChar*)(OUStringToOString(tmp2, RTL_TEXTENCODING_UTF8).getS… in insertData() 207 OUString tmp2 = tmp.copy(0, offset); in replaceData() local 208 tmp2 += arg; in replaceData() 209 tmp2 += tmp.copy(offset+count, tmp.getLength() - (offset+count)); in replaceData() [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | address.cxx | 819 const sal_Unicode* tmp1, *tmp2; in lcl_ScRange_Parse_XL_A1() local 854 if( !tmp2 ) in lcl_ScRange_Parse_XL_A1() 877 if( !tmp2 ) in lcl_ScRange_Parse_XL_A1() 894 if ( *tmp2 == 0 ) in lcl_ScRange_Parse_XL_A1() 904 tmp2 = lcl_eatWhiteSpace( tmp2 ); in lcl_ScRange_Parse_XL_A1() 905 if( *tmp2 != ':' ) in lcl_ScRange_Parse_XL_A1() 909 if (*tmp2 == 0 && (nFlags & SCA_TAB2_3D)) in lcl_ScRange_Parse_XL_A1() 923 p = tmp2; in lcl_ScRange_Parse_XL_A1() 929 tmp2 = lcl_a1_get_row( tmp1, &r.aEnd, &nFlags2 ); in lcl_ScRange_Parse_XL_A1() 930 if( !tmp2 ) // strange, but valid singleton in lcl_ScRange_Parse_XL_A1() [all …]
|
/aoo42x/main/extensions/test/ole/AxTestComponents/ |
H A D | Basic.cpp | 1249 CComVariant tmp2(*val2); in get_prpMultiArg1() local 1256 m_var2 = tmp2; in get_prpMultiArg1() 1266 CComVariant tmp2( * val2); in put_prpMultiArg1() local 1273 m_var2 = tmp2; in put_prpMultiArg1()
|
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 948 String tmp2(sLbl2); in SetLabels() local 961 sColumnWidth.SearchAndReplaceAscii("%1", tmp2); in SetLabels() 971 sDist1.SearchAndReplaceAscii("%2", tmp2); in SetLabels() 975 sDist2.SearchAndReplaceAscii("%1", tmp2); in SetLabels()
|
/aoo42x/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 1257 sal_uInt32* tmp2 = (sal_uInt32*)scalloc(s[i].m + CMAP_PAIR_INCR, sizeof(sal_uInt32)); in cmapAdd() local 1259 assert(tmp2 != 0); in cmapAdd() 1261 memcpy(tmp2, s[i].xg, sizeof(sal_uInt32) * s[i].m); in cmapAdd() 1266 s[i].xg = tmp2; in cmapAdd()
|
/aoo42x/main/cpputools/source/registercomponent/ |
H A D | registercomponent.cxx | 651 OUString tmp2 = opt.sBootRegName; in bootstrap() local 653 opt.sBootRegName2 = tmp2; in bootstrap()
|
/aoo42x/main/libtextcat/ |
H A D | libtextcat-2.2.patch | 851 entry_t tmp2; 853 heapextract(t, &tmp2); 857 strcpy( h->fprint[i].str, tmp2.str );
|
Completed in 92 milliseconds