Home
last modified time | relevance | path

Searched refs:nTmp (Results 1 – 25 of 256) sorted by last modified time

1234567891011

/trunk/main/xmloff/source/text/
H A Dtxtparai.cxx112 if( nTmp > 0L ) in XMLCharContext()
114 if( nTmp > USHRT_MAX ) in XMLCharContext()
117 m_nCount = (sal_uInt16)nTmp; in XMLCharContext()
1381 sal_Int32 nTmp; in ProcessAttribute() local
1383 && nTmp >= 1 in ProcessAttribute()
1448 sal_Int32 nTmp; in ProcessAttribute() local
1968 if( nTmp > 0L ) in XMLParaContext()
1970 if( nTmp > 127 ) in XMLParaContext()
1971 nTmp = 127; in XMLParaContext()
2369 if ( nTmp >= 1 && nTmp <= SHRT_MAX ) { in XMLNumberedParaContext()
[all …]
/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx114 sal_uInt8 nTmp = 4; in CtorInitAttrIter() local
117 if( !aMagicNo[SW_CJK] ) nTmp = SW_CJK; break; in CtorInitAttrIter()
119 if( !aMagicNo[SW_CTL] ) nTmp = SW_CTL; break; in CtorInitAttrIter()
121 if( !aMagicNo[SW_LATIN ] ) nTmp = SW_LATIN; in CtorInitAttrIter()
123 if( nTmp < 4 ) in CtorInitAttrIter()
125 pFnt->ChkMagic( pShell, nTmp ); in CtorInitAttrIter()
126 pFnt->GetMagic( aMagicNo[ nTmp ], aFntIdx[ nTmp ], nTmp ); in CtorInitAttrIter()
H A Ditrcrsr.cxx301 if( nTmp < 50 ) in CtorInitTxtMargin()
302 nTmp = nTmp ? 50 : 100; in CtorInitTxtMargin()
304 nTmp *= nFirstLineOfs; in CtorInitTxtMargin()
305 nTmp /= 100; in CtorInitTxtMargin()
306 if( !nTmp ) in CtorInitTxtMargin()
307 ++nTmp; in CtorInitTxtMargin()
937 SwTwips nTmp = nX; in _GetCharRect() local
1088 SwTwips nTmp; in _GetCharRect() local
1091 nTmp = pPor->Width(); in _GetCharRect()
1111 pOrig->Width( nTmp ); in _GetCharRect()
[all …]
H A Dfrmform.cxx915 SwTwips nTmp = LONG_MAX - (Frm().Top()+10000); in CalcPreps() local
916 SwTwips nDiff = nTmp - Frm().Height(); in CalcPreps()
917 Frm().Height( nTmp ); in CalcPreps()
H A Dpormulti.cxx120 if( nTmp > Height() ) in CalcSize()
125 Height( nTmp ); in CalcSize()
128 if( nTmp > GetAscent() ) in CalcSize()
129 SetAscent( nTmp ); in CalcSize()
328 sal_uInt8 nTmp = SW_SCRIPTS; in SwDoubleLinePortion() local
334 pBracket->nPreScript = nTmp; in SwDoubleLinePortion()
335 nTmp = SW_SCRIPTS; in SwDoubleLinePortion()
341 pBracket->nPostScript = nTmp; in SwDoubleLinePortion()
731 short nTmp; in _Adjust() local
733 nTmp = -short(nCalc); in _Adjust()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx169 sal_uInt32 nTmp = nSz; in write() local
171 out << (sal_uInt8)nTmp; in write()
172 nTmp >>= 8; in write()
173 out << (sal_uInt8)nTmp; in write()
174 nTmp >>= 8; in write()
175 out << (sal_uInt8)nTmp; in write()
176 nTmp >>= 8; in write()
177 out << (sal_uInt8)nTmp; in write()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx699 long nTmp = rLine.Top()-(nPixelSzH+1); in RemoveSuperfluousSubsidiaryLines() local
700 if ( aSubsLineRect.Top() < nTmp ) in RemoveSuperfluousSubsidiaryLines()
703 aNewSubsRect.Bottom( nTmp ); in RemoveSuperfluousSubsidiaryLines()
707 nTmp = rLine.Bottom()+nPixelSzH+1; in RemoveSuperfluousSubsidiaryLines()
711 aNewSubsRect.Top( nTmp ); in RemoveSuperfluousSubsidiaryLines()
725 long nTmp = rLine.Left()-(nPixelSzW+1); in RemoveSuperfluousSubsidiaryLines() local
726 if ( aSubsLineRect.Left() < nTmp ) in RemoveSuperfluousSubsidiaryLines()
729 aNewSubsRect.Right( nTmp ); in RemoveSuperfluousSubsidiaryLines()
733 nTmp = rLine.Right()+nPixelSzW+1; in RemoveSuperfluousSubsidiaryLines()
734 if ( aSubsLineRect.Right() > nTmp ) in RemoveSuperfluousSubsidiaryLines()
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx719 SCSIZE nTmp = P[k]; in lcl_LUP_decompose() local
721 P[kp] = nTmp; in lcl_LUP_decompose()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx1063 sal_uInt16 nTmp; in CursorVisualStartEnd() local
1064 …nt16 nTextPortion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex(), nTmp, sal_True ); in CursorVisualStartEnd()
1140 sal_uInt16 nTmp; in CursorVisualLeftRight() local
1141 …Portion = pParaPortion->GetTextPortions().FindPortion( aPaM.GetIndex()+1, nTmp, bLogicalBackward ?… in CursorVisualLeftRight()
/trunk/main/sfx2/source/appl/
H A Dlinkmgr2.cxx261 sal_uInt16 nTmp = 0; in GetDisplayNames() local
263 String sServer( sCmd.GetToken( 0, cTokenSeperator, nTmp ) ); in GetDisplayNames()
264 String sTopic( sCmd.GetToken( 0, cTokenSeperator, nTmp ) ); in GetDisplayNames()
271 *pLinkStr = sCmd.Copy( nTmp ); in GetDisplayNames()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx523 long nTmp = nThumbPos+nVisibleSize; in KeyDown() local
524 while( (nDelta > 0) && (nTmp+nDelta) >= nRange ) in KeyDown()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx5765 sal_uInt32 nTmp = ( pCharLevel->mnFlags & nMask ) ? 1 : 0; in GetAttrib() local
5766 if ( nRetValue != nTmp ) in GetAttrib()
H A Dmsdffimp.cxx2306 sal_uInt16 i, nTmp; in ApplyCustomShapeGeometryAttributes() local
2320 rIn >> nTmp; in ApplyCustomShapeGeometryAttributes()
2348 nCnt = ( nTmp & 0xff ) / 3; in ApplyCustomShapeGeometryAttributes()
2354 nCnt = ( nTmp & 0xff ) / 3; in ApplyCustomShapeGeometryAttributes()
2360 nCnt = ( nTmp & 0xff ) >> 2; in ApplyCustomShapeGeometryAttributes()
2384 nCnt = nTmp & 0xff; in ApplyCustomShapeGeometryAttributes()
2390 nCnt = nTmp & 0xff; in ApplyCustomShapeGeometryAttributes()
2401 nCnt = (sal_Int16)nTmp; in ApplyCustomShapeGeometryAttributes()
6768 sal_uInt16 nTmp; in ReadCommonRecordHeader() local
6769 rSt >> nTmp >> rFbt >> rLength; in ReadCommonRecordHeader()
[all …]
H A Ddffrecordheader.cxx30 sal_uInt16 nTmp(0); in operator >>() local
31 rIn >> nTmp; in operator >>()
32 rRec.nImpVerInst = nTmp; in operator >>()
33 rRec.nRecVer = sal::static_int_cast< sal_uInt8 >(nTmp & 0x000F); in operator >>()
34 rRec.nRecInstance = nTmp >> 4; in operator >>()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx130 long nY, nX, i, nSumR, nSumG, nSumB, nMatrixVal, nTmp; in ImplConvolute3() local
136 for( nX = nTmp = 0, nMatrixVal = pMatrix[ nY ]; nX < 256; nX++, nTmp += nMatrixVal ) in ImplConvolute3()
137 pKoeff[ nY ][ nX ] = nTmp; in ImplConvolute3()
/trunk/main/sw/source/filter/html/
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/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx200 sal_Int64 nTmp = (sal_Int64)dTmp*100; in IMPL_LINK() local
201 SfxInt32Item aAngleItem( SID_ATTR_ALIGN_DEGREES,(sal_uInt32) nTmp); in IMPL_LINK()
212 sal_Int32 nTmp = mpCtrlDial->GetRotation(); in IMPL_LINK() local
213 SfxInt32Item aAngleItem( SID_ATTR_ALIGN_DEGREES,(sal_uInt32) nTmp); in IMPL_LINK()
490 long nTmp = ((const SfxInt32Item*)pState)->GetValue(); in NotifyItemUpdate() local
491 mpMtrAngle->SetValue( nTmp / 100); //wj in NotifyItemUpdate()
492 mpCtrlDial->SetRotation( nTmp ); in NotifyItemUpdate()
493 switch(nTmp) in NotifyItemUpdate()
/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx3953 sal_Int32 nTmp(nDiffLeft); in EndSdrDrag() local
3955 nDiffRight = -nTmp; in EndSdrDrag()
/trunk/main/starmath/source/
H A Dedit.cxx545 const long nTmp = GetSettings().GetStyleSettings().GetScrollBarSize(); in IMPL_LINK_INLINE_END() local
546 Point aPt( aRect.TopRight() ); aPt.X() -= nTmp -1L; in IMPL_LINK_INLINE_END()
547 pVScrollBar->SetPosSizePixel( aPt, Size(nTmp, aOut.Height() - nTmp)); in IMPL_LINK_INLINE_END()
549 aPt = aRect.BottomLeft(); aPt.Y() -= nTmp - 1L; in IMPL_LINK_INLINE_END()
550 pHScrollBar->SetPosSizePixel( aPt, Size(aOut.Width() - nTmp, nTmp)); in IMPL_LINK_INLINE_END()
554 pScrollBox->SetPosSizePixel(aPt, Size(nTmp, nTmp )); in IMPL_LINK_INLINE_END()
568 long nTmp = pEditEngine->GetTextHeight(); in SetScrollBarRanges() local
569 pVScrollBar->SetRange(Range(0, nTmp)); in SetScrollBarRanges()
572 nTmp = pEditEngine->GetPaperSize().Width(); in SetScrollBarRanges()
573 pHScrollBar->SetRange(Range(0,nTmp)); in SetScrollBarRanges()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx2078 const sal_Int32 nTmp (rInfo.maPrintSize.Width()); in PrepareRegularPages() local
2080 rInfo.maPrintSize.Height() = nTmp; in PrepareRegularPages()
/trunk/main/sd/source/ui/func/
H A Dfuprobjs.cxx97 sal_Int16 nDepth, nTmp; in DoExecute() local
108 nTmp = pOutl->GetDepth( pOutl->GetAbsPos( pPara ) ); in DoExecute()
110 if( nDepth != nTmp ) in DoExecute()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx548 const long nTmp = GetSettings().GetStyleSettings().GetScrollBarSize(); in IMPL_LINK_INLINE_END() local
549 Point aPt( aRect.TopRight() ); aPt.X() -= nTmp -1L; in IMPL_LINK_INLINE_END()
550 mpVerticalScrollBar->SetPosSizePixel( aPt, Size(nTmp, aOut.Height() - nTmp)); in IMPL_LINK_INLINE_END()
552 aPt = aRect.BottomLeft(); aPt.Y() -= nTmp - 1L; in IMPL_LINK_INLINE_END()
553 mpHorizontalScrollBar->SetPosSizePixel( aPt, Size(aOut.Width() - nTmp, nTmp)); in IMPL_LINK_INLINE_END()
557 mpScrollBox->SetPosSizePixel(aPt, Size(nTmp, nTmp )); in IMPL_LINK_INLINE_END()
572 long nTmp = pEditEngine->GetTextHeight(); in SetScrollBarRanges() local
573 mpVerticalScrollBar->SetRange(Range(0, nTmp)); in SetScrollBarRanges()
578 long nTmp = pEditEngine->GetPaperSize().Width(); in SetScrollBarRanges() local
579 mpHorizontalScrollBar->SetRange(Range(0,nTmp)); in SetScrollBarRanges()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx1196 double nTmp=0; in Create() local
1197 rStream >> nTmp; in Create()
1199 ScDoubleItem* pItem = new ScDoubleItem( Which(), nTmp ); in Create()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx179 sal_uInt32 nTmp = nStartPara; in Adjust() local
181 nEndPara = nTmp; in Adjust()
/trunk/main/forms/source/component/
H A DListBox.cxx586 sal_Int32 nTmp = 0; in read() local
587 aListSourceSeq.getArray()[i] = sListSource.getToken(i,';',nTmp); in read()

Completed in 287 milliseconds

1234567891011