Home
last modified time | relevance | path

Searched refs:nStep (Results 1 – 25 of 40) sorted by relevance

12

/trunk/main/writerfilter/inc/resourcemodel/
H A DSubSequence.hxx45 sal_uInt32 nOffset, sal_uInt32 nStep);
135 sal_uInt32 nStep = 16; in dump() local
186 n += nStep; in dump()
204 sal_uInt32 nStep = 16; in dump() local
213 if (nBytes > nStep) in dump()
214 nBytes = nStep; in dump()
217 dumpLine(o, aSeq, n, nStep); in dump()
233 sal_uInt32 nStep = 16; in toString() local
283 n += nStep; in toString()
303 for (sal_uInt32 i = 0; i < nStep; i++) in dumpLine()
[all …]
/trunk/main/uui/source/
H A Diahndl-filter.cxx234 sal_Int32 nStep ; in handleAmbigousFilterRequest_() local
246 for( nStep=0; nStep<lProps.getLength(); ++nStep ) in handleAmbigousFilterRequest_()
248 if( lProps[nStep].Name.compareToAscii("UIName") == 0 ) in handleAmbigousFilterRequest_()
251 lProps[nStep].Value >>= sTemp; in handleAmbigousFilterRequest_()
268 for( nStep=0; nStep<lProps.getLength(); ++nStep ) in handleAmbigousFilterRequest_()
270 if( lProps[nStep].Name.compareToAscii("UIName") == 0 ) in handleAmbigousFilterRequest_()
273 lProps[nStep].Value >>= sTemp; in handleAmbigousFilterRequest_()
/trunk/main/unotools/source/config/
H A Dviewoptions.cxx213 for( sal_Int32 nStep=0; nStep<nCount; ++nStep ) in setUserItem() local
215 if( m_lUserData[nStep].Name == sName ) in setUserItem()
217 m_lUserData[nStep].Value = aValue ; in setUserItem()
239 for( sal_Int32 nStep=0; nStep<nCount; ++nStep ) in getUserItem() local
241 if( m_lUserData[nStep].Name == sName ) in getUserItem()
243 aValue = m_lUserData[nStep].Value; in getUserItem()
H A Ddynamicmenuoptions.cxx176 sal_Int32 nStep = 0; in GetList() local
208 lResult[nStep] = lProperties; in GetList()
209 ++nStep; in GetList()
H A Dcompatibility.cxx175 sal_Int32 nStep = 0; in GetList() local
210 lResult[ nStep ] = lProperties; in GetList()
211 ++nStep; in GetList()
/trunk/main/writerfilter/source/doctok/
H A DWW8StreamImpl.cxx188 sal_uInt32 nStep = 16; in dump() local
192 aSeq = get(nOffset, nStep); in dump()
193 dumpLine(o, aSeq, nOffset, nStep); in dump()
195 nOffset += nStep; in dump()
197 while (aSeq.getCount() == nStep); in dump()
/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx359 bool decrementRasterConversionLineEntry3D(sal_uInt32 nStep) in decrementRasterConversionLineEntry3D() argument
361 if(nStep >= mnCount) in decrementRasterConversionLineEntry3D()
367 mnCount -= nStep; in decrementRasterConversionLineEntry3D()
372 void incrementRasterConversionLineEntry3D(sal_uInt32 nStep, InterpolatorProvider3D& rProvider) in incrementRasterConversionLineEntry3D() argument
374 const double fStep((double)nStep); in incrementRasterConversionLineEntry3D()
377 mnY += nStep; in incrementRasterConversionLineEntry3D()
/trunk/main/sdext/source/minimizer/
H A Doptimizerdialogcontrols.cxx1000 void OptimizerDialog::EnablePage( sal_Int16 nStep ) in EnablePage() argument
1002 std::vector< rtl::OUString >::iterator aBeg( maControlPages[ nStep ].begin() ); in EnablePage()
1003 std::vector< rtl::OUString >::iterator aEnd( maControlPages[ nStep ].end() ); in EnablePage()
1007 void OptimizerDialog::DisablePage( sal_Int16 nStep ) in DisablePage() argument
1009 std::vector< rtl::OUString >::iterator aBeg( maControlPages[ nStep ].begin() ); in DisablePage()
1010 std::vector< rtl::OUString >::iterator aEnd( maControlPages[ nStep ].end() ); in DisablePage()
1014 void OptimizerDialog::ActivatePage( sal_Int16 nStep ) in ActivatePage() argument
1016 std::vector< rtl::OUString >::iterator aBeg( maControlPages[ nStep ].begin() ); in ActivatePage()
1017 std::vector< rtl::OUString >::iterator aEnd( maControlPages[ nStep ].end() ); in ActivatePage()
1021 void OptimizerDialog::DeactivatePage( sal_Int16 nStep ) in DeactivatePage() argument
[all …]
H A Doptimizerdialog.hxx127 void ActivatePage( sal_Int16 nStep );
128 void DeactivatePage( sal_Int16 nStep );
129 void EnablePage( sal_Int16 nStep );
130 void DisablePage( sal_Int16 nStep );
136 void UpdateControlStates( sal_Int16 nStep = -1 );
/trunk/main/svx/source/dialog/
H A Dswframeexample.cxx457 sal_Int32 nStep = aTxt.GetHeight() + 2; in DrawInnerFrame_Impl() local
465 aTxt.Move(0, nStep); in DrawInnerFrame_Impl()
617 sal_Int32 nStep; in Paint() local
627 nStep = aTxt.GetHeight() + 2; in Paint()
633 nStep = aTxt.GetHeight() + 2; in Paint()
675 aTxt.Move(0, nStep); in Paint()
679 aTxt.Move(0, -nStep); in Paint()
H A Drelfld.cxx104 sal_uInt16 nMax, sal_uInt16 nStep ) in EnableRelativeMode() argument
109 nRelStep = nStep; in EnableRelativeMode()
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx101 const sal_uInt32 nStep(nLineNumber - nCurrentLineNumber); in rasterconvertB3DArea() local
103 if(!nStep || aCurrentEntry->decrementRasterConversionLineEntry3D(nStep)) in rasterconvertB3DArea()
107 if(nStep) in rasterconvertB3DArea()
109 aCurrentEntry->incrementRasterConversionLineEntry3D(nStep, *this); in rasterconvertB3DArea()
/trunk/main/automation/source/server/
H A Dserver.cxx265 sal_uInt16 nStep; member in ExtraIdle
273 : nStep( 0 ) in ExtraIdle()
303 if ( nStep ) // Schon angefangen? dann abbrechen, sonst sp�ter nochmal in Timeout()
305 if ( nStep < 15 ) in Timeout()
315 if ( nStep < 15 ) in Timeout()
331 switch ( nStep++ ) // Probieren ob wir noch was machen k�nnen in Timeout()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx1456 long nStep = Abs(Abs(nRectHeight * 95 /100) / 11); in UserDraw() local
1457 long nTop = (nRectHeight - 11 * nStep ) / 2; in UserDraw()
1470 nStarts[1] = nEnds[0] + nStep; in UserDraw()
1475 nStarts[1] = nEnds[0] + nStep; in UserDraw()
1477 nStarts[2] = nEnds[1] + nStep; in UserDraw()
1482 nStarts[1] = nEnds[0] + nStep; in UserDraw()
1487 nStarts[1] = nEnds[0] + nStep; in UserDraw()
1497 aStart.Y() = aEnd.Y() = aBLPos.Y() + nTop + i * nStep; in UserDraw()
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx264 sal_Int32 nStep = 0; in TryToConvertToOOo() local
354 nStep = 1; in TryToConvertToOOo()
360 nStep = 2; in TryToConvertToOOo()
363 nStep = 3; in TryToConvertToOOo()
366 nStep = 4; in TryToConvertToOOo()
384 switch( nStep ) in TryToConvertToOOo()
/trunk/main/svx/source/table/
H A Dtablelayouter.cxx363 sal_Int32 nStep = 1, i; in findMergeOrigin() local
370 nRow = nMergedY - nStep; in findMergeOrigin()
374 for( i = 0; (i <= nStep) && (nCol >= nMinCol); i++, nCol-- ) in findMergeOrigin()
404 nCol = nMergedX - nStep; in findMergeOrigin()
408 for( i = 0; (i < nStep) && (nRow >= nMinRow); i++, nRow-- ) in findMergeOrigin()
435 nStep++; in findMergeOrigin()
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx531 sal_Int32 nStep = 0; in GetStep() local
533 return nStep; in GetStep()
717 sal_Int32 nStep = 0; in GetStep() local
719 return nStep; in GetStep()
1017 sal_Int32 nStep = 0; in GetStep() local
1019 return nStep; in GetStep()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx118 long nStep = nThreshold / 3; in ImplDrawDefault() local
120 if ( !nStep ) in ImplDrawDefault()
121 nStep = aSz.Height() - nThreshold; in ImplDrawDefault()
123 for(;; aSz.Height() -= nStep ) in ImplDrawDefault()
/trunk/main/framework/source/services/
H A Ddesktop.cxx1394 for( sal_Int32 nStep=0; nStep<nCount; ++nStep ) in handle() local
1397 …xAbort = css::uno::Reference< css::task::XInteractionAbort >( lContinuations[nStep], css::uno::UN… in handle()
1400 …xApprove = css::uno::Reference< css::task::XInteractionApprove >( lContinuations[nStep], css::uno… in handle()
1403 …uno::Reference< css::document::XInteractionFilterSelect >( lContinuations[nStep], css::uno::UNO_QU… in handle()
/trunk/main/basctl/source/dlged/
H A Ddlgedobj.cxx560 sal_Int32 nStep = 0; in GetStep() local
564 xPSet->getPropertyValue( DLGED_PROP_STEP ) >>= nStep; in GetStep()
566 return nStep; in GetStep()
574 sal_Int32 nStep = GetStep(); in UpdateStep() local
582 if ( nStep && (nStep != nCurStep) ) in UpdateStep()
/trunk/main/extensions/source/ole/
H A Doleobjw.cxx1287 for ( sal_Int32 nStep = 0; FAILED( hInvRes ) && nStep < 2; nStep++ ) in directInvoke() local
1308 && !( dispparams.cNamedArgs == 1 && pInvkinds[nStep] == INVOKE_PROPERTYPUT ) ) in directInvoke()
1311 if ( pInvkinds[nStep] == INVOKE_PROPERTYPUT ) in directInvoke()
1339 if ( pInvkinds[nStep] == DISPATCH_PROPERTYPUT ) in directInvoke()
1426 … ::sal::static_int_cast< WORD, INVOKEKIND >( pInvkinds[nStep] ), in directInvoke()
/trunk/main/migrationanalysis/src/wizard/
H A DWizard.frm2053 Private Sub SetStep(nStep As Integer, nDirection As Integer)
2064 Select Case nStep
2154 fraStep(nStep).Left = 0
2155 If nStep <> mnCurStep Then
2159 fraStep(nStep).Enabled = True
2161 SetNavBtns nStep
2321 Private Sub SetNavBtns(nStep As Integer)
2322 mnCurStep = nStep
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx1333 void FontSizeBox::EnableRelativeMode( sal_uInt16 nMin, sal_uInt16 nMax, sal_uInt16 nStep ) in EnableRelativeMode() argument
1338 nRelStep = nStep; in EnableRelativeMode()
1344 void FontSizeBox::EnablePtRelativeMode( short nMin, short nMax, short nStep ) in EnablePtRelativeMode() argument
1349 nPtRelStep = nStep; in EnablePtRelativeMode()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx285 int nStep; // step size for searching in aCollArr: -1 or 1 in OutlineUpDown() local
290 nStep = -1; in OutlineUpDown()
295 nStep = 1; in OutlineUpDown()
318 while (nCount > 0 && m + nStep >= 0 && m + nStep < MAXLEVEL) in OutlineUpDown()
320 m = static_cast<sal_uInt16>(m + nStep); in OutlineUpDown()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx2558 for (sal_uInt16 nStep=0; nStep<nRepeats; nStep++) in CountNotePages() local
2563 const ScRange* pThisRange = pDoc->GetPrintRange( nPrintTab, nStep ); in CountNotePages()
2711 for (sal_uInt16 nStep=0; nStep<nRepeats; nStep++) in DoPrint() local
2715 CalcZoom(nStep); // setzt auch nStartCol etc. neu in DoPrint()

Completed in 168 milliseconds

12