Home
last modified time | relevance | path

Searched refs:nTmp (Results 151 – 175 of 256) sorted by relevance

1234567891011

/trunk/main/cui/source/tabpages/
H A Dtplnedef.cxx397 int nTmp = aLbLineStyles.GetSelectEntryPos(); in IMPL_LINK() local
399 if(LISTBOX_ENTRY_NOTFOUND == nTmp) in IMPL_LINK()
402 nTmp = 1; in IMPL_LINK()
405 aDash = maDashList->GetDash( nTmp )->GetDash(); in IMPL_LINK()
H A Dparagrph.cxx197 sal_Int64 nTmp = nWidth - nL - nR - MM50; in IMPL_LINK() local
198 aFLineIndent.SetMax( aFLineIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
204 nTmp = nWidth - nR - MM50; in IMPL_LINK()
205 aLeftIndent.SetMax( aLeftIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
210 nTmp = nWidth - nL - MM50; in IMPL_LINK()
211 aRightIndent.SetMax( aRightIndent.Normalize( nTmp ), eUnit ); in IMPL_LINK()
/trunk/main/sw/source/ui/misc/
H A Doutline.cxx215 sal_uInt16 nTmp = nActLevel; in lcl_BitToLevel() local
217 while( 0 != (nTmp >>= 1) ) in lcl_BitToLevel()
961 sal_uInt16 nTmp = 0; in SetWrtShell() local
964nTmp = static_cast<sal_uInt16>(pSh->getIDocumentOutlineNodesAccess()->getOutlineLevel(nOutlinePos)… in SetWrtShell()
966 aLevelLB.SelectEntryPos(nTmp-1);//nTmp);//#outline level,zhaojianwei in SetWrtShell()
H A Dnum.cxx770 long nTmp = aNumFmt.GetFirstLineOffset(); in IMPL_LINK() local
771 aNumFmt.SetAbsLSpace( sal_uInt16(nValue - nTmp)); in IMPL_LINK()
775 long nTmp = pActNum->Get( i - 1 ).GetAbsLSpace() + in IMPL_LINK() local
779 aNumFmt.SetAbsLSpace( sal_uInt16(nValue + nTmp)); in IMPL_LINK()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx573 sal_uLong nTmp = pDoc->GetNodes().GetEndOfContent().GetIndex() - in CalcPageCount() local
576 nTmp -= pDoc->GetTblFrmFmts()->Count() * 25; in CalcPageCount()
578 nTmp -= (pDoc->GetNodes().GetEndOfAutotext().GetIndex() - in CalcPageCount()
580 if ( nTmp > 0 ) in CalcPageCount()
581 nNdCount = nTmp; in CalcPageCount()
H A Dflowfrm.cxx912 sal_uInt16 nTmp = 0; in WrongPageDesc() local
920 nTmp = 2; in WrongPageDesc()
922 nTmp = 1; in WrongPageDesc()
924 nTmp = rFmtDesc.GetNumOffset(); in WrongPageDesc()
931 const sal_Bool bOdd = nTmp ? ( nTmp % 2 ? sal_True : sal_False ) in WrongPageDesc()
H A Dssfrm.cxx795 long nTmp = ((SwTxtFrm*)this)->HangingMargin(); in UnionFrm() local
796 if( nTmp > nAdd ) in UnionFrm()
797 nAdd = nTmp; in UnionFrm()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolmgr.cxx49 const sal_uInt16 nTmp = rCol.CalcColWidth(i, nWidth); in FitToActualSize() local
50 rCol.GetColumns()[i]->SetWishWidth(nTmp); in FitToActualSize()
/trunk/main/svtools/source/control/
H A Dscrwin.cxx117 long nTmp = GetSettings().GetStyleSettings().GetScrollBarSize(); in GetOutputSizePixel() local
119 aSz.Height() -= nTmp; in GetOutputSizePixel()
121 aSz.Width() -= nTmp; in GetOutputSizePixel()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx1760 long nTmp = nLowerMax - nLowerMin; in CreateSelection() local
1761 if( nMinWidth > nTmp ) in CreateSelection()
1762 nMinWidth = nTmp; in CreateSelection()
1763 nTmp = nLowerMax < nUpperMax ? nLowerMax : nUpperMax; in CreateSelection()
1764 nTmp -= ( nLowerMin < nUpperMin ) ? nUpperMin : nLowerMin; in CreateSelection()
1768 bCombine = ( nTmp + nTmp < nMinWidth ); in CreateSelection()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1033 sal_uInt16 i, j, nTmp; in Paint() local
1043 nTmp = (sal_uInt16) ( aRectSize.Height() * i / nLines ); in Paint()
1044 DrawLine( Point( 0, nTmp ), Point( aRectSize.Width(), nTmp ) ); in Paint()
1046 nTmp = (sal_uInt16) ( aRectSize.Width() * i / nLines ); in Paint()
1047 DrawLine( Point( nTmp, 0 ), Point( nTmp, aRectSize.Height() ) ); in Paint()
/trunk/main/sc/source/core/tool/
H A Drangeseq.cxx407 sal_Int32 nTmp = pRowArr[nRow].getLength(); in CreateMixedMatrix() local
408 if ( nTmp > nMaxColCount ) in CreateMixedMatrix()
409 nMaxColCount = nTmp; in CreateMixedMatrix()
/trunk/main/starmath/source/
H A Dmathmlimport.cxx3124 long nTmp = 0; in SetViewSettings() local
3131 pValue->Value >>= nTmp; in SetViewSettings()
3132 aRect.setY( nTmp ); in SetViewSettings()
3136 pValue->Value >>= nTmp; in SetViewSettings()
3137 aRect.setX( nTmp ); in SetViewSettings()
3141 pValue->Value >>= nTmp; in SetViewSettings()
3143 aSize.Width() = nTmp; in SetViewSettings()
3148 pValue->Value >>= nTmp; in SetViewSettings()
3150 aSize.Height() = nTmp; in SetViewSettings()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx724 sal_uInt16 nTmp = 0; in InsertLink() local
726 sApp = rGrfName.GetToken( 0, sfx2::cTokenSeperator, nTmp ); in InsertLink()
727 sTopic = rGrfName.GetToken( 0, sfx2::cTokenSeperator, nTmp ); in InsertLink()
728 sItem = rGrfName.Copy( nTmp ); in InsertLink()
/trunk/main/sd/source/ui/view/
H A Ddrviews5.cxx274 sal_uInt16 nTmp = mpDrawView->GetMarkHdlSizePixel(); in ReadFrameViewData() local
276 if( nTmp == 9 && !pView->IsBigHandles() ) in ReadFrameViewData()
278 else if( nTmp == 7 && pView->IsBigHandles() ) in ReadFrameViewData()
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx261 sal_uInt16 nTmp = nSttPos; nSttPos = nEndPos; nEndPos = nTmp; in GetTblSel() local
1603 long nTmp = pTmp->GetFmt()->GetFrmSize().GetWidth(); in lcl_CalcWish() local
1604 nRet += ( bRTL ? ( -1 ) : 1 ) * nTmp * nAct / nWish; in lcl_CalcWish()
1940 long nTmp = nSt1; in MakeSelUnions() local
1942 nEd1 = nTmp; in MakeSelUnions()
1946 long nTmp = nSt2; in MakeSelUnions() local
1948 nEd2 = nTmp; in MakeSelUnions()
/trunk/main/sw/source/core/undo/
H A Dunins.cxx626 sal_uLong nTmp = pNext->GetIndex(); in Impl() local
627 pHistory->CopyAttr( pNext->GetpSwpHints(), nTmp, 0, in Impl()
630 pHistory->CopyFmtAttr( *pNext->GetpSwAttrSet(), nTmp ); in Impl()
631 pHistory->Add( pNext->GetTxtColl(),nTmp, ND_TEXTNODE ); in Impl()
/trunk/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx520 sal_uInt16 nTmp = nPaMStart; in getCrsrPropertyValue() local
522 nPaMEnd = nTmp; in getCrsrPropertyValue()
593 sal_Int16 nTmp = sal::static_int_cast< sal_Int16 >(pTxtNd->GetAttrListRestartValue()); in IsNodeNumStart() local
594 return nTmp; in IsNodeNumStart()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx2047 xub_StrLen nTmp = aString.Search( aSep ); in GetMaxNumberStringLen() local
2048 if ( nTmp == STRING_NOTFOUND ) in GetMaxNumberStringLen()
2052 nTmp = aString.Len() - (nTmp + aSep.Len()); in GetMaxNumberStringLen()
2053 if ( nTmp != nPrecision ) in GetMaxNumberStringLen()
2054 nLen += nPrecision - nTmp; in GetMaxNumberStringLen()
/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx711 sal_Int16 nTmp = document::PrinterIndependentLayout::HIGH_RESOLUTION; in ManipulateConfigItem() local
716 nTmp = document::PrinterIndependentLayout::LOW_RESOLUTION; in ManipulateConfigItem()
720 nTmp = document::PrinterIndependentLayout::DISABLED; in ManipulateConfigItem()
724 mrAny <<= nTmp; in ManipulateConfigItem()
/trunk/main/sw/source/core/doc/
H A Dnumber.cxx1464 sal_uInt8 nTmp = 0; in LoadConfig() local
1465 pValues[nProp] >>= nTmp; in LoadConfig()
1467 meFontWeight = static_cast<FontWeight>(nTmp); in LoadConfig()
1469 meFontItalic = static_cast<FontItalic>(nTmp); in LoadConfig()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1658 long nTmp = pPage->Frm().Left(); in PaintDesktop() local
1659 if ( nTmp < aLeft.Right() ) in PaintDesktop()
1660 aLeft.Right( nTmp ); in PaintDesktop()
1661 nTmp = pPage->Frm().Right(); in PaintDesktop()
1662 if ( nTmp > aRight.Left() ) in PaintDesktop()
1664 aRight.Left( nTmp + nSidebarWidth ); in PaintDesktop()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx1437 sal_uInt16 nTmp, nFlagSize = ( pSectionFmtTbl->Count() / 8 ) +2; in GetUniqueSectionName() local
1464 if( 0xff != ( nTmp = pSetFlags[ n ] )) in GetUniqueSectionName()
1468 while( nTmp & 1 ) in GetUniqueSectionName()
1469 ++nNum, nTmp >>= 1; in GetUniqueSectionName()
/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/ui/chrdlg/
H A Ddrpcps.cxx802 sal_uInt16 nTmp = aTextEdit.GetText().Len(); in IMPL_LINK() local
803 aDropCapsField.SetValue(Max((sal_uInt16)1, nTmp)); in IMPL_LINK()
805 sPreview = aTextEdit.GetText().Copy(0, nTmp); in IMPL_LINK()

Completed in 257 milliseconds

1234567891011