Home
last modified time | relevance | path

Searched refs:nTmp (Results 76 – 100 of 256) sorted by relevance

1234567891011

/trunk/main/sw/source/core/text/
H A Dwrong.cxx240 xub_StrLen nTmp = Pos( nMitte ); in GetWrongPos() local
241 if( nTmp == nValue ) in GetWrongPos()
246 else if( nTmp < nValue ) in GetWrongPos()
248 if( nTmp + Len( nMitte ) >= nValue ) in GetWrongPos()
360 const xub_StrLen nTmp = static_cast<xub_StrLen>(nDiff + maList[i].mnPos); in Move() local
361 maList[i++].mnPos = nTmp; in Move()
H A Dtxtfrm.cxx1057 MSHORT nTmp = ((SwUpdateAttr*)pNew)->getWhichAttr(); in Modify() local
1059 if( ! nTmp || RES_TXTATR_CHARFMT == nTmp || RES_TXTATR_AUTOFMT == nTmp || in Modify()
1060 RES_FMT_CHG == nTmp || RES_ATTRSET_CHG == nTmp ) in Modify()
2462 long nTmp = nRet; in GetLineSpace() local
2463 nTmp *= rSpace.GetPropLineSpace(); in GetLineSpace()
2464 nTmp /= 100; in GetLineSpace()
2465 nTmp -= nRet; in GetLineSpace()
2466 if ( nTmp > 0 ) in GetLineSpace()
2467 nRet = nTmp; in GetLineSpace()
H A Dporlay.cxx527 KSHORT nTmp = rInf.GetFont()->GetAscent( in CalcLine() local
529 if( nTmp > nPosAscent ) in CalcLine()
531 nPosHeight += nTmp - nPosAscent; in CalcLine()
532 nPosAscent = nTmp; in CalcLine()
534 nTmp = rInf.GetFont()->GetHeight( rInf.GetVsh(), in CalcLine()
536 if( nTmp > nPosHeight ) in CalcLine()
537 nPosHeight = nTmp; in CalcLine()
2393 MSHORT nTmp = 0; in CalcHiddenRanges() local
2395 while( nTmp < pHints->GetStartCount() ) in CalcHiddenRanges()
2397 pTxtAttr = pHints->GetStart( nTmp++ ); in CalcHiddenRanges()
/trunk/main/xmloff/source/text/
H A DXMLIndexTOCContext.cxx117 sal_uInt16 nTmp; in XMLIndexTOCContext() local
118 if (SvXMLUnitConverter::convertEnum(nTmp, rLocalName, aIndexTypeMap)) in XMLIndexTOCContext()
121 OSL_ENSURE(nTmp < (sizeof(aIndexServiceMap)/sizeof(sal_Char*)), "index out of range"); in XMLIndexTOCContext()
126 eIndexType = static_cast<IndexTypeEnum>(nTmp); in XMLIndexTOCContext()
H A Dtxtstyli.cxx116 sal_Int32 nTmp; in SetAttribute() local
117 if( SvXMLUnitConverter::convertNumber( nTmp, rValue ) && in SetAttribute()
119 0 <= nTmp && nTmp <= 10 ) //<-end,add by zhaojianwei in SetAttribute()
120 nOutlineLevel = static_cast< sal_Int8 >( nTmp ); in SetAttribute()
H A DXMLLineNumberingSeparatorImportContext.cxx72 sal_Int32 nTmp; in StartElement() local
74 nTmp, xAttrList->getValueByIndex(i), 0)) in StartElement()
76 rLineNumberingContext.SetSeparatorIncrement((sal_Int16)nTmp); in StartElement()
H A Dtxtexppr.cxx222 sal_Int16 nTmp = sal_Int16(); in ContextFontFilter() local
223 if( pFontFamilyState && (pFontFamilyState->maValue >>= nTmp ) ) in ContextFontFilter()
224 nFamily = nTmp; in ContextFontFilter()
225 if( pFontPitchState && (pFontPitchState->maValue >>= nTmp ) ) in ContextFontFilter()
226 nPitch = nTmp; in ContextFontFilter()
227 if( pFontCharsetState && (pFontCharsetState->maValue >>= nTmp ) ) in ContextFontFilter()
228 eEnc = (rtl_TextEncoding)nTmp; in ContextFontFilter()
H A DXMLIndexTOCStylesContext.cxx88 sal_Int32 nTmp; in StartElement() local
90 nTmp, xAttrList->getValueByIndex(nAttr), 1, in StartElement()
95 nOutlineLevel = nTmp-1; in StartElement()
/trunk/main/cui/source/tabpages/
H A Dgrfpage.cxx206 sal_Int64 nTmp = aHeightMF.Normalize(aPageSize.Height()); in Reset() local
207 aHeightMF.SetMax( nTmp, eUnit ); in Reset()
208 nTmp = aWidthMF.Normalize(aPageSize.Width()); in Reset()
209 aWidthMF.SetMax( nTmp, eUnit ); in Reset()
210 nTmp = aWidthMF.Normalize( 23 ); in Reset()
211 aHeightMF.SetMin( nTmp, eUnit ); in Reset()
212 aWidthMF.SetMin( nTmp, eUnit ); in Reset()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx464 sal_Int32 nTmp = 0; in PutValue() local
472 rAny >>= nTmp; in PutValue()
473 SetFormat(nTmp); in PutValue()
476 rAny >>= nTmp; in PutValue()
477 nSubType = static_cast<sal_uInt16>(nTmp); in PutValue()
483 nTmp = lcl_APIToSubType(rAny); in PutValue()
484 if( nTmp >=0 ) in PutValue()
485 SetSubType( static_cast<sal_uInt16>((GetSubType() & 0xff00) | nTmp)); in PutValue()
/trunk/main/sw/source/core/doc/
H A Dextinput.cxx273 sal_uLong nTmp = nMk; nMk = nPt; nPt = nTmp; in GetExtTextInput() local
274 nTmp = nMkCnt; nMkCnt = nPtCnt; nPtCnt = (xub_StrLen)nTmp; in GetExtTextInput()
/trunk/main/sfx2/source/dialog/
H A Dtabdlg.cxx1341 sal_uInt16 nTmp = *pTmpRanges, nTmpEnd = *pU; in IMPL_LINK() local
1342 DBG_ASSERT( nTmp <= nTmpEnd, "Range ist falsch sortiert" ); in IMPL_LINK()
1344 if ( nTmp > nTmpEnd ) in IMPL_LINK()
1347 sal_uInt16 nTmp1 = nTmp; in IMPL_LINK()
1348 nTmp = nTmpEnd; in IMPL_LINK()
1352 while ( nTmp <= nTmpEnd ) in IMPL_LINK()
1355 sal_uInt16 nWh = pPool->GetWhich( nTmp ); in IMPL_LINK()
1361 nTmp++; in IMPL_LINK()
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx1826 nTmp; in SearchWordsInList() local
1828 if( ((nTmp = nTmpKey1) != (sal_uLong)eLang && in SearchWordsInList()
1831 (( nTmp = nTmpKey2) != (sal_uLong)eLang && in SearchWordsInList()
1840 rLang = LanguageType( nTmp ); in SearchWordsInList()
1880 sal_uLong nTmp; in FindInWrdSttExceptList() local
1881 if( ((nTmp = nTmpKey1) != (sal_uLong)eLang && in FindInWrdSttExceptList()
1884 (( nTmp = nTmpKey2) != (sal_uLong)eLang && in FindInWrdSttExceptList()
1889 SvxAutoCorrectLanguageListsPtr pList = pLangTable->Seek(nTmp); in FindInWrdSttExceptList()
1960 sal_uLong nTmp; in FindInCplSttExceptList() local
1962 if( ((nTmp = nTmpKey1) != (sal_uLong)eLang && in FindInCplSttExceptList()
[all …]
/trunk/main/vcl/source/gdi/
H A Dsalmisc.cxx409 long nTmp, nOffset; in StretchAndConvert() local
441 for( i = 0L, nTmp = nSrcX; i < nDstDX; i++ ) in StretchAndConvert()
442 pMapX[ i ] = nTmp++; in StretchAndConvert()
455 for( i = 0L, nTmp = nSrcY; i < nDstDY; i++ ) in StretchAndConvert()
456 pMapY[ i ] = nTmp++; in StretchAndConvert()
/trunk/main/sd/source/ui/func/
H A Dfucopy.cxx208 long nTmp = ( aRect.Right() - aRect.Left() ) / -lWidth; in DoExecute() local
209 nNumber = (sal_uInt16) Min( nTmp, (long)nNumber ); in DoExecute()
214 long nTmp = ( aRect.Bottom() - aRect.Top() ) / -lHeight; in DoExecute() local
215 nNumber = (sal_uInt16) Min( nTmp, (long)nNumber ); in DoExecute()
/trunk/main/writerfilter/source/dmapper/
H A DFormControlHelper.cxx281 sal_uInt16 nTmp = text::TextContentAnchorType_AS_CHARACTER; in insertControl() local
282 aAny <<= nTmp; in insertControl()
288 nTmp = text::VertOrientation::CENTER; in insertControl()
289 aAny <<= nTmp; in insertControl()
/trunk/main/svtools/source/svhtml/
H A Dparhtml.cxx166 sal_Int32 nTmp = aTmp.ToInt32(); in GetNumber() local
167 return nTmp >= 0 ? (sal_uInt32)nTmp : 0; in GetNumber()
232 sal_Int32 nTmp = aValue.Copy(nPos).ToInt32(); in GetNumbers() local
233 rLongs.Insert( nTmp >= 0 ? (sal_uInt32)nTmp : 0, in GetNumbers()
239 sal_Int32 nTmp = in GetNumbers() local
241 rLongs.Insert( nTmp >= 0 ? (sal_uInt32)nTmp : 0, in GetNumbers()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx2220 if( nTmp < 0 ) in ParseCSS1_margin_top()
2221 nTmp = 0; in ParseCSS1_margin_top()
2222 nUpper = (sal_uInt16)nTmp; in ParseCSS1_margin_top()
2280 if( nTmp < 0 ) in ParseCSS1_margin_bottom()
2281 nTmp = 0; in ParseCSS1_margin_bottom()
2282 nLower = (sal_uInt16)nTmp; in ParseCSS1_margin_bottom()
2484 if( nTmp < 0 ) in ParseCSS1_padding_xxx()
2485 nTmp = 0; in ParseCSS1_padding_xxx()
2486 else if( nTmp > USHRT_MAX-1 ) in ParseCSS1_padding_xxx()
2487 nTmp = USHRT_MAX-1; in ParseCSS1_padding_xxx()
[all …]
H A Dswhtml.cxx2194 aSetAttrTab.Insert( pSetAttr, nTmp ); in AppendTxtNode()
2224 aSetAttrTab.Insert( pSetAttr, nTmp ); in AppendTxtNode()
2238 aSetAttrTab.Insert( pPrev, nTmp ); in AppendTxtNode()
3005 sal_uInt16 nTmp = pSetAttr->bInsAtStart ? 0 in EndAttr() local
3007 aSetAttrTab.Insert( pSetAttr, nTmp ); in EndAttr()
3036 aSetAttrTab.Insert( pAttr, nTmp ); in EndAttr()
3064 aSetAttrTab.Insert( pPrev, nTmp ); in EndAttr()
3125 aSetAttrTab.Insert( pPrev, nTmp ); in DeleteAttr()
3230 aSetAttrTab.Insert( pSetAttr, nTmp ); in SplitAttrTab()
3242 aSetAttrTab.Insert( pPrev, nTmp ); in SplitAttrTab()
[all …]
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx2286 sal_uInt32 nTmp = pObj->GetOrdNumDirect(); in Top() local
2287 if ( nTmp >= nTopOrd ) in Top()
2289 nTopOrd = nTmp; in Top()
2315 sal_uInt32 nTmp = pObj->GetOrdNumDirect(); in Bottom() local
2316 if ( nTmp < nBotOrd ) in Bottom()
2318 nBotOrd = nTmp; in Bottom()
2345 sal_uInt32 nTmp = pObj->GetOrdNumDirect(); in Next() local
2346 if ( nTmp > nCurOrd && nTmp < nOrd ) in Next()
2348 nOrd = nTmp; in Next()
2376 if ( nTmp < nCurOrd && nTmp >= nOrd ) in Prev()
[all …]
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_PolarOptions.cxx85 long nTmp; in Reset() local
88 nTmp = (long)((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset()
90 m_aAngleDial.SetRotation( nTmp*100 ); in Reset()
/trunk/main/sc/source/core/tool/
H A Dchartpos.cxx150 SCCOLROW nTmp, n1, n2; in GlueState() local
155 if ( (nTmp = n2 - n1 + 1) > nMaxCols ) in GlueState()
156 nMaxCols = static_cast<SCCOL>(nTmp); in GlueState()
161 if ( (nTmp = n2 - n1 + 1) > nMaxRows ) in GlueState()
162 nMaxRows = static_cast<SCROW>(nTmp); in GlueState()
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx38 sal_uInt16 nTmp = nRelBit & 0x1fff; in ReadSRD() local
39 rSRD.InitAddress( ScAddress( nCol, (~nTmp + 1), 0 ) ); in ReadSRD()
52 rSRD.nRelRow = (~nTmp + 1); in ReadSRD()
53 rSRD.nRelRow = (sal_Int16)(nTmp << 3); in ReadSRD()
59 rSRD.nRow = nTmp; in ReadSRD()
/trunk/main/sc/source/core/data/
H A Ddocpool.cxx721 long nTmp; in lcl_HFPresentation() local
722 nTmp = rLRItem.GetLeft(); in lcl_HFPresentation()
723 nLeftMargin = nTmp < 0 ? 0 : sal_uInt16(nTmp); in lcl_HFPresentation()
724 nTmp = rLRItem.GetRight(); in lcl_HFPresentation()
725 nRightMargin = nTmp < 0 ? 0 : sal_uInt16(nTmp); in lcl_HFPresentation()
/trunk/main/sc/inc/
H A Daddress.hxx343 SCCOL nTmp = r.Col(); in PutInOrder() local
345 SetCol( nTmp ); in PutInOrder()
349 SCROW nTmp = r.Row(); in PutInOrder() local
351 SetRow( nTmp ); in PutInOrder()
355 SCTAB nTmp = r.Tab(); in PutInOrder() local
357 SetTab( nTmp ); in PutInOrder()

Completed in 240 milliseconds

1234567891011