/aoo4110/main/writerfilter/inc/resourcemodel/ |
H A D | SubSequence.hxx | 45 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 …]
|
/aoo4110/main/uui/source/ |
H A D | iahndl-filter.cxx | 234 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_()
|
/aoo4110/main/writerfilter/source/doctok/ |
H A D | WW8StreamImpl.cxx | 189 sal_uInt32 nStep = 16; in dump() local 193 aSeq = get(nOffset, nStep); in dump() 194 dumpLine(o, aSeq, nOffset, nStep); in dump() 196 nOffset += nStep; in dump() 198 while (aSeq.getCount() == nStep); in dump()
|
/aoo4110/main/unotools/source/config/ |
H A D | viewoptions.cxx | 213 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 D | dynamicmenuoptions.cxx | 176 sal_Int32 nStep = 0; in GetList() local 208 lResult[nStep] = lProperties; in GetList() 209 ++nStep; in GetList()
|
H A D | compatibility.cxx | 175 sal_Int32 nStep = 0; in GetList() local 210 lResult[ nStep ] = lProperties; in GetList() 211 ++nStep; in GetList()
|
/aoo4110/main/basegfx/inc/basegfx/raster/ |
H A D | rasterconvert3d.hxx | 358 bool decrementRasterConversionLineEntry3D(sal_uInt32 nStep) in decrementRasterConversionLineEntry3D() argument 360 if(nStep >= mnCount) in decrementRasterConversionLineEntry3D() 366 mnCount -= nStep; in decrementRasterConversionLineEntry3D() 371 void incrementRasterConversionLineEntry3D(sal_uInt32 nStep, InterpolatorProvider3D& rProvider) in incrementRasterConversionLineEntry3D() argument 373 const double fStep((double)nStep); in incrementRasterConversionLineEntry3D() 376 mnY += nStep; in incrementRasterConversionLineEntry3D()
|
/aoo4110/main/sdext/source/minimizer/ |
H A D | optimizerdialog.hxx | 127 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 );
|
H A D | optimizerdialogcontrols.cxx | 1000 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 …]
|
/aoo4110/main/basegfx/source/raster/ |
H A D | rasterconvert3d.cxx | 101 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()
|
/aoo4110/main/svx/source/dialog/ |
H A D | swframeexample.cxx | 457 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 D | relfld.cxx | 104 sal_uInt16 nMax, sal_uInt16 nStep ) in EnableRelativeMode() argument 109 nRelStep = nStep; in EnableRelativeMode()
|
/aoo4110/main/automation/source/server/ |
H A D | server.cxx | 265 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()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 1456 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()
|
/aoo4110/main/embeddedobj/source/msole/ |
H A D | oleembed.cxx | 264 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()
|
/aoo4110/main/svx/source/table/ |
H A D | tablelayouter.cxx | 363 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | graph.cxx | 118 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()
|
/aoo4110/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 531 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()
|
/aoo4110/main/framework/source/services/ |
H A D | desktop.cxx | 1394 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()
|
/aoo4110/main/basctl/source/dlged/ |
H A D | dlgedobj.cxx | 560 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()
|
/aoo4110/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 1287 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()
|
/aoo4110/main/migrationanalysis/src/wizard/ |
H A D | Wizard.frm | 2053 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
|
/aoo4110/main/svtools/source/control/ |
H A D | ctrlbox.cxx | 1333 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()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | ctrlbox.hxx | 476 sal_uInt16 nStep = 5 ); 478 short nStep = 10 );
|
/aoo4110/main/sw/source/core/doc/ |
H A D | docnum.cxx | 285 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()
|