Home
last modified time | relevance | path

Searched refs:nT (Results 1 – 25 of 85) sorted by relevance

1234

/trunk/main/idl/source/objects/
H A Dtypes.cxx522 if( nT == WRITE_ODL || nT == WRITE_DOCU in WriteParam()
523 || nT == WRITE_C_HEADER || nT == WRITE_C_SOURCE ) in WriteParam()
820 else if( nT == WRITE_C_HEADER || nT == WRITE_C_SOURCE ) in Write()
1147 nType = nT; in SetType()
1609 if( nT == WRITE_ODL || nT == WRITE_C_HEADER || nT == WRITE_CXX_HEADER ) in Write()
1625 if( nT == WRITE_ODL || nT == WRITE_C_HEADER) in Write()
1647 if( nT != WRITE_ODL && nT != WRITE_C_HEADER) in Write()
1656 if( nT == WRITE_ODL || nT == WRITE_C_HEADER ) in Write()
2040 if( nT == WRITE_C_HEADER || nT == WRITE_C_SOURCE ) in WriteMethodArgs()
2074 if( nT != WRITE_C_HEADER && nT != WRITE_C_SOURCE ) in WriteMethodArgs()
[all …]
H A Dmodule.cxx486 WriteType nT, WriteAttribute nA ) in WriteAttributes() argument
488 SvMetaExtern::WriteAttributes( rBase, rOutStm, nTab, nT, nA ); in WriteAttributes()
525 WriteType nT, WriteAttribute nA ) in Write() argument
527 switch ( nT ) in Write()
536 SvMetaExtern::Write( rBase, rOutStm, nTab, nT, nA ); in Write()
573 pClass->Write( rBase, rOutStm, nTab +1, nT, nA ); in Write()
632 pClass->Write( rBase, rOutStm, nTab, nT, nA ); in Write()
H A Dbasobj.cxx474 WriteType nT, WriteAttribute nA ) in Write() argument
480 WriteAttributes( rBase, rOutStm, nTab +1, nT, nA ); in Write()
755 WriteType nT, WriteAttribute nA ) in Write() argument
757 SvMetaReference::Write( rBase, rOutStm, nTab, nT, nA ); in Write()
767 WriteType nT, WriteAttribute nA ) in WriteAttributes() argument
769 SvMetaReference::WriteAttributes( rBase, rOutStm, nTab, nT, nA ); in WriteAttributes()
H A Dobject.cxx586 WriteType nT, WriteAttribute ) in Write() argument
589 switch( nT ) in Write()
661 pAttr->Write( rBase, rOutStm, nTab, nT, WA_METHOD ); in Write()
664 pAttr->Write( rBase, rOutStm, nTab, nT, WA_VARIABLE ); in Write()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimationFunction.cxx195 EvaluateComponent(nT, mnX1, mnX2), in operator ()()
196 EvaluateComponent(nT, mnY1, mnY2)); in operator ()()
203 const double nT, in EvaluateComponent() argument
207 const double nS (1-nT); in EvaluateComponent()
214 const double nV01 (nS*nV0 + nT*nV1); in EvaluateComponent()
215 const double nV12 (nS*nV1 + nT*nV2); in EvaluateComponent()
216 const double nV23 (nS*nV2 + nT*nV3); in EvaluateComponent()
218 const double nV012 (nS*nV01 + nT*nV12); in EvaluateComponent()
219 const double nV123 (nS*nV12 + nT*nV23); in EvaluateComponent()
221 const double nV0123 (nS*nV012 + nT*nV123); in EvaluateComponent()
[all …]
/trunk/main/slideshow/source/engine/activities/
H A Dactivitybase.cxx152 double ActivityBase::calcAcceleratedTime( double nT ) const in calcAcceleratedTime()
158 nT = ::basegfx::clamp( nT, 0.0, 1.0 ); in calcAcceleratedTime()
213 if( nT < mnAccelerationFraction ) in calcAcceleratedTime()
215 nTPrime += 0.5*nT*nT/mnAccelerationFraction; // partial first interval in calcAcceleratedTime()
221 if( nT <= 1.0-mnDecelerationFraction ) in calcAcceleratedTime()
223 nTPrime += nT-mnAccelerationFraction; // partial second interval in calcAcceleratedTime()
229 const double nTRelative( nT - 1.0 + mnDecelerationFraction ); in calcAcceleratedTime()
236 nT = nTPrime / nC; in calcAcceleratedTime()
239 return nT; in calcAcceleratedTime()
H A Dsimplecontinuousactivitybase.cxx126 double nT( nCurrElapsedTime / mnMinSimpleDuration ); in perform() local
149 if( nEffectiveRepeat <= nT ) in perform()
157 nT = nEffectiveRepeat; in perform()
173 const double nFractionalActiveDuration( modf(nT, &nRepeats) ); in perform()
202 nRelativeSimpleTime = modf(nT, &nRepeats); in perform()
/trunk/main/editeng/source/editeng/
H A Deeobj.cxx60 sal_uLong nT = SotExchange::GetFormat( rFlavor ); in getTransferData() local
61 if ( nT == SOT_FORMAT_STRING ) in getTransferData()
65 else if ( ( nT == SOT_FORMATSTR_ID_EDITENGINE ) || ( nT == SOT_FORMAT_RTF ) ) in getTransferData()
71 … SvMemoryStream* pStream = ( nT == SOT_FORMATSTR_ID_EDITENGINE ) ? &GetStream() : &GetRTFStream(); in getTransferData()
103 sal_uLong nT = SotExchange::GetFormat( rFlavor ); in isDataFlavorSupported() local
104 …if ( ( nT == SOT_FORMAT_STRING ) || ( nT == SOT_FORMAT_RTF ) /* || ( nT == SOT_FORMAT_XML ) */ || … in isDataFlavorSupported()
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx318 for( sal_Int32 nT = 0; nT < nMax; ++nT ) in setStackMode() local
320 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in setStackMode()
365 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in getStackMode() local
367 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in getStackMode()
372 if( rbFound && eLocalStackMode != eGlobalStackMode && nT>0 ) in getStackMode()
530 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in setDimension() local
682 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in getChartTypeOfSeries() local
684 uno::Reference< XChartType > xChartType( aChartTypeList[nT] ); in getChartTypeOfSeries()
753 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in getDataSeriesGroups() local
1328 for( sal_Int32 nT = 0; !bFound && nT < aChartTypeList.getLength(); ++nT ) in lcl_moveSeriesOrCheckIfMoveIsAllowed() local
[all …]
/trunk/main/filter/source/graphicfilter/egif/
H A Degif.cxx482 long nT; in WriteAccess() local
501 nT = i - ( ( nHeight + 7 ) >> 3 ); in WriteAccess()
502 nY= ( nT << 3 ) + 4; in WriteAccess()
506 nT -= ( nHeight + 3 ) >> 3; in WriteAccess()
507 nY = ( nT << 2 ) + 2; in WriteAccess()
511 nT -= ( ( nHeight + 1 ) >> 2 ); in WriteAccess()
512 nY = ( nT << 1 ) + 1; in WriteAccess()
/trunk/main/vcl/source/app/
H A Dunohelp2.cxx83 sal_uLong nT = SotExchange::GetFormat( rFlavor ); in getTransferData() local
84 if ( nT == SOT_FORMAT_STRING ) in getTransferData()
104 sal_uLong nT = SotExchange::GetFormat( rFlavor ); in isDataFlavorSupported() local
105 return ( nT == SOT_FORMAT_STRING ); in isDataFlavorSupported()
/trunk/main/sc/source/ui/docshell/
H A Dautostyl.cxx47 ScAutoStyleInitData( const ScRange& rR, const String& rSt1, sal_uLong nT, const String& rSt2 ) : in ScAutoStyleInitData()
48 aRange(rR), aStyle1(rSt1), nTimeout(nT), aStyle2(rSt2) {} in ScAutoStyleInitData()
57 ScAutoStyleData( sal_uLong nT, const ScRange& rR, const String& rT ) : in ScAutoStyleData()
58 nTimeout(nT), aRange(rR), aStyle(rT) {} in ScAutoStyleData()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx114 Point Blend (const Point& rPointA, const Point& rPointB, const double nT) in Blend() argument
117 sal_Int32(rPointA.X() * (1-nT) + rPointB.X() * nT), in Blend()
118 sal_Int32(rPointA.Y() * (1-nT) + rPointB.Y() * nT)); in Blend()
/trunk/main/cui/source/inc/
H A Dscriptdlg.hxx146 SFEntry( sal_uInt8 nT ) { nType = nT; loaded=false; } in SFEntry() argument
147 SFEntry( sal_uInt8 nT, in SFEntry() argument
149 …::uno::Reference< ::com::sun::star::frame::XModel >& entryModel) { nType = nT; nodes = entryNodes;… in SFEntry()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx140 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in lcl_getChartTypeOfSeries() local
142 uno::Reference< chart2::XChartType > xChartType( aChartTypeList[nT] ); in lcl_getChartTypeOfSeries()
/trunk/main/linguistic/source/
H A Dmisc.cxx246 int nT = aData.Value(i-2, k-2) + 1; in LevDistance() local
248 ++nT; in LevDistance()
250 ++nT; in LevDistance()
251 if (nT < nNew) in LevDistance()
252 nNew = nT; in LevDistance()
/trunk/main/sc/source/ui/inc/
H A Dundotab.hxx153 SCTAB nT,
229 SCTAB nT,
441 ScDocShell* pNewDocShell, SCTAB nT,
/trunk/main/starmath/source/
H A Drect.cxx420 nT = rRect.GetTop(), in Union() local
431 if ((nTmp = GetTop()) < nT) in Union()
432 nT = nTmp; in Union()
443 SetTop(nT); in Union()
/trunk/main/editeng/inc/editeng/
H A Dpbinitem.hxx61 inline SvxPaperBinItem::SvxPaperBinItem( const sal_uInt16 nId, const sal_uInt8 nT ) in SvxPaperBinItem() argument
62 : SfxByteItem( nId, nT ) in SvxPaperBinItem()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimationFunction.hxx134 ::basegfx::B2DPoint operator() (const double nT);
143 const double nT,
/trunk/main/sw/source/core/inc/
H A DUndoSort.hxx56 SwSortUndoElement( sal_uLong nS, sal_uLong nT ) in SwSortUndoElement()
59 SORT_TXT_TBL.TXT.nTarget = nT; in SwSortUndoElement()
H A Ddocsort.hxx61 sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes& rMovedList, SwUndoSort* pUD=0);
63 sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes& rMovedList, SwUndoSort* pUD=0);
/trunk/main/sc/source/ui/undo/
H A Dundotab.cxx479 SCTAB nT, in ScUndoRenameTab() argument
483 nTab ( nT ) in ScUndoRenameTab()
763 ScDocShell* pNewDocShell, SCTAB nT, const Color& aOTabBgColor, const Color& aNTabBgColor) : in ScUndoTabColor() argument
766 ScUndoTabColorInfo aInfo(nT); in ScUndoTabColor()
1444 ScUndoScenarioFlags::ScUndoScenarioFlags( ScDocShell* pNewDocShell, SCTAB nT, in ScUndoScenarioFlags() argument
1448 nTab ( nT ), in ScUndoScenarioFlags()
/trunk/main/sc/source/core/tool/
H A Dhints.cxx128 sal_uLong nT, const String& rSt2 ) : in ScAutoStyleHint() argument
132 nTimeout( nT ) in ScAutoStyleHint()
/trunk/main/svtools/source/control/
H A Druler.cxx612 long nT; in ImplDrawTicks() local
614 nT = nStart+n; in ImplDrawTicks()
615 if ( nT < nMax ) in ImplDrawTicks()
616 ImplVDrawLine( nT, nT1, nT, nT2 ); in ImplDrawTicks()
617 nT = nStart-n; in ImplDrawTicks()
618 if ( nT > nMin ) in ImplDrawTicks()
619 ImplVDrawLine( nT, nT1, nT, nT2 ); in ImplDrawTicks()

Completed in 182 milliseconds

1234