/aoo4110/main/idl/source/objects/ |
H A D | types.cxx | 522 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 D | module.cxx | 486 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 D | basobj.cxx | 474 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 D | object.cxx | 586 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()
|
/aoo4110/main/slideshow/source/engine/activities/ |
H A D | activitybase.cxx | 152 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 D | simplecontinuousactivitybase.cxx | 126 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()
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsAnimationFunction.cxx | 195 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 …]
|
/aoo4110/main/editeng/source/editeng/ |
H A D | eeobj.cxx | 60 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()
|
/aoo4110/main/chart2/source/tools/ |
H A D | DiagramHelper.cxx | 318 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 …]
|
/aoo4110/main/filter/source/graphicfilter/egif/ |
H A D | egif.cxx | 482 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()
|
/aoo4110/main/vcl/source/app/ |
H A D | unohelp2.cxx | 83 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()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | autostyl.cxx | 47 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()
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsInsertAnimator.cxx | 114 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()
|
/aoo4110/main/cui/source/inc/ |
H A D | scriptdlg.hxx | 146 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()
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLSeriesHelper.cxx | 140 for( sal_Int32 nT = 0; nT < aChartTypeList.getLength(); ++nT ) in lcl_getChartTypeOfSeries() local 142 uno::Reference< chart2::XChartType > xChartType( aChartTypeList[nT] ); in lcl_getChartTypeOfSeries()
|
/aoo4110/main/linguistic/source/ |
H A D | misc.cxx | 246 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()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | pbinitem.hxx | 61 inline SvxPaperBinItem::SvxPaperBinItem( const sal_uInt16 nId, const sal_uInt8 nT ) in SvxPaperBinItem() argument 62 : SfxByteItem( nId, nT ) in SvxPaperBinItem()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | undotab.hxx | 153 SCTAB nT, 229 SCTAB nT, 441 ScDocShell* pNewDocShell, SCTAB nT,
|
/aoo4110/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsAnimationFunction.hxx | 134 ::basegfx::B2DPoint operator() (const double nT); 143 const double nT,
|
/aoo4110/main/sw/source/core/inc/ |
H A D | UndoSort.hxx | 56 SwSortUndoElement( sal_uLong nS, sal_uLong nT ) in SwSortUndoElement() 59 SORT_TXT_TBL.TXT.nTarget = nT; in SwSortUndoElement()
|
H A D | docsort.hxx | 61 sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes& rMovedList, SwUndoSort* pUD=0); 63 sal_uInt16 nS, sal_uInt16 nT, SwMovedBoxes& rMovedList, SwUndoSort* pUD=0);
|
/aoo4110/main/starmath/source/ |
H A D | rect.cxx | 420 nT = rRect.GetTop(), in Union() local 431 if ((nTmp = GetTop()) < nT) in Union() 432 nT = nTmp; in Union() 443 SetTop(nT); in Union()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | hints.cxx | 128 sal_uLong nT, const String& rSt2 ) : in ScAutoStyleHint() argument 132 nTimeout( nT ) in ScAutoStyleHint()
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 479 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()
|
/aoo4110/main/sc/inc/ |
H A D | dptabdat.hxx | 81 void Set( double fV, sal_uInt8 nT ) { fValue = fV; nType = nT; } in Set()
|