Home
last modified time | relevance | path

Searched refs:nRepeat (Results 1 – 25 of 43) sorted by relevance

12

/trunk/main/sc/source/ui/view/
H A Dcellsh4.cxx61 SCsCOLROW nRepeat = 1; in ExecuteCursor() local
69 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 …]
/trunk/main/sc/source/filter/xml/
H A DXMLStylesExportHelper.cxx504 sal_Int32 nRepeat(0); in FillDefaultStyles() local
525 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 Dxmlconti.cxx70 sal_Int32 nRepeat(0); in CreateChildContext() local
80 nRepeat = sAttrValue.toInt32(); in CreateChildContext()
82 if (nRepeat) in CreateChildContext()
83 for (sal_Int32 j = 0; j < nRepeat; ++j) in CreateChildContext()
H A DXMLExportDDELinks.cxx72 …Empty, const sal_Bool bString, const String& sValue, const double& fValue, const sal_Int32 nRepeat) in WriteCell() argument
89 if (nRepeat > 1) in WriteCell()
91 rExport.GetMM100UnitConverter().convertNumber(sBuffer, nRepeat); in WriteCell()
H A DXMLStylesExportHelper.hxx106 sal_Int32 nRepeat; member
109 ScMyDefaultStyle() : nIndex(-1), nRepeat(1), in ScMyDefaultStyle()
163 void AddRange(const sal_Int32 nPrevStartCol, const sal_Int32 nRepeat, const sal_Int32 nPrevIndex,
H A DXMLStylesImportHelper.cxx452 …::AddColumnStyle(const rtl::OUString& sStyleName, const sal_Int32 nColumn, const sal_Int32 nRepeat) in AddColumnStyle() argument
458 aColDefaultStyles.reserve(aColDefaultStyles.size() + nRepeat); in AddColumnStyle()
459 for (sal_Int32 i = 0; i < nRepeat; ++i) in AddColumnStyle()
H A Dxmlsubti.cxx711 void ScMyTables::AddColStyle(const sal_Int32 nRepeat, const rtl::OUString& rCellStyleName) in AddColStyle() argument
714 rImport.GetStylesImportHelper()->AddColumnStyle(rCellStyleName, nCurrentColStylePos, nRepeat); in AddColStyle()
715 nCurrentColStylePos += nRepeat; in AddColStyle()
H A DXMLExportDDELinks.hxx38 …mpty, const sal_Bool bString, const String& sValue, const double& fValue, const sal_Int32 nRepeat);
/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx1038 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 …]
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawinglayeranimation.cxx84 sal_uInt32 nDuration, sal_uInt32 nRepeat, double fStart, double fStop, in ScrollTextAnimNode() argument
87 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()
/trunk/main/vcl/source/window/
H A Daccmgr.cxx133 sal_Bool ImplAccelManager::IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat ) in IsAccelKey() argument
187 pAccel->mnCurRepeat = nRepeat; in IsAccelKey()
261 pAccel->mnCurRepeat = nRepeat; in IsAccelKey()
H A Daccel.cxx554 sal_Bool Accelerator::Call( const KeyCode& rKeyCode, sal_uInt16 nRepeat ) in Call() argument
566 mnCurRepeat = nRepeat; in Call()
H A Dwinproc.cxx958 … sal_uInt16 nKeyCode, sal_uInt16 nCharCode, sal_uInt16 nRepeat, sal_Bool bForward ) in ImplHandleKey() argument
967 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()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx1113 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()
5581 while ( pRet && nRepeat > 0 ) in GetFirstNonHeadlineRow()
5584 --nRepeat; in GetFirstNonHeadlineRow()
5810 SwTwips nRepeatHeight = nRepeat ? lcl_GetHeightOfRows( GetLower(), nRepeat ) : 0; in CalcHeightOfFirstContentLine()
5817 sal_uInt16 nKeepRows = nRepeat; in CalcHeightOfFirstContentLine()
[all …]
H A Dlaycache.cxx859 sal_uInt16 nRepeat( 0 ); in CheckInsert() local
867 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()
/trunk/main/sc/source/core/tool/
H A Dparclass.cxx311 sal_uInt8 nRepeat; in GetParameterType() local
315 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()
/trunk/main/vcl/inc/vcl/
H A Devent.hxx62 sal_uInt16 nRepeat = 0 );
86 sal_uInt16 nRepeat ) : in KeyEvent() argument
91 mnRepeat = nRepeat; in KeyEvent()
H A Dsettings.hxx227 void SetScrollRepeat( sal_uLong nRepeat ) in SetScrollRepeat() argument
228 { 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 Dprint.hxx409 int nRepeat; member
421 : nRows( 1 ), nColumns( 1 ), nRepeat( 1 ), aPaperSize( 21000, 29700 ) in MultiPageSetup()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java279 int nRepeat = 1; in getResults() local
284 nRepeat *= nMembers; in getResults()
288 int nSize = nRepeat * nMembers * nFill; in getResults()
293 for (int nOuter=0; nOuter<nRepeat; nOuter++) in getResults()
/trunk/main/drawinglayer/source/animation/
H A Danimationtiming.cxx282 AnimationEntryLoop::AnimationEntryLoop(sal_uInt32 nRepeat) in AnimationEntryLoop() argument
284 mnRepeat(nRepeat) in AnimationEntryLoop()
/trunk/main/xmloff/source/chart/
H A DSchXMLPlotAreaContext.cxx691 sal_Int32 nRepeat = 1; in StartElement() local
704 nRepeat = xAttrList->getValueByIndex( i ).toInt32(); in StartElement()
712 m_xSeries, mrIndex, nRepeat, sAutoStyleName ); in StartElement()
716 mrIndex += nRepeat; in StartElement()
H A DSchXMLExport.cxx1743 sal_Int64 nRepeat = static_cast< sal_Int64 >( nHiddenIndex - nNextIndex ); in exportTable() local
1744 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()
/trunk/main/vcl/inc/
H A Daccmgr.hxx57 sal_Bool IsAccelKey( const KeyCode& rKeyCode, sal_uInt16 nRepeat );
/trunk/main/drawinglayer/inc/drawinglayer/animation/
H A Danimationtiming.hxx126 AnimationEntryLoop(sal_uInt32 nRepeat = 0xffffffff);

Completed in 246 milliseconds

12