| /aoo41x/main/sc/source/ui/view/ | 
| H A D | cellsh4.cxx | 61 	SCsCOLROW	        nRepeat = 1;  in ExecuteCursor()  local69 			nRepeat = static_cast<SCsCOLROW>(((const SfxInt16Item*)pItem)->GetValue());  in ExecuteCursor()
 109 			pTabViewShell->MoveCursorRel(	0,	nRepeat, SC_FOLLOW_LINE, bSel, bKeep );  in ExecuteCursor()
 113 			pTabViewShell->MoveCursorArea( 0, nRepeat, SC_FOLLOW_JUMP, bSel, bKeep );  in ExecuteCursor()
 117 			pTabViewShell->MoveCursorRel(	0,	-nRepeat, SC_FOLLOW_LINE, bSel, bKeep );  in ExecuteCursor()
 121 			pTabViewShell->MoveCursorArea( 0, -nRepeat, SC_FOLLOW_JUMP, bSel, bKeep );  in ExecuteCursor()
 141 			pTabViewShell->MoveCursorPage(	0, nRepeat, SC_FOLLOW_FIX, bSel, bKeep );  in ExecuteCursor()
 145 			pTabViewShell->MoveCursorPage(	0, -nRepeat, SC_FOLLOW_FIX, bSel, bKeep );  in ExecuteCursor()
 176 	short				nRepeat = 1;  in ExecuteCursorSel()  local
 182 			nRepeat = ((const SfxInt16Item*)pItem)->GetValue();  in ExecuteCursorSel()
 [all …]
 
 | 
| /aoo41x/main/sc/source/filter/xml/ | 
| H A D | XMLStylesExportHelper.cxx | 504 		sal_Int32 nRepeat(0);  in FillDefaultStyles()  local525 				if (!nRepeat)  in FillDefaultStyles()
 531 					nRepeat = 1;  in FillDefaultStyles()
 539 						nRepeat = 1;  in FillDefaultStyles()
 549 						++nRepeat;  in FillDefaultStyles()
 550 						if (nRepeat > 1)  in FillDefaultStyles()
 551 							(*pDefaults)[i].nRepeat = nRepeat;  in FillDefaultStyles()
 557 				nRepeat = 0;  in FillDefaultStyles()
 701 		sal_uInt32 nRepeat((*pColDefaults)[rFormatRange.nStartColumn].nRepeat);  in AddRange()  local
 711 				nRepeat = (*pColDefaults)[i].nRepeat;  in AddRange()
 [all …]
 
 | 
| H A D | xmlconti.cxx | 70 		sal_Int32 nRepeat(0);  in CreateChildContext()  local80 				nRepeat = sAttrValue.toInt32();  in CreateChildContext()
 82 		if (nRepeat)  in CreateChildContext()
 83 			for (sal_Int32 j = 0; j < nRepeat; ++j)  in CreateChildContext()
 
 | 
| H A D | XMLExportDDELinks.cxx | 72 …Empty, const sal_Bool bString, const String& sValue, const double& fValue, const sal_Int32 nRepeat)  in WriteCell()  argument89 	if (nRepeat > 1)  in WriteCell()
 91 		rExport.GetMM100UnitConverter().convertNumber(sBuffer, nRepeat);  in WriteCell()
 
 | 
| H A D | XMLStylesExportHelper.hxx | 106 	sal_Int32	nRepeat;  member109 	ScMyDefaultStyle() : nIndex(-1), nRepeat(1),  in ScMyDefaultStyle()
 163 	void AddRange(const sal_Int32 nPrevStartCol, const sal_Int32 nRepeat, const sal_Int32 nPrevIndex,
 
 | 
| H A D | XMLStylesImportHelper.cxx | 452 …::AddColumnStyle(const rtl::OUString& sStyleName, const sal_Int32 nColumn, const sal_Int32 nRepeat)  in AddColumnStyle()  argument458 	aColDefaultStyles.reserve(aColDefaultStyles.size() + nRepeat);  in AddColumnStyle()
 459 	for (sal_Int32 i = 0; i < nRepeat; ++i)  in AddColumnStyle()
 
 | 
| H A D | xmlsubti.cxx | 711 void ScMyTables::AddColStyle(const sal_Int32 nRepeat, const rtl::OUString& rCellStyleName)  in AddColStyle()  argument714 	rImport.GetStylesImportHelper()->AddColumnStyle(rCellStyleName, nCurrentColStylePos, nRepeat);  in AddColStyle()
 715 	nCurrentColStylePos += nRepeat;  in AddColStyle()
 
 | 
| H A D | XMLExportDDELinks.hxx | 38 …mpty, const sal_Bool bString, const String& sValue, const double& fValue, const sal_Int32 nRepeat);
 | 
| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdotextdecomposition.cxx | 1038 		drawinglayer::animation::AnimationEntryLoop  aLoop(nRepeat ? nRepeat : ENDLESS_LOOP);  in impGetBlinkTextTiming()1046 		if(0L != nRepeat)  in impGetBlinkTextTiming()
 1068 	if(nRepeat || 0L == nRepeat)  in impCreateScrollTiming()
 1070 		drawinglayer::animation::AnimationEntryLoop aLoop(nRepeat ? nRepeat : ENDLESS_LOOP);  in impCreateScrollTiming()
 1076 	if(0L != nRepeat && bVisisbleWhenStopped)  in impCreateScrollTiming()
 1117 	if(nDoubleRepeat || 0L == nRepeat)  in impCreateAlternateTiming()
 1130 	if(nRepeat % 2L)  in impCreateAlternateTiming()
 1139 	if(0L != nRepeat)  in impCreateAlternateTiming()
 1167 	if(nRepeat > 1L || 0L == nRepeat)  in impCreateSlideTiming()
 1169 		drawinglayer::animation::AnimationEntryLoop aLoop(nRepeat ? nRepeat - 1L : ENDLESS_LOOP);  in impCreateSlideTiming()
 [all …]
 
 | 
| /aoo41x/main/slideshow/source/engine/shapes/ | 
| H A D | drawinglayeranimation.cxx | 84         sal_uInt32 nDuration, sal_uInt32 nRepeat, double fStart, double fStop,  in ScrollTextAnimNode()  argument87             mnRepeat(nRepeat),  in ScrollTextAnimNode()
 815     sal_Int16 nRepeat(0);  in ActivityImpl()  local
 816     getPropertyValue( nRepeat, xProps, OUSTR("TextAnimationCount") );  in ActivityImpl()
 817     mnRepeat = nRepeat;  in ActivityImpl()
 
 | 
| /aoo41x/main/vcl/source/window/ | 
| H A D | accmgr.cxx | 133 sal_Bool ImplAccelManager::IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat )  in IsAccelKey()  argument187                     pAccel->mnCurRepeat     = nRepeat;  in IsAccelKey()
 261                     pAccel->mnCurRepeat     = nRepeat;  in IsAccelKey()
 
 | 
| H A D | accel.cxx | 554 sal_Bool Accelerator::Call( const KeyCode& rKeyCode, sal_uInt16 nRepeat )  in Call()  argument566 			mnCurRepeat 	= nRepeat;  in Call()
 
 | 
| H A D | winproc.cxx | 958 …                 sal_uInt16 nKeyCode, sal_uInt16 nCharCode, sal_uInt16 nRepeat, sal_Bool bForward )  in ImplHandleKey()  argument967     KeyEvent aKeyEvent( (xub_Unicode)nCharCode, aKeyCode, nRepeat );  in ImplHandleKey()
 1080             if ( pSVData->maAppData.mpAccelMgr->IsAccelKey( aKeyCode, nRepeat ) )  in ImplHandleKey()
 1099 	KeyEvent    aKeyEvt( (xub_Unicode)nCharCode, aKeyCode, nRepeat );  in ImplHandleKey()
 1212         KeyEvent    aKEvt( (xub_Unicode)nCharCode, aKeyCode, nRepeat );  in ImplHandleKey()
 
 | 
| /aoo41x/main/sw/source/core/layout/ | 
| H A D | tabfrm.cxx | 1113     if ( nRowCount < nRepeat )  in Split()1123     else if ( !GetIndPrev() && nRepeat == nRowCount )  in Split()
 1192                 nRowCount > nRepeat )  in Split()
 1200         if ( nRowCount == nRepeat && !GetIndPrev())  in Split()
 2003     if ( nRepeat )  in MakeAll()
 2482                 sal_uInt16 nMinNumOfLines = nRepeat;  in MakeAll()
 5583             while ( pRet && nRepeat > 0 )  in GetFirstNonHeadlineRow()
 5586                 --nRepeat;  in GetFirstNonHeadlineRow()
 5812     SwTwips nRepeatHeight = nRepeat ? lcl_GetHeightOfRows( GetLower(), nRepeat ) : 0;  in CalcHeightOfFirstContentLine()
 5819         sal_uInt16 nKeepRows = nRepeat;  in CalcHeightOfFirstContentLine()
 [all …]
 
 | 
| H A D | laycache.cxx | 859                     sal_uInt16 nRepeat( 0 );  in CheckInsert()  local867                         nRepeat = ((SwTabFrm*)rpFrm)->  in CheckInsert()
 869                         bSplit = nOfst < nRows && nRowCount + nRepeat < nOfst;  in CheckInsert()
 888                             if( nRepeat > 0 )  in CheckInsert()
 895                                 while( nRowIdx < nRepeat )  in CheckInsert()
 909                                 nRows = nRows + nRepeat;  in CheckInsert()
 
 | 
| /aoo41x/main/sc/source/core/tool/ | 
| H A D | parclass.cxx | 311         sal_uInt8 nRepeat;  in GetParameterType()  local315         else if ( (nRepeat = pData[eOp].aData.nRepeatLast) > 0 )  in GetParameterType()
 319             sal_uInt16 nParam = (nRepeat > 1 ?  in GetParameterType()
 321                      ((nParameter - pData[eOp].nMinParams) % nRepeat)) :  in GetParameterType()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | event.hxx | 62                               sal_uInt16 nRepeat = 0 );86                            sal_uInt16 nRepeat ) :  in KeyEvent()  argument
 91     mnRepeat    = nRepeat;  in KeyEvent()
 
 | 
| H A D | settings.hxx | 227     void                            SetScrollRepeat( sal_uLong nRepeat )  in SetScrollRepeat()  argument228                                         { CopyData(); mpData->mnScrollRepeat = nRepeat; }  in SetScrollRepeat()
 231     void                            SetButtonStartRepeat( sal_uLong nRepeat )  in SetButtonStartRepeat()  argument
 232                                         { CopyData(); mpData->mnButtonStartRepeat = nRepeat; }  in SetButtonStartRepeat()
 235     void                            SetButtonRepeat( sal_uLong nRepeat )  in SetButtonRepeat()  argument
 236                                         { CopyData(); mpData->mnButtonRepeat = nRepeat; }  in SetButtonRepeat()
 
 | 
| H A D | print.hxx | 409         int                                    nRepeat;  member421         : nRows( 1 ), nColumns( 1 ), nRepeat( 1 ), aPaperSize( 21000, 29700 )  in MultiPageSetup()
 
 | 
| /aoo41x/main/drawinglayer/source/animation/ | 
| H A D | animationtiming.cxx | 282 		AnimationEntryLoop::AnimationEntryLoop(sal_uInt32 nRepeat)  in AnimationEntryLoop()  argument284 			mnRepeat(nRepeat)  in AnimationEntryLoop()
 
 | 
| /aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/ | 
| H A D | ExampleDataPilotSource.java | 279         int nRepeat = 1;  in getResults()  local284                 nRepeat *= nMembers;  in getResults()
 288         int nSize = nRepeat * nMembers * nFill;  in getResults()
 293         for (int nOuter=0; nOuter<nRepeat; nOuter++)  in getResults()
 
 | 
| /aoo41x/main/xmloff/source/chart/ | 
| H A D | SchXMLPlotAreaContext.cxx | 691 	sal_Int32 nRepeat = 1;  in StartElement()  local704 				nRepeat = xAttrList->getValueByIndex( i ).toInt32();  in StartElement()
 712             m_xSeries, mrIndex, nRepeat, sAutoStyleName );  in StartElement()
 716 	mrIndex += nRepeat;  in StartElement()
 
 | 
| H A D | SchXMLExport.cxx | 1743                 sal_Int64 nRepeat = static_cast< sal_Int64 >( nHiddenIndex - nNextIndex );  in exportTable()  local1744                 if(nRepeat>1)  in exportTable()
 1746                                    OUString::valueOf( nRepeat ));  in exportTable()
 1757             sal_Int64 nRepeat = static_cast< sal_Int64 >( nEndIndex - nNextIndex + 1 );  in exportTable()  local
 1758             if(nRepeat>1)  in exportTable()
 1760                                OUString::valueOf( nRepeat ));  in exportTable()
 3365         sal_Int32 nRepeat;  in exportDataPoints()  local
 3511             nRepeat = nSeriesLength - nLastIndex - 1;  in exportDataPoints()
 3512             if( nRepeat > 0 )  in exportDataPoints()
 3515                 aPoint.mnRepeat = nRepeat;  in exportDataPoints()
 
 | 
| /aoo41x/main/vcl/inc/ | 
| H A D | accmgr.hxx | 57     sal_Bool                IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat );
 | 
| /aoo41x/main/drawinglayer/inc/drawinglayer/animation/ | 
| H A D | animationtiming.hxx | 126 			AnimationEntryLoop(sal_uInt32 nRepeat = 0xffffffff);
 |