Home
last modified time | relevance | path

Searched refs:stTmp (Results 1 – 6 of 6) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpt_PT_Styles.cpp163 UT_String stTmp; in _loadBuiltinStyles() local
198 stTmp += "; text-align:right"; in _loadBuiltinStyles()
200 stTmp += "; text-align:left"; in _loadBuiltinStyles()
206 UT_String_sprintf(stTmp, szFmt, pszFamily, 17); in _loadBuiltinStyles()
207 _s("Heading 1", true, "P", "Normal", "Normal", stTmp.c_str()); in _loadBuiltinStyles()
208 UT_String_sprintf(stTmp, szFmt, pszFamily, 14); in _loadBuiltinStyles()
209 _s("Heading 2", true, "P", "Normal", "Normal", stTmp.c_str()); in _loadBuiltinStyles()
210 UT_String_sprintf(stTmp, szFmt, pszFamily, 12); in _loadBuiltinStyles()
211 _s("Heading 3", true, "P", "Normal", "Normal", stTmp.c_str()); in _loadBuiltinStyles()
212 _s("Heading 4", true, "P", "Normal", "Normal", stTmp.c_str()); in _loadBuiltinStyles()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/xap/xp/
H A Dxap_Frame.cpp285 UT_String stTmp; in initialize() local
298 pApp->getPrefsValue(XAP_PREF_KEY_ZoomType, stTmp); in initialize()
299 UT_DEBUGMSG(("Zoom type from prefs is %s \n",stTmp.c_str())); in initialize()
301 if( g_ascii_strcasecmp( stTmp.c_str(), "100" ) == 0 ) in initialize()
306 else if( g_ascii_strcasecmp( stTmp.c_str(), "75" ) == 0 ) in initialize()
311 else if( g_ascii_strcasecmp( stTmp.c_str(), "200" ) == 0 ) in initialize()
316 else if( g_ascii_strcasecmp( stTmp.c_str(), "Width" ) == 0 ) in initialize()
335 else if( g_ascii_strcasecmp( stTmp.c_str(), "Page" ) == 0 ) in initialize()
356 iZoom = atoi( stTmp.c_str() ); in initialize()
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeAnalysis/
H A DShapeAnalysis_WireOrder.cxx367 Standard_Integer stTmp=0; in Perform() local
370 if(stTmp>=0) stTmp = (mainSeq->Value(i) > 0 ? 1 : -1); in Perform()
373 if (stTmp == 0) { in Perform()
374 myStat = stTmp; in Perform()
395 stTmp = 3; in Perform()
396 myStat = stTmp; in Perform()
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftb/
H A Dscc.F90825 real(dp) :: stTmp(3,3) local
831 stTmp = 0.0_dp
834 call addSTGammaPrime_(stTmp,this,species,iNeighbour,img2CentCell)
836 st(:,:) = st(:,:) - 0.5_dp * stTmp(:,:)
841 stTmp = 0.0_dp
843 & this%volume, this%deltaQAtom, stTmp)
845 st(:,:) = st(:,:) - 0.5_dp * stTmp(:,:)
H A Dthirdorder.F90545 real(dp) :: rab, tmp, tmp3(3), stTmp(3,3), prefac, vect(3) local
548 stTmp(:,:) = 0.0_dp
580 stTmp(:, ii) = stTmp(:, ii) + prefac * tmp3(:) * vect(ii)
585 st = st - stTmp / cellVol
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_DocLayout.cpp3952 UT_String stTmp; in _prefsListener() local
3968 pPrefs->getPrefsValue(XAP_PREF_KEY_AutoSaveFilePeriod, stTmp); in _prefsListener()
3969 UT_sint32 iPeriod = atoi(stTmp.c_str()); in _prefsListener()