Searched refs:tmp1 (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | address.cxx | 819 const sal_Unicode* tmp1, *tmp2; in lcl_ScRange_Parse_XL_A1() local 840 tmp1 = lcl_a1_get_col( p, &r.aStart, &nFlags ); in lcl_ScRange_Parse_XL_A1() 848 tmp1 = lcl_eatWhiteSpace( tmp1 ); in lcl_ScRange_Parse_XL_A1() 849 if( !tmp1 || *tmp1++ != ':' ) // Even a singleton requires ':' (eg 2:2) in lcl_ScRange_Parse_XL_A1() 852 tmp1 = lcl_eatWhiteSpace( tmp1 ); in lcl_ScRange_Parse_XL_A1() 865 tmp2 = lcl_a1_get_row( tmp1, &r.aStart, &nFlags ); in lcl_ScRange_Parse_XL_A1() 871 tmp1 = lcl_eatWhiteSpace( tmp1 ); in lcl_ScRange_Parse_XL_A1() 875 tmp1 = lcl_eatWhiteSpace( tmp1 ); in lcl_ScRange_Parse_XL_A1() 925 tmp1 = lcl_a1_get_col( p, &r.aEnd, &nFlags2 ); in lcl_ScRange_Parse_XL_A1() 926 if( !tmp1 ) // strange, but valid singleton in lcl_ScRange_Parse_XL_A1() [all …]
|
/aoo4110/main/extensions/test/ole/AxTestComponents/ |
H A D | Basic.cpp | 1248 CComVariant tmp1(*val1); in get_prpMultiArg1() local 1255 m_var1 = tmp1; in get_prpMultiArg1() 1265 CComVariant tmp1( * val1); in put_prpMultiArg1() local 1272 m_var1 = tmp1; in put_prpMultiArg1()
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | ttcr.cxx | 1255 sal_uInt32* tmp1 = (sal_uInt32*)scalloc(s[i].m + CMAP_PAIR_INCR, sizeof(sal_uInt32)); in cmapAdd() local 1257 assert(tmp1 != 0); in cmapAdd() 1259 memcpy(tmp1, s[i].xc, sizeof(sal_uInt32) * s[i].m); in cmapAdd() 1264 s[i].xc = tmp1; in cmapAdd()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 943 String tmp1(sLbl2); in SetLabels() local 957 sColumnWidth.SearchAndReplaceAscii("%1", tmp1); in SetLabels() 970 sDist1.SearchAndReplaceAscii("%1", tmp1); in SetLabels()
|
Completed in 54 milliseconds